Skip to content

Commit

Permalink
Upgrade to react 15.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gnestor committed Oct 3, 2017
1 parent 7089d5f commit b84e171
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/json-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"dependencies": {
"@jupyterlab/rendermime-interfaces": "^0.3.0",
"@phosphor/widgets": "^1.3.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-highlighter": "^0.4.0",
"react-json-tree": "^0.10.9"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/vdom-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"dependencies": {
"@jupyterlab/rendermime-interfaces": "^0.3.0",
"@phosphor/widgets": "^1.3.0",
"react": "^15.6.1",
"react-dom": "^15.6.1"
"react": "^15.6.2",
"react-dom": "^15.6.2"
},
"devDependencies": {
"@types/react": "^15.0.33",
Expand Down

0 comments on commit b84e171

Please sign in to comment.