Skip to content

Commit 3c366f7

Browse files
author
Kent C. Dodds
authored
fix: force upgrade of dom-testing-library
Just because the new feature in 3.1.0 is one I want to make sure people get.
1 parent 3fb77d3 commit 3c366f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"author": "Kent C. Dodds <[email protected]> (http://kentcdodds.com/)",
3838
"license": "MIT",
3939
"dependencies": {
40-
"dom-testing-library": "^3.0.1",
40+
"dom-testing-library": "^3.1.0",
4141
"wait-for-expect": "^1.0.0"
4242
},
4343
"devDependencies": {

0 commit comments

Comments
 (0)