Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#7929)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Aug 25, 2020
1 parent a969e87 commit e72d03a
Show file tree
Hide file tree
Showing 8 changed files with 227 additions and 189 deletions.
2 changes: 1 addition & 1 deletion distributions/nuxt-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@nuxt/core": "2.14.3",
"@nuxt/telemetry": "^1.2.3",
"node-fetch": "^2.6.0",
"vue": "^2.6.11",
"vue": "^2.6.12",
"vue-client-only": "^2.0.0",
"vue-meta": "^2.4.0",
"vue-no-ssr": "^1.1.1",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test:unit": "jest packages --forceExit"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"@ls-lint/ls-lint": "^1.9.2",
"@nuxtjs/eslint-config": "^3.1.0",
Expand All @@ -42,8 +42,8 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.3.3",
"@vue/server-test-utils": "^1.0.3",
"@vue/test-utils": "^1.0.3",
"@vue/server-test-utils": "^1.0.4",
"@vue/test-utils": "^1.0.4",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.3.0",
"consola": "^2.15.0",
Expand All @@ -59,9 +59,9 @@
"get-port": "^5.1.1",
"glob": "^7.1.6",
"got": "^11.5.2",
"improved-yarn-audit": "^2.2.1",
"improved-yarn-audit": "^2.3.1",
"is-wsl": "^2.2.0",
"jest": "^26.4.0",
"jest": "^26.4.2",
"jiti": "^0.1.11",
"jsdom": "^16.4.0",
"klaw-sync": "^6.0.0",
Expand All @@ -72,7 +72,7 @@
"puppeteer-core": "^5.2.1",
"request": "^2.88.2",
"rimraf": "^3.0.2",
"rollup": "2.26.2",
"rollup": "2.26.5",
"rollup-plugin-license": "^2.2.0",
"sass-loader": "^8.0.2",
"sort-package-json": "^1.44.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"main": "src/index.js",
"dependencies": {
"@babel/core": "^7.11.1",
"@babel/core": "^7.11.4",
"@babel/helper-compilation-targets": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/terser-webpack-plugin": "^2.2.0",
"@types/webpack": "^4.41.21",
"@types/webpack-bundle-analyzer": "^3.8.0",
"@types/webpack-dev-middleware": "^3.7.1",
"@types/webpack-dev-middleware": "^3.7.2",
"@types/webpack-hot-middleware": "^2.25.3"
},
"publishConfig": {
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 @@ -15,12 +15,12 @@
"dependencies": {
"node-fetch": "^2.6.0",
"unfetch": "^4.1.0",
"vue": "^2.6.11",
"vue": "^2.6.12",
"vue-client-only": "^2.0.0",
"vue-meta": "^2.4.0",
"vue-no-ssr": "^1.1.1",
"vue-router": "^3.4.3",
"vue-template-compiler": "^2.6.11",
"vue-template-compiler": "^2.6.12",
"vuex": "^3.5.1"
},
"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.15.0",
"fs-extra": "^8.1.0",
"lru-cache": "^5.1.1",
"vue": "^2.6.11",
"vue": "^2.6.12",
"vue-meta": "^2.4.0",
"vue-server-renderer": "^2.6.11"
"vue-server-renderer": "^2.6.12"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"dist"
],
"dependencies": {
"@babel/core": "^7.11.1",
"@babel/core": "^7.11.4",
"@nuxt/babel-preset-app": "2.14.3",
"@nuxt/friendly-errors-webpack-plugin": "^2.5.0",
"@nuxt/utils": "2.14.3",
"babel-loader": "^8.1.0",
"cache-loader": "^4.1.0",
"caniuse-lite": "^1.0.30001114",
"caniuse-lite": "^1.0.30001117",
"chalk": "^3.0.0",
"consola": "^2.15.0",
"create-require": "^1.0.2",
Expand Down Expand Up @@ -48,7 +48,7 @@
"webpack-bundle-analyzer": "^3.8.0",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0",
"webpack-node-externals": "^2.5.1",
"webpack-node-externals": "^2.5.2",
"webpackbar": "^4.0.0"
},
"engines": {
Expand Down

0 comments on commit e72d03a

Please sign in to comment.