mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-21 11:58:36 -05:00
chore: upgrade deps
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-core": "^7.0.0-0",
|
||||
"babel-core": "7.0.0-beta.46",
|
||||
"debug": "^3.1.0",
|
||||
"eslint": "^4.16.0",
|
||||
"eslint-plugin-vue-libs": "^2.1.0",
|
||||
|
||||
@@ -22,10 +22,10 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"chromedriver": "^2.35.0",
|
||||
"chromedriver": "^2.38.1",
|
||||
"deepmerge": "^2.0.1",
|
||||
"execa": "^0.9.0",
|
||||
"nightwatch": "^0.9.20",
|
||||
"selenium-server": "^3.10.0"
|
||||
"nightwatch": "^0.9.21",
|
||||
"selenium-server": "^3.11.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,9 +22,9 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-eslint": "^8.2.2",
|
||||
"eslint": "^4.18.2",
|
||||
"babel-eslint": "^8.2.3",
|
||||
"eslint": "^4.19.1",
|
||||
"eslint-loader": "^2.0.0",
|
||||
"eslint-plugin-vue": "^4.3.0"
|
||||
"eslint-plugin-vue": "^4.5.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"workbox-webpack-plugin": "^3.0.0-beta.1"
|
||||
"workbox-webpack-plugin": "^3.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"register-service-worker": "^1.0.0"
|
||||
|
||||
@@ -23,11 +23,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/node": "^9.3.0",
|
||||
"fork-ts-checker-webpack-plugin": "^0.4.0",
|
||||
"fork-ts-checker-webpack-plugin": "^0.4.1",
|
||||
"globby": "^8.0.1",
|
||||
"ts-loader": "^3.4.0",
|
||||
"tslint": "^5.9.1",
|
||||
"typescript": "^2.7.2"
|
||||
"typescript": "^2.8.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-proposal-class-properties": "7 || ^7.0.0-beta || ^7.0.0-rc",
|
||||
|
||||
@@ -23,9 +23,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"execa": "^0.9.0",
|
||||
"jest": "^22.4.2",
|
||||
"jest-serializer-vue": "^0.3.0",
|
||||
"vue-jest": "^2.1.1"
|
||||
"jest": "^22.4.3",
|
||||
"jest-serializer-vue": "^1.0.0",
|
||||
"vue-jest": "^2.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/test-utils": "^1.0.0-beta.10",
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
"jsdom": "^11.6.2",
|
||||
"jsdom-global": "^3.0.2",
|
||||
"mocha": "^4.1.0",
|
||||
"mocha-webpack": "^1.0.1",
|
||||
"webpack-node-externals": "^1.6.0"
|
||||
"mocha-webpack": "^1.1.0",
|
||||
"webpack-node-externals": "^1.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/test-utils": "^1.0.0-beta.10",
|
||||
|
||||
@@ -25,9 +25,9 @@
|
||||
"@vue/cli-plugin-babel": "^3.0.0-beta.6",
|
||||
"@vue/cli-plugin-eslint": "^3.0.0-beta.6",
|
||||
"@vue/cli-service": "^3.0.0-beta.6",
|
||||
"chalk": "^2.3.2",
|
||||
"chalk": "^2.4.0",
|
||||
"eslint-plugin-vue": "^4.3.0",
|
||||
"resolve": "^1.5.0",
|
||||
"vue": "^2.5.13"
|
||||
"resolve": "^1.7.1",
|
||||
"vue": "^2.5.16"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ module.exports = (api, options) => {
|
||||
'build': 'vue-cli-service build'
|
||||
},
|
||||
dependencies: {
|
||||
'vue': '^2.5.13'
|
||||
'vue': '^2.5.16'
|
||||
},
|
||||
devDependencies: {
|
||||
'vue-template-compiler': '^2.5.13'
|
||||
|
||||
@@ -26,20 +26,20 @@
|
||||
"@vue/web-component-wrapper": "^1.2.0",
|
||||
"address": "^1.0.3",
|
||||
"autodll-webpack-plugin": "^0.3.9",
|
||||
"autoprefixer": "^8.1.0",
|
||||
"autoprefixer": "^8.3.0",
|
||||
"cache-loader": "^1.2.2",
|
||||
"case-sensitive-paths-webpack-plugin": "^2.1.2",
|
||||
"chalk": "^2.3.2",
|
||||
"cliui": "^4.0.0",
|
||||
"copy-webpack-plugin": "^4.5.0",
|
||||
"css-loader": "^0.28.10",
|
||||
"chalk": "^2.4.0",
|
||||
"cliui": "^4.1.0",
|
||||
"copy-webpack-plugin": "^4.5.1",
|
||||
"css-loader": "^0.28.11",
|
||||
"escape-string-regexp": "^1.0.5",
|
||||
"extract-text-webpack-plugin": "^3.0.2",
|
||||
"file-loader": "^1.1.11",
|
||||
"friendly-errors-webpack-plugin": "^1.6.1",
|
||||
"get-value": "^3.0.0",
|
||||
"get-value": "^3.0.1",
|
||||
"globby": "^8.0.1",
|
||||
"html-webpack-plugin": "^3.0.6",
|
||||
"html-webpack-plugin": "^3.2.0",
|
||||
"javascript-stringify": "^1.6.0",
|
||||
"launch-editor-middleware": "^2.2.1",
|
||||
"lodash.defaultsdeep": "^4.6.0",
|
||||
@@ -51,22 +51,22 @@
|
||||
"read-pkg": "^3.0.0",
|
||||
"rimraf": "^2.6.2",
|
||||
"semver": "^5.5.0",
|
||||
"slash": "^1.0.0",
|
||||
"slash": "^2.0.0",
|
||||
"source-map-url": "^0.4.0",
|
||||
"string.prototype.padend": "^3.0.0",
|
||||
"thread-loader": "^1.1.5",
|
||||
"uglifyjs-webpack-plugin": "^1.2.2",
|
||||
"uglifyjs-webpack-plugin": "^1.2.5",
|
||||
"url-loader": "^1.0.1",
|
||||
"vue-loader": "^14.2.1",
|
||||
"vue-template-compiler": "^2.5.13",
|
||||
"vue-template-compiler": "^2.5.16",
|
||||
"webpack": "^3.10.0",
|
||||
"webpack-chain": "^4.5.0",
|
||||
"webpack-chain": "^4.6.0",
|
||||
"webpack-dev-server": "^2.11.1",
|
||||
"webpack-merge": "^4.1.2",
|
||||
"yorkie": "^1.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vue": "^2.5.13",
|
||||
"vue": "^2.5.16",
|
||||
"vue-router": "^3.0.1",
|
||||
"vuex": "^3.0.1"
|
||||
},
|
||||
|
||||
@@ -23,6 +23,6 @@
|
||||
"dependencies": {
|
||||
"eslint-config-airbnb-base": "^12.1.0",
|
||||
"eslint-import-resolver-webpack": "^0.8.4",
|
||||
"eslint-plugin-import": "^2.9.0"
|
||||
"eslint-plugin-import": "^2.11.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,6 +23,6 @@
|
||||
"dependencies": {
|
||||
"eslint-config-prettier": "^2.9.0",
|
||||
"eslint-plugin-prettier": "^2.6.0",
|
||||
"prettier": "^1.11.1"
|
||||
"prettier": "^1.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"eslint-config-standard": "^11.0.0",
|
||||
"eslint-plugin-import": "^2.9.0",
|
||||
"eslint-plugin-node": "^6.0.1",
|
||||
"eslint-plugin-promise": "^3.6.0",
|
||||
"eslint-plugin-standard": "^3.0.1"
|
||||
"eslint-plugin-promise": "^3.7.0",
|
||||
"eslint-plugin-standard": "^3.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/vue-cli/packages/@vue/eslint-config-typescript#readme",
|
||||
"dependencies": {
|
||||
"eslint-plugin-typescript": "^0.9.0",
|
||||
"typescript-eslint-parser": "^14.0.0"
|
||||
"eslint-plugin-typescript": "^0.11.0",
|
||||
"typescript-eslint-parser": "^15.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user