Compare commits

..

1 Commits

Author SHA1 Message Date
79e44b9331 fix(deps): update dependency cssnano to v7.0.6
All checks were successful
Lint / Lint (push) Successful in 17s
2024-09-06 15:04:40 +00:00
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -29,7 +29,7 @@
"@types/react-dom": "18.3.0", "@types/react-dom": "18.3.0",
"eslint": "8.57.0", "eslint": "8.57.0",
"eslint-config-next": "14.2.7", "eslint-config-next": "14.2.7",
"postcss": "8.4.45", "postcss": "8.4.44",
"tailwindcss": "3.4.10", "tailwindcss": "3.4.10",
"turbo": "2.1.1", "turbo": "2.1.1",
"typescript": "5.5.4" "typescript": "5.5.4"
@ -5397,9 +5397,9 @@
} }
}, },
"node_modules/postcss": { "node_modules/postcss": {
"version": "8.4.45", "version": "8.4.44",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.45.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.44.tgz",
"integrity": "sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==", "integrity": "sha512-Aweb9unOEpQ3ezu4Q00DPvvM2ZTUitJdNKeP/+uQgr1IBIqu574IaZoURId7BKtWMREwzKa9OgzPzezWGPWFQw==",
"funding": [ "funding": [
{ {
"type": "opencollective", "type": "opencollective",

View File

@ -30,7 +30,7 @@
"@types/react-dom": "18.3.0", "@types/react-dom": "18.3.0",
"eslint": "8.57.0", "eslint": "8.57.0",
"eslint-config-next": "14.2.7", "eslint-config-next": "14.2.7",
"postcss": "8.4.45", "postcss": "8.4.44",
"tailwindcss": "3.4.10", "tailwindcss": "3.4.10",
"turbo": "2.1.1", "turbo": "2.1.1",
"typescript": "5.5.4" "typescript": "5.5.4"