diff options
author | andre.schmid <andre.schmid@est.tech> | 2021-08-06 16:04:50 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2021-08-11 08:25:33 +0000 |
commit | ead5c383df30c94a83ee1d7e2c869cc5b23697a2 (patch) | |
tree | 3f21ba4cf4fcb119243acbbde176dc7ab37d91f7 /openecomp-ui/package.json | |
parent | 7c8f40bc6df4a5a4d5822e48ecbe5ebe6a0d251a (diff) |
Fix local build of onboarding-fe
dox-sequence-diagram-ui/package.json:
- upgrades webpack-cli to 3.3.12, the actual version 2.0.14 is not
compatible or recommended with the webpack version.
openecomp-ui/package.json:
- upgrades webpack-cli to 3.3.12, the actual version 2.0.14 is not
compatible or recommended with the webpack version.
- upgrades babel-core from 6.24.0 to 6.26.0.
Code and config fixes:
- fixes i18n openecomp-ui/src/nfvo-utils/i18n/i18n.js. The previous code
was calling an non-existent attribute of the intl-format-cache.
- fixes dox-sequence-diagram-ui path in openecomp-ui/webpack.config.js.
The previous path configuration was causing compilation problems in the
openecomp-ui (folder not found problem).
Updates README.md with used procedure to run onboarding-fe.
Change-Id: I28f7b78a1f30b5f904b3f7214f72e9741253622d
Issue-ID: SDC-3661
Signed-off-by: André Schmid <andre.schmid@est.tech>
Diffstat (limited to 'openecomp-ui/package.json')
-rw-r--r-- | openecomp-ui/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openecomp-ui/package.json b/openecomp-ui/package.json index 58074fa419..e19b0b1c71 100644 --- a/openecomp-ui/package.json +++ b/openecomp-ui/package.json @@ -52,7 +52,7 @@ "validator": "^4.3.0" }, "devDependencies": { - "babel-core": "^6.24.0", + "babel-core": "^6.26.0", "babel-eslint": "^8.2.1", "babel-jest": "^22.1.0", "babel-loader": "7.1.4", @@ -102,7 +102,7 @@ "svg-sprite-loader": "^3.7.3", "url-loader": "^0.5.7", "webpack": "^4.5.0", - "webpack-cli": "^2.0.14", + "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.1.3", "worker-loader": "^2.0.0", "html-webpack-plugin": "^3.2.0" |