Compare commits

..

2 Commits

Author SHA1 Message Date
50131a1404 chore(deps): update nextjs monorepo to v14.2.8
Some checks failed
Lint / Lint (push) Successful in 27s
SonarQube Scan / SonarQube Trigger (push) Failing after 42s
2024-09-06 16:12:10 +00:00
26c343c105 chore(deps): update dependency postcss to v8.4.45
Some checks failed
Lint / Lint (push) Successful in 29s
SonarQube Scan / SonarQube Trigger (push) Failing after 54s
2024-09-06 15:04:33 +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.8", "eslint-config-next": "14.2.8",
"postcss": "8.4.44", "postcss": "8.4.45",
"tailwindcss": "3.4.10", "tailwindcss": "3.4.10",
"turbo": "2.1.1", "turbo": "2.1.1",
"typescript": "5.5.4" "typescript": "5.5.4"
@ -5513,9 +5513,9 @@
} }
}, },
"node_modules/postcss": { "node_modules/postcss": {
"version": "8.4.44", "version": "8.4.45",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.44.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.45.tgz",
"integrity": "sha512-Aweb9unOEpQ3ezu4Q00DPvvM2ZTUitJdNKeP/+uQgr1IBIqu574IaZoURId7BKtWMREwzKa9OgzPzezWGPWFQw==", "integrity": "sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==",
"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.8", "eslint-config-next": "14.2.8",
"postcss": "8.4.44", "postcss": "8.4.45",
"tailwindcss": "3.4.10", "tailwindcss": "3.4.10",
"turbo": "2.1.1", "turbo": "2.1.1",
"typescript": "5.5.4" "typescript": "5.5.4"