diff options
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/vnext/package.json b/vnext/package.json index ce1a43dd..b744c3b4 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -75,11 +75,10 @@ "immutability-helper": "^2.8.1", "moment": "^2.22.2", "query-string": "^6.2.0", - "react": "^16.5.2", + "react": "16.6.0", "react-content-loader": "^3.2.0", "react-cookies": "^0.1.0", - "react-dom": "^16.5.2", - "react-loadable": "^5.5.0", + "react-dom": "16.6.0", "react-router-dom": "^4.3.1" } } |