diff --git a/package.json b/package.json index f6b1c06a..63c7e38d 100644 --- a/package.json +++ b/package.json @@ -35,21 +35,21 @@ "@microsoft/api-extractor": "^7.19.4", "@types/fs-extra": "^9.0.13", "@types/jest": "^27.4.0", - "@types/node": "^16.11.21", + "@types/node": "^16.11.22", "@types/prompts": "^2.0.14", "@types/semver": "^7.3.9", - "@typescript-eslint/eslint-plugin": "^5.10.2", - "@typescript-eslint/parser": "^5.10.2", + "@typescript-eslint/eslint-plugin": "^5.11.0", + "@typescript-eslint/parser": "^5.11.0", "conventional-changelog-cli": "^2.2.2", "cross-env": "^7.0.3", "esbuild": "^0.14.14", "eslint": "^8.8.0", - "eslint-define-config": "^1.2.3", + "eslint-define-config": "^1.2.4", "eslint-plugin-node": "^11.1.0", "execa": "^5.1.1", "fs-extra": "^10.0.0", - "jest": "^27.4.7", - "lint-staged": "^12.3.2", + "jest": "^27.5.1", + "lint-staged": "^12.3.3", "minimist": "^1.2.5", "node-fetch": "^2.6.6", "npm-run-all": "^4.1.5", @@ -83,7 +83,7 @@ "eslint --ext .ts" ] }, - "packageManager": "pnpm@6.29.1", + "packageManager": "pnpm@6.30.0", "pnpm": { "overrides": { "vite": "workspace:*", diff --git a/packages/plugin-vue-jsx/package.json b/packages/plugin-vue-jsx/package.json index 1203562f..3724cd25 100644 --- a/packages/plugin-vue-jsx/package.json +++ b/packages/plugin-vue-jsx/package.json @@ -26,7 +26,7 @@ }, "homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme", "dependencies": { - "@babel/core": "^7.16.12", + "@babel/core": "^7.17.2", "@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-transform-typescript": "^7.16.8", "@rollup/pluginutils": "^4.1.2", diff --git a/packages/plugin-vue/package.json b/packages/plugin-vue/package.json index 48dc2076..f54042da 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.29" + "vue": "^3.2.30" } }