Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#6779)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and pi0 committed Dec 16, 2019
1 parent b2a35d2 commit bb5f84c
Show file tree
Hide file tree
Showing 7 changed files with 97 additions and 101 deletions.
2 changes: 1 addition & 1 deletion distributions/nuxt-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@nuxt/cli": "2.10.2",
"@nuxt/core": "2.10.2",
"node-fetch": "^2.6.0",
"vue": "^2.6.10",
"vue": "^2.6.11",
"vue-client-only": "^2.0.0",
"vue-meta": "^2.3.1",
"vue-no-ssr": "^1.1.1",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"fs-extra": "^8.1.0",
"get-port": "^5.0.0",
"glob": "^7.1.6",
"got": "^10.0.3",
"got": "^10.0.4",
"is-wsl": "^2.1.1",
"jest": "^24.9.0",
"jest-junit": "^10.0.0",
Expand All @@ -63,15 +63,15 @@
"puppeteer-core": "^2.0.0",
"request": "^2.88.0",
"rimraf": "^3.0.0",
"rollup": "^1.27.9",
"rollup": "^1.27.13",
"rollup-plugin-alias": "^2.2.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-license": "^0.13.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"sass-loader": "^8.0.0",
"sort-package-json": "^1.30.0",
"sort-package-json": "^1.31.0",
"vue-jest": "^4.0.0-beta.2"
}
}
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@nuxt/devalue": "^1.2.4",
"@nuxt/utils": "2.10.2",
"@nuxt/vue-app": "2.10.2",
"chokidar": "^3.3.0",
"chokidar": "^3.3.1",
"consola": "^2.11.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"dependencies": {
"node-fetch": "^2.6.0",
"unfetch": "^4.1.0",
"vue": "^2.6.10",
"vue": "^2.6.11",
"vue-client-only": "^2.0.0",
"vue-meta": "^2.3.1",
"vue-no-ssr": "^1.1.1",
"vue-router": "^3.1.3",
"vue-template-compiler": "^2.6.10",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.1.2"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"consola": "^2.11.0",
"fs-extra": "^8.1.0",
"lru-cache": "^5.1.1",
"vue": "^2.6.10",
"vue": "^2.6.11",
"vue-meta": "^2.3.1",
"vue-server-renderer": "^2.6.10"
"vue-server-renderer": "^2.6.11"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 6 additions & 6 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"@nuxt/utils": "2.10.2",
"babel-loader": "^8.0.6",
"cache-loader": "^4.1.0",
"caniuse-lite": "^1.0.30001015",
"caniuse-lite": "^1.0.30001016",
"chalk": "^2.4.2",
"consola": "^2.11.0",
"css-loader": "^3.3.0",
"css-loader": "^3.3.2",
"cssnano": "^4.1.10",
"eventsource-polyfill": "^0.9.6",
"extract-css-chunks-webpack-plugin": "^4.7.1",
Expand All @@ -29,7 +29,7 @@
"memory-fs": "^0.4.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"pify": "^4.0.1",
"postcss": "^7.0.24",
"postcss": "^7.0.25",
"postcss-import": "^12.0.1",
"postcss-import-resolver": "^2.0.0",
"postcss-loader": "^3.0.0",
Expand All @@ -38,12 +38,12 @@
"semver": "^7.0.0",
"std-env": "^2.2.1",
"style-resources-loader": "^1.3.2",
"terser-webpack-plugin": "^2.2.2",
"terser-webpack-plugin": "^2.3.0",
"thread-loader": "^2.1.3",
"time-fix-plugin": "^2.0.6",
"url-loader": "^2.3.0",
"vue-loader": "^15.7.2",
"webpack": "^4.41.2",
"vue-loader": "^15.8.3",
"webpack": "^4.41.3",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0",
Expand Down
Loading

0 comments on commit bb5f84c

Please sign in to comment.