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

@@ -18,7 +18,7 @@
"peerDependencies": {
"@kit/supabase": "0.1.0",
"@kit/ui": "0.1.0",
"lucide-react": "^0.368.0",
"lucide-react": "^0.372.0",
"zod": "^3.22.4"
},
"devDependencies": {

View File

@@ -24,7 +24,7 @@
"@kit/ui": "0.1.0",
"@supabase/supabase-js": "^2.42.0",
"date-fns": "^3.6.0",
"lucide-react": "^0.368.0",
"lucide-react": "^0.372.0",
"next": "^14.1.4",
"react": "^18.2.0",
"react-hook-form": "^7.51.2",

View File

@@ -59,7 +59,7 @@
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.42.0",
"@tanstack/react-query": "5.29.2",
"lucide-react": "^0.368.0",
"lucide-react": "^0.372.0",
"next": "^14.1.4",
"next-themes": "0.3.0",
"react": "^18.2.0",

View File

@@ -18,7 +18,7 @@
"@makerkit/data-loader-supabase-nextjs": "^1.0.0",
"@tanstack/react-query": "^5.29.2",
"@tanstack/react-table": "^8.15.3",
"lucide-react": "^0.368.0",
"lucide-react": "^0.372.0",
"next": "^14.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",

View File

@@ -47,7 +47,7 @@
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.42.0",
"@tanstack/react-query": "5.29.2",
"lucide-react": "^0.368.0",
"lucide-react": "^0.372.0",
"next": "^14.1.4",
"react-hook-form": "^7.51.2",
"react-i18next": "^14.1.0",

View File

@@ -57,7 +57,7 @@
"@kit/ui": "workspace:^",
"@supabase/supabase-js": "^2.42.0",
"@tanstack/react-query": "5.29.2",
"lucide-react": "^0.368.0",
"lucide-react": "^0.372.0",
"next": "^14.1.4",
"react": "^18.2.0",
"react-hook-form": "^7.51.2",

View File

@@ -17,9 +17,9 @@
"./components": "./src/components/index.ts"
},
"devDependencies": {
"@kit/monitoring-core": "workspace:*",
"@kit/baselime": "workspace:*",
"@kit/eslint-config": "workspace:*",
"@kit/monitoring-core": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/sentry": "workspace:*",
"@kit/tailwind-config": "workspace:*",

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": {

View File

@@ -31,11 +31,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": {

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.368.0",
"lucide-react": "^0.372.0",
"next": "^14.2.2",
"next-themes": "^0.3.0",
"react-hook-form": "^7.51.2",