feat: add lucide-react dependency at version 0.475.0

This commit is contained in:
mr. M 2025-02-09 13:09:17 +01:00
parent c30a4a5e94
commit 855ac64e8e
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
2 changed files with 10 additions and 0 deletions

9
package-lock.json generated
View file

@ -26,6 +26,7 @@
"date-fns": "^4.1.0",
"free-astro-components": "^1.1.1",
"lucide-astro": "^0.460.0",
"lucide-react": "^0.475.0",
"motion": "^11.13.5",
"postcss": "^8.5.1",
"prettier": "^3.3.3",
@ -4188,6 +4189,14 @@
"astro": ">=2.7.1"
}
},
"node_modules/lucide-react": {
"version": "0.475.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.475.0.tgz",
"integrity": "sha512-NJzvVu1HwFVeZ+Gwq2q00KygM1aBhy/ZrhY9FsAgJtpB+E4R7uxRk9M2iKvHa6/vNxZydIB59htha4c2vvwvVg==",
"peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
},
"node_modules/magic-string": {
"version": "0.30.17",
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz",

View file

@ -29,6 +29,7 @@
"date-fns": "^4.1.0",
"free-astro-components": "^1.1.1",
"lucide-astro": "^0.460.0",
"lucide-react": "^0.475.0",
"motion": "^11.13.5",
"postcss": "^8.5.1",
"prettier": "^3.3.3",