From 8a6c4e06c66121e34408aefa6bd3430b07e62f98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 11:38:13 +0200 Subject: [PATCH] fix(deps): update all non-major dependencies (#10610) Co-authored-by: sapphi-red --- package.json | 16 ++++++++-------- packages/plugin-vue-jsx/package.json | 2 +- playground/ssr-vue/package.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 1d2e989f..427c1584 100644 --- a/package.json +++ b/package.json @@ -58,12 +58,12 @@ "@types/semver": "^7.3.12", "@types/stylus": "^0.48.38", "@types/ws": "^8.5.3", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", + "@typescript-eslint/eslint-plugin": "^5.41.0", + "@typescript-eslint/parser": "^5.41.0", "conventional-changelog-cli": "^2.2.2", "esbuild": "^0.14.47", - "eslint": "^8.25.0", - "eslint-define-config": "^1.7.0", + "eslint": "^8.26.0", + "eslint-define-config": "^1.8.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-node": "^11.1.0", "execa": "^6.1.0", @@ -74,7 +74,7 @@ "npm-run-all": "^4.1.5", "picocolors": "^1.0.0", "playwright-chromium": "^1.27.1", - "pnpm": "^7.13.5", + "pnpm": "^7.14.0", "prettier": "2.7.1", "prompts": "^2.4.2", "resolve": "^1.22.1", @@ -84,11 +84,11 @@ "semver": "^7.3.8", "simple-git-hooks": "^2.8.1", "tslib": "^2.4.0", - "tsx": "^3.10.4", + "tsx": "^3.11.0", "typescript": "^4.6.4", "unbuild": "^0.9.4", "vite": "workspace:*", - "vitepress": "^1.0.0-alpha.21", + "vitepress": "^1.0.0-alpha.22", "vitest": "^0.24.3", "vue": "^3.2.41" }, @@ -110,7 +110,7 @@ "eslint --cache --fix" ] }, - "packageManager": "pnpm@7.13.5", + "packageManager": "pnpm@7.14.0", "pnpm": { "overrides": { "vite": "workspace:*", diff --git a/packages/plugin-vue-jsx/package.json b/packages/plugin-vue-jsx/package.json index faae8b0f..a239fca5 100644 --- a/packages/plugin-vue-jsx/package.json +++ b/packages/plugin-vue-jsx/package.json @@ -35,7 +35,7 @@ }, "homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme", "dependencies": { - "@babel/core": "^7.19.3", + "@babel/core": "^7.19.6", "@babel/plugin-transform-typescript": "^7.19.3", "@vue/babel-plugin-jsx": "^1.1.1" }, diff --git a/playground/ssr-vue/package.json b/playground/ssr-vue/package.json index 7d30af7c..2b968640 100644 --- a/playground/ssr-vue/package.json +++ b/playground/ssr-vue/package.json @@ -18,7 +18,7 @@ "example-external-component": "file:example-external-component", "pinia": "^2.0.23", "vue": "^3.2.41", - "vue-router": "^4.1.5" + "vue-router": "^4.1.6" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*",