Skip to content

Commit 77b8595

Browse files
committed
update dep
1 parent 6e1ca65 commit 77b8595

File tree

2 files changed

+835
-176
lines changed

2 files changed

+835
-176
lines changed

package.json

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,24 @@
2828
"accounting-js": "^1.1.1"
2929
},
3030
"scripts": {
31-
"test": "cross-env karma start test/karma.config.js",
32-
"test:watch": "cross-env karma start test/karma.config.js --single-run=false",
33-
"lint": "cross-env eslint --ext .js,.vue src spec",
34-
"build": "cross-env ./node_modules/webpack/bin/webpack.js --hide-modules -p --progress",
31+
"test": "./node_modules/.bin/karma start test/karma.config.js",
32+
"test:watch": "./node_modules/.bin/karma start test/karma.config.js --single-run=false",
33+
"lint": "./node_modules/.bin/eslint --ext .js,.vue src spec",
34+
"build": "./node_modules/.bin/webpack --hide-modules -p --progress",
3535
"report-coverage": "codecov"
3636
},
3737
"devDependencies": {
38-
"avoriaz": "^2.4.2",
38+
"avoriaz": "^3.2.0",
3939
"babel-core": "^6.25.0",
4040
"babel-loader": "^7.1.1",
4141
"babel-plugin-istanbul": "^4.1.4",
4242
"babel-preset-latest": "^6.24.1",
43-
"chai": "^4.0.2",
43+
"chai": "^4.1.1",
4444
"clean-webpack-plugin": "^0.1.16",
45-
"codecov": "^2.2.0",
46-
"cross-env": "^5.0.1",
47-
"eslint": "^4.2.0",
48-
"eslint-plugin-vue": "beta",
45+
"codecov": "^2.3.0",
46+
"css-loader": "^0.28.4",
47+
"eslint": "4.3.0",
48+
"eslint-plugin-vue": "3.10.0",
4949
"karma": "^1.7.0",
5050
"karma-coverage": "^1.1.1",
5151
"karma-mocha": "^1.3.0",
@@ -54,13 +54,14 @@
5454
"karma-sourcemap-loader": "^0.3.7",
5555
"karma-spec-reporter": "^0.0.31",
5656
"karma-webpack": "^2.0.4",
57-
"mocha": "^3.4.2",
58-
"sinon": "^2.3.6",
59-
"sinon-chai": "^2.11.0",
60-
"vue": "^2.3.4",
61-
"vue-loader": "^13.0.0",
62-
"vue-template-compiler": "^2.3.4",
63-
"webpack": "^3.1.0"
57+
"mocha": "^3.5.0",
58+
"phantomjs-prebuilt": "^2.1.14",
59+
"sinon": "^3.0.0",
60+
"sinon-chai": "^2.12.0",
61+
"vue": "^2.4.2",
62+
"vue-loader": "^13.0.4",
63+
"vue-template-compiler": "^2.4.2",
64+
"webpack": "^3.4.1"
6465
},
6566
"babel": {
6667
"presets": [

0 commit comments

Comments
 (0)