Compare commits

...

2 Commits

Author SHA1 Message Date
ef881d6ffa fix(deps): update dependency lucide-react to ^0.487.0
All checks were successful
Lint / Lint (push) Successful in 40s
2025-04-05 04:03:07 +00:00
b8c3538013 chore(deps): update react monorepo
All checks were successful
Lint / Lint (push) Successful in 35s
2025-04-05 03:03:01 +00:00
2 changed files with 17 additions and 17 deletions

24
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",
@ -25,8 +25,8 @@
},
"devDependencies": {
"@types/node": "22.14.0",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.1",
"eslint": "8.57.1",
"eslint-config-next": "15.2.4",
"postcss": "8.5.3",
@ -1944,9 +1944,9 @@
}
},
"node_modules/@types/react": {
"version": "19.0.12",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.12.tgz",
"integrity": "sha512-V6Ar115dBDrjbtXSrS+/Oruobc+qVbbUxDFC1RSbRqLt5SYvxxyIDrSC85RWml54g+jfNeEMZhEj7wW07ONQhA==",
"version": "19.1.0",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.0.tgz",
"integrity": "sha512-UaicktuQI+9UKyA4njtDOGBD/67t8YEBt2xdfqu8+gP9hqPUPsiXlNPcpS2gVdjmis5GKPG3fCxbQLVgxsQZ8w==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -1954,9 +1954,9 @@
}
},
"node_modules/@types/react-dom": {
"version": "19.0.4",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.0.4.tgz",
"integrity": "sha512-4fSQ8vWFkg+TGhePfUzVmat3eC14TXYSsiiDSLI0dVLsrm9gZFABjPy/Qu6TKgl1tq1Bu1yDsuQgY3A3DOjCcg==",
"version": "19.1.1",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.1.1.tgz",
"integrity": "sha512-jFf/woGTVTjUJsl2O7hcopJ1r0upqoq/vIOoCj0yLh3RIXxWcljlpuZ+vEBRXsymD1jhfeJrlyTy/S1UW+4y1w==",
"dev": true,
"license": "MIT",
"peerDependencies": {
@ -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"

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",
@ -26,8 +26,8 @@
},
"devDependencies": {
"@types/node": "22.14.0",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.1",
"eslint": "8.57.1",
"eslint-config-next": "15.2.4",
"postcss": "8.5.3",
@ -36,7 +36,7 @@
"typescript": "5.8.3"
},
"overrides": {
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4"
"@types/react": "19.1.0",
"@types/react-dom": "19.1.1"
}
}