Skip to content

Commit 1dc8d0e

Browse files
committed
Upgrade TypeScript to 5.3.0-beta
1 parent b64dfdc commit 1dc8d0e

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

apps/api-extractor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"resolve": "~1.22.1",
4949
"semver": "~7.5.4",
5050
"source-map": "~0.6.1",
51-
"typescript": "~5.0.4"
51+
"typescript": "5.3.0-beta"
5252
},
5353
"devDependencies": {
5454
"local-eslint-config": "workspace:*",

common/config/rush/common-versions.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@
7676
// For testing Heft with TS V3
7777
"~3.9.10",
7878
// For testing Heft with TS V4
79-
"~4.9.5"
79+
"~4.9.5",
80+
81+
"5.3.0-beta"
8082
],
8183
"source-map": [
8284
"~0.6.1" // API Extractor is using an older version of source-map because newer versions are async

common/config/rush/pnpm-lock.yaml

+11-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/config/rush/repo-state.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
3-
"pnpmShrinkwrapHash": "a292292be45a1f217c2433bb27a80cb6abfeedb0",
3+
"pnpmShrinkwrapHash": "37bd534b31a3f5e73e3c44db26a1387c565f4b40",
44
"preferredVersionsHash": "1926a5b12ac8f4ab41e76503a0d1d0dccc9c0e06"
55
}

0 commit comments

Comments
 (0)