Skip to content

Commit 946c192

Browse files
committed
⬆️ Update dependencies
1 parent 2934b1b commit 946c192

File tree

2 files changed

+129
-225
lines changed

2 files changed

+129
-225
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@nextindex/next-scss": "^1.0.7",
3838
"autoprefixer": "^6.7.7",
3939
"babel-core": "^6.24.0",
40-
"babel-eslint": "^7.0.0",
40+
"babel-eslint": "^7.2.1",
4141
"babel-loader": "^6.4.1",
4242
"babel-plugin-transform-runtime": "^6.23.0",
4343
"babel-preset-es2015": "^6.24.0",
@@ -47,10 +47,10 @@
4747
"chalk": "^1.1.3",
4848
"connect-history-api-fallback": "^1.1.0",
4949
"css-loader": "^0.27.3",
50-
"eslint": "^3.17.1",
51-
"eslint-config-standard": "^7.0.1",
50+
"eslint": "^3.18.0",
51+
"eslint-config-standard": "^7.1.0",
5252
"eslint-friendly-formatter": "^2.0.7",
53-
"eslint-loader": "^1.6.3",
53+
"eslint-loader": "^1.7.0",
5454
"eslint-plugin-html": "^2.0.1",
5555
"eslint-plugin-promise": "^3.5.0",
5656
"eslint-plugin-standard": "^2.1.1",
@@ -74,23 +74,23 @@
7474
"karma-webpack": "^1.7.0",
7575
"lolex": "^1.6.0",
7676
"mocha": "^3.1.0",
77-
"node-sass": "^4.5.0",
77+
"node-sass": "^4.5.1",
7878
"opn": "^4.0.2",
79-
"ora": "^1.1.0",
79+
"ora": "^1.2.0",
8080
"phantomjs-prebuilt": "^2.1.3",
8181
"sass-loader": "^6.0.3",
8282
"semver": "^5.3.0",
8383
"shelljs": "^0.7.7",
84-
"sinon": "^2.0.0",
85-
"sinon-chai": "^2.8.0",
84+
"sinon": "^2.1.0",
85+
"sinon-chai": "^2.9.0",
8686
"url-loader": "^0.5.8",
87-
"vue": "^2.2.4",
88-
"vue-loader": "^11.1.4",
87+
"vue": "^2.2.5",
88+
"vue-loader": "^11.3.2",
8989
"vue-style-loader": "^2.0.4",
90-
"vue-template-compiler": "^2.2.4",
90+
"vue-template-compiler": "^2.2.5",
9191
"webpack": "^1.13.2",
9292
"webpack-dev-middleware": "^1.10.1",
93-
"webpack-hot-middleware": "^2.12.2",
93+
"webpack-hot-middleware": "^2.17.1",
9494
"webpack-merge": "^1.1.2"
9595
},
9696
"engines": {

0 commit comments

Comments
 (0)