Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (2.x-dev) (#18665)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 1, 2023
1 parent 7274ece commit 3abcbd3
Show file tree
Hide file tree
Showing 8 changed files with 362 additions and 237 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -43,18 +43,18 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@vue/server-test-utils": "^1.3.0",
"@vue/test-utils": "^1.3.3",
"@vue/test-utils": "^1.3.4",
"@vue/vue2-jest": "^29.2.2",
"babel-jest": "^28.1.1",
"chrome-launcher": "^0.15.1",
"consola": "^2.15.3",
"create-require": "^1.1.1",
"cross-spawn": "^7.0.3",
"esbuild": "^0.17.3",
"eslint": "^8.32.0",
"esbuild": "^0.17.5",
"eslint": "^8.33.0",
"eslint-multiplexer": "^2.0.0",
"eslint-plugin-jest": "^27.2.1",
"execa": "^5.1.1",
Expand All @@ -66,8 +66,8 @@
"got": "^11.8.6",
"improved-yarn-audit": "^3.0.0",
"jest": "^28.1.1",
"jest-environment-jsdom": "^29.3.1",
"jest-util": "^29.3.1",
"jest-environment-jsdom": "^29.4.1",
"jest-util": "^29.4.1",
"jiti": "^1.16.2",
"jsdom": "^20.0.3",
"jsonfile": "^6.1.0",
Expand All @@ -81,7 +81,7 @@
"rollup": "2.79.1",
"rollup-plugin-esbuild": "^4.10.3",
"rollup-plugin-license": "^2.9.1",
"sass": "^1.57.1",
"sass": "^1.58.0",
"sass-loader": "^10.1.1",
"sort-package-json": "^1.57.0",
"typescript": "~4.9",
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-preset-app/package.json
Expand Up @@ -10,18 +10,18 @@
],
"main": "src/index.js",
"dependencies": {
"@babel/compat-data": "^7.20.10",
"@babel/compat-data": "^7.20.14",
"@babel/core": "^7.20.12",
"@babel/helper-compilation-targets": "^7.20.7",
"@babel/helper-module-imports": "^7.18.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.20.7",
"@babel/plugin-proposal-decorators": "^7.20.13",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/runtime": "^7.20.7",
"@babel/runtime": "^7.20.13",
"@vue/babel-preset-jsx": "^1.4.0",
"core-js": "^3.19.0",
"core-js-compat": "^3.27.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Expand Up @@ -19,8 +19,8 @@
"compression": "^1.7.4",
"connect": "^3.7.0",
"consola": "^2.15.3",
"crc": "^4.3.1",
"defu": "^6.1.1",
"crc": "^4.3.2",
"defu": "^6.1.2",
"destr": "^1.2.2",
"execa": "^5.1.1",
"exit": "^0.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@nuxt/utils": "2.15.6",
"consola": "^2.15.3",
"defu": "^6.1.1",
"defu": "^6.1.2",
"destr": "^1.2.2",
"dotenv": "^16.0.3",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/package.json
Expand Up @@ -11,7 +11,7 @@
"@nuxt/utils": "2.15.6",
"chalk": "^4.1.2",
"consola": "^2.15.3",
"defu": "^6.1.1",
"defu": "^6.1.2",
"devalue": "^4.2.3",
"fs-extra": "^10.1.0",
"html-minifier": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-renderer/package.json
Expand Up @@ -11,7 +11,7 @@
"@nuxt/devalue": "^2.0.0",
"@nuxt/utils": "2.15.6",
"consola": "^2.15.3",
"defu": "^6.1.1",
"defu": "^6.1.2",
"fs-extra": "^10.1.0",
"lodash": "^4.17.21",
"lru-cache": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Expand Up @@ -14,7 +14,7 @@
"@nuxt/utils": "2.15.6",
"babel-loader": "^8.3.0",
"cache-loader": "^4.1.0",
"caniuse-lite": "^1.0.30001446",
"caniuse-lite": "^1.0.30001450",
"consola": "^2.15.3",
"css-loader": "^4.3.0",
"cssnano": "^4.1.11",
Expand Down
565 changes: 345 additions & 220 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 3abcbd3

Please sign in to comment.