diff options
author | Einav Weiss Keidar <einavw@amdocs.com> | 2018-08-13 16:19:46 +0300 |
---|---|---|
committer | Avi Gaffa <avi.gaffa@amdocs.com> | 2019-02-11 13:50:22 +0000 |
commit | 1801b24389baa8e3f7298ff2c41e2512b19c1290 (patch) | |
tree | d3d2a15f53aa28698280d609548298d177f9280d /openecomp-ui/package.json | |
parent | af8e36eb7f43803bd9cf40e9b46a0c0c8f47c781 (diff) |
react 16 upgrade
Issue-ID: SDC-1762
Change-Id: I7701f12fc63bb09f8c985c7c893b984701dcbfab
Signed-off-by: Einav Keidar <einavw@amdocs.com>
Diffstat (limited to 'openecomp-ui/package.json')
-rw-r--r-- | openecomp-ui/package.json | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/openecomp-ui/package.json b/openecomp-ui/package.json index cfb3e5a8e4..a70337b2a4 100644 --- a/openecomp-ui/package.json +++ b/openecomp-ui/package.json @@ -29,21 +29,21 @@ "intl-relativeformat": "^1.2.0", "lodash": "^4.13.1", "md5": "^2.1.0", - "prop-types": "^15.6.0", - "react": "^15.6.2", + "prop-types": "^15.6.2", + "react": "^16.4.2", "react-bootstrap": "^0.32.1", - "react-click-outside": "^2.3.1", - "react-datepicker": "^0.48.0", + "react-click-outside": "^3.0.1", + "react-datepicker": "^0.61.0", "react-dnd": "^2.5.4", "react-dnd-html5-backend": "^2.5.4", - "react-dom": "^15.6.2", - "react-dropzone": "4.2.3", - "react-input-autosize": "^2.2.0", - "react-redux": "^5.0.6", + "react-dom": "^16.4.2", + "react-dropzone": "4.3.0", + "react-input-autosize": "^2.2.1", + "react-redux": "^5.0.7", "react-select": "1.2.1", "react-show-more-text": "^1.0.3", - "react-sortable": "^1.2.0", - "react-transition-group": "^2.3.1", + "react-sortable": "^1.2.1", + "react-transition-group": "^2.4.0", "redux": "^3.7.2", "sdc-ui": "1.6.61", "uuid-js": "^0.7.5", @@ -64,7 +64,8 @@ "css-loader": "^0.23.1", "deep-freeze": "0.0.1", "del": "^3.0.0", - "enzyme": "^2.7.1", + "enzyme": "^3.4.0", + "enzyme-adapter-react-16": "^1.2.0", "eslint": "^4.18.1", "eslint-config-prettier": "^2.9.0", "eslint-loader": "^2.0.0", @@ -88,8 +89,8 @@ "prettier": "1.10.2", "prompt": "^0.2.14", "randomstring": "^1.1.5", - "react-addons-test-utils": "~15.3.2", - "react-hot-loader": "^3.1.3", + "react-hot-loader": "^4.3.4", + "react-test-renderer": "^16.4.2", "rosie": "^1.6.0", "run-sequence": "^2.2.1", "sass-loader": "^6.0.6", @@ -127,6 +128,7 @@ "DEBUG": false }, "setupFiles": [ + "<rootDir>/test-utils/shim.js", "<rootDir>/test-utils/test-env-setup.js" ], "setupTestFrameworkScriptFile": "<rootDir>/test-utils/test-setup.js", |