Skip to content

Commit

Permalink
Allow @ember/test-helpers v4 as dependency (#1847)
Browse files Browse the repository at this point in the history
* Allow `@ember/test-helpers` v4 as dependency

* Fix package lock

* Fix package lock
  • Loading branch information
mkszepp authored Aug 27, 2024
1 parent 7610c58 commit cc727a5
Show file tree
Hide file tree
Showing 4 changed files with 684 additions and 702 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@ember-data/tracking": "5.3.8",
"@ember/optional-features": "^2.1.0",
"@ember/string": "^4.0.0",
"@ember/test-helpers": "^3.3.1",
"@ember/test-helpers": "^4.0.2",
"@ember/test-waiters": "^3.1.0",
"@embroider/test-setup": "^4.0.0",
"@glimmer/component": "^1.1.2",
Expand Down
4 changes: 2 additions & 2 deletions ember-power-select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/runtime": "^7.25.0",
"@ember/string": "^4.0.0",
"@ember/test-helpers": "^3.3.1",
"@ember/test-helpers": "^4.0.2",
"@embroider/addon-dev": "^5.0.0",
"@glint/core": "^1.4.0",
"@glint/environment-ember-loose": "^1.4.0",
Expand Down Expand Up @@ -142,7 +142,7 @@
"webpack": "^5.93.0"
},
"peerDependencies": {
"@ember/test-helpers": "^2.9.4 || ^3.2.1",
"@ember/test-helpers": "^2.9.4 || ^3.2.1 || ^4.0.2",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"ember-basic-dropdown": "^8.2.0",
Expand Down
Loading

0 comments on commit cc727a5

Please sign in to comment.