Compare commits

...

2 Commits

Author SHA1 Message Date
31ae99696b fix(deps): update dependency lucide-react to ^0.487.0
All checks were successful
Lint / Lint (push) Successful in 41s
2025-04-05 02:03:42 +00:00
ad4ff247f5 chore(deps): update dependency typescript to v5.8.3
All checks were successful
Lint / Lint (push) Successful in 33s
2025-04-05 01:04:42 +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.485.0",
"lucide-react": "^0.487.0",
"next": "15.2.4",
"next-plausible": "^3.12.0",
"postcss-flexbugs-fixes": "^5.0.2",
@ -32,7 +32,7 @@
"postcss": "8.5.3",
"tailwindcss": "3.4.17",
"turbo": "2.4.4",
"typescript": "5.8.2"
"typescript": "5.8.3"
}
},
"node_modules/@alloc/quick-lru": {
@ -5187,9 +5187,9 @@
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
},
"node_modules/lucide-react": {
"version": "0.485.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.485.0.tgz",
"integrity": "sha512-NvyQJ0LKyyCxL23nPKESlr/jmz8r7fJO1bkuptSNYSy0s8VVj4ojhX0YAgmE1e0ewfxUZjIlZpvH+otfTnla8Q==",
"version": "0.487.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.487.0.tgz",
"integrity": "sha512-aKqhOQ+YmFnwq8dWgGjOuLc8V1R9/c/yOd+zDY4+ohsR2Jo05lSGc3WsstYPIzcTpeosN7LoCkLReUUITvaIvw==",
"license": "ISC",
"peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
@ -8152,9 +8152,9 @@
}
},
"node_modules/typescript": {
"version": "5.8.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz",
"integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
"version": "5.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
"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.485.0",
"lucide-react": "^0.487.0",
"next": "15.2.4",
"next-plausible": "^3.12.0",
"postcss-flexbugs-fixes": "^5.0.2",
@ -33,7 +33,7 @@
"postcss": "8.5.3",
"tailwindcss": "3.4.17",
"turbo": "2.4.4",
"typescript": "5.8.2"
"typescript": "5.8.3"
},
"overrides": {
"@types/react": "19.0.12",