Compare commits

...

2 Commits

Author SHA1 Message Date
f198443bb6 fix(deps): update dependency lucide-react to ^0.441.0
All checks were successful
Lint / Lint (push) Successful in 25s
SonarQube Scan / SonarQube Trigger (push) Successful in 32s
2024-09-14 05:01:31 +00:00
a26583ce97 chore(deps): update dependency typescript to v5.6.2
All checks were successful
Lint / Lint (push) Successful in 22s
SonarQube Scan / SonarQube Trigger (push) Successful in 49s
2024-09-14 04:01:58 +00:00
2 changed files with 10 additions and 10 deletions

16
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.439.0",
"lucide-react": "^0.441.0",
"next": "14.2.11",
"next-plausible": "^3.12.0",
"postcss-flexbugs-fixes": "^5.0.2",
@ -32,7 +32,7 @@
"postcss": "8.4.45",
"tailwindcss": "3.4.11",
"turbo": "2.1.2",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
},
"node_modules/@alloc/quick-lru": {
@ -4995,9 +4995,9 @@
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
},
"node_modules/lucide-react": {
"version": "0.439.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.439.0.tgz",
"integrity": "sha512-PafSWvDTpxdtNEndS2HIHxcNAbd54OaqSYJO90/b63rab2HWYqDbH194j0i82ZFdWOAcf0AHinRykXRRK2PJbw==",
"version": "0.441.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.441.0.tgz",
"integrity": "sha512-0vfExYtvSDhkC2lqg0zYVW1Uu9GsI4knuV9GP9by5z0Xhc4Zi5RejTxfz9LsjRmCyWVzHCJvxGKZWcRyvQCWVg==",
"license": "ISC",
"peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc"
@ -7810,9 +7810,9 @@
}
},
"node_modules/typescript": {
"version": "5.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
"dev": true,
"license": "Apache-2.0",
"bin": {

View File

@ -13,7 +13,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cssnano": "^7.0.1",
"lucide-react": "^0.439.0",
"lucide-react": "^0.441.0",
"next": "14.2.11",
"next-plausible": "^3.12.0",
"postcss-flexbugs-fixes": "^5.0.2",
@ -33,6 +33,6 @@
"postcss": "8.4.45",
"tailwindcss": "3.4.11",
"turbo": "2.1.2",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}