Skip to content

Commit 2054e8e

Browse files
committed
update dep
1 parent 0d0b6cd commit 2054e8e

File tree

2 files changed

+217
-120
lines changed

2 files changed

+217
-120
lines changed

Diff for: package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -35,33 +35,33 @@
3535
"report-coverage": "codecov"
3636
},
3737
"devDependencies": {
38-
"avoriaz": "^3.2.0",
39-
"babel-core": "^6.25.0",
40-
"babel-loader": "^7.1.1",
38+
"avoriaz": "^4.0.0",
39+
"babel-core": "^6.26.0",
40+
"babel-loader": "^7.1.2",
4141
"babel-plugin-istanbul": "^4.1.4",
4242
"babel-preset-latest": "^6.24.1",
43-
"chai": "^4.1.1",
43+
"chai": "^4.1.2",
4444
"clean-webpack-plugin": "^0.1.16",
4545
"codecov": "^2.3.0",
46-
"css-loader": "^0.28.4",
47-
"eslint": "4.3.0",
48-
"eslint-plugin-vue": "3.10.0",
49-
"karma": "^1.7.0",
46+
"css-loader": "^0.28.7",
47+
"eslint": "^4.5.0",
48+
"eslint-plugin-vue": "3.12.0",
49+
"karma": "^1.7.1",
5050
"karma-coverage": "^1.1.1",
5151
"karma-mocha": "^1.3.0",
5252
"karma-phantomjs-launcher": "^1.0.4",
53-
"karma-sinon-chai": "^1.3.1",
53+
"karma-sinon-chai": "^1.3.2",
5454
"karma-sourcemap-loader": "^0.3.7",
5555
"karma-spec-reporter": "^0.0.31",
5656
"karma-webpack": "^2.0.4",
5757
"mocha": "^3.5.0",
58-
"phantomjs-prebuilt": "^2.1.14",
59-
"sinon": "^3.0.0",
60-
"sinon-chai": "^2.12.0",
58+
"phantomjs-prebuilt": "^2.1.15",
59+
"sinon": "^3.2.1",
60+
"sinon-chai": "^2.13.0",
6161
"vue": "^2.4.2",
6262
"vue-loader": "^13.0.4",
6363
"vue-template-compiler": "^2.4.2",
64-
"webpack": "^3.4.1"
64+
"webpack": "^3.5.5"
6565
},
6666
"babel": {
6767
"presets": [

0 commit comments

Comments
 (0)