Updated dependencies, most notably React 19 (#90)

* Updated dependencies, most notably React 19
This commit is contained in:
Giancarlo Buomprisco
2024-12-06 09:38:49 +01:00
committed by GitHub
parent 7fb24f606c
commit 90f25a5ed5
25 changed files with 2065 additions and 2098 deletions

View File

@@ -27,12 +27,12 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "^2.46.2",
"@supabase/supabase-js": "^2.47.1",
"@types/react": "npm:types-react@19.0.0-rc.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.462.0",
"next": "15.0.3",
"react": "19.0.0-rc-45804af1-20241021",
"lucide-react": "^0.468.0",
"next": "15.0.4",
"react": "19.0.0",
"react-hook-form": "^7.53.2",
"react-i18next": "^15.1.3",
"zod": "^3.23.8"

View File

@@ -26,8 +26,8 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@types/react": "npm:types-react@19.0.0-rc.1",
"next": "15.0.3",
"react": "19.0.0-rc-45804af1-20241021",
"next": "15.0.4",
"react": "19.0.0",
"zod": "^3.23.8"
},
"eslintConfig": {

View File

@@ -30,8 +30,8 @@
"@kit/ui": "workspace:*",
"@types/react": "npm:types-react@19.0.0-rc.1",
"date-fns": "^4.1.0",
"next": "15.0.3",
"react": "19.0.0-rc-45804af1-20241021",
"next": "15.0.4",
"react": "19.0.0",
"zod": "^3.23.8"
},
"eslintConfig": {