Skip to content

Commit 0da7609

Browse files
authored
Merge pull request #530 from Turbo87/patch-1
Widen `@ember/test-helpers` peer dependency declaration
2 parents 06fa5d4 + 32474e9 commit 0da7609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"webpack": "^5.65.0"
132132
},
133133
"peerDependencies": {
134-
"@ember/test-helpers": "^3.0.3",
134+
"@ember/test-helpers": "^3.0.3 || ^4.0.2",
135135
"qunit": ">= 2"
136136
},
137137
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)