Updated dependencies

This commit is contained in:
gbuomprisco
2024-11-05 14:53:05 +08:00
parent 6fd9ebd2b9
commit 198f7239ef
21 changed files with 1349 additions and 1059 deletions

View File

@@ -22,13 +22,13 @@
"@makerkit/data-loader-supabase-core": "^0.0.8",
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "5.59.16",
"@tanstack/react-query": "5.59.19",
"@tanstack/react-table": "^8.20.5",
"@types/react": "npm:types-react@19.0.0-rc.1",
"lucide-react": "^0.454.0",
"next": "15.0.2",
"react": "19.0.0-rc-69d4b800-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021",
"react": "19.0.0-rc-45804af1-20241021",
"react-dom": "19.0.0-rc-45804af1-20241021",
"react-hook-form": "^7.53.1",
"zod": "^3.23.8"
},