Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update base and fix ci #928

Closed
wants to merge 23 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix peer dependency errors
  • Loading branch information
Gaurav0 committed Oct 17, 2023
commit d6c54b9c0fbc4399e0f545c5a5fe1858dffdf72b
24 changes: 24 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion test-packages/basic-app/package.json
Original file line number Diff line number Diff line change
@@ -63,7 +63,8 @@
"loader.js": "^4.7.0",
"mocha": "^9.1.2",
"npm-run-all": "^4.1.5",
"qunit-dom": "^1.2.0"
"qunit-dom": "^1.2.0",
"qunit": "^2.17.2"
},
"fastbootDependencies": [
"rsvp"
3 changes: 2 additions & 1 deletion test-packages/custom-fastboot-app/package.json
Original file line number Diff line number Diff line change
@@ -56,7 +56,8 @@
"loader.js": "^4.7.0",
"mocha": "^9.1.2",
"npm-run-all": "^4.1.5",
"qunit-dom": "^1.2.0"
"qunit-dom": "^1.2.0",
"qunit": "^2.17.2"
},
"engines": {
"node": "10.* || >= 12"
3 changes: 2 additions & 1 deletion test-packages/custom-sandbox-app/package.json
Original file line number Diff line number Diff line change
@@ -49,7 +49,8 @@
"eslint-plugin-node": "^11.1.0",
"loader.js": "^4.7.0",
"npm-run-all": "^4.1.5",
"qunit-dom": "^1.2.0"
"qunit-dom": "^1.2.0",
"qunit": "^2.17.2"
},
"engines": {
"node": "10.* || >= 12"
3 changes: 2 additions & 1 deletion test-packages/ember-cli-fastboot-testing-app/package.json
Original file line number Diff line number Diff line change
@@ -50,7 +50,8 @@
"eslint-plugin-node": "^11.1.0",
"loader.js": "^4.7.0",
"npm-run-all": "^4.1.5",
"qunit-dom": "^1.2.0"
"qunit-dom": "^1.2.0",
"qunit": "^2.17.2"
},
"ember": {
"edition": "octane"
4 changes: 3 additions & 1 deletion test-packages/example-addon/package.json
Original file line number Diff line number Diff line change
@@ -29,6 +29,7 @@
},
"devDependencies": {
"@ember/optional-features": "^1.3.0",
"@ember/test-helpers": "^2.9.2",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.0.0",
"babel-eslint": "^10.1.0",
@@ -54,7 +55,8 @@
"eslint-plugin-node": "^11.1.0",
"loader.js": "^4.7.0",
"npm-run-all": "^4.1.5",
"qunit-dom": "^1.2.0"
"qunit-dom": "^1.2.0",
"qunit": "^2.17.2"
},
"engines": {
"node": "10.* || >= 12"
4 changes: 3 additions & 1 deletion test-packages/hot-swap-app/package.json
Original file line number Diff line number Diff line change
@@ -21,6 +21,7 @@
},
"devDependencies": {
"@ember/optional-features": "^1.3.0",
"@ember/test-helpers": "^2.9.2",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.0.0",
"babel-eslint": "^10.1.0",
@@ -49,7 +50,8 @@
"eslint-plugin-node": "^11.1.0",
"loader.js": "^4.7.0",
"npm-run-all": "^4.1.5",
"qunit-dom": "^1.2.0"
"qunit-dom": "^1.2.0",
"qunit": "^2.17.2"
},
"engines": {
"node": "10.* || >= 12"