Skip to content

Commit

Permalink
fix: set version range to allow drift from first viable 4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Mar 29, 2024
1 parent 6c50bf1 commit 3b33a6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
}
},
"peerDependencies": {
"@ember-data/store": "4.12.6 || > 5.3.3",
"@ember-data/request": "4.12.6 || > 5.3.3",
"@ember-data/store": "^4.12.7 || > 5.3.3",
"@ember-data/request": "^4.12.7 || > 5.3.3",
"@warp-drive/core-types": "workspace:0.0.0-alpha.31",
"ember-provide-consume-context": "^0.3.1",
"@ember-data/tracking": "4.12.6 || > 5.3.3",
"@ember-data/tracking": "^4.12.7 ||| > 5.3.3",
"@ember/string": "^3.1.1"
},
"dependencies": {
Expand Down

0 comments on commit 3b33a6c

Please sign in to comment.