Skip to content

Commit 81be9aa

Browse files
committed
Drop TS < 5
1 parent 70f642a commit 81be9aa

File tree

7 files changed

+149
-112
lines changed

7 files changed

+149
-112
lines changed

.github/workflows/ci-build.yml

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
fail-fast: true
4444
matrix:
4545
typescript-scenario:
46-
- typescript@4.9
4746
- typescript@5.0
4847
- typescript@5.1
4948
- typescript@5.2

addon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"npm-run-all": "^4.1.5",
7373
"prettier": "^2.5.1",
7474
"qunit": "^2.20.0",
75-
"typescript": "~4.9.0",
75+
"typescript": "~5.0.0",
7676
"webpack": "^5.0.0"
7777
},
7878
"engines": {

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
},
2424
"overrides": {
2525
"@glimmer/validator": ">= 0.84.3",
26-
"@glimmer/manager": ">= 0.84.3"
26+
"@glimmer/manager": ">= 0.84.3",
27+
"@glimmer/runtime": ">= 0.84.3",
28+
"@glimmer/syntax": ">= 0.84.3"
2729
}
2830
},
2931
"volta": {

0 commit comments

Comments
 (0)