Skip to content

Commit 867bfbc

Browse files
front: bump typescript from 5.9.3 to 6.0.2 in /front
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ac5acdc commit 867bfbc

3 files changed

Lines changed: 56 additions & 24 deletions

File tree

front/package-lock.json

Lines changed: 54 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"ts-node": "^10.9.2",
136136
"tslib": "^2.8.1",
137137
"tsx": "^4.21.0",
138-
"typescript": "~5.9",
138+
"typescript": "~6.0",
139139
"typescript-eslint": "^8.58.0",
140140
"vite": "^8.0.5",
141141
"vite-plugin-checker": "^0.12.0",

front/ui/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"rollup": "^4.60.1",
3333
"rollup-plugin-livereload": "^2.0.5",
3434
"rollup-plugin-postcss": "^4.0.2",
35-
"typescript": "^5.9.3",
35+
"typescript": "^6.0.2",
3636
"typescript-eslint": "^8.58.0",
3737
"vitest": "^4.1.2"
3838
}

0 commit comments

Comments
 (0)