Skip to content

Commit f6abf78

Browse files
Merge pull request #121 from tkow/feature/0.7.0
ReactNativeWeb BC fixed
2 parents 483e225 + 9802d58 commit f6abf78

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,11 @@
6060
"mocha": "^2.4.5",
6161
"octonode": "^0.7.7",
6262
"phantomjs-prebuilt": "^2.1.7",
63-
"react": "^16.4.0",
64-
"react-dom": "^16.4.0",
63+
"react": "^16.5.2",
64+
"react-art": "^16.5.2",
65+
"react-dom": "^16.5.2",
6566
"react-native": "^0.52.0",
67+
"react-native-web": "^0.9.0",
6668
"react-sketchapp": "^2.0.0",
6769
"react-test-renderer": "^16.4.0",
6870
"react-vr": "^2.0.0",
@@ -79,12 +81,13 @@
7981
"invariant": "^2.2.1",
8082
"normalize-css-color": "^1.0.1",
8183
"prop-types": "^15.5.10",
82-
"react-art": "^16.4.0",
83-
"react-native-web": "^0.8.3",
8484
"react-timer-mixin": "^0.13.3",
8585
"string-hash": "^1.1.3"
8686
},
8787
"peerDependencies": {
88-
"react": "*"
88+
"react": ">=16.5.1",
89+
"react-art": ">=16.5.1",
90+
"react-dom": ">=16.5.1",
91+
"react-native-web": ">=0.9.0"
8992
}
9093
}

0 commit comments

Comments
 (0)