Skip to content

Commit 32474e9

Browse files
authored
Widen @ember/test-helpers peer dependency declaration
v4 of `@ember/test-helpers` was released lately, and appears to work just fine with `ember-a11y-testing` since the breaking changes in that release are irrelevant to this addon :)
1 parent 06fa5d4 commit 32474e9

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)