Compare commits

...

2 Commits

Author SHA1 Message Date
f1650c5a00 fix(deps): update dependency lucide-react to ^0.439.0
All checks were successful
Lint / Lint (push) Successful in 14s
2024-09-06 16:12:17 +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 11 additions and 10 deletions

17
package-lock.json generated
View File

@ -12,7 +12,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cssnano": "^7.0.1",
"lucide-react": "^0.438.0",
"lucide-react": "^0.439.0",
"next": "14.2.7",
"next-plausible": "^3.12.0",
"postcss-flexbugs-fixes": "^5.0.2",
@ -29,7 +29,7 @@
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.7",
"postcss": "8.4.44",
"postcss": "8.4.45",
"tailwindcss": "3.4.10",
"turbo": "2.1.1",
"typescript": "5.5.4"
@ -4874,9 +4874,10 @@
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
},
"node_modules/lucide-react": {
"version": "0.438.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.438.0.tgz",
"integrity": "sha512-uq6yCB+IzVfgIPMK8ibkecXSWTTSOMs9UjUgZigfrDCVqgdwkpIgYg1fSYnf0XXF2AoSyCJZhoZXQwzoai7VGw==",
"version": "0.439.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.439.0.tgz",
"integrity": "sha512-PafSWvDTpxdtNEndS2HIHxcNAbd54OaqSYJO90/b63rab2HWYqDbH194j0i82ZFdWOAcf0AHinRykXRRK2PJbw==",
"license": "ISC",
"peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc"
}
@ -5394,9 +5395,9 @@
}
},
"node_modules/postcss": {
"version": "8.4.44",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.44.tgz",
"integrity": "sha512-Aweb9unOEpQ3ezu4Q00DPvvM2ZTUitJdNKeP/+uQgr1IBIqu574IaZoURId7BKtWMREwzKa9OgzPzezWGPWFQw==",
"version": "8.4.45",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.45.tgz",
"integrity": "sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==",
"funding": [
{
"type": "opencollective",

View File

@ -13,7 +13,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cssnano": "^7.0.1",
"lucide-react": "^0.438.0",
"lucide-react": "^0.439.0",
"next": "14.2.7",
"next-plausible": "^3.12.0",
"postcss-flexbugs-fixes": "^5.0.2",
@ -30,7 +30,7 @@
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.7",
"postcss": "8.4.44",
"postcss": "8.4.45",
"tailwindcss": "3.4.10",
"turbo": "2.1.1",
"typescript": "5.5.4"