diff options
author | Arul.Nambi <arul.nambi@amdocs.com> | 2018-11-08 13:16:10 -0500 |
---|---|---|
committer | Arul.Nambi <arul.nambi@amdocs.com> | 2018-11-08 13:16:28 -0500 |
commit | bac46bcf87413e3a7f688530c3391992654e701b (patch) | |
tree | 9b51ef8d55819b9b8c947a7c4210bf99b1e24490 /package.json | |
parent | e513a1ce93b9a70f01b62ca7560dbe52376cc5bd (diff) |
Decreasing the initial load time
Issue-ID: AAI-1881
Change-Id: I1638a33096632e4853247e10b13ed5e1a540a4cb
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index ebcb73e..8411ee5 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "crypto-js": "^3.1.9-1", "d3": "^4.12.0", "es6-promise": "^3.2.1", - "filter-bar-utils": "1.0.1", + "filter-bar-utils": "1.0.2", "gulp-sass": "^3.0.0", "jquery": "^2.2.2", "loadable-components": "^2.2.2", @@ -52,7 +52,7 @@ "uuid-js": "^0.7.5", "validator": "^4.3.0", "velocity-react": "^1.4.1", - "vertical-filter-bar": "1.0.10" + "vertical-filter-bar": "1.0.11" }, "devDependencies": { "babel-core": "^6.25.0", @@ -105,6 +105,7 @@ "style-loader": "^0.13.1", "url-loader": "^0.5.7", "webpack": "^1.13.1", + "webpack-bundle-analyzer": "^3.0.3", "webpack-dev-server": "^1.14.1" }, "jest": { |