Skip to content

Commit

Permalink
update test app deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov committed Jan 14, 2022
1 parent 9493362 commit 329e2b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test-projects/01-basic-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"ember-export-application-global": "*",
"ember-fetch": "*",
"ember-load-initializers": "*",
"ember-maybe-import-regenerator": "*",
"ember-qunit": "*",
"ember-resolver": "*",
"ember-source": "*",
Expand All @@ -50,7 +49,8 @@
"miragejs": "*",
"npm-run-all": "*",
"qunit": "*",
"qunit-dom": "*"
"qunit-dom": "*",
"webpack": "*"
},
"engines": {
"node": ">= 10.*"

This comment has been minimized.

Copy link
@cah-brian-gantzler

cah-brian-gantzler Jan 14, 2022

Collaborator

assume this should be updated to something above 10

Expand Down
4 changes: 2 additions & 2 deletions test-projects/02-app-that-excludes-mirage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"ember-export-application-global": "*",
"ember-fetch": "*",
"ember-load-initializers": "*",
"ember-maybe-import-regenerator": "*",
"ember-qunit": "*",
"ember-resolver": "*",
"ember-source": "*",
Expand All @@ -50,7 +49,8 @@
"miragejs": "*",
"npm-run-all": "*",
"qunit": "*",
"qunit-dom": "*"
"qunit-dom": "*",
"webpack": "*"
},
"engines": {
"node": ">= 10.*"

This comment has been minimized.

Copy link
@cah-brian-gantzler

cah-brian-gantzler Jan 14, 2022

Collaborator

assume this should be updated to something above 10

This comment has been minimized.

Copy link
@SergeAstapov

SergeAstapov Jan 14, 2022

Author Collaborator

I will run e-c-u in test projects as well to keep things in sync

Expand Down

0 comments on commit 329e2b2

Please sign in to comment.