Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Apr 11, 2019
1 parent d9929ef commit cc66247
Show file tree
Hide file tree
Showing 22 changed files with 991 additions and 924 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -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",
Expand All @@ -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"
}
}
2 changes: 1 addition & 1 deletion packages/@vue/babel-preset-app/package.json
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-e2e-cypress/package.json
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-eslint/generator/index.js
Expand Up @@ -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'
}
}
Expand Down Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-eslint/package.json
Expand Up @@ -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": {
Expand Down
8 changes: 4 additions & 4 deletions packages/@vue/cli-plugin-typescript/generator/index.js
Expand Up @@ -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'
}
})
}
Expand All @@ -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'
Expand Down
12 changes: 6 additions & 6 deletions packages/@vue/cli-plugin-typescript/package.json
Expand Up @@ -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": {
Expand All @@ -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"
}
4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-unit-jest/package.json
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-service-global/package.json
Expand Up @@ -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"
}
4 changes: 2 additions & 2 deletions packages/@vue/cli-service/generator/index.js
Expand Up @@ -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'
Expand Down Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-service/generator/router/index.js
Expand Up @@ -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', {
Expand Down
38 changes: 19 additions & 19 deletions packages/@vue/cli-service/package.json
Expand Up @@ -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",

This comment has been minimized.

Copy link
@yunyu950908
"webpack-merge": "^4.2.1",
"yorkie": "^2.0.0"
},
Expand All @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-shared-utils/package.json
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-test-utils/package.json
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui-addon-webpack/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui-addon-widgets/package.json
Expand Up @@ -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"
Expand Down
34 changes: 17 additions & 17 deletions packages/@vue/cli-ui/package.json
Expand Up @@ -40,24 +40,24 @@
"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",
"node-ipc": "^9.1.1",
"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",
Expand All @@ -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%",
Expand Down

0 comments on commit cc66247

Please sign in to comment.