diff options
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vnext/package.json b/vnext/package.json index 2dc04553..7547a7e9 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -42,7 +42,7 @@ "postcss-preset-env": "^6.5.0", "prop-types": "^15.6.2", "react-router-prop-types": "^1.0.4", - "react-test-renderer": "^16.8.0", + "react-test-renderer": "^16.8.1", "style-loader": "^0.23.1", "stylelint": "^9.10.1", "stylelint-config-standard": "^18.2.0", @@ -86,10 +86,10 @@ "immutability-helper": "^3.0.0", "moment": "^2.24.0", "qs": "^6.6.0", - "react": "16.8.0", + "react": "16.8.1", "react-content-loader": "^4.0.1", "react-cookies": "^0.1.0", - "react-dom": "16.8.0", + "react-dom": "16.8.1", "react-router-dom": "^4.3.1", "url-polyfill": "^1.1.3" } |