Skip to content

Commit

Permalink
Bump to 5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
octogonz committed Dec 19, 2023
1 parent ab877b2 commit 3318640
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.3.0-beta"
"typescript": "5.3.3"
},
"devDependencies": {
"local-eslint-config": "workspace:*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"changes": [
{
"packageName": "@microsoft/api-extractor",
"comment": "Update API Extractor to support TypeScript 5.3.0-beta",
"comment": "Update API Extractor to support TypeScript 5.3.3",
"type": "minor"
}
],
Expand Down
2 changes: 1 addition & 1 deletion common/config/rush/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
// For testing Heft with TS V4
"~4.9.5",

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

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

0 comments on commit 3318640

Please sign in to comment.