Update multiple packages across the project

Multiple packages have been upgraded including both "@tanstack/react-query" and "@types/node" among others. React-i18next package have also been upgraded to version 15. All changes have been reflected in the "pnpm-lock.yaml" file.
This commit is contained in:
gbuomprisco
2024-07-18 09:06:45 +02:00
parent 342c96abfa
commit 56dfcb872b
15 changed files with 99 additions and 160 deletions

View File

@@ -34,7 +34,7 @@
"next": "14.2.5",
"react": "18.3.1",
"react-hook-form": "^7.52.1",
"react-i18next": "^14.1.3",
"react-i18next": "^15.0.0",
"zod": "^3.23.8"
},
"eslintConfig": {

View File

@@ -16,7 +16,7 @@
"@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/node": "^20.14.10"
"@types/node": "^20.14.11"
},
"eslintConfig": {
"root": true,

View File

@@ -25,7 +25,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"react": "18.3.1",
"zod": "^3.23.8"

View File

@@ -19,7 +19,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"wp-types": "^3.66.0"
},
"eslintConfig": {

View File

@@ -35,7 +35,7 @@
"@kit/ui": "workspace:^",
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.44.4",
"@tanstack/react-query": "5.51.3",
"@tanstack/react-query": "5.51.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"lucide-react": "^0.408.0",
@@ -44,7 +44,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.52.1",
"react-i18next": "^14.1.3",
"react-i18next": "^15.0.0",
"sonner": "^1.5.0",
"zod": "^3.23.8"
},

View File

@@ -22,7 +22,7 @@
"@makerkit/data-loader-supabase-core": "^0.0.8",
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@supabase/supabase-js": "^2.44.4",
"@tanstack/react-query": "5.51.3",
"@tanstack/react-query": "5.51.8",
"@tanstack/react-table": "^8.19.3",
"@types/react": "^18.3.3",
"lucide-react": "^0.408.0",

View File

@@ -29,12 +29,12 @@
"@marsidev/react-turnstile": "^0.7.2",
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.44.4",
"@tanstack/react-query": "5.51.3",
"@tanstack/react-query": "5.51.8",
"@types/react": "^18.3.3",
"lucide-react": "^0.408.0",
"next": "14.2.5",
"react-hook-form": "^7.52.1",
"react-i18next": "^14.1.3",
"react-i18next": "^15.0.0",
"sonner": "^1.5.0",
"zod": "^3.23.8"
},

View File

@@ -21,12 +21,12 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "^2.44.4",
"@tanstack/react-query": "5.51.3",
"@tanstack/react-query": "5.51.8",
"@types/react": "^18.3.3",
"lucide-react": "^0.408.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "^14.1.3"
"react-i18next": "^15.0.0"
},
"prettier": "@kit/prettier-config",
"eslintConfig": {

View File

@@ -33,7 +33,7 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^",
"@supabase/supabase-js": "^2.44.4",
"@tanstack/react-query": "5.51.3",
"@tanstack/react-query": "5.51.8",
"@tanstack/react-table": "^8.19.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
@@ -44,7 +44,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.52.1",
"react-i18next": "^14.1.3",
"react-i18next": "^15.0.0",
"sonner": "^1.5.0",
"zod": "^3.23.8"
},

View File

@@ -21,8 +21,8 @@
"@kit/shared": "workspace:^",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "5.51.3",
"react-i18next": "^14.1.3"
"@tanstack/react-query": "5.51.8",
"react-i18next": "^15.0.0"
},
"dependencies": {
"i18next": "^23.12.1",

View File

@@ -29,7 +29,7 @@
"@supabase/gotrue-js": "2.64.4",
"@supabase/ssr": "^0.4.0",
"@supabase/supabase-js": "^2.44.4",
"@tanstack/react-query": "5.51.3",
"@tanstack/react-query": "5.51.8",
"@types/react": "^18.3.3",
"next": "14.2.5",
"react": "18.3.1",

View File

@@ -41,7 +41,7 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@radix-ui/react-icons": "^1.3.0",
"@tanstack/react-query": "5.51.3",
"@tanstack/react-query": "5.51.8",
"@tanstack/react-table": "^8.19.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
@@ -53,7 +53,7 @@
"prettier": "^3.3.3",
"react-day-picker": "^8.10.1",
"react-hook-form": "^7.52.1",
"react-i18next": "^14.1.3",
"react-i18next": "^15.0.0",
"sonner": "^1.5.0",
"tailwindcss": "3.4.6",
"tailwindcss-animate": "^1.0.7",