Skip to content

Commit c8287e4

Browse files
committed
support react 16.9.x
1 parent 4679600 commit c8287e4

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

package.json

+11-12
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,20 @@
2323
"xstream": "11.x.x"
2424
},
2525
"devDependencies": {
26-
"@cycle/isolate": "^4.1.0",
27-
"@cycle/run": "^5.1.0",
28-
"@types/mocha": "^2.2.40",
26+
"@cycle/isolate": "^5.1.0",
27+
"@cycle/run": "^5.3.0",
28+
"@types/mocha": "^5.2.7",
2929
"@types/node": "^10.5.2",
30-
"@types/react": "16.4.0",
31-
"mocha": "^5.2.0",
32-
"parcel": "^1.9.4",
33-
"parcel-bundler": "^1.9.6",
34-
"react": "16.5.2",
35-
"react-dom": "16.5.2",
36-
"react-test-renderer": "16.5.2",
30+
"@types/react": "16.9.3",
31+
"mocha": "^6.2.0",
32+
"parcel": "^1.12.3",
33+
"react": "16.9.0",
34+
"react-dom": "16.9.0",
35+
"react-test-renderer": "16.9.0",
3736
"symbol-observable": "^1.2.0",
3837
"ts-node": "^7.0.0",
39-
"typescript": "3.1.3",
40-
"xstream": "11.7.0"
38+
"typescript": "3.6.3",
39+
"xstream": "11.11.0"
4140
},
4241
"publishConfig": {
4342
"access": "public"

0 commit comments

Comments
 (0)