diff --git a/package.json b/package.json index 1343fc1c..dcb61a67 100644 --- a/package.json +++ b/package.json @@ -24,39 +24,39 @@ "ci-docs": "run-s build-vite build-plugin-vue build-docs" }, "devDependencies": { - "@microsoft/api-extractor": "^7.18.19", + "@microsoft/api-extractor": "^7.19.2", "@types/fs-extra": "^9.0.13", "@types/jest": "^27.0.3", - "@types/node": "^16.11.9", + "@types/node": "^16.11.14", "@types/semver": "^7.3.9", - "@typescript-eslint/eslint-plugin": "^5.4.0", - "@typescript-eslint/parser": "^5.4.0", + "@typescript-eslint/eslint-plugin": "^5.7.0", + "@typescript-eslint/parser": "^5.7.0", "chalk": "^4.1.2", "conventional-changelog-cli": "^2.1.1", "cross-env": "^7.0.3", "esbuild": "^0.13.12", - "eslint": "^8.3.0", - "eslint-define-config": "^1.1.4", + "eslint": "^8.4.1", + "eslint-define-config": "^1.2.0", "eslint-plugin-node": "^11.1.0", "execa": "^5.1.1", "fs-extra": "^10.0.0", - "jest": "^27.3.1", - "lint-staged": "^12.1.1", + "jest": "^27.4.5", + "lint-staged": "^12.1.2", "minimist": "^1.2.5", "node-fetch": "^2.6.6", "npm-run-all": "^4.1.5", - "playwright-chromium": "^1.16.3", - "prettier": "2.4.1", + "playwright-chromium": "^1.17.1", + "prettier": "2.5.1", "prompts": "^2.4.2", "rimraf": "^3.0.2", "rollup": "^2.59.0", "semver": "^7.3.5", - "sirv": "^1.0.18", - "ts-jest": "^27.0.7", + "sirv": "^1.0.19", + "ts-jest": "^27.1.2", "ts-node": "^10.4.0", "typescript": "~4.4.4", "vite": "workspace:*", - "vitepress": "^0.20.1", + "vitepress": "^0.20.9", "yorkie": "^2.0.0" }, "gitHooks": { @@ -74,7 +74,7 @@ "eslint --ext .ts" ] }, - "packageManager": "pnpm@6.23.0", + "packageManager": "pnpm@6.24.1", "pnpm": { "overrides": { "vite": "workspace:*", diff --git a/packages/plugin-vue-jsx/package.json b/packages/plugin-vue-jsx/package.json index 76bacceb..40ef71da 100644 --- a/packages/plugin-vue-jsx/package.json +++ b/packages/plugin-vue-jsx/package.json @@ -26,10 +26,10 @@ }, "homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme", "dependencies": { - "@babel/core": "^7.16.0", + "@babel/core": "^7.16.5", "@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-transform-typescript": "^7.16.1", - "@rollup/pluginutils": "^4.1.1", + "@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 a7790300..a3721f40 100644 --- a/packages/plugin-vue/package.json +++ b/packages/plugin-vue/package.json @@ -35,13 +35,13 @@ "vue": "^3.2.25" }, "devDependencies": { - "@rollup/pluginutils": "^4.1.1", + "@rollup/pluginutils": "^4.1.2", "@types/hash-sum": "^1.0.0", - "debug": "^4.3.2", + "debug": "^4.3.3", "hash-sum": "^2.0.0", "rollup": "^2.59.0", "slash": "^4.0.0", "source-map": "^0.6.1", - "vue": "^3.2.25" + "vue": "^3.2.26" } }