fix: update lucide-react to ^0.468 for React 19 compatibility

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-15 21:46:03 +03:00
parent a0ebac1544
commit a5043657fe
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "sag24-website",
"version": "2.0.0",
"dependencies": {
"lucide-react": "^0.263.1",
"lucide-react": "^0.468.0",
"next": "^15.2.3",
"react": "^19.0.0",
"react-dom": "^19.0.0"
@@ -1259,12 +1259,12 @@
"license": "MIT"
},
"node_modules/lucide-react": {
"version": "0.263.1",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.263.1.tgz",
"integrity": "sha512-keqxAx97PlaEN89PXZ6ki1N8nRjGWtDa4021GFYLNj0RgruM5odbpl8GHTExj0hhPq3sF6Up0gnxt6TSHu+ovw==",
"version": "0.468.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.468.0.tgz",
"integrity": "sha512-6koYRhnM2N0GGZIdXzSeiNwguv1gt/FAjZOiPl76roBi3xKEXa4WmfpxgQwTTL4KipXjefrnf3oV4IsYhi4JFA==",
"license": "ISC",
"peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0"
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc"
}
},
"node_modules/merge2": {