Skip to content

Commit a48c45f

Browse files
authored
fix: fix allowed version range for testplane (#9)
1 parent 27f3d30 commit a48c45f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"license": "MIT",
2222
"homepage": "https://github.com/gemini-testing/testplane-testing-library#readme",
2323
"peerDependencies": {
24-
"testplane": "^8.10.0"
24+
"testplane": ">=8.10.0"
2525
},
2626
"dependencies": {
2727
"@testing-library/dom": "^10.4.0"

0 commit comments

Comments
 (0)