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:
gbuomprisco
2026-01-18 11:19:11 +01:00
parent cfa137795b
commit 0b22404145
11 changed files with 1935 additions and 1803 deletions

View File

@@ -16,7 +16,7 @@
"@next/eslint-plugin-next": "catalog:",
"@types/eslint": "9.6.1",
"eslint-config-next": "catalog:",
"eslint-config-turbo": "^2.7.3"
"eslint-config-turbo": "^2.7.5"
},
"devDependencies": {
"@kit/prettier-config": "workspace:*",

View File

@@ -10,7 +10,7 @@
},
"dependencies": {
"@trivago/prettier-plugin-sort-imports": "6.0.2",
"prettier": "^3.7.4",
"prettier": "^3.8.0",
"prettier-plugin-tailwindcss": "^0.7.2"
},
"devDependencies": {