Upgrade dependencies

This commit is contained in:
Sébastien Chopin 2017-06-18 20:22:02 +02:00
parent c26daa9e8f
commit 87c37ca549
2 changed files with 247 additions and 230 deletions

View File

@ -43,10 +43,9 @@
"nuxt": "./bin/nuxt"
},
"nyc": {
"exclude": [
"test/**",
"node_modules/**",
"index.js"
"include": [
"lib/",
"dist/"
]
},
"scripts": {
@ -69,7 +68,7 @@
"dependencies": {
"ansi-html": "^0.0.7",
"autoprefixer": "^7.1.1",
"babel-core": "^6.24.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-vue-app": "^1.2.0",
@ -80,7 +79,7 @@
"css-loader": "^0.28.4",
"debug": "^2.6.8",
"etag": "^1.8.0",
"extract-text-webpack-plugin": "^2.1.0",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"fresh": "^0.5.0",
"friendly-errors-webpack-plugin": "^1.6.1",
@ -104,13 +103,13 @@
"tapable": "^0.2.6",
"tappable": "^1.0.1",
"url-loader": "^0.5.9",
"vue": "~2.3.3",
"vue": "~2.3.4",
"vue-loader": "^12.2.1",
"vue-meta": "^1.0.4",
"vue-router": "^2.5.3",
"vue-server-renderer": "~2.3.3",
"vue-router": "^2.6.0",
"vue-server-renderer": "~2.3.4",
"vue-ssr-html-stream": "^2.2.0",
"vue-template-compiler": "~2.3.3",
"vue-template-compiler": "~2.3.4",
"vuex": "^2.3.1",
"webpack": "^3.0.0-rc.2",
"webpack-bundle-analyzer": "^2.8.2",
@ -150,7 +149,7 @@
"rollup-plugin-replace": "^1.1.1",
"rollup-watch": "^4.0.0",
"std-mocks": "^1.0.1",
"uglify-js": "^3.0.17"
"uglify-js": "^3.0.18"
},
"collective": {
"type": "opencollective",

456
yarn.lock

File diff suppressed because it is too large Load Diff