Upgrade multiple dependencies

Updated several dependencies that mainly include '@manypkg/cli', '@supabase/supabase-js', 'edge-csrf', 'i18next', '@types/react', 'autoprefixer', 'supabase', and '@sentry/nextjs'. This is a general dependencies update for performance and security improvements, bug fixes, and newer features. The commit also includes changes to '@babel/types' inside dependencies of several packages.
This commit is contained in:
giancarlo
2024-04-16 15:03:41 +08:00
parent 26db7d9a0e
commit eaa163935b
20 changed files with 973 additions and 751 deletions

View File

@@ -51,13 +51,13 @@
"@makerkit/data-loader-supabase-nextjs": "beta",
"@marsidev/react-turnstile": "^0.5.4",
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.42.3",
"@supabase/supabase-js": "^2.42.4",
"@tanstack/react-query": "5.29.0",
"@tanstack/react-query-next-experimental": "^5.29.2",
"@tanstack/react-table": "^8.16.0",
"date-fns": "^3.6.0",
"edge-csrf": "^1.0.9",
"i18next": "^23.11.1",
"edge-csrf": "^1.0.11",
"i18next": "^23.11.2",
"i18next-resources-to-backend": "^1.2.1",
"lucide-react": "^0.367.0",
"next": "14.2.1",
@@ -79,13 +79,13 @@
"@next/bundle-analyzer": "14.2.0",
"@types/mdx": "^2.0.13",
"@types/node": "^20.12.7",
"@types/react": "^18.2.77",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"autoprefixer": "^10.4.19",
"dotenv-cli": "^7.4.1",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"supabase": "^1.153.4",
"supabase": "^1.157.2",
"tailwindcss": "3.4.1",
"typescript": "^5.4.5"
},