Skip to content

Commit b6559f5

Browse files
chore(deps): bump typescript from 5.9.3 to 6.0.2 in /fe (#186)
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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a535478 commit b6559f5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

fe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"fs-extra": "^11.3.4",
3434
"npm-run-all": "^4.1.5",
3535
"oxlint": "^1.54.0",
36-
"typescript": "^5.9.3",
36+
"typescript": "^6.0.2",
3737
"vite": "^7.3.1",
3838
"vitest": "^4.0.18"
3939
},

fe/packages/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"postcss": "^8.5.8",
7070
"postcss-selector-parser": "^7.1.1",
7171
"sass": "^1.98.0",
72-
"typescript": "^5.9.3"
72+
"typescript": "^6.0.2"
7373
},
7474
"publishConfig": {
7575
"registry": "https://registry.npmjs.org/",

0 commit comments

Comments
 (0)