Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
Update dependency typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 30, 2023
1 parent 9320e33 commit 0be3beb
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 62 deletions.
2 changes: 1 addition & 1 deletion packages/rollup-plugin-glimmer-template-tag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"eslint": "^8.36.0",
"prettier": "^2.8.4",
"rollup": "^3.19.1",
"typescript": "^4.9.5"
"typescript": "^5.0.0"
},
"peerDependencies": {
"@babel/core": "^7.21.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"qunit": "^2.19.4",
"qunit-dom": "^2.0.0",
"tracked-built-ins": "^3.1.1",
"typescript": "^4.9.5",
"typescript": "^5.0.0",
"webpack": "^5.76.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/test-rollup-addon-gts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"rollup": "^3.19.1",
"rollup-plugin-glimmer-template-tag": "workspace:*",
"rollup-plugin-ts": "^3.2.0",
"typescript": "^4.9.5"
"typescript": "^5.0.0"
},
"ember-addon": {
"version": 2,
Expand Down
2 changes: 1 addition & 1 deletion packages/test-rollup-addon-split-gts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"rollup": "^3.19.1",
"rollup-plugin-glimmer-template-tag": "workspace:*",
"rollup-plugin-ts": "^3.2.0",
"typescript": "^4.9.5"
"typescript": "^5.0.0"
},
"ember-addon": {
"version": 2,
Expand Down
Loading

0 comments on commit 0be3beb

Please sign in to comment.