Skip to content

Commit

Permalink
Allow @ember/test-helpers v4 as peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp authored and gilest committed Sep 15, 2024
1 parent 27f99d0 commit 0beab33
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 37 deletions.
4 changes: 2 additions & 2 deletions ember-file-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@babel/preset-typescript": "^7.21.5",
"@babel/runtime": "^7.22.3",
"@ember/string": "^4.0.0",
"@ember/test-helpers": "^3.1.0",
"@ember/test-helpers": "^4.0.4",
"@embroider/addon-dev": "^4.0.0",
"@glimmer/component": "^1.0.4",
"@glimmer/tracking": "^1.0.4",
Expand Down Expand Up @@ -91,7 +91,7 @@
"webpack": "^5.94.0"
},
"peerDependencies": {
"@ember/test-helpers": "^2.9.3 || ^3.0.3",
"@ember/test-helpers": "^2.9.3 || ^3.0.3 || ^4.0.4",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"ember-cli-mirage": "*",
Expand Down
Loading

0 comments on commit 0beab33

Please sign in to comment.