Skip to content

Commit

Permalink
Upgrade TypeScript to 5.3.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
octogonz committed Oct 24, 2023
1 parent b64dfdc commit 1dc8d0e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/api-extractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"resolve": "~1.22.1",
"semver": "~7.5.4",
"source-map": "~0.6.1",
"typescript": "~5.0.4"
"typescript": "5.3.0-beta"
},
"devDependencies": {
"local-eslint-config": "workspace:*",
Expand Down
4 changes: 3 additions & 1 deletion common/config/rush/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@
// For testing Heft with TS V3
"~3.9.10",
// For testing Heft with TS V4
"~4.9.5"
"~4.9.5",

"5.3.0-beta"
],
"source-map": [
"~0.6.1" // API Extractor is using an older version of source-map because newer versions are async
Expand Down
16 changes: 11 additions & 5 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/config/rush/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "a292292be45a1f217c2433bb27a80cb6abfeedb0",
"pnpmShrinkwrapHash": "37bd534b31a3f5e73e3c44db26a1387c565f4b40",
"preferredVersionsHash": "1926a5b12ac8f4ab41e76503a0d1d0dccc9c0e06"
}

0 comments on commit 1dc8d0e

Please sign in to comment.