Repository: ignite Updated Branches: refs/heads/master feb1abcc8 -> f1942bba8
IGNITE-9609 Web Console: AngularJs updated to 1.7.4. Web pack updated to 4.19.1. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f1942bba Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f1942bba Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/f1942bba Branch: refs/heads/master Commit: f1942bba8bb7c310e911731af55b6ea13bd1fa46 Parents: feb1abc Author: Alexey Kuznetsov <[email protected]> Authored: Wed Sep 19 15:45:06 2018 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Wed Sep 19 15:45:06 2018 +0700 ---------------------------------------------------------------------- modules/web-console/frontend/package.json | 30 +++++++++++++------------- 1 file changed, 15 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/f1942bba/modules/web-console/frontend/package.json ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/package.json b/modules/web-console/frontend/package.json index ec885c4..33f397f 100644 --- a/modules/web-console/frontend/package.json +++ b/modules/web-console/frontend/package.json @@ -28,25 +28,25 @@ ], "dependencies": { "@babel/plugin-transform-parameters": "7.0.0", - "@uirouter/angularjs": "1.0.18", + "@uirouter/angularjs": "1.0.20", "@uirouter/core": "5.0.19", "@uirouter/rx": "0.4.1", "@uirouter/visualizer": "4.0.2", - "angular": "1.7.2", + "angular": "1.7.4", "angular-acl": "0.1.10", - "angular-animate": "1.7.2", - "angular-aria": "1.6.6", - "angular-cookies": "1.7.2", + "angular-animate": "1.7.4", + "angular-aria": "1.7.4", + "angular-cookies": "1.7.4", "angular-drag-and-drop-lists": "1.4.0", "angular-gridster": "0.13.14", - "angular-messages": "1.6.9", + "angular-messages": "1.7.4", "angular-motion": "0.4.4", "angular-nvd3": "1.0.9", - "angular-sanitize": "1.7.2", - "angular-smart-table": "2.1.8", + "angular-sanitize": "1.7.4", + "angular-smart-table": "2.1.11", "angular-socket-io": "0.7.0", "angular-strap": "2.3.12", - "angular-translate": "2.16.0", + "angular-translate": "2.18.1", "angular-tree-control": "0.2.28", "angular-ui-carousel": "0.1.10", "angular-ui-grid": "4.6.1", @@ -63,7 +63,7 @@ "json-bigint": "0.2.3", "jsondiffpatch": "0.2.5", "jszip": "3.1.5", - "lodash": "4.17.10", + "lodash": "4.17.11", "natural-compare-lite": "1.4.0", "nvd3": "1.8.6", "outdent": "0.5.0", @@ -79,12 +79,12 @@ "@babel/plugin-proposal-object-rest-spread": "7.0.0", "@babel/plugin-syntax-dynamic-import": "7.0.0", "@babel/preset-env": "7.0.0", - "@types/angular": "1.6.48", + "@types/angular": "1.6.51", "@types/angular-animate": "1.5.10", "@types/angular-mocks": "1.5.12", "@types/angular-strap": "2.3.1", "@types/chai": "4.1.4", - "@types/copy-webpack-plugin": "4.4.1", + "@types/copy-webpack-plugin": "4.4.2", "@types/karma": "1.7.4", "@types/lodash": "4.14.110", "@types/mini-css-extract-plugin": "0.2.0", @@ -93,9 +93,9 @@ "@types/sinon": "4.0.0", "@types/socket.io-client": "1.4.32", "@types/ui-grid": "0.0.38", - "@types/webpack": "4.4.5", + "@types/webpack": "4.4.11", "@types/webpack-merge": "4.1.3", - "angular-mocks": "1.6.9", + "angular-mocks": "1.7.4", "app-root-path": "2.0.1", "babel-eslint": "8.2.6", "babel-loader": "8.0.2", @@ -141,7 +141,7 @@ "svg-sprite-loader": "3.9.2", "teamcity-service-messages": "0.1.9", "uglifyjs-webpack-plugin": "1.3.0", - "webpack": "4.18.0", + "webpack": "4.19.1", "webpack-cli": "3.1.0", "webpack-dev-server": "3.1.8", "webpack-merge": "4.1.4",
