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

@@ -14,22 +14,10 @@
".": "./src/index.ts",
"./components": "./src/components/index.ts"
},
"peerDependencies": {
"@kit/billing": "0.1.0",
"@kit/shared": "0.1.0",
"@kit/supabase": "0.1.0",
"@kit/ui": "0.1.0",
"date-fns": "^3.6.0",
"react": "^18.2.0",
"zod": "^3.22.4"
},
"dependencies": {
"@stripe/react-stripe-js": "^2.7.0",
"@stripe/stripe-js": "^3.3.0",
"@tanstack/react-table": "^8.16.0",
"next": "14.3.0-canary.7",
"stripe": "^15.3.0",
"tailwind-merge": "^2.3.0"
"stripe": "^15.3.0"
},
"devDependencies": {
"@kit/billing": "workspace:^",
@@ -42,8 +30,9 @@
"@kit/ui": "workspace:^",
"@types/react": "^18.2.79",
"date-fns": "^3.6.0",
"next": "14.2.2",
"react": "18.2.0",
"zod": "^3.23.0"
"zod": "^3.23.4"
},
"eslintConfig": {
"root": true,