IGNITE-5734 Web Console: Fixed npm dependencies. (cherry picked from commit aeafbf1)
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/580b6aa8 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/580b6aa8 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/580b6aa8 Branch: refs/heads/ignite-5947 Commit: 580b6aa8e5a8a887397eab5c4c830ec28f45cd30 Parents: ab18fdf Author: Alexey Kuznetsov <[email protected]> Authored: Wed Aug 9 17:22:54 2017 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Wed Aug 9 18:25:49 2017 +0700 ---------------------------------------------------------------------- modules/web-console/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/580b6aa8/modules/web-console/frontend/package.json ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/package.json b/modules/web-console/frontend/package.json index 6b049ff..f96c322 100644 --- a/modules/web-console/frontend/package.json +++ b/modules/web-console/frontend/package.json @@ -57,7 +57,7 @@ "babel-polyfill": "6.23.0", "babel-preset-es2015": "6.24.1", "babel-preset-stage-1": "6.24.1", - "babel-runtime": "6.23.0", + "babel-runtime": "6.25.0", "bootstrap-sass": "3.3.7", "brace": "0.10.0", "copy-webpack-plugin": "4.0.1",
