Skip to content

Commit

Permalink
Allow peerDependency @ember/test-helpers v4 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp authored Oct 7, 2024
1 parent 8150aaf commit 97118fd
Show file tree
Hide file tree
Showing 6 changed files with 578 additions and 106 deletions.
5 changes: 5 additions & 0 deletions .changeset/wild-dodos-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ember-provide-consume-context": minor
---

Update @ember/test-helpers to v4
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- ember-release
- ember-beta
- ember-canary
- ember-test-helper-v3
- embroider-safe
- embroider-optimized

Expand Down
4 changes: 2 additions & 2 deletions ember-provide-consume-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"peerDependencies": {
"ember-source": "^4.8.0 || ^5.0.0",
"@ember/test-helpers": "^2.9.1 || ^3.0.0"
"@ember/test-helpers": "^2.9.1 || ^3.0.0 || ^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.17.0",
Expand All @@ -73,7 +73,7 @@
"@babel/plugin-transform-class-static-block": "^7.20.0",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.17.0",
"@ember/test-helpers": "^3.3.0",
"@ember/test-helpers": "^4.0.0",
"@embroider/addon-dev": "^4.1.0",
"@glimmer/interfaces": "^0.84.3",
"@glimmer/runtime": "^0.84.3",
Expand Down
Loading

0 comments on commit 97118fd

Please sign in to comment.