diff --git a/package.json b/package.json index d180f1c2..b4c42181 100644 --- a/package.json +++ b/package.json @@ -28,40 +28,40 @@ "ci-docs": "run-s build-vite build-plugin-vue build-docs" }, "devDependencies": { - "@microsoft/api-extractor": "^7.18.11", + "@microsoft/api-extractor": "^7.18.19", "@types/fs-extra": "^9.0.13", "@types/jest": "^27.0.2", "@types/node": "^15.12.2", "@types/semver": "^7.3.8", - "@typescript-eslint/eslint-plugin": "^5.2.0", - "@typescript-eslint/parser": "^5.2.0", + "@typescript-eslint/eslint-plugin": "^5.3.0", + "@typescript-eslint/parser": "^5.3.0", "chalk": "^4.1.2", "conventional-changelog-cli": "^2.1.1", "cross-env": "^7.0.3", - "eslint": "^8.1.0", - "eslint-define-config": "^1.1.2", + "esbuild": "^0.13.12", + "eslint": "^8.2.0", + "eslint-define-config": "^1.1.3", "eslint-plugin-node": "^11.1.0", "execa": "^5.1.1", "fs-extra": "^10.0.0", "jest": "^27.3.1", "lint-staged": "^11.2.0", "minimist": "^1.2.5", - "node-fetch": "^2.6.5", + "node-fetch": "^2.6.6", "npm-run-all": "^4.1.5", - "playwright-chromium": "^1.15.1", + "playwright-chromium": "^1.16.3", "prettier": "2.4.1", "prompts": "^2.4.1", "rimraf": "^3.0.2", + "rollup": "^2.59.0", "semver": "^7.3.5", "sirv": "^1.0.17", "ts-jest": "^27.0.7", "ts-node": "^10.1.0", "typescript": "~4.4.3", - "vitepress": "^0.20.0", - "yorkie": "^2.0.0", - "rollup": "^2.57.0", - "esbuild": "^0.13.2", - "vite": "workspace:*" + "vite": "workspace:*", + "vitepress": "^0.20.1", + "yorkie": "^2.0.0" }, "gitHooks": { "pre-commit": "lint-staged --concurrent false", diff --git a/packages/plugin-vue-jsx/package.json b/packages/plugin-vue-jsx/package.json index 672669aa..827f0f56 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.15.8", + "@babel/core": "^7.16.0", "@babel/plugin-syntax-import-meta": "^7.10.4", - "@babel/plugin-transform-typescript": "^7.15.8", + "@babel/plugin-transform-typescript": "^7.16.1", "@rollup/pluginutils": "^4.1.1", "@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 a853dd83..726b01a1 100644 --- a/packages/plugin-vue/package.json +++ b/packages/plugin-vue/package.json @@ -34,12 +34,12 @@ "devDependencies": { "@rollup/pluginutils": "^4.1.1", "@types/hash-sum": "^1.0.0", + "@vue/compiler-sfc": "^3.2.21", "debug": "^4.3.2", "hash-sum": "^2.0.0", - "rollup": "^2.58.3", + "rollup": "^2.59.0", "slash": "^3.0.0", "source-map": "^0.6.1", - "vue": "^3.2.20", - "@vue/compiler-sfc": "^3.2.20" + "vue": "^3.2.21" } }