Update dependencies and remove unused packages

This commit updates the versions of some dependencies, removes a few unused packages, and corrects the locations of some of the dependencies. Specific changes include version updates for '@tanstack/react-query-next-experimental', 'lucide-react', and 'supabase'. Furthermore, several unnecessary '@tanstack/react-table', 'next', 'tailwind-merge', and 'zod' dependencies were removed from various packages. The exact details of these changes can be obtained by comparing the changes in the 'pnpm-lock.yaml' file.
This commit is contained in:
giancarlo
2024-04-24 19:58:03 +07:00
parent 936adc271c
commit 452e9e3567
31 changed files with 469 additions and 796 deletions

View File

@@ -19,28 +19,21 @@
"./config/edge": "./src/config/sentry.server.edge.ts"
},
"dependencies": {
"@kit/monitoring-core": "workspace:*",
"@opentelemetry/resources": "1.23.0",
"@opentelemetry/sdk-node": "0.50.0",
"@opentelemetry/semantic-conventions": "^1.23.0",
"@sentry/nextjs": "^7.111.0",
"@sentry/opentelemetry-node": "^7.111.0",
"@tanstack/react-table": "^8.16.0",
"next": "14.3.0-canary.7",
"tailwind-merge": "^2.3.0",
"zod": "^3.23.0"
"@sentry/nextjs": "^7.112.2",
"@sentry/opentelemetry-node": "^7.112.2"
},
"devDependencies": {
"@kit/eslint-config": "workspace:*",
"@kit/monitoring-core": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/react": "^18.2.79",
"react": "18.2.0"
},
"peerDependencies": {
"react": "18.2.0"
},
"eslintConfig": {
"root": true,
"extends": [