Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#8944)
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 Mar 9, 2021
1 parent 0d68679 commit 3fd9a65
Show file tree
Hide file tree
Showing 6 changed files with 242 additions and 46 deletions.
14 changes: 7 additions & 7 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.13.8",
"@babel/preset-env": "^7.13.9",
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@ls-lint/ls-lint": "^1.9.2",
"@nuxtjs/eslint-config": "^6.0.0",
"@nuxtjs/eslint-config-typescript": "^6.0.0",
Expand All @@ -43,8 +43,8 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-replace": "^2.4.1",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"@vue/server-test-utils": "^1.1.3",
"@vue/test-utils": "^1.1.3",
"babel-eslint": "^10.1.0",
Expand All @@ -64,8 +64,8 @@
"got": "^11.8.2",
"improved-yarn-audit": "^2.3.2",
"jest": "^26.6.3",
"jiti": "^1.6.2",
"jsdom": "^16.4.0",
"jiti": "^1.6.3",
"jsdom": "^16.5.0",
"jsonfile": "^6.1.0",
"klaw-sync": "^6.0.0",
"lerna": "^4.0.0",
Expand All @@ -74,7 +74,7 @@
"puppeteer-core": "^8.0.0",
"request": "^2.88.2",
"rimraf": "^3.0.2",
"rollup": "2.40.0",
"rollup": "2.41.0",
"rollup-plugin-license": "^2.3.0",
"sass": "^1.32.8",
"sass-loader": "^10.1.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/babel-preset-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"main": "src/index.js",
"dependencies": {
"@babel/compat-data": "^7.13.8",
"@babel/core": "^7.13.8",
"@babel/helper-compilation-targets": "^7.13.8",
"@babel/core": "^7.13.10",
"@babel/helper-compilation-targets": "^7.13.10",
"@babel/helper-module-imports": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
"@babel/plugin-proposal-optional-chaining": "^7.13.8",
"@babel/plugin-transform-runtime": "^7.13.9",
"@babel/preset-env": "^7.13.9",
"@babel/runtime": "^7.13.9",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@babel/runtime": "^7.13.10",
"@vue/babel-preset-jsx": "^1.2.4",
"core-js": "^2.6.5",
"core-js-compat": "^3.9.1",
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.20.4",
"@types/node": "^12.20.5",
"@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 @@ -12,7 +12,7 @@
"create-require": "^1.1.1",
"fs-extra": "^9.1.0",
"hash-sum": "^2.0.0",
"jiti": "^1.6.2",
"jiti": "^1.6.3",
"lodash": "^4.17.21",
"proper-lockfile": "^4.1.2",
"semver": "^7.3.4",
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.13.8",
"@babel/core": "^7.13.10",
"@nuxt/babel-preset-app": "2.15.2",
"@nuxt/friendly-errors-webpack-plugin": "^2.5.0",
"@nuxt/utils": "2.15.2",
"babel-loader": "^8.2.2",
"cache-loader": "^4.1.0",
"caniuse-lite": "^1.0.30001196",
"caniuse-lite": "^1.0.30001197",
"consola": "^2.15.3",
"css-loader": "^4.3.0",
"cssnano": "^4.1.10",
Expand Down

0 comments on commit 3fd9a65

Please sign in to comment.