Skip to content

Commit

Permalink
Fixes CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
drewlee committed Dec 2, 2022
1 parent 15607e2 commit d94cad2
Show file tree
Hide file tree
Showing 2 changed files with 1,009 additions and 883 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"body-parser": "^1.19.1",
"broccoli-persistent-filter": "^3.1.2",
"ember-auto-import": "^2.2.4",
"ember-cli-babel": "^7.26.8",
"ember-cli-babel": "^7.26.11",
"ember-cli-typescript": "^4.2.1",
"ember-cli-version-checker": "^5.1.2",
"ember-destroyable-polyfill": "^2.0.1",
Expand All @@ -83,7 +83,7 @@
"@glimmer/tracking": "^1.0.4",
"@types/ember": "^3.16.0",
"@types/ember-qunit": "^3.4.15",
"@types/ember__test-helpers": "^2.6.0",
"@types/ember__test-helpers": "2.6.0",
"@types/qunit": "^2.11.3",
"@types/rsvp": "^4.0.3",
"@typescript-eslint/eslint-plugin": "^4.0.0",
Expand Down Expand Up @@ -169,7 +169,7 @@
}
},
"volta": {
"node": "12.22.1",
"yarn": "1.22.10"
"node": "14.20.0",
"yarn": "1.22.19"
}
}
Loading

0 comments on commit d94cad2

Please sign in to comment.