Skip to content

Commit f066e06

Browse files
committed
updated peers
1 parent 71c0bc0 commit f066e06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "legit-tests",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "a chainable testing library for React",
55
"main": "legit-tests.js",
66
"scripts": {
@@ -48,8 +48,8 @@
4848
"harmony-reflect": "^1.4.2",
4949
"jsdom": "^6.5.1",
5050
"lodash": "^3.10.1",
51-
"react": "^0.14.0",
52-
"react-addons-test-utils": "^0.14.0",
53-
"react-dom": "^0.14.0"
51+
"react": ">=0.14.0 || >15.0.0",
52+
"react-addons-test-utils": ">=0.14.0 || >=15.0.0",
53+
"react-dom": ">=0.14.0 || >=15.0.0"
5454
}
5555
}

0 commit comments

Comments
 (0)