Skip to content

Commit 475e1b3

Browse files
authored
Merge pull request #340 from armd-pro/master
Update packages
2 parents 9875d66 + 8d146fb commit 475e1b3

File tree

2 files changed

+872
-56
lines changed

2 files changed

+872
-56
lines changed

package.json

+9-8
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"axios": "^0.16.2",
1818
"bootstrap": "^4.3.1",
1919
"chart.js": "^2.7.3",
20+
"cryptiles": "^4.1.3",
2021
"font-awesome": "^4.7.0",
2122
"idle-vue": "^2.0.5",
2223
"leaflet": "^1.4.0",
@@ -53,18 +54,18 @@
5354
"babel-plugin-transform-runtime": "^6.22.0",
5455
"babel-preset-env": "^1.7.0",
5556
"babel-preset-stage-2": "^6.22.0",
56-
"babel-register": "^6.22.0",
57+
"babel-register": "^6.26.0",
5758
"bootstrap-vue": "^2.0.0-rc.11",
5859
"chai": "^3.5.0",
5960
"chalk": "^2.4.1",
60-
"chromedriver": "^2.45.0",
61+
"chromedriver": "^2.46.0",
6162
"compression-webpack-plugin": "^1.1.12",
6263
"connect-history-api-fallback": "^1.3.0",
6364
"copy-webpack-plugin": "^4.6.0",
6465
"cross-env": "^5.2.0",
6566
"cross-spawn": "^5.0.1",
6667
"css-loader": "^0.28.11",
67-
"cssnano": "^3.10.0",
68+
"cssnano": "^4.1.10",
6869
"eslint": "^3.19.0",
6970
"eslint-config-standard": "^6.2.1",
7071
"eslint-friendly-formatter": "^3.0.0",
@@ -77,14 +78,14 @@
7778
"extract-text-webpack-plugin": "^4.0.0-beta.0",
7879
"file-loader": "^1.1.11",
7980
"friendly-errors-webpack-plugin": "^1.7.0",
80-
"html-webpack-plugin": "^3.0",
81+
"html-webpack-plugin": "^3.2.0",
8182
"http-proxy-middleware": "^0.19.1",
8283
"inject-loader": "^4.0.1",
8384
"karma": "^4.0.0",
8485
"karma-chrome-launcher": "^2.2.0",
8586
"karma-coverage": "^1.1.2",
8687
"karma-mocha": "^1.3.0",
87-
"karma-phantomjs-launcher": "^1.0.2",
88+
"karma-phantomjs-launcher": "^1.0.4",
8889
"karma-phantomjs-shim": "^1.4.0",
8990
"karma-sinon-chai": "^1.3.4",
9091
"karma-sourcemap-loader": "^0.3.7",
@@ -94,9 +95,9 @@
9495
"nightwatch": "^1.0.18",
9596
"node-sass": "^4.11.0",
9697
"opn": "^5.4.0",
97-
"optimize-css-assets-webpack-plugin": "^4.0.3",
98+
"optimize-css-assets-webpack-plugin": "^5.0.1",
9899
"ora": "^1.4.0",
99-
"phantomjs-prebuilt": "^2.1.14",
100+
"phantomjs-prebuilt": "^2.1.16",
100101
"puppeteer": "^1.11.0",
101102
"rimraf": "^2.6.3",
102103
"sass-loader": "^6.0.7",
@@ -110,7 +111,7 @@
110111
"vue-loader": "^14.2.3",
111112
"vue-style-loader": "^3.1.2",
112113
"vue-template-compiler": "^2.5.21",
113-
"webpack": "^4.28.3",
114+
"webpack": "^4.29.5",
114115
"webpack-bundle-analyzer": "^2.13.1",
115116
"webpack-dev-middleware": "^3.4.0",
116117
"webpack-hot-middleware": "^2.24.3",

0 commit comments

Comments
 (0)