Skip to content

Commit 6e7efb3

Browse files
committed
⬆️ Update dependencies
1 parent 5fe11ea commit 6e7efb3

File tree

2 files changed

+315
-429
lines changed

2 files changed

+315
-429
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
},
2727
"dependencies": {
2828
"babel-runtime": "^6.11.6",
29-
"chart.js": "^2.2.1",
30-
"vue": "^2.0.1"
29+
"chart.js": "^2.4.0",
30+
"vue": "^2.1.6"
3131
},
3232
"devDependencies": {
3333
"babel-core": "^6.10.4",
@@ -38,14 +38,14 @@
3838
"chai": "^3.5.0",
3939
"chromedriver": "^2.21.2",
4040
"connect-history-api-fallback": "^1.1.0",
41-
"cross-spawn": "^4.0.2",
42-
"css-loader": "^0.25.0",
41+
"cross-spawn": "^5.0.1",
42+
"css-loader": "^0.26.1",
4343
"eslint": "^3.7.1",
4444
"eslint-config-standard": "^6.2.0",
4545
"eslint-friendly-formatter": "^2.0.5",
4646
"eslint-loader": "^1.3.0",
4747
"eslint-plugin-html": "^1.3.0",
48-
"eslint-plugin-promise": "^2.0.1",
48+
"eslint-plugin-promise": "^3.4.0",
4949
"eslint-plugin-standard": "^2.0.1",
5050
"eventsource-polyfill": "^0.9.6",
5151
"express": "^4.13.3",
@@ -54,7 +54,7 @@
5454
"function-bind": "^1.0.2",
5555
"html-webpack-plugin": "^2.8.1",
5656
"http-proxy-middleware": "^0.17.2",
57-
"inject-loader": "^2.0.1",
57+
"inject-loader": "^3.0.0-beta2",
5858
"isparta-loader": "^2.0.0",
5959
"jasmine-core": "^2.5.2",
6060
"json-loader": "^0.5.4",
@@ -73,18 +73,18 @@
7373
"nightwatch": "^0.9.8",
7474
"ora": "^0.3.0",
7575
"phantomjs-prebuilt": "^2.1.13",
76-
"selenium-server": "^2.53.1",
76+
"selenium-server": "^3.0.1",
7777
"shelljs": "^0.7.4",
7878
"sinon": "^1.17.3",
7979
"sinon-chai": "^2.8.0",
8080
"url-loader": "^0.5.7",
8181
"vue-hot-reload-api": "^2.0.6",
8282
"vue-html-loader": "^1.2.3",
83-
"vue-loader": "^9.3.0",
83+
"vue-loader": "^10.0.2",
8484
"vue-style-loader": "^1.0.0",
8585
"webpack": "^1.13.2",
8686
"webpack-dev-middleware": "^1.4.0",
8787
"webpack-hot-middleware": "^2.6.0",
88-
"webpack-merge": "^0.14.1"
88+
"webpack-merge": "^1.1.1"
8989
}
9090
}

0 commit comments

Comments
 (0)