Skip to content

Commit 03572d4

Browse files
committed
package.json: upgrade react and react-dom
1 parent d87cece commit 03572d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"fetch-ponyfill": "^4.0.0",
3939
"html-to-react": "^1.2.4",
4040
"json-loader": "^0.5.4",
41-
"react": "^15.5.3",
42-
"react-dom": "^15.5.3",
41+
"react": "^16.0.0",
42+
"react-dom": "^16.0.0",
4343
"webpack": "^1.14.0"
4444
},
4545
"devDependencies": {

0 commit comments

Comments
 (0)