Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#8816)
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 authored Feb 14, 2021
1 parent 7629cea commit dd0eea4
Show file tree
Hide file tree
Showing 7 changed files with 114 additions and 76 deletions.
2 changes: 1 addition & 1 deletion distributions/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@nuxt/babel-preset-app": "^2.14.12",
"@nuxt/builder": "^2.14.12",
"@nuxt/cli": "^2.14.12",
"@nuxt/components": "^2.0.0-0",
"@nuxt/components": "^2.0.0-1",
"@nuxt/config": "^2.14.12",
"@nuxt/core": "^2.14.12",
"@nuxt/generator": "^2.14.12",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
"test:unit": "jest packages --forceExit"
},
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"@ls-lint/ls-lint": "^1.9.2",
"@nuxtjs/eslint-config": "^5.0.0",
"@nuxtjs/eslint-config-typescript": "^5.0.0",
"@rollup/plugin-alias": "^3.1.2",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.1.1",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-replace": "^2.3.4",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
Expand All @@ -53,7 +53,7 @@
"consola": "^2.15.3",
"create-require": "^1.1.1",
"cross-spawn": "^7.0.3",
"eslint": "^7.19.0",
"eslint": "^7.20.0",
"eslint-multiplexer": "^2.0.0",
"execa": "^5.0.0",
"express": "^4.17.1",
Expand All @@ -71,10 +71,10 @@
"lerna": "^3.22.1",
"lodash": "^4.17.20",
"node-fetch": "^2.6.1",
"puppeteer-core": "^7.0.4",
"puppeteer-core": "^7.1.0",
"request": "^2.88.2",
"rimraf": "^3.0.2",
"rollup": "2.38.5",
"rollup": "2.39.0",
"rollup-plugin-license": "^2.2.0",
"sass": "^1.32.7",
"sass-loader": "^10.1.1",
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 @@ -11,14 +11,14 @@
"main": "src/index.js",
"dependencies": {
"@babel/compat-data": "^7.12.13",
"@babel/core": "^7.12.13",
"@babel/helper-compilation-targets": "^7.12.13",
"@babel/core": "^7.12.16",
"@babel/helper-compilation-targets": "^7.12.16",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-decorators": "^7.12.13",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13",
"@babel/plugin-proposal-optional-chaining": "^7.12.13",
"@babel/plugin-proposal-optional-chaining": "^7.12.16",
"@babel/plugin-transform-runtime": "^7.12.15",
"@babel/preset-env": "^7.12.13",
"@babel/preset-env": "^7.12.16",
"@babel/runtime": "^7.12.13",
"@vue/babel-preset-jsx": "^1.2.4",
"core-js": "^2.6.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 @@ -17,7 +17,7 @@
"@types/file-loader": "^4.2.0",
"@types/html-minifier": "^4.0.0",
"@types/less": "^3.0.2",
"@types/node": "^12.19.16",
"@types/node": "^12.20.0",
"@types/optimize-css-assets-webpack-plugin": "^5.0.2",
"@types/pug": "^2.0.4",
"@types/sass": "^1.16.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"semver": "^7.3.4",
"serialize-javascript": "^5.0.1",
"signal-exit": "^3.0.3",
"ua-parser-js": "^0.7.23",
"ua-parser-js": "^0.7.24",
"ufo": "^0.6.6"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 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.12.13",
"@babel/core": "^7.12.16",
"@nuxt/babel-preset-app": "2.14.12",
"@nuxt/friendly-errors-webpack-plugin": "^2.5.0",
"@nuxt/utils": "2.14.12",
"babel-loader": "^8.2.2",
"cache-loader": "^4.1.0",
"caniuse-lite": "^1.0.30001185",
"caniuse-lite": "^1.0.30001187",
"consola": "^2.15.3",
"css-loader": "^4.3.0",
"cssnano": "^4.1.10",
Expand Down
Loading

0 comments on commit dd0eea4

Please sign in to comment.