Skip to content

Commit 4409c50

Browse files
authored
Pin typescript to 5.8.3 (#7157)
1 parent 56d8e7f commit 4409c50

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

js/ccf-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"node-forge": "^1.2.0",
3131
"ts-node": "^10.4.0",
3232
"typedoc": "^0.28.1",
33-
"typescript": "^5.7.2"
33+
"typescript": "5.8.3"
3434
},
3535
"bin": {
3636
"ccf-build-bundle": "scripts/build_bundle.js"

tests/js-interpreter-reuse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"@rollup/plugin-typescript": "^8.2.0",
1818
"del-cli": "^5.0.0",
1919
"tslib": "^2.0.1",
20-
"typescript": "^5.7.2"
20+
"typescript": "5.8.3"
2121
}
2222
}

tests/npm-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"http-server": "^14.1.1",
2929
"rollup": "^4.18.0",
3030
"tslib": "^2.6.3",
31-
"typescript": "^5.7.2"
31+
"typescript": "5.8.3"
3232
}
3333
}

0 commit comments

Comments
 (0)