Skip to content
This repository was archived by the owner on Jun 10, 2023. It is now read-only.

Commit cb4bffa

Browse files
committed
⬆️ Up deps
1 parent 63b3b52 commit cb4bffa

File tree

2 files changed

+86
-219
lines changed

2 files changed

+86
-219
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"add-asset-html-webpack-plugin": "^2.1.2",
4040
"babel-core": "^6.26.0",
41-
"babel-eslint": "^8.0.0",
41+
"babel-eslint": "^8.0.1",
4242
"babel-helper-vue-jsx-merge-props": "^2.0.2",
4343
"babel-loader": "^7.1.2",
4444
"babel-plugin-istanbul": "^4.1.5",
@@ -52,7 +52,7 @@
5252
"codacy-coverage": "^2.0.3",
5353
"cross-env": "^5.0.5",
5454
"css-loader": "^0.28.7",
55-
"eslint": "^4.7.1",
55+
"eslint": "^4.8.0",
5656
"eslint-config-posva": "^1.3.1",
5757
"extract-text-webpack-plugin": "^3.0.0",
5858
"function-bind": "^1.1.1",
@@ -67,34 +67,34 @@
6767
"karma-sourcemap-loader": "^0.3.7",
6868
"karma-spec-reporter": "^0.0.31",
6969
"karma-webpack": "^2.0.4",
70-
"lint-staged": "^4.2.1",
71-
"material-components-web": "^0.21.0",
70+
"lint-staged": "^4.2.3",
71+
"material-components-web": "^0.21.1",
7272
"mocha": "^3.5.3",
7373
"mocha-css": "^1.0.1",
7474
"node-sass": "^4.5.3",
7575
"null-loader": "^0.1.1",
7676
"pre-commit": "^1.2.2",
7777
"rimraf": "^2.6.2",
7878
"rollup": "^0.50.0",
79-
"rollup-plugin-buble": "^0.15.0",
79+
"rollup-plugin-buble": "^0.16.0",
8080
"rollup-plugin-commonjs": "^8.2.1",
8181
"rollup-plugin-node-resolve": "^3.0.0",
8282
"rollup-plugin-replace": "^2.0.0",
8383
"rollup-plugin-scss": "^0.3.0",
84-
"rollup-plugin-vue": "^2.4.2",
84+
"rollup-plugin-vue": "^2.5.1",
8585
"sass-loader": "^6.0.6",
86-
"sinon": "^3.3.0",
87-
"sinon-chai": "^2.13.0",
86+
"sinon": "^4.0.0",
87+
"sinon-chai": "^2.14.0",
8888
"style-loader": "^0.18.2",
89-
"uglify-js": "^3.1.1",
89+
"uglify-js": "^3.1.3",
9090
"uppercamelcase": "^3.0.0",
9191
"vue": "^2.4.4",
9292
"vue-loader": "^13.0.5",
9393
"vue-template-compiler": "^2.4.4",
9494
"webpack": "^3.6.0",
9595
"webpack-bundle-analyzer": "^2.9.0",
9696
"webpack-dashboard": "^1.0.0-5",
97-
"webpack-dev-server": "^2.8.2",
97+
"webpack-dev-server": "^2.9.1",
9898
"webpack-merge": "^4.1.0",
9999
"yarn-or-npm": "^2.0.4"
100100
},

0 commit comments

Comments
 (0)