diff options
author | Vitaly Takmazov | 2018-10-24 13:57:25 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:53 +0300 |
commit | 9643826617928fd23722497a308fd8d24d873cd7 (patch) | |
tree | 1162578ce8a81ad8a0bafe5039fce42f1c2856af /vnext/package.json | |
parent | af97ac83afd3b8c3464285e6fc0ba179eecc1943 (diff) |
React 16.6: react-loadable -> React.lazy
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" } } |