mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-20 18:11:07 -05:00
chore: update deps
This commit is contained in:
20
package.json
20
package.json
@@ -48,27 +48,27 @@
|
||||
"babel-core": "7.0.0-bridge.0",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"debug": "^4.1.0",
|
||||
"eslint": "^5.14.1",
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-plugin-graphql": "^3.0.3",
|
||||
"eslint-plugin-node": "^8.0.0",
|
||||
"eslint-plugin-vue": "^5.2.2",
|
||||
"eslint-plugin-vue-libs": "^3.0.0",
|
||||
"execa": "^1.0.0",
|
||||
"globby": "^9.0.0",
|
||||
"graphql": "^14.0.2",
|
||||
"globby": "^9.2.0",
|
||||
"graphql": "^14.2.1",
|
||||
"http-server": "^0.11.1",
|
||||
"inquirer": "^6.0.0",
|
||||
"jest": "^23.1.0",
|
||||
"lerna": "^3.13.0",
|
||||
"lerna": "^3.13.2",
|
||||
"lerna-changelog": "^0.8.2",
|
||||
"lint-staged": "^8.1.4",
|
||||
"lint-staged": "^8.1.5",
|
||||
"memfs": "^2.15.2",
|
||||
"minimist": "^1.2.0",
|
||||
"request": "^2.83.0",
|
||||
"request-promise-native": "^1.0.7",
|
||||
"rimraf": "^2.6.2",
|
||||
"semver": "^5.5.0",
|
||||
"typescript": "^3.3.3333",
|
||||
"semver": "^6.0.0",
|
||||
"typescript": "^3.4.3",
|
||||
"vuepress": "1.0.0-alpha.44",
|
||||
"vuepress-theme-vue": "^1.1.0",
|
||||
"webpack": ">=4 < 4.29",
|
||||
@@ -77,8 +77,8 @@
|
||||
"resolutions": {
|
||||
"babel-core": "7.0.0-bridge.0",
|
||||
"puppeteer": "1.11.0",
|
||||
"vue": "^2.6.7",
|
||||
"vue-template-compiler": "^2.6.7",
|
||||
"vue-server-renderer": "^2.6.7"
|
||||
"vue": "^2.6.10",
|
||||
"vue-template-compiler": "^2.6.10",
|
||||
"vue-server-renderer": "^2.6.10"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"@babel/preset-env": "^7.0.0 < 7.4.0",
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@babel/runtime-corejs2": "^7.2.0",
|
||||
"@vue/babel-preset-jsx": "^1.0.0-beta.2",
|
||||
"@vue/babel-preset-jsx": "^1.0.0-beta.3",
|
||||
"babel-plugin-dynamic-import-node": "^2.2.0",
|
||||
"core-js": "^2.6.5"
|
||||
},
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/cli-shared-utils": "^3.5.1",
|
||||
"cypress": "^3.1.5",
|
||||
"cypress": "^3.2.0",
|
||||
"eslint-plugin-cypress": "^2.2.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ module.exports = (api, { config, lintOn = [] }, _, invoking) => {
|
||||
// in order to keep compatibility with v3.0.x users who defaults to ESlint v4.
|
||||
devDependencies: {
|
||||
'babel-eslint': '^10.0.1',
|
||||
'eslint': '^5.8.0',
|
||||
'eslint': '^5.16.0',
|
||||
'eslint-plugin-vue': '^5.0.0'
|
||||
}
|
||||
}
|
||||
@@ -71,7 +71,7 @@ module.exports = (api, { config, lintOn = [] }, _, invoking) => {
|
||||
|
||||
if (lintOn.includes('commit')) {
|
||||
Object.assign(pkg.devDependencies, {
|
||||
'lint-staged': '^8.1.4'
|
||||
'lint-staged': '^8.1.5'
|
||||
})
|
||||
pkg.gitHooks = {
|
||||
'pre-commit': 'lint-staged'
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"@vue/cli-shared-utils": "^3.5.1",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"eslint-loader": "^2.1.2",
|
||||
"globby": "^9.0.0",
|
||||
"globby": "^9.2.0",
|
||||
"webpack": ">=4 < 4.29"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
|
||||
@@ -9,15 +9,15 @@ module.exports = (api, {
|
||||
|
||||
api.extendPackage({
|
||||
devDependencies: {
|
||||
typescript: '^3.2.1'
|
||||
typescript: '^3.4.3'
|
||||
}
|
||||
})
|
||||
|
||||
if (classComponent) {
|
||||
api.extendPackage({
|
||||
dependencies: {
|
||||
'vue-class-component': '^6.0.0',
|
||||
'vue-property-decorator': '^8.0.0'
|
||||
'vue-class-component': '^7.0.2',
|
||||
'vue-property-decorator': '^8.1.0'
|
||||
}
|
||||
})
|
||||
}
|
||||
@@ -40,7 +40,7 @@ module.exports = (api, {
|
||||
if (lintOn.includes('commit')) {
|
||||
api.extendPackage({
|
||||
devDependencies: {
|
||||
'lint-staged': '^8.1.0'
|
||||
'lint-staged': '^8.1.5'
|
||||
},
|
||||
gitHooks: {
|
||||
'pre-commit': 'lint-staged'
|
||||
|
||||
@@ -23,12 +23,12 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/webpack-env": "^1.13.6",
|
||||
"@types/webpack-env": "^1.13.9",
|
||||
"@vue/cli-shared-utils": "^3.5.1",
|
||||
"fork-ts-checker-webpack-plugin": "^0.5.2",
|
||||
"globby": "^9.0.0",
|
||||
"globby": "^9.2.0",
|
||||
"ts-loader": "^5.3.3",
|
||||
"tslint": "^5.13.0",
|
||||
"tslint": "^5.15.0",
|
||||
"webpack": ">=4 < 4.29"
|
||||
},
|
||||
"peerDependencies": {
|
||||
@@ -38,9 +38,9 @@
|
||||
"@types/chai": "^4.1.0",
|
||||
"@types/jest": "^23.1.4",
|
||||
"@types/mocha": "^5.2.6",
|
||||
"typescript": "^3.2.1",
|
||||
"vue-class-component": "^7.0.1",
|
||||
"vue-property-decorator": "^8.0.0"
|
||||
"typescript": "^3.4.3",
|
||||
"vue-class-component": "^7.0.2",
|
||||
"vue-property-decorator": "^8.1.0"
|
||||
},
|
||||
"gitHead": "0dc793497281718762a5477a3de4a7ee439cdda6"
|
||||
}
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
"jest": "^23.6.0",
|
||||
"jest-serializer-vue": "^2.0.2",
|
||||
"jest-transform-stub": "^2.0.0",
|
||||
"jest-watch-typeahead": "^0.2.1",
|
||||
"vue-jest": "^3.0.3"
|
||||
"jest-watch-typeahead": "^0.3.0",
|
||||
"vue-jest": "^3.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/test-utils": "1.0.0-beta.29",
|
||||
|
||||
@@ -31,8 +31,8 @@
|
||||
"eslint": "^4.19.1",
|
||||
"eslint-plugin-vue": "^4.7.1",
|
||||
"resolve": "^1.10.0",
|
||||
"vue": "^2.6.6",
|
||||
"vue-template-compiler": "^2.6.6"
|
||||
"vue": "^2.6.10",
|
||||
"vue-template-compiler": "^2.6.10"
|
||||
},
|
||||
"gitHead": "0dc793497281718762a5477a3de4a7ee439cdda6"
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ module.exports = (api, options) => {
|
||||
'build': 'vue-cli-service build'
|
||||
},
|
||||
dependencies: {
|
||||
'vue': '^2.6.6'
|
||||
'vue': '^2.6.10'
|
||||
},
|
||||
devDependencies: {
|
||||
'vue-template-compiler': '^2.5.21'
|
||||
@@ -46,7 +46,7 @@ module.exports = (api, options) => {
|
||||
'sass-loader': '^7.1.0'
|
||||
},
|
||||
'dart-sass': {
|
||||
sass: '^1.17.2',
|
||||
sass: '^1.18.0',
|
||||
'sass-loader': '^7.1.0'
|
||||
},
|
||||
less: {
|
||||
|
||||
@@ -3,7 +3,7 @@ module.exports = (api, options = {}) => {
|
||||
api.injectRootOptions(api.entryFile, `router`)
|
||||
api.extendPackage({
|
||||
dependencies: {
|
||||
'vue-router': '^3.0.1'
|
||||
'vue-router': '^3.0.3'
|
||||
}
|
||||
})
|
||||
api.render('./template', {
|
||||
|
||||
@@ -30,52 +30,52 @@
|
||||
"@vue/component-compiler-utils": "^2.6.0",
|
||||
"@vue/preload-webpack-plugin": "^1.1.0",
|
||||
"@vue/web-component-wrapper": "^1.2.0",
|
||||
"acorn": "^6.1.0",
|
||||
"acorn": "^6.1.1",
|
||||
"acorn-walk": "^6.1.1",
|
||||
"address": "^1.0.3",
|
||||
"autoprefixer": "^9.4.8",
|
||||
"autoprefixer": "^9.5.1",
|
||||
"browserslist": "^4.5.4",
|
||||
"cache-loader": "^2.0.1",
|
||||
"case-sensitive-paths-webpack-plugin": "^2.2.0",
|
||||
"chalk": "^2.4.2",
|
||||
"clipboardy": "^1.2.3",
|
||||
"cliui": "^4.1.0",
|
||||
"clipboardy": "^2.0.0",
|
||||
"cliui": "^5.0.0",
|
||||
"copy-webpack-plugin": "^4.6.0",
|
||||
"css-loader": "^1.0.1",
|
||||
"cssnano": "^4.1.10",
|
||||
"current-script-polyfill": "^1.0.0",
|
||||
"debug": "^4.1.1",
|
||||
"dotenv": "^6.2.0",
|
||||
"dotenv-expand": "^4.2.0",
|
||||
"dotenv": "^7.0.0",
|
||||
"dotenv-expand": "^5.1.0",
|
||||
"escape-string-regexp": "^1.0.5",
|
||||
"file-loader": "^3.0.1",
|
||||
"fs-extra": "^7.0.1",
|
||||
"globby": "^9.0.0",
|
||||
"globby": "^9.2.0",
|
||||
"hash-sum": "^1.0.2",
|
||||
"html-webpack-plugin": "^3.2.0",
|
||||
"launch-editor-middleware": "^2.2.1",
|
||||
"lodash.defaultsdeep": "^4.6.0",
|
||||
"lodash.mapvalues": "^4.6.0",
|
||||
"lodash.transform": "^4.6.0",
|
||||
"mini-css-extract-plugin": "^0.5.0",
|
||||
"mini-css-extract-plugin": "^0.6.0",
|
||||
"minimist": "^1.2.0",
|
||||
"ora": "^3.1.0",
|
||||
"ora": "^3.4.0",
|
||||
"portfinder": "^1.0.20",
|
||||
"postcss-loader": "^3.0.0",
|
||||
"read-pkg": "^4.0.1",
|
||||
"semver": "^5.6.0",
|
||||
"read-pkg": "^5.0.0",
|
||||
"semver": "^6.0.0",
|
||||
"slash": "^2.0.0",
|
||||
"source-map-url": "^0.4.0",
|
||||
"ssri": "^6.0.1",
|
||||
"string.prototype.padend": "^3.0.0",
|
||||
"terser-webpack-plugin": "^1.2.2",
|
||||
"terser-webpack-plugin": "^1.2.3",
|
||||
"thread-loader": "^2.1.2",
|
||||
"url-loader": "^1.1.2",
|
||||
"vue-loader": "^15.6.4",
|
||||
"vue-loader": "^15.7.0",
|
||||
"webpack": ">=4 < 4.29",
|
||||
"webpack-bundle-analyzer": "^3.0.4",
|
||||
"webpack-bundle-analyzer": "^3.3.0",
|
||||
"webpack-chain": "^4.11.0",
|
||||
"webpack-dev-server": "^3.2.0",
|
||||
"webpack-dev-server": "^3.3.1",
|
||||
"webpack-merge": "^4.2.1",
|
||||
"yorkie": "^2.0.0"
|
||||
},
|
||||
@@ -84,11 +84,11 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"fibers": "^3.1.1",
|
||||
"sass": "^1.17.2",
|
||||
"sass": "^1.18.0",
|
||||
"sass-loader": "^7.1.0",
|
||||
"vue": "^2.6.7",
|
||||
"vue-router": "^3.0.1",
|
||||
"vue-template-compiler": "^2.6.7",
|
||||
"vue": "^2.6.10",
|
||||
"vue-router": "^3.0.3",
|
||||
"vue-template-compiler": "^2.6.10",
|
||||
"vuex": "^3.0.1"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
||||
@@ -27,10 +27,10 @@
|
||||
"lru-cache": "^5.1.1",
|
||||
"node-ipc": "^9.1.1",
|
||||
"opn": "^5.3.0",
|
||||
"ora": "^3.1.0",
|
||||
"ora": "^3.4.0",
|
||||
"request": "^2.87.0",
|
||||
"request-promise-native": "^1.0.7",
|
||||
"semver": "^5.5.0",
|
||||
"semver": "^6.0.0",
|
||||
"string.prototype.padstart": "^3.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
||||
@@ -26,6 +26,6 @@
|
||||
"fs-extra": "^7.0.1",
|
||||
"json-server": "^0.14.0",
|
||||
"puppeteer": "^1.11.0",
|
||||
"strip-ansi": "^5.0.0"
|
||||
"strip-ansi": "^5.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"@vue/cli-plugin-eslint": "^3.5.1",
|
||||
"@vue/cli-service": "^3.5.3",
|
||||
"@vue/eslint-config-standard": "^4.0.0",
|
||||
"eslint": "^5.14.1",
|
||||
"eslint": "^5.16.0",
|
||||
"stylus": "^0.54.5",
|
||||
"stylus-loader": "^3.0.2",
|
||||
"vue-progress-path": "^0.0.2",
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"@vue/cli-plugin-eslint": "^3.5.1",
|
||||
"@vue/cli-service": "^3.5.3",
|
||||
"@vue/eslint-config-standard": "^4.0.0",
|
||||
"eslint": "^5.14.1",
|
||||
"eslint": "^5.16.0",
|
||||
"stylus": "^0.54.5",
|
||||
"stylus-loader": "^3.0.2",
|
||||
"vue-template-compiler": "^2.5.21"
|
||||
|
||||
@@ -40,14 +40,14 @@
|
||||
"deepmerge": "^3.2.0",
|
||||
"execa": "^1.0.0",
|
||||
"express-history-api-fallback": "^2.2.1",
|
||||
"fkill": "^5.3.0",
|
||||
"fkill": "^6.1.0",
|
||||
"fs-extra": "^7.0.1",
|
||||
"globby": "^9.0.0",
|
||||
"graphql-subscriptions": "^1.1.0",
|
||||
"graphql-tag": "^2.9.2",
|
||||
"graphql-type-json": "^0.2.1",
|
||||
"graphql-type-json": "^0.2.4",
|
||||
"javascript-stringify": "^1.6.0",
|
||||
"js-yaml": "^3.12.0",
|
||||
"js-yaml": "^3.13.1",
|
||||
"lodash.merge": "^4.6.1",
|
||||
"lowdb": "^1.0.0",
|
||||
"lru-cache": "^5.1.1",
|
||||
@@ -55,9 +55,9 @@
|
||||
"node-notifier": "^5.4.0",
|
||||
"parse-git-config": "^2.0.2",
|
||||
"portfinder": "^1.0.13",
|
||||
"prismjs": "^1.15.0",
|
||||
"rss-parser": "^3.4.3",
|
||||
"semver": "^5.5.0",
|
||||
"prismjs": "^1.16.0",
|
||||
"rss-parser": "^3.7.0",
|
||||
"semver": "^6.0.0",
|
||||
"shortid": "^2.2.11",
|
||||
"vue-cli-plugin-apollo": "^0.19.2",
|
||||
"vue-virtual-scroller": "^1.0.0-rc.2",
|
||||
@@ -72,26 +72,26 @@
|
||||
"@vue/ui": "^0.9.0",
|
||||
"ansi_up": "^3.0.0",
|
||||
"cross-env": "^5.1.5",
|
||||
"eslint": "^5.8.0",
|
||||
"eslint-plugin-graphql": "^3.0.1",
|
||||
"lint-staged": "^8.1.0",
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-plugin-graphql": "^3.0.3",
|
||||
"lint-staged": "^8.1.5",
|
||||
"lodash.debounce": "^4.0.8",
|
||||
"portal-vue": "^1.3.0",
|
||||
"rimraf": "^2.6.2",
|
||||
"start-server-and-test": "^1.4.1",
|
||||
"start-server-and-test": "^1.7.13",
|
||||
"stylus": "^0.54.5",
|
||||
"stylus-loader": "^3.0.1",
|
||||
"vue": "^2.6.7",
|
||||
"vue": "^2.6.10",
|
||||
"vue-apollo": "^3.0.0-beta.25",
|
||||
"vue-color": "^2.4.6",
|
||||
"vue-i18n": "^8.8.2",
|
||||
"vue-i18n": "^8.10.0",
|
||||
"vue-instantsearch": "^1.5.1",
|
||||
"vue-meta": "^1.5.0",
|
||||
"vue-meta": "^1.6.0",
|
||||
"vue-observe-visibility": "^0.4.1",
|
||||
"vue-router": "^3.0.1",
|
||||
"vue-template-compiler": "^2.6.7",
|
||||
"vue-timeago": "^5.0.0",
|
||||
"xterm": "^3.11.0"
|
||||
"vue-router": "^3.0.3",
|
||||
"vue-template-compiler": "^2.6.10",
|
||||
"vue-timeago": "^5.1.2",
|
||||
"xterm": "^3.12.0"
|
||||
},
|
||||
"browserslist": [
|
||||
"> 1%",
|
||||
|
||||
@@ -30,27 +30,27 @@
|
||||
"@vue/cli-ui-addon-widgets": "^3.5.5",
|
||||
"chalk": "^2.4.1",
|
||||
"cmd-shim": "^2.0.2",
|
||||
"commander": "^2.16.0",
|
||||
"commander": "^2.20.0",
|
||||
"debug": "^4.1.0",
|
||||
"deepmerge": "^3.2.0",
|
||||
"download-git-repo": "^1.0.2",
|
||||
"ejs": "^2.6.1",
|
||||
"envinfo": "^6.0.1",
|
||||
"envinfo": "^7.1.0",
|
||||
"execa": "^1.0.0",
|
||||
"fs-extra": "^7.0.1",
|
||||
"globby": "^9.0.0",
|
||||
"globby": "^9.2.0",
|
||||
"import-global": "^0.1.0",
|
||||
"inquirer": "^6.0.0",
|
||||
"isbinaryfile": "^3.0.2",
|
||||
"javascript-stringify": "^1.6.0",
|
||||
"js-yaml": "^3.12.0",
|
||||
"js-yaml": "^3.13.1",
|
||||
"lodash.clonedeep": "^4.5.0",
|
||||
"minimist": "^1.2.0",
|
||||
"recast": "^0.17.3",
|
||||
"recast": "^0.17.5",
|
||||
"request": "^2.87.0",
|
||||
"request-promise-native": "^1.0.7",
|
||||
"resolve": "^1.8.1",
|
||||
"semver": "^5.5.0",
|
||||
"semver": "^6.0.0",
|
||||
"shortid": "^2.2.11",
|
||||
"slash": "^2.0.0",
|
||||
"validate-npm-package-name": "^3.0.0",
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/eslint-config-prettier#readme",
|
||||
"dependencies": {
|
||||
"eslint-config-prettier": "^4.0.0",
|
||||
"eslint-config-prettier": "^4.1.0",
|
||||
"eslint-plugin-prettier": "^3.0.1",
|
||||
"prettier": "^1.16.4"
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"eslint-config-standard": "^12.0.0",
|
||||
"eslint-plugin-import": "^2.16.0",
|
||||
"eslint-plugin-node": "^8.0.1",
|
||||
"eslint-plugin-promise": "^4.0.1",
|
||||
"eslint-plugin-promise": "^4.1.1",
|
||||
"eslint-plugin-standard": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/eslint-config-typescript#readme",
|
||||
"dependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^1.4.1",
|
||||
"@typescript-eslint/parser": "^1.4.1"
|
||||
"@typescript-eslint/eslint-plugin": "^1.6.0",
|
||||
"@typescript-eslint/parser": "^1.6.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user