From 1f39d3c526a4c85376a29a4c246f17e3c7f3a9dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 13:12:45 +0100 Subject: [PATCH] fix(deps): update all non-major dependencies (#11091) --- package.json | 20 ++++++++++---------- packages/plugin-react/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index f180319..020cb5a 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "ci-docs": "run-s build docs-build" }, "devDependencies": { - "@babel/types": "^7.20.2", + "@babel/types": "^7.20.5", "@microsoft/api-extractor": "^7.33.6", "@rollup/plugin-typescript": "^9.0.2", "@types/babel__core": "^7.1.20", @@ -58,25 +58,25 @@ "@types/semver": "^7.3.13", "@types/stylus": "^0.48.38", "@types/ws": "^8.5.3", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", "conventional-changelog-cli": "^2.2.2", "esbuild": "^0.15.9", "eslint": "^8.28.0", "eslint-define-config": "^1.12.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-regexp": "^1.10.0", + "eslint-plugin-regexp": "^1.11.0", "execa": "^6.1.0", "fast-glob": "^3.2.12", "fs-extra": "^10.1.0", - "lint-staged": "^13.0.3", + "lint-staged": "^13.0.4", "minimist": "^1.2.7", "npm-run-all": "^4.1.5", "picocolors": "^1.0.0", - "playwright-chromium": "^1.28.0", - "pnpm": "^7.17.0", - "prettier": "2.7.1", + "playwright-chromium": "^1.28.1", + "pnpm": "^7.17.1", + "prettier": "2.8.0", "prompts": "^2.4.2", "resolve": "^1.22.1", "rimraf": "^3.0.2", @@ -90,7 +90,7 @@ "unbuild": "^0.9.4", "vite": "workspace:*", "vitepress": "^1.0.0-alpha.29", - "vitest": "^0.25.2", + "vitest": "^0.25.3", "vue": "^3.2.45" }, "simple-git-hooks": { @@ -111,7 +111,7 @@ "eslint --cache --fix" ] }, - "packageManager": "pnpm@7.17.0", + "packageManager": "pnpm@7.17.1", "pnpm": { "overrides": { "vite": "workspace:*", diff --git a/packages/plugin-react/package.json b/packages/plugin-react/package.json index f06dc3f..d3e274d 100644 --- a/packages/plugin-react/package.json +++ b/packages/plugin-react/package.json @@ -38,7 +38,7 @@ }, "homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-react#readme", "dependencies": { - "@babel/core": "^7.20.2", + "@babel/core": "^7.20.5", "@babel/plugin-transform-react-jsx": "^7.19.0", "@babel/plugin-transform-react-jsx-development": "^7.18.6", "@babel/plugin-transform-react-jsx-self": "^7.18.6",