Update dependencies
Upgraded multiple dependencies across the project, including @types/node to ^22.5.1 and @supabase/supabase-js to ^2.45.3. This change also includes updates to react-related types and various other packages to their latest versions to maintain compatibility and leverage new features.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
"supabase:db:dump:local": "supabase db dump --local --data-only"
|
||||
},
|
||||
"dependencies": {
|
||||
"@edge-csrf/nextjs": "2.3.0-rc1",
|
||||
"@edge-csrf/nextjs": "2.3.0",
|
||||
"@hookform/resolvers": "^3.9.0",
|
||||
"@kit/accounts": "workspace:^",
|
||||
"@kit/admin": "workspace:^",
|
||||
@@ -55,12 +55,12 @@
|
||||
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
|
||||
"@marsidev/react-turnstile": "^1.0.1",
|
||||
"@radix-ui/react-icons": "^1.3.0",
|
||||
"@supabase/supabase-js": "^2.45.2",
|
||||
"@supabase/supabase-js": "^2.45.3",
|
||||
"@tanstack/react-query": "5.52.2",
|
||||
"@tanstack/react-query-next-experimental": "^5.52.2",
|
||||
"@tanstack/react-query-next-experimental": "^5.53.1",
|
||||
"@tanstack/react-table": "^8.20.5",
|
||||
"date-fns": "^3.6.0",
|
||||
"lucide-react": "^0.436.0",
|
||||
"lucide-react": "^0.437.0",
|
||||
"next": "14.2.7",
|
||||
"next-sitemap": "^4.2.3",
|
||||
"next-themes": "0.3.0",
|
||||
@@ -80,8 +80,8 @@
|
||||
"@kit/tsconfig": "workspace:^",
|
||||
"@next/bundle-analyzer": "14.2.7",
|
||||
"@types/mdx": "^2.0.13",
|
||||
"@types/node": "^22.1.0",
|
||||
"@types/react": "^18.3.4",
|
||||
"@types/node": "^22.5.1",
|
||||
"@types/react": "^18.3.5",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"dotenv-cli": "^7.4.2",
|
||||
|
||||
Reference in New Issue
Block a user