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

@@ -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",