chore: bump version to 2.23.8 and update dependencies
- Updated application version from 2.23.7 to 2.23.8 in package.json. - Upgraded various dependencies including @turbo/gen to 2.7.5, prettier to 3.8.0, and turbo to 2.7.5. - Updated package versions in pnpm-lock.yaml and pnpm-workspace.yaml for consistency. - Enhanced @next/bundle-analyzer, @next/eslint-plugin-next, and other related packages to their latest versions. - Improved @types/node and @types/react versions for better type support.
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
"@kit/ui": "workspace:*",
|
"@kit/ui": "workspace:*",
|
||||||
"@tailwindcss/postcss": "^4.1.18",
|
"@tailwindcss/postcss": "^4.1.18",
|
||||||
"@types/node": "catalog:",
|
"@types/node": "catalog:",
|
||||||
"@types/nodemailer": "7.0.4",
|
"@types/nodemailer": "7.0.5",
|
||||||
"@types/react": "catalog:",
|
"@types/react": "catalog:",
|
||||||
"@types/react-dom": "catalog:",
|
"@types/react-dom": "catalog:",
|
||||||
"babel-plugin-react-compiler": "1.0.0",
|
"babel-plugin-react-compiler": "1.0.0",
|
||||||
|
|||||||
@@ -54,7 +54,7 @@
|
|||||||
"@makerkit/data-loader-supabase-core": "^0.0.10",
|
"@makerkit/data-loader-supabase-core": "^0.0.10",
|
||||||
"@makerkit/data-loader-supabase-nextjs": "^1.2.5",
|
"@makerkit/data-loader-supabase-nextjs": "^1.2.5",
|
||||||
"@marsidev/react-turnstile": "^1.4.1",
|
"@marsidev/react-turnstile": "^1.4.1",
|
||||||
"@nosecone/next": "1.0.0-beta.16",
|
"@nosecone/next": "1.0.0-beta.17",
|
||||||
"@radix-ui/react-icons": "^1.3.2",
|
"@radix-ui/react-icons": "^1.3.2",
|
||||||
"@supabase/supabase-js": "catalog:",
|
"@supabase/supabase-js": "catalog:",
|
||||||
"@tanstack/react-query": "catalog:",
|
"@tanstack/react-query": "catalog:",
|
||||||
@@ -86,7 +86,7 @@
|
|||||||
"babel-plugin-react-compiler": "1.0.0",
|
"babel-plugin-react-compiler": "1.0.0",
|
||||||
"cssnano": "^7.1.2",
|
"cssnano": "^7.1.2",
|
||||||
"pino-pretty": "13.0.0",
|
"pino-pretty": "13.0.0",
|
||||||
"prettier": "^3.7.4",
|
"prettier": "^3.8.0",
|
||||||
"supabase": "catalog:",
|
"supabase": "catalog:",
|
||||||
"tailwindcss": "catalog:",
|
"tailwindcss": "catalog:",
|
||||||
"typescript": "^5.9.3"
|
"typescript": "^5.9.3"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "next-supabase-saas-kit-turbo",
|
"name": "next-supabase-saas-kit-turbo",
|
||||||
"version": "2.23.7",
|
"version": "2.23.8",
|
||||||
"private": true,
|
"private": true,
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"engines": {
|
"engines": {
|
||||||
@@ -45,10 +45,10 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@manypkg/cli": "^0.25.1",
|
"@manypkg/cli": "^0.25.1",
|
||||||
"@turbo/gen": "^2.7.0",
|
"@turbo/gen": "^2.7.5",
|
||||||
"cross-env": "^10.0.0",
|
"cross-env": "^10.0.0",
|
||||||
"prettier": "^3.7.4",
|
"prettier": "^3.8.0",
|
||||||
"turbo": "2.7.3",
|
"turbo": "2.7.5",
|
||||||
"typescript": "^5.9.3"
|
"typescript": "^5.9.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
"@kit/mailers-shared": "workspace:*",
|
"@kit/mailers-shared": "workspace:*",
|
||||||
"@kit/prettier-config": "workspace:*",
|
"@kit/prettier-config": "workspace:*",
|
||||||
"@kit/tsconfig": "workspace:*",
|
"@kit/tsconfig": "workspace:*",
|
||||||
"@types/nodemailer": "7.0.4",
|
"@types/nodemailer": "7.0.5",
|
||||||
"zod": "catalog:"
|
"zod": "catalog:"
|
||||||
},
|
},
|
||||||
"typesVersions": {
|
"typesVersions": {
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
"./config/server": "./src/sentry.client.server.ts"
|
"./config/server": "./src/sentry.client.server.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sentry/nextjs": "^10.32.1"
|
"@sentry/nextjs": "^10.34.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@kit/eslint-config": "workspace:*",
|
"@kit/eslint-config": "workspace:*",
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
"@types/react": "catalog:"
|
"@types/react": "catalog:"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"pino": "^10.1.0"
|
"pino": "^10.2.0"
|
||||||
},
|
},
|
||||||
"typesVersions": {
|
"typesVersions": {
|
||||||
"*": {
|
"*": {
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
"eslint": "^9.39.2",
|
"eslint": "^9.39.2",
|
||||||
"next": "catalog:",
|
"next": "catalog:",
|
||||||
"next-themes": "0.4.6",
|
"next-themes": "0.4.6",
|
||||||
"prettier": "^3.7.4",
|
"prettier": "^3.8.0",
|
||||||
"react-day-picker": "^9.13.0",
|
"react-day-picker": "^9.13.0",
|
||||||
"react-hook-form": "catalog:",
|
"react-hook-form": "catalog:",
|
||||||
"react-i18next": "catalog:",
|
"react-i18next": "catalog:",
|
||||||
|
|||||||
3690
pnpm-lock.yaml
generated
3690
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -5,29 +5,29 @@ packages:
|
|||||||
|
|
||||||
catalog:
|
catalog:
|
||||||
'@marsidev/react-turnstile': 1.4.1
|
'@marsidev/react-turnstile': 1.4.1
|
||||||
'@next/bundle-analyzer': 16.1.1
|
'@next/bundle-analyzer': 16.1.3
|
||||||
'@next/eslint-plugin-next': 16.1.1
|
'@next/eslint-plugin-next': 16.1.3
|
||||||
'@react-email/components': 1.0.4
|
'@react-email/components': 1.0.4
|
||||||
'@stripe/react-stripe-js': 5.4.1
|
'@stripe/react-stripe-js': 5.4.1
|
||||||
'@stripe/stripe-js': 8.6.1
|
'@stripe/stripe-js': 8.6.1
|
||||||
'@supabase/supabase-js': 2.90.1
|
'@supabase/supabase-js': 2.90.1
|
||||||
'@tailwindcss/postcss': 4.1.18
|
'@tailwindcss/postcss': 4.1.18
|
||||||
'@tanstack/react-query': 5.90.16
|
'@tanstack/react-query': 5.90.19
|
||||||
'@types/node': 25.0.3
|
'@types/node': 25.0.9
|
||||||
'@types/react': 19.2.7
|
'@types/react': 19.2.8
|
||||||
'@types/react-dom': 19.2.3
|
'@types/react-dom': 19.2.3
|
||||||
eslint-config-next: 16.1.1
|
eslint-config-next: 16.1.3
|
||||||
i18next: 25.7.4
|
i18next: 25.7.4
|
||||||
i18next-browser-languagedetector: 8.2.0
|
i18next-browser-languagedetector: 8.2.0
|
||||||
i18next-resources-to-backend: 1.2.1
|
i18next-resources-to-backend: 1.2.1
|
||||||
lucide-react: 0.562.0
|
lucide-react: 0.562.0
|
||||||
next: 16.1.1
|
next: 16.1.3
|
||||||
react: 19.2.3
|
react: 19.2.3
|
||||||
react-dom: 19.2.3
|
react-dom: 19.2.3
|
||||||
react-hook-form: 7.70.0
|
react-hook-form: 7.71.1
|
||||||
react-i18next: 16.5.1
|
react-i18next: 16.5.3
|
||||||
stripe: 20.1.2
|
stripe: 20.2.0
|
||||||
supabase: 2.72.2
|
supabase: 2.72.8
|
||||||
tailwindcss: 4.1.18
|
tailwindcss: 4.1.18
|
||||||
tw-animate-css: 1.4.0
|
tw-animate-css: 1.4.0
|
||||||
zod: 3.25.76
|
zod: 3.25.76
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
"@next/eslint-plugin-next": "catalog:",
|
"@next/eslint-plugin-next": "catalog:",
|
||||||
"@types/eslint": "9.6.1",
|
"@types/eslint": "9.6.1",
|
||||||
"eslint-config-next": "catalog:",
|
"eslint-config-next": "catalog:",
|
||||||
"eslint-config-turbo": "^2.7.3"
|
"eslint-config-turbo": "^2.7.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@kit/prettier-config": "workspace:*",
|
"@kit/prettier-config": "workspace:*",
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@trivago/prettier-plugin-sort-imports": "6.0.2",
|
"@trivago/prettier-plugin-sort-imports": "6.0.2",
|
||||||
"prettier": "^3.7.4",
|
"prettier": "^3.8.0",
|
||||||
"prettier-plugin-tailwindcss": "^0.7.2"
|
"prettier-plugin-tailwindcss": "^0.7.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user