Update dependencies across packages with minor version upgrades (#255)

Upgraded various dependencies to their latest minor versions, including `@types/react`, `@tanstack/react-query`, `lucide-react`, `@types/node`, and others. These updates aim to ensure compatibility, access to new features, and bug fixes.
This commit is contained in:
Giancarlo Buomprisco
2025-05-15 22:56:00 +07:00
committed by GitHub
parent 804fb7fbe3
commit 6e28de759d
29 changed files with 1106 additions and 984 deletions

View File

@@ -10,9 +10,9 @@
"dependencies": {
"@ai-sdk/openai": "^1.3.22",
"@hookform/resolvers": "^5.0.1",
"@tanstack/react-query": "5.75.7",
"@tanstack/react-query": "5.76.1",
"ai": "4.3.15",
"lucide-react": "^0.509.0",
"lucide-react": "^0.510.0",
"next": "15.3.2",
"nodemailer": "^7.0.3",
"react": "19.1.0",
@@ -25,15 +25,15 @@
"@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@tailwindcss/postcss": "^4.1.5",
"@types/node": "^22.15.17",
"@tailwindcss/postcss": "^4.1.7",
"@types/node": "^22.15.18",
"@types/nodemailer": "6.4.17",
"@types/react": "19.1.3",
"@types/react-dom": "19.1.3",
"babel-plugin-react-compiler": "19.1.0-rc.1",
"@types/react": "19.1.4",
"@types/react-dom": "19.1.5",
"babel-plugin-react-compiler": "19.1.0-rc.2",
"pino-pretty": "^13.0.0",
"react-hook-form": "^7.56.3",
"tailwindcss": "4.1.5",
"tailwindcss": "4.1.7",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3",
"zod": "^3.24.4"

View File

@@ -13,7 +13,7 @@
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.52.0",
"@types/node": "^22.15.17",
"@types/node": "^22.15.18",
"dotenv": "16.5.0",
"node-html-parser": "^7.0.1",
"totp-generator": "^1.0.0"

View File

@@ -57,10 +57,10 @@
"@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.7",
"@tanstack/react-query": "5.76.1",
"@tanstack/react-table": "^8.21.3",
"date-fns": "^4.1.0",
"lucide-react": "^0.509.0",
"lucide-react": "^0.510.0",
"next": "15.3.2",
"next-sitemap": "^4.2.3",
"next-themes": "0.4.6",
@@ -70,7 +70,7 @@
"react-i18next": "^15.5.1",
"recharts": "2.15.3",
"sonner": "^2.0.3",
"tailwind-merge": "^3.2.0",
"tailwind-merge": "^3.3.0",
"zod": "^3.24.4"
},
"devDependencies": {
@@ -78,16 +78,16 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@next/bundle-analyzer": "15.3.2",
"@tailwindcss/postcss": "^4.1.5",
"@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",
"@tailwindcss/postcss": "^4.1.7",
"@types/node": "^22.15.18",
"@types/react": "19.1.4",
"@types/react-dom": "19.1.5",
"babel-plugin-react-compiler": "19.1.0-rc.2",
"cssnano": "^7.0.7",
"pino-pretty": "^13.0.0",
"prettier": "^3.5.3",
"supabase": "^2.22.12",
"tailwindcss": "4.1.5",
"tailwindcss": "4.1.7",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3"
},