Skip to content

Commit

Permalink
Update built-in react and react-dom packages
Browse files Browse the repository at this point in the history
We need to update to at least 16.4 soon, but VroomJs needs to be deprecated in React.Core before that can happen.

Fixes #577
  • Loading branch information
Dustin Masters committed Aug 5, 2018
1 parent 4dfddc5 commit fa53fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/React.Core/package.json
Expand Up @@ -12,8 +12,8 @@
"gulp-uglify": "~1.5.3",
"json-loader": "~0.5.4",
"prop-types": "~15.6.0",
"react": "~16.0.0",
"react-dom": "~16.0.0",
"react": "16.0.1",
"react-dom": "16.0.1",
"vinyl-named": "~1.1.0",
"webpack": "~1.13.1",
"webpack-stream": "~3.2.0"
Expand Down

0 comments on commit fa53fb9

Please sign in to comment.