Skip to content

Commit

Permalink
chore: dependency maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Nov 26, 2019
1 parent 357c99a commit 84aed8e
Show file tree
Hide file tree
Showing 23 changed files with 1,766 additions and 1,750 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
]
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/core": "^7.7.4",
"@vue/eslint-config-airbnb": "^4.0.0",
"@vue/eslint-config-prettier": "^5.0.0",
"@vue/eslint-config-standard": "^4.0.0",
Expand All @@ -63,20 +63,20 @@
"eslint-plugin-vue": "^5.2.2",
"eslint-plugin-vue-libs": "^4.0.0",
"execa": "^1.0.0",
"geckodriver": "^1.19.0",
"geckodriver": "^1.19.1",
"globby": "^9.2.0",
"graphql": "^14.3.1",
"http-server": "^0.11.1",
"inquirer": "^6.3.1",
"jest": "^24.9.0",
"lerna": "^3.13.4",
"lerna-changelog": "^0.8.2",
"lint-staged": "^8.1.5",
"lerna": "^3.19.0",
"lerna-changelog": "^0.8.3",
"lint-staged": "^9.4.3",
"memfs": "^2.15.2",
"minimist": "^1.2.0",
"prettier": ">= 1.13.0",
"request": "^2.83.0",
"request-promise-native": "^1.0.7",
"request-promise-native": "^1.0.8",
"rimraf": "^2.6.2",
"semver": "^6.1.0",
"typescript": "^3.4.5",
Expand Down
24 changes: 12 additions & 12 deletions packages/@vue/babel-preset-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
},
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/babel-preset-app#readme",
"dependencies": {
"@babel/core": "^7.6.4",
"@babel/helper-module-imports": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.6.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-jsx": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"@babel/runtime": "^7.6.3",
"@vue/babel-preset-jsx": "^1.1.1",
"@babel/core": "^7.7.4",
"@babel/helper-module-imports": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-syntax-jsx": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/runtime": "^7.7.4",
"@vue/babel-preset-jsx": "^1.1.2",
"babel-plugin-dynamic-import-node": "^2.2.0",
"core-js": "^3.3.2",
"core-js-compat": "^3.3.2"
"core-js": "^3.4.3",
"core-js-compat": "^3.4.3"
},
"peerDependencies": {
"@babel/core": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-babel/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = api => {
presets: ['@vue/cli-plugin-babel/preset']
},
dependencies: {
'core-js': '^3.3.2'
'core-js': '^3.4.3'
}
})
}
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-babel/migrator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = (api) => {
if (api.fromVersion('^3')) {
api.extendPackage({
dependencies: {
'core-js': '^3.3.2'
'core-js': '^3.4.3'
}
}, true)

Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-babel#readme",
"dependencies": {
"@babel/core": "^7.6.4",
"@babel/core": "^7.7.4",
"@vue/babel-preset-app": "^4.1.0-beta.0",
"@vue/cli-shared-utils": "^4.1.0-beta.0",
"babel-loader": "^8.0.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-e2e-nightwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"@vue/cli-shared-utils": "^4.1.0-beta.0",
"deepmerge": "^3.2.0",
"execa": "^1.0.0",
"nightwatch": "^1.2.4"
"nightwatch": "^1.3.1"
},
"devDependencies": {
"chromedriver": "^77.0.0",
"geckodriver": "^1.19.0",
"geckodriver": "^1.19.1",
"selenium-server": "^3.141.59"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-eslint/generator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = (api, { config, lintOn = [] }, _, invoking) => {
Object.assign(pkg.devDependencies, {
'@vue/eslint-config-prettier': '^5.0.0',
'eslint-plugin-prettier': '^3.1.1',
prettier: '^1.18.2'
prettier: '^1.19.1'
})
// prettier & default config do not have any style rules
// so no need to generate an editorconfig file
Expand Down Expand Up @@ -68,7 +68,7 @@ module.exports = (api, { config, lintOn = [] }, _, invoking) => {

if (lintOn.includes('commit')) {
Object.assign(pkg.devDependencies, {
'lint-staged': '^9.4.2'
'lint-staged': '^9.4.3'
})
pkg.gitHooks = {
'pre-commit': 'lint-staged'
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-typescript/generator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = (api, {
if (lintOn.includes('commit')) {
api.extendPackage({
devDependencies: {
'lint-staged': '^9.4.2'
'lint-staged': '^9.4.3'
},
gitHooks: {
'pre-commit': 'lint-staged'
Expand Down
8 changes: 4 additions & 4 deletions packages/@vue/cli-plugin-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"fork-ts-checker-webpack-plugin": "^1.5.1",
"globby": "^9.2.0",
"thread-loader": "^2.1.3",
"ts-loader": "^6.2.0",
"tslint": "^5.16.0",
"ts-loader": "^6.2.1",
"tslint": "^5.20.1",
"webpack": "^4.0.0",
"yorkie": "^2.0.0"
},
Expand All @@ -39,8 +39,8 @@
"typescript": ">=2"
},
"devDependencies": {
"@types/chai": "^4.1.0",
"@types/jest": "^24.0.11",
"@types/chai": "^4.2.5",
"@types/jest": "^24.0.19",
"@types/mocha": "^5.2.6",
"typescript": "^3.4.5",
"vue-class-component": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-unit-jest/generator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const applyTS = (module.exports.applyTS = (api, invoking) => {
: '@vue/cli-plugin-unit-jest/presets/typescript'
},
devDependencies: {
'@types/jest': '^24.0.11'
'@types/jest': '^24.0.19'
}
})

Expand Down
8 changes: 4 additions & 4 deletions packages/@vue/cli-plugin-unit-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"access": "public"
},
"dependencies": {
"@babel/core": "^7.6.4",
"@babel/core": "^7.7.4",
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
"@types/jest": "^24.0.18",
"@types/jest": "^24.0.19",
"@vue/cli-shared-utils": "^4.1.0-beta.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.9.0",
Expand All @@ -35,8 +35,8 @@
"jest-environment-jsdom-fifteen": "^1.0.0",
"jest-serializer-vue": "^2.0.2",
"jest-transform-stub": "^2.0.0",
"jest-watch-typeahead": "^0.4.0",
"ts-jest": "^24.1.0",
"jest-watch-typeahead": "^0.4.2",
"ts-jest": "^24.2.0",
"vue-jest": "^3.0.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-unit-mocha/generator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const applyTS = module.exports.applyTS = (api, invoking) => {
api.extendPackage({
devDependencies: {
'@types/mocha': '^5.2.4',
'@types/chai': '^4.1.0'
'@types/chai': '^4.2.5'
}
})
// inject mocha/chai types to tsconfig.json
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-unit-mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-unit-mocha#readme",
"dependencies": {
"@vue/cli-shared-utils": "^4.1.0-beta.0",
"jsdom": "^15.2.0",
"jsdom": "^15.2.1",
"jsdom-global": "^3.0.2",
"mocha": "^6.2.2",
"mochapack": "^1.1.5"
"mochapack": "^1.1.12"
},
"devDependencies": {
"@vue/test-utils": "1.0.0-beta.29",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-vuex/generator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = (api, options = {}) => {

api.extendPackage({
dependencies: {
vuex: '^3.0.1'
vuex: '^3.1.2'
}
})

Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-service-global/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"@vue/cli-service": "^4.1.0-beta.0",
"babel-eslint": "^10.0.3",
"chalk": "^2.4.2",
"core-js": "^3.3.2",
"core-js": "^3.4.3",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.2",
"regenerator-runtime": "^0.13.2",
"resolve": "^1.11.0",
"resolve": "^1.13.0",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-service/generator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ module.exports = (api, options) => {
if (options.cssPreprocessor) {
const deps = {
sass: {
sass: '^1.19.0',
sass: '^1.23.7',
'sass-loader': '^8.0.0'
},
'node-sass': {
'node-sass': '^4.12.0',
'sass-loader': '^8.0.0'
},
'dart-sass': {
sass: '^1.19.0',
sass: '^1.23.7',
'sass-loader': '^8.0.0'
},
less: {
Expand Down
22 changes: 11 additions & 11 deletions packages/@vue/cli-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@
"@vue/cli-plugin-router": "^4.1.0-beta.0",
"@vue/cli-plugin-vuex": "^4.1.0-beta.0",
"@vue/cli-shared-utils": "^4.1.0-beta.0",
"@vue/component-compiler-utils": "^3.0.0",
"@vue/component-compiler-utils": "^3.0.2",
"@vue/preload-webpack-plugin": "^1.1.0",
"@vue/web-component-wrapper": "^1.2.0",
"acorn": "^6.1.1",
"acorn-walk": "^6.1.1",
"address": "^1.1.2",
"autoprefixer": "^9.5.1",
"browserslist": "^4.7.1",
"autoprefixer": "^9.7.2",
"browserslist": "^4.7.3",
"cache-loader": "^4.1.0",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"chalk": "^2.4.2",
"cli-highlight": "^2.1.1",
"cli-highlight": "^2.1.4",
"clipboardy": "^2.0.0",
"cliui": "^5.0.0",
"copy-webpack-plugin": "^5.0.3",
"copy-webpack-plugin": "^5.0.5",
"css-loader": "^3.1.0",
"cssnano": "^4.1.10",
"current-script-polyfill": "^1.0.0",
"debug": "^4.1.1",
"default-gateway": "^5.0.2",
"default-gateway": "^5.0.5",
"dotenv": "^8.2.0",
"dotenv-expand": "^5.1.0",
"file-loader": "^4.2.0",
Expand All @@ -71,15 +71,15 @@
"source-map-url": "^0.4.0",
"ssri": "^6.0.1",
"string.prototype.padend": "^3.0.0",
"terser-webpack-plugin": "^2.1.2",
"terser-webpack-plugin": "^2.2.1",
"thread-loader": "^2.1.3",
"url-loader": "^2.2.0",
"vue-loader": "^15.7.0",
"vue-loader": "^15.7.2",
"vue-style-loader": "^4.1.0",
"webpack": "^4.0.0",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-chain": "^6.0.0",
"webpack-dev-server": "^3.8.2",
"webpack-dev-server": "^3.9.0",
"webpack-merge": "^4.2.2"
},
"peerDependencies": {
Expand All @@ -104,12 +104,12 @@
},
"devDependencies": {
"fibers": ">= 3.1.1 <5.0.0",
"sass": "^1.19.0",
"sass": "^1.23.7",
"sass-loader": "^8.0.0",
"vue": "^2.6.10",
"vue-router": "^3.1.3",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.0.1"
"vuex": "^3.1.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-shared-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"open": "^6.3.0",
"ora": "^3.4.0",
"request": "^2.87.0",
"request-promise-native": "^1.0.7",
"request-promise-native": "^1.0.8",
"semver": "^6.1.0",
"string.prototype.padstart": "^3.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-ui-addon-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"@vue/cli-plugin-eslint": "^4.1.0-beta.0",
"@vue/cli-service": "^4.1.0-beta.0",
"@vue/eslint-config-standard": "^4.0.0",
"core-js": "^3.3.2",
"core-js": "^3.4.3",
"eslint": "^5.16.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue-progress-path": "^0.0.2",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.0.1"
"vuex": "^3.1.2"
},
"browserslist": [
"> 1%",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui-addon-widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@vue/cli-plugin-eslint": "^4.1.0-beta.0",
"@vue/cli-service": "^4.1.0-beta.0",
"@vue/eslint-config-standard": "^4.0.0",
"core-js": "^3.3.2",
"core-js": "^3.4.3",
"eslint": "^5.16.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/@vue/cli-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"graphql": "^14.3.1",
"graphql-subscriptions": "^1.1.0",
"graphql-tag": "^2.9.2",
"graphql-type-json": "^0.3.0",
"graphql-type-json": "^0.3.1",
"javascript-stringify": "^1.6.0",
"js-yaml": "^3.13.1",
"lodash.merge": "^4.6.1",
Expand Down Expand Up @@ -75,12 +75,12 @@
"apollo-client": "^2.6.0",
"apollo-link": "^1.0.0",
"babel-eslint": "^10.0.3",
"core-js": "^3.3.2",
"core-js": "^3.4.3",
"cross-env": "^6.0.3",
"eslint": "^5.16.0",
"eslint-plugin-graphql": "^3.1.0",
"eslint-plugin-vue": "^5.2.2",
"lint-staged": "^9.4.2",
"lint-staged": "^9.4.3",
"lodash.debounce": "^4.0.8",
"portal-vue": "^1.3.0",
"rimraf": "^2.6.2",
Expand All @@ -94,7 +94,7 @@
"vue-i18n": "^8.11.2",
"vue-instantsearch": "^1.5.1",
"vue-meta": "^1.6.0",
"vue-observe-visibility": "^0.4.5",
"vue-observe-visibility": "^0.4.6",
"vue-router": "^3.1.3",
"vue-template-compiler": "^2.6.10",
"vue-timeago": "^5.1.2",
Expand Down
Loading

0 comments on commit 84aed8e

Please sign in to comment.