Skip to content

Commit 1571791

Browse files
committed
Fix types in CI by updating lockfile
We were ending up with drift between `@types/ember` and its transitive `@types/ember__routing` dependency. The usual practical/experiential reason to get the heck off of `@types` entirely everywhere.
1 parent 7ca7c5d commit 1571791

File tree

2 files changed

+81
-234
lines changed

2 files changed

+81
-234
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@types/console-ui": "2.2.5",
6464
"@types/core-object": "3.0.1",
6565
"@types/debug": "4.1.7",
66-
"@types/ember": "4.0.0",
66+
"@types/ember": "4.0.1",
6767
"@types/ember-qunit": "5.0.0",
6868
"@types/esprima": "4.0.3",
6969
"@types/express": "4.17.13",

0 commit comments

Comments
 (0)