chore: update dependencies and versions in pnpm-lock and package.json files
- Bumped versions for @next/bundle-analyzer and @next/eslint-plugin-next to 16.0.7. - Updated react and react-dom versions to 19.2.1 across multiple package.json files. - Incremented supabase version to 2.65.3 in pnpm-lock.yaml and pnpm-workspace.yaml. - Adjusted various package.json files to utilize catalog dependencies for improved management.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"next": "catalog:",
|
||||
"nodemailer": "^7.0.11",
|
||||
"react": "catalog:",
|
||||
"react-dom": "19.2.0",
|
||||
"react-dom": "catalog:",
|
||||
"rxjs": "^7.8.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
"next-sitemap": "^4.2.3",
|
||||
"next-themes": "0.4.6",
|
||||
"react": "catalog:",
|
||||
"react-dom": "19.2.0",
|
||||
"react-dom": "catalog:",
|
||||
"react-hook-form": "^7.67.0",
|
||||
"react-i18next": "^16.3.5",
|
||||
"recharts": "2.15.3",
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
"next": "catalog:",
|
||||
"next-themes": "0.4.6",
|
||||
"react": "catalog:",
|
||||
"react-dom": "19.2.0",
|
||||
"react-dom": "catalog:",
|
||||
"react-hook-form": "^7.67.0",
|
||||
"react-i18next": "^16.3.5",
|
||||
"zod": "catalog:"
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
"lucide-react": "^0.555.0",
|
||||
"next": "catalog:",
|
||||
"react": "catalog:",
|
||||
"react-dom": "19.2.0",
|
||||
"react-dom": "catalog:",
|
||||
"react-hook-form": "^7.67.0",
|
||||
"zod": "catalog:"
|
||||
},
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"@types/react": "catalog:",
|
||||
"lucide-react": "^0.555.0",
|
||||
"react": "catalog:",
|
||||
"react-dom": "19.2.0",
|
||||
"react-dom": "catalog:",
|
||||
"react-i18next": "^16.3.5"
|
||||
},
|
||||
"prettier": "@kit/prettier-config",
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
"lucide-react": "^0.555.0",
|
||||
"next": "catalog:",
|
||||
"react": "catalog:",
|
||||
"react-dom": "19.2.0",
|
||||
"react-dom": "catalog:",
|
||||
"react-hook-form": "^7.67.0",
|
||||
"react-i18next": "^16.3.5",
|
||||
"zod": "catalog:"
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"@tanstack/react-query": "catalog:",
|
||||
"next": "catalog:",
|
||||
"react": "catalog:",
|
||||
"react-dom": "19.2.0",
|
||||
"react-dom": "catalog:",
|
||||
"react-i18next": "^16.3.5"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"@kit/prettier-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@types/react": "catalog:",
|
||||
"react": "19.2.0"
|
||||
"react": "catalog:"
|
||||
},
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"@kit/prettier-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@types/react": "catalog:",
|
||||
"react": "19.2.0"
|
||||
"react": "catalog:"
|
||||
},
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
"@types/react": "catalog:",
|
||||
"@types/react-dom": "catalog:",
|
||||
"react": "catalog:",
|
||||
"react-dom": "19.2.0",
|
||||
"react-dom": "catalog:",
|
||||
"react-hook-form": "^7.67.0",
|
||||
"zod": "catalog:"
|
||||
},
|
||||
|
||||
3300
pnpm-lock.yaml
generated
3300
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -4,18 +4,19 @@ packages:
|
||||
- tooling/*
|
||||
|
||||
catalog:
|
||||
'@next/bundle-analyzer': 16.0.6
|
||||
'@next/eslint-plugin-next': 16.0.6
|
||||
'@next/bundle-analyzer': 16.0.7
|
||||
'@next/eslint-plugin-next': 16.0.7
|
||||
'@supabase/supabase-js': 2.86.0
|
||||
'@tailwindcss/postcss': 4.1.17
|
||||
'@tanstack/react-query': 5.90.11
|
||||
'@types/node': 24.10.1
|
||||
'@types/react': 19.2.7
|
||||
'@types/react-dom': 19.2.3
|
||||
eslint-config-next: 16.0.6
|
||||
next: 16.0.6
|
||||
react: 19.2.0
|
||||
supabase: 2.65.2
|
||||
eslint-config-next: 16.0.7
|
||||
next: 16.0.7
|
||||
react: 19.2.1
|
||||
react-dom: 19.2.1
|
||||
supabase: 2.65.3
|
||||
tailwindcss: 4.1.17
|
||||
tw-animate-css: 1.4.0
|
||||
zod: 3.25.74
|
||||
|
||||
Reference in New Issue
Block a user