From 71dc4fe7a41ac45e83e06844a328b34822515a0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 22:59:04 +0100 Subject: [PATCH] chore(deps): update all non-major dependencies (#6357) --- package.json | 28 ++++++++++++++-------------- packages/plugin-vue-jsx/package.json | 4 ++-- packages/plugin-vue/package.json | 2 +- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index ae2cd3c5..f6b1c06a 100644 --- a/package.json +++ b/package.json @@ -32,41 +32,41 @@ "ci-docs": "run-s build-vite build-plugin-vue build-docs" }, "devDependencies": { - "@microsoft/api-extractor": "^7.19.3", + "@microsoft/api-extractor": "^7.19.4", "@types/fs-extra": "^9.0.13", - "@types/jest": "^27.0.3", - "@types/node": "^16.11.17", + "@types/jest": "^27.4.0", + "@types/node": "^16.11.21", "@types/prompts": "^2.0.14", "@types/semver": "^7.3.9", - "@typescript-eslint/eslint-plugin": "^5.8.1", - "@typescript-eslint/parser": "^5.8.1", + "@typescript-eslint/eslint-plugin": "^5.10.2", + "@typescript-eslint/parser": "^5.10.2", "conventional-changelog-cli": "^2.2.2", "cross-env": "^7.0.3", "esbuild": "^0.14.14", - "eslint": "^8.5.0", - "eslint-define-config": "^1.2.1", + "eslint": "^8.8.0", + "eslint-define-config": "^1.2.3", "eslint-plugin-node": "^11.1.0", "execa": "^5.1.1", "fs-extra": "^10.0.0", - "jest": "^27.4.5", - "lint-staged": "^12.1.4", + "jest": "^27.4.7", + "lint-staged": "^12.3.2", "minimist": "^1.2.5", "node-fetch": "^2.6.6", "npm-run-all": "^4.1.5", "picocolors": "^1.0.0", - "playwright-chromium": "^1.17.1", + "playwright-chromium": "^1.18.1", "prettier": "2.5.1", "prompts": "^2.4.2", "rimraf": "^3.0.2", "rollup": "^2.59.0", "semver": "^7.3.5", "simple-git-hooks": "^2.7.0", - "sirv": "^2.0.0", - "ts-jest": "^27.1.2", + "sirv": "^2.0.2", + "ts-jest": "^27.1.3", "ts-node": "^10.4.0", "typescript": "~4.5.4", "vite": "workspace:*", - "vitepress": "^0.20.10" + "vitepress": "^0.21.6" }, "simple-git-hooks": { "pre-commit": "pnpm exec lint-staged --concurrent false", @@ -83,7 +83,7 @@ "eslint --ext .ts" ] }, - "packageManager": "pnpm@6.24.4", + "packageManager": "pnpm@6.29.1", "pnpm": { "overrides": { "vite": "workspace:*", diff --git a/packages/plugin-vue-jsx/package.json b/packages/plugin-vue-jsx/package.json index 0e85320d..3d7bb6d4 100644 --- a/packages/plugin-vue-jsx/package.json +++ b/packages/plugin-vue-jsx/package.json @@ -26,9 +26,9 @@ }, "homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme", "dependencies": { - "@babel/core": "^7.16.5", + "@babel/core": "^7.16.12", "@babel/plugin-syntax-import-meta": "^7.10.4", - "@babel/plugin-transform-typescript": "^7.16.1", + "@babel/plugin-transform-typescript": "^7.16.8", "@rollup/pluginutils": "^4.1.2", "@vue/babel-plugin-jsx": "^1.1.1", "hash-sum": "^2.0.0" diff --git a/packages/plugin-vue/package.json b/packages/plugin-vue/package.json index 02dee5e0..b2698cb3 100644 --- a/packages/plugin-vue/package.json +++ b/packages/plugin-vue/package.json @@ -43,6 +43,6 @@ "rollup": "^2.59.0", "slash": "^4.0.0", "source-map": "^0.6.1", - "vue": "^3.2.26" + "vue": "^3.2.29" } }