Compare commits

...

2 Commits

Author SHA1 Message Date
6c809b9f61 fix(deps): update dependency lucide-react to ^0.452.0
All checks were successful
Lint / Lint (push) Successful in 44s
2024-10-12 04:05:21 +00:00
d3fd0298cd chore(deps): update dependency typescript to v5.6.3
All checks were successful
Lint / Lint (push) Successful in 41s
SonarQube Scan / SonarQube Trigger (push) Successful in 1m16s
2024-10-12 03:04:46 +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.447.0",
"lucide-react": "^0.452.0",
"next": "14.2.14",
"next-plausible": "^3.12.0",
"postcss-flexbugs-fixes": "^5.0.2",
@ -32,7 +32,7 @@
"postcss": "8.4.47",
"tailwindcss": "3.4.13",
"turbo": "2.1.3",
"typescript": "5.6.2"
"typescript": "5.6.3"
}
},
"node_modules/@alloc/quick-lru": {
@ -4998,9 +4998,9 @@
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
},
"node_modules/lucide-react": {
"version": "0.447.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.447.0.tgz",
"integrity": "sha512-SZ//hQmvi+kDKrNepArVkYK7/jfeZ5uFNEnYmd45RKZcbGD78KLnrcNXmgeg6m+xNHFvTG+CblszXCy4n6DN4w==",
"version": "0.452.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.452.0.tgz",
"integrity": "sha512-kNefjOUOGm+Mu3KDiryONyPba9r+nhcrz5oJs3N6JDzGboQNEXw5GB3yB8rnV9/FA4bPyggNU6CRSihZm9MvSw==",
"license": "ISC",
"peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc"
@ -7816,9 +7816,9 @@
}
},
"node_modules/typescript": {
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
"version": "5.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
"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.447.0",
"lucide-react": "^0.452.0",
"next": "14.2.14",
"next-plausible": "^3.12.0",
"postcss-flexbugs-fixes": "^5.0.2",
@ -33,6 +33,6 @@
"postcss": "8.4.47",
"tailwindcss": "3.4.13",
"turbo": "2.1.3",
"typescript": "5.6.2"
"typescript": "5.6.3"
}
}