Compare commits

...

2 Commits

Author SHA1 Message Date
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
49d5e5435f chore(deps): update dependency @types/node to v20.16.5
All checks were successful
Lint / Lint (push) Successful in 28s
SonarQube Scan / SonarQube Trigger (push) Successful in 51s
2024-09-06 14:02:50 +00:00
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -24,12 +24,12 @@
"tailwindcss-animate": "^1.0.7" "tailwindcss-animate": "^1.0.7"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "20.16.3", "@types/node": "20.16.5",
"@types/react": "18.3.5", "@types/react": "18.3.5",
"@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.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"
@ -1780,9 +1780,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "20.16.3", "version": "20.16.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.3.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.5.tgz",
"integrity": "sha512-/wdGiWRkMOm53gAsSyFMXFZHbVg7C6CbkrzHNpaHoYfsUWPg7m6ZRKtvQjgvQ9i8WT540a3ydRlRQbxjY30XxQ==", "integrity": "sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -5394,9 +5394,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

@ -25,12 +25,12 @@
"tailwindcss-animate": "^1.0.7" "tailwindcss-animate": "^1.0.7"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "20.16.3", "@types/node": "20.16.5",
"@types/react": "18.3.5", "@types/react": "18.3.5",
"@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.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"