Skip to content

Commit

Permalink
Merge pull request #236 from NullVoxPopuli/patch-2
Browse files Browse the repository at this point in the history
use more permissive peer ranges
  • Loading branch information
ynotdraw authored Sep 25, 2023
2 parents 263d12d + 3a737e9 commit 02a43a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/lemon-shoes-jam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'ember-headless-table': patch
---

Use more permissive peer ranges for `@ember/test-helpers`, `@ember/test-waiters`, and `ember-source`.
6 changes: 3 additions & 3 deletions ember-headless-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@
"prepack": "rollup --config"
},
"peerDependencies": {
"@ember/test-helpers": "^2.6.0",
"@ember/test-waiters": "^2.4.5 || ^3.0.0",
"@ember/test-helpers": ">= 2.6.0",
"@ember/test-waiters": "^2.4.5 || >= 3.0.0",
"@glint/template": ">= 0.8.3",
"ember-cached-decorator-polyfill": "^1.0.1",
"ember-source": "^3.28.0 || ^4.0.0 || ^5.0.0"
"ember-source": "^3.28.0 || ^4.0.0 || >= 5.0.0"
},
"peerDependenciesMeta": {
"@glimmer/component": {
Expand Down

0 comments on commit 02a43a9

Please sign in to comment.