Skip to content

Commit

Permalink
Roll typescript back to 5.2 due to errant /// comments in declarati…
Browse files Browse the repository at this point in the history
…ons #1037

Fixes #1035

Validated by manually checking the declarations/ output
  • Loading branch information
gilest authored Dec 7, 2023
1 parent a5b98e6 commit de73467
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion ember-file-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"prettier": "^3.0.3",
"rollup": "^3.0.0",
"tracked-built-ins": "^3.0.0",
"typescript": "^5.3.0",
"typescript": "^5.2.0",
"webpack": "^5.74.0"
},
"peerDependencies": {
Expand Down
98 changes: 49 additions & 49 deletions 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 test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"stylelint-config-standard": "^34.0.0",
"stylelint-prettier": "^4.0.2",
"tracked-built-ins": "^3.3.0",
"typescript": "~5.3.0",
"typescript": "~5.2.0",
"webpack": "^5.89.0"
},
"dependenciesMeta": {
Expand Down

0 comments on commit de73467

Please sign in to comment.