Update dependencies by adding 'lucide-react'

This update includes adding 'lucide-react' to the list of dependencies in the package.json file for the web app. The corresponding changes have also been made in the 'pnpm-lock.yaml' file to reflect the specifics of the newly added package.
This commit is contained in:
giancarlo
2024-04-04 11:09:58 +08:00
parent 64fca41f8d
commit 83cd86e3ee
3 changed files with 5 additions and 2 deletions

View File

@@ -42,6 +42,7 @@
"edge-csrf": "^1.0.9",
"i18next": "^23.10.1",
"i18next-resources-to-backend": "^1.2.0",
"lucide-react": "^0.363.0",
"next": "14.2.0-canary.56",
"next-sitemap": "^4.2.3",
"next-themes": "0.3.0",

View File

@@ -38,7 +38,7 @@
"@tanstack/react-table": "^8.10.7",
"class-variance-authority": "^0.7.0",
"date-fns": "^3.2.0",
"lucide-react": "^0.363.0",
"lucide-react": "^0.364.0",
"react-hook-form": "^7.51.2",
"react-i18next": "^14.1.0",
"sonner": "^1.4.41",

4
pnpm-lock.yaml generated
View File

@@ -113,6 +113,9 @@ importers:
i18next-resources-to-backend:
specifier: ^1.2.0
version: 1.2.0
lucide-react:
specifier: ^0.363.0
version: 0.363.0(react@18.2.0)
next:
specifier: 14.2.0-canary.56
version: 14.2.0-canary.56(react-dom@18.2.0)(react@18.2.0)
@@ -8954,7 +8957,6 @@ packages:
react: ^16.5.1 || ^17.0.0 || ^18.0.0
dependencies:
react: 18.2.0
dev: true
/magic-string@0.27.0:
resolution: {integrity: sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==}