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

@@ -24,9 +24,9 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"next": "14.3.0-canary.7",
"next": "14.2.2",
"tailwind-merge": "^2.3.0",
"zod": "^3.23.0"
"zod": "^3.23.4"
},
"devDependencies": {
"@kit/prettier-config": "workspace:^",

View File

@@ -11,11 +11,11 @@
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@tanstack/react-table": "^8.16.0",
"next": "14.3.0-canary.7",
"next": "14.2.2",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwind-merge": "^2.3.0",
"zod": "^3.23.0"
"zod": "^3.23.4"
},
"devDependencies": {
"@kit/tsconfig": "workspace:^",

View File

@@ -16,12 +16,12 @@
"dependencies": {
"@tanstack/react-table": "^8.16.0",
"autoprefixer": "^10.4.19",
"next": "14.3.0-canary.7",
"next": "14.2.2",
"postcss": "8.4.38",
"tailwind-merge": "^2.3.0",
"tailwindcss": "3.4.3",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.0"
"zod": "^3.23.4"
},
"devDependencies": {
"@kit/eslint-config": "workspace:^",

View File

@@ -7,8 +7,8 @@
],
"dependencies": {
"@tanstack/react-table": "^8.16.0",
"next": "14.3.0-canary.7",
"next": "14.2.2",
"tailwind-merge": "^2.3.0",
"zod": "^3.23.0"
"zod": "^3.23.4"
}
}