Skip to content

Commit

Permalink
widen peer ranges (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Dec 20, 2023
1 parent cc66832 commit e2cf957
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"test": "echo 'Addon does not have tests, run tests in test-app'"
},
"peerDependencies": {
"ember-modifier": "^3.2.0 || ^4.0.0",
"@ember/test-helpers": "^2.6.0 || ^3.0.0",
"@ember/test-waiters": "^3.0.1",
"ember-source": "^3.28.0 || ^4.0.0"
"ember-modifier": "^3.2.0 || >= 4.0.0",
"@ember/test-helpers": "^2.6.0 || >= 3.0.0",
"@ember/test-waiters": ">= 3.0.1",
"ember-source": "^3.28.0 || >= 4.0.0"
},
"dependencies": {
"@embroider/addon-shim": "^1.8.4"
Expand Down

0 comments on commit e2cf957

Please sign in to comment.