Update dependencies to latest versions for improved stability and features (#253)
This commit is contained in:
committed by
GitHub
parent
de347005b1
commit
3893806b4a
@@ -8,13 +8,13 @@
|
||||
"format": "prettier --check --write \"**/*.{js,cjs,mjs,ts,tsx,md,json}\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@ai-sdk/openai": "^1.3.21",
|
||||
"@ai-sdk/openai": "^1.3.22",
|
||||
"@hookform/resolvers": "^5.0.1",
|
||||
"@tanstack/react-query": "5.75.2",
|
||||
"ai": "4.3.13",
|
||||
"lucide-react": "^0.507.0",
|
||||
"next": "15.3.1",
|
||||
"nodemailer": "^7.0.2",
|
||||
"@tanstack/react-query": "5.75.7",
|
||||
"ai": "4.3.15",
|
||||
"lucide-react": "^0.509.0",
|
||||
"next": "15.3.2",
|
||||
"nodemailer": "^7.0.3",
|
||||
"react": "19.1.0",
|
||||
"react-dom": "19.1.0",
|
||||
"rxjs": "^7.8.2"
|
||||
@@ -26,13 +26,13 @@
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@kit/ui": "workspace:*",
|
||||
"@tailwindcss/postcss": "^4.1.5",
|
||||
"@types/node": "^22.15.9",
|
||||
"@types/node": "^22.15.17",
|
||||
"@types/nodemailer": "6.4.17",
|
||||
"@types/react": "19.1.2",
|
||||
"@types/react": "19.1.3",
|
||||
"@types/react-dom": "19.1.3",
|
||||
"babel-plugin-react-compiler": "19.1.0-rc.1",
|
||||
"pino-pretty": "^13.0.0",
|
||||
"react-hook-form": "^7.56.2",
|
||||
"react-hook-form": "^7.56.3",
|
||||
"tailwindcss": "4.1.5",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"typescript": "^5.8.3",
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.52.0",
|
||||
"@types/node": "^22.15.9",
|
||||
"@types/node": "^22.15.17",
|
||||
"dotenv": "16.5.0",
|
||||
"node-html-parser": "^7.0.1",
|
||||
"totp-generator": "^1.0.0"
|
||||
|
||||
@@ -54,19 +54,19 @@
|
||||
"@makerkit/data-loader-supabase-core": "^0.0.10",
|
||||
"@makerkit/data-loader-supabase-nextjs": "^1.2.5",
|
||||
"@marsidev/react-turnstile": "^1.1.0",
|
||||
"@nosecone/next": "1.0.0-beta.6",
|
||||
"@nosecone/next": "1.0.0-beta.7",
|
||||
"@radix-ui/react-icons": "^1.3.2",
|
||||
"@supabase/supabase-js": "2.49.4",
|
||||
"@tanstack/react-query": "5.75.2",
|
||||
"@tanstack/react-query": "5.75.7",
|
||||
"@tanstack/react-table": "^8.21.3",
|
||||
"date-fns": "^4.1.0",
|
||||
"lucide-react": "^0.507.0",
|
||||
"next": "15.3.1",
|
||||
"lucide-react": "^0.509.0",
|
||||
"next": "15.3.2",
|
||||
"next-sitemap": "^4.2.3",
|
||||
"next-themes": "0.4.6",
|
||||
"react": "19.1.0",
|
||||
"react-dom": "19.1.0",
|
||||
"react-hook-form": "^7.56.2",
|
||||
"react-hook-form": "^7.56.3",
|
||||
"react-i18next": "^15.5.1",
|
||||
"recharts": "2.15.3",
|
||||
"sonner": "^2.0.3",
|
||||
@@ -77,16 +77,16 @@
|
||||
"@kit/eslint-config": "workspace:*",
|
||||
"@kit/prettier-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@next/bundle-analyzer": "15.3.1",
|
||||
"@next/bundle-analyzer": "15.3.2",
|
||||
"@tailwindcss/postcss": "^4.1.5",
|
||||
"@types/node": "^22.15.9",
|
||||
"@types/react": "19.1.2",
|
||||
"@types/node": "^22.15.17",
|
||||
"@types/react": "19.1.3",
|
||||
"@types/react-dom": "19.1.3",
|
||||
"babel-plugin-react-compiler": "19.1.0-rc.1",
|
||||
"cssnano": "^7.0.6",
|
||||
"cssnano": "^7.0.7",
|
||||
"pino-pretty": "^13.0.0",
|
||||
"prettier": "^3.5.3",
|
||||
"supabase": "^2.22.6",
|
||||
"supabase": "^2.22.12",
|
||||
"tailwindcss": "4.1.5",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"typescript": "^5.8.3"
|
||||
|
||||
Reference in New Issue
Block a user