Skip to content

Commit c0bd960

Browse files
Bump typescript from 4.8.4 to 5.7.3
Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.8.4 to 5.7.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v4.8.4...v5.7.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6c6c88a commit c0bd960

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

monaco-qb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"monaco-themes": "^0.4.2",
3434
"prettier": "^2.7.1",
3535
"ts-loader": "^9.4.1",
36-
"typescript": "^4.8.4",
36+
"typescript": "^5.7.3",
3737
"webpack": "^5.94.0",
3838
"webpack-cli": "^6.0.1",
3939
"webpack-dev-server": "^4.11.1"

package-lock.json

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

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"react-mui-dropzone": "^4.0.6",
3838
"react-scripts": "^5.0.1",
3939
"react-split": "^2.0.14",
40-
"typescript": "^4.8.4",
40+
"typescript": "^5.7.3",
4141
"web-vitals": "^1.1.2",
4242
"xterm": "^4.19.0",
4343
"xterm-addon-fit": "^0.5.0",

qbjc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"node-ansiterminal": "^0.2.1-beta",
4545
"prettier": "^2.7.1",
4646
"strip-ansi": "^6.0.1",
47-
"typescript": "^4.8.4",
47+
"typescript": "^5.7.3",
4848
"xterm": "^4.19.0"
4949
},
5050
"dependencies": {

0 commit comments

Comments
 (0)