chore: unify TypeScript version to 5.9.3 across all packages
CLN-06: apps/web, root, veza-docs, and fixtures package.json files now pin TypeScript to exact version 5.9.3.
This commit is contained in:
parent
31eb4ba075
commit
fc318d5aa0
4 changed files with 5 additions and 4 deletions
|
|
@ -98,6 +98,7 @@
|
|||
"react-hot-toast": "^2.6.0",
|
||||
"react-i18next": "^15.7.3",
|
||||
"react-router-dom": "^6.30.3",
|
||||
"recharts": "^3.7.0",
|
||||
"tailwind-merge": "^2.2.1",
|
||||
"zod": "^3.25.76",
|
||||
"zustand": "^4.5.0"
|
||||
|
|
@ -150,7 +151,7 @@
|
|||
"swagger-ui-react": "^5.31.0",
|
||||
"tailwindcss": "^4.0.0",
|
||||
"tw-animate-css": "^1.4.0",
|
||||
"typescript": "^5.3.3",
|
||||
"typescript": "5.9.3",
|
||||
"vite": "^7.1.5",
|
||||
"vitest": "^3.2.4"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
"@types/lodash": "^4.14.202",
|
||||
"@types/inquirer": "^9.0.7",
|
||||
"tsx": "^4.7.1",
|
||||
"typescript": "^5.3.3",
|
||||
"typescript": "5.9.3",
|
||||
"vitest": "^1.3.1",
|
||||
"@vitest/coverage-v8": "^1.3.1",
|
||||
"eslint": "^8.56.0",
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
"eslint-plugin-react": "^7.37.5",
|
||||
"globals": "^16.5.0",
|
||||
"prettier": "3.6.2",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript": "5.9.3",
|
||||
"typescript-eslint": "^8.46.3"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
"@docusaurus/module-type-aliases": "3.8.1",
|
||||
"@docusaurus/tsconfig": "3.8.1",
|
||||
"@docusaurus/types": "3.8.1",
|
||||
"typescript": "~5.6.2"
|
||||
"typescript": "5.9.3"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue