Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed Dec 5, 2023
1 parent efb9400 commit 8c9be4d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"@ember/test-helpers": "^2.9.1",
"@embroider/compat": "workspace:*",
"@embroider/core": "workspace:*",
"@embroider/shared-internals": "workspace:*",
"@embroider/test-setup": "workspace:*",
"@embroider/test-support": "workspace:*",
"@embroider/webpack": "workspace:*",
Expand Down Expand Up @@ -91,7 +92,8 @@
"qunit": "^2.19.1",
"qunit-dom": "^2.0.0",
"typescript": "^5.1.6",
"webpack": "^5.74.0"
"webpack": "^5.74.0",
"semver": "^7.5.4"
},
"engines": {
"node": "12.* || 14.* || >= 16"
Expand Down
6 changes: 6 additions & 0 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions tests/scenarios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"private": true,
"license": "MIT",
"devDependencies": {
"qunit": "^2.20.0",
"@babel/core": "^7.17.5",
"@babel/plugin-proposal-decorators": "^7.17.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
Expand Down

0 comments on commit 8c9be4d

Please sign in to comment.