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:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "next-supabase-saas-kit-turbo",
|
||||
"version": "2.23.7",
|
||||
"version": "2.23.8",
|
||||
"private": true,
|
||||
"sideEffects": false,
|
||||
"engines": {
|
||||
@@ -45,10 +45,10 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@manypkg/cli": "^0.25.1",
|
||||
"@turbo/gen": "^2.7.0",
|
||||
"@turbo/gen": "^2.7.5",
|
||||
"cross-env": "^10.0.0",
|
||||
"prettier": "^3.7.4",
|
||||
"turbo": "2.7.3",
|
||||
"prettier": "^3.8.0",
|
||||
"turbo": "2.7.5",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user