Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (next) (#7101)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 23, 2020
1 parent 3c9fd91 commit a50545b
Show file tree
Hide file tree
Showing 6 changed files with 243 additions and 85 deletions.
2 changes: 1 addition & 1 deletion distributions/nuxt-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
},
"engines": {
"node": ">=10.19.0",
"npm": ">=6.14.2"
"npm": ">=6.14.3"
}
}
2 changes: 1 addition & 1 deletion distributions/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
"engines": {
"node": ">=10.19.0",
"npm": ">=6.14.2"
"npm": ">=6.14.3"
},
"collective": {
"url": "https://opencollective.com/nuxtjs",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"audit": "improved-yarn-audit --min-severity moderate -e 1488"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@nuxtjs/eslint-config": "^2.0.2",
"@rollup/plugin-alias": "^3.0.1",
"@rollup/plugin-commonjs": "^11.0.2",
Expand Down Expand Up @@ -67,7 +67,7 @@
"puppeteer-core": "^2.1.1",
"request": "^2.88.2",
"rimraf": "^3.0.2",
"rollup": "^2.0.6",
"rollup": "^2.1.0",
"rollup-plugin-license": "^0.13.0",
"sass-loader": "^8.0.2",
"sort-package-json": "^1.40.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-preset-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
],
"main": "src/index.js",
"dependencies": {
"@babel/core": "^7.8.7",
"@babel/core": "^7.9.0",
"@babel/helper-compilation-targets": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/runtime": "^7.8.7",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/runtime": "^7.9.2",
"@vue/babel-preset-jsx": "^1.1.2",
"core-js": "^3.6.4"
},
Expand Down
8 changes: 4 additions & 4 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.8.7",
"@babel/core": "^7.9.0",
"@nuxt/babel-preset-app": "2.11.0",
"@nuxt/friendly-errors-webpack-plugin": "^2.5.0",
"@nuxt/utils": "2.11.0",
"babel-loader": "^8.0.6",
"babel-loader": "^8.1.0",
"cache-loader": "^4.1.0",
"caniuse-lite": "^1.0.30001035",
"caniuse-lite": "^1.0.30001036",
"chalk": "^3.0.0",
"consola": "^2.11.3",
"css-loader": "^3.4.2",
Expand Down Expand Up @@ -42,7 +42,7 @@
"thread-loader": "^2.1.3",
"time-fix-plugin": "^2.0.6",
"url-loader": "^3.0.0",
"vue-loader": "^15.9.0",
"vue-loader": "^15.9.1",
"webpack": "^4.42.0",
"webpack-bundle-analyzer": "^3.6.1",
"webpack-dev-middleware": "^3.7.2",
Expand Down
Loading

0 comments on commit a50545b

Please sign in to comment.