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

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