Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit 6e99cf8

Browse files
committed
update universal react & react-dom #1668
1 parent 7046016 commit 6e99cf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/draft-0-9-1/universal/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"draft-js": "file:../../../",
88
"express": "^4.14.0",
99
"immutable": "^3.8.1",
10-
"react": "^15.4.1",
11-
"react-dom": "^15.4.1"
10+
"react": "file:../../../node_modules/react",
11+
"react-dom": "file:../../../node_modules/react-dom"
1212
},
1313
"devDependencies": {
1414
"babel-cli": "^6.18.0",

0 commit comments

Comments
 (0)