Update package dependencies across modules

This commit addresses the update of various npm package dependencies across multiple modules. These updates include a version bump for lucide-react from 0.368.0 to 0.372.0 and rearrangement of "@types/react" and "@kit/monitoring-core" in the 'devDependencies' section for improved organization. These updates will ensure that we're using the most recent secure releases and enhance the project maintainability.
This commit is contained in:
giancarlo
2024-04-24 09:03:46 +07:00
parent 34d9034e65
commit abd0771c4a
10 changed files with 10 additions and 10 deletions

View File

@@ -25,11 +25,11 @@
"zod": "^3.23.0"
},
"devDependencies": {
"@types/react": "^18.2.79",
"@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/react": "^18.2.79",
"react": "18.2.0"
},
"peerDependencies": {