Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#8326)
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 Nov 25, 2020
1 parent b9ef7a5 commit e635cc5
Show file tree
Hide file tree
Showing 10 changed files with 119 additions and 63 deletions.
2 changes: 1 addition & 1 deletion distributions/nuxt-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"vue-client-only": "^2.0.0",
"vue-meta": "^2.4.0",
"vue-no-ssr": "^1.1.1",
"vue-router": "3.4.8",
"vue-router": "3.4.9",
"vuex": "^3.5.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions distributions/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
"dependencies": {
"@nuxt/builder": "2.14.7",
"@nuxt/cli": "2.14.7",
"@nuxt/components": "^1.1.1",
"@nuxt/components": "^1.2.0",
"@nuxt/core": "2.14.7",
"@nuxt/generator": "2.14.7",
"@nuxt/loading-screen": "^2.0.2",
"@nuxt/loading-screen": "^2.0.3",
"@nuxt/opencollective": "^0.3.2",
"@nuxt/static": "^1.0.0",
"@nuxt/telemetry": "^1.2.3",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"test:unit": "jest packages --forceExit"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"@ls-lint/ls-lint": "^1.9.2",
"@nuxtjs/eslint-config": "^5.0.0",
"@rollup/plugin-alias": "^3.1.1",
Expand All @@ -47,9 +47,9 @@
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"consola": "^2.15.0",
"create-require": "^1.0.2",
"create-require": "^1.1.0",
"cross-spawn": "^7.0.3",
"eslint": "^7.13.0",
"eslint": "^7.14.0",
"eslint-multiplexer": "^2.0.0",
"esm": "^3.2.25",
"execa": "^3.4.0",
Expand All @@ -62,21 +62,21 @@
"improved-yarn-audit": "^2.3.1",
"is-wsl": "^2.2.0",
"jest": "^26.6.3",
"jiti": "^0.1.12",
"jiti": "^0.1.16",
"jsdom": "^16.4.0",
"klaw-sync": "^6.0.0",
"lerna": "^3.22.1",
"lodash": "^4.17.20",
"node-fetch": "^2.6.1",
"node-sass": "^4.14.1",
"puppeteer-core": "^5.4.1",
"puppeteer-core": "^5.5.0",
"request": "^2.88.2",
"rimraf": "^3.0.2",
"rollup": "2.33.1",
"rollup": "2.33.3",
"rollup-plugin-license": "^2.2.0",
"sass-loader": "^8.0.2",
"sort-package-json": "^1.46.1",
"typescript": "~4.0",
"sort-package-json": "^1.48.0",
"typescript": "~4.1",
"vue-jest": "^4.0.0-rc.0"
}
}
6 changes: 3 additions & 3 deletions packages/babel-preset-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
],
"main": "src/index.js",
"dependencies": {
"@babel/core": "^7.12.3",
"@babel/core": "^7.12.9",
"@babel/helper-compilation-targets": "^7.12.5",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/runtime": "^7.12.5",
"@vue/babel-preset-jsx": "^1.2.4",
"core-js": "^2.6.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"dependencies": {
"@nuxt/utils": "2.14.7",
"consola": "^2.15.0",
"create-require": "^1.0.2",
"create-require": "^1.1.0",
"defu": "^2.0.4",
"destr": "^1.0.1",
"dotenv": "^8.2.0",
"esm": "^3.2.25",
"jiti": "^0.1.12",
"rc9": "^1.1.0",
"jiti": "^0.1.16",
"rc9": "^1.2.0",
"std-env": "^2.2.1"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@nuxt/utils": "2.14.7",
"@nuxt/vue-renderer": "2.14.7",
"consola": "^2.15.0",
"debug": "^4.2.0",
"debug": "^4.3.1",
"esm": "^3.2.25",
"fs-extra": "^8.1.0",
"hable": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"@types/file-loader": "^4.2.0",
"@types/html-minifier": "^4.0.0",
"@types/less": "^3.0.1",
"@types/node": "^12.19.3",
"@types/node": "^12.19.7",
"@types/node-sass": "^4.11.1",
"@types/optimize-css-assets-webpack-plugin": "^5.0.1",
"@types/pug": "^2.0.4",
"@types/serve-static": "^1.13.6",
"@types/serve-static": "^1.13.8",
"@types/terser-webpack-plugin": "^2.2.0",
"@types/webpack": "^4.41.24",
"@types/webpack": "^4.41.25",
"@types/webpack-bundle-analyzer": "^3.9.0",
"@types/webpack-dev-middleware": "^3.7.2",
"@types/webpack-hot-middleware": "^2.25.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"vue-client-only": "^2.0.0",
"vue-meta": "^2.4.0",
"vue-no-ssr": "^1.1.1",
"vue-router": "3.4.8",
"vue-router": "3.4.9",
"vue-template-compiler": "^2.6.12",
"vuex": "^3.5.1"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"dist"
],
"dependencies": {
"@babel/core": "^7.12.3",
"@babel/core": "^7.12.9",
"@nuxt/babel-preset-app": "2.14.7",
"@nuxt/friendly-errors-webpack-plugin": "^2.5.0",
"@nuxt/utils": "2.14.7",
"babel-loader": "^8.1.0",
"babel-loader": "^8.2.1",
"cache-loader": "^4.1.0",
"caniuse-lite": "^1.0.30001157",
"caniuse-lite": "^1.0.30001161",
"chalk": "^3.0.0",
"consola": "^2.15.0",
"create-require": "^1.0.2",
"create-require": "^1.1.0",
"css-loader": "^3.6.0",
"cssnano": "^4.1.10",
"eventsource-polyfill": "^0.9.6",
Expand All @@ -38,7 +38,7 @@
"postcss-url": "^8.0.0",
"semver": "^7.3.2",
"std-env": "^2.2.1",
"style-resources-loader": "^1.3.3",
"style-resources-loader": "^1.4.1",
"terser-webpack-plugin": "^2.3.5",
"thread-loader": "^2.1.3",
"time-fix-plugin": "^2.0.7",
Expand Down

0 comments on commit e635cc5

Please sign in to comment.