diff --git a/package.json b/package.json index 906960e8..1919038f 100644 --- a/package.json +++ b/package.json @@ -27,13 +27,13 @@ "ci-docs": "run-s build-vite build-plugin-vue build-docs" }, "devDependencies": { - "@microsoft/api-extractor": "^7.18.9", - "@types/fs-extra": "^9.0.12", - "@types/jest": "^27.0.1", + "@microsoft/api-extractor": "^7.18.10", + "@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": "^4.31.1", - "@typescript-eslint/parser": "^4.31.1", + "@typescript-eslint/eslint-plugin": "^4.31.2", + "@typescript-eslint/parser": "^4.31.2", "chalk": "^4.1.2", "conventional-changelog-cli": "^2.1.1", "cross-env": "^7.0.3", @@ -42,12 +42,12 @@ "eslint-plugin-node": "^11.1.0", "execa": "^5.1.1", "fs-extra": "^10.0.0", - "jest": "^27.2.0", + "jest": "^27.2.1", "lint-staged": "^11.1.2", "minimist": "^1.2.5", - "node-fetch": "^2.6.2", + "node-fetch": "^2.6.5", "npm-run-all": "^4.1.5", - "playwright-chromium": "^1.14.1", + "playwright-chromium": "^1.15.0", "prettier": "2.4.1", "prompts": "^2.4.1", "rimraf": "^3.0.2", @@ -56,7 +56,7 @@ "ts-jest": "^27.0.5", "ts-node": "^10.1.0", "typescript": "~4.3.5", - "vitepress": "^0.18.1", + "vitepress": "^0.19.1", "yorkie": "^2.0.0" }, "gitHooks": { diff --git a/packages/plugin-vue/package.json b/packages/plugin-vue/package.json index b32e9cc7..c03a6ede 100644 --- a/packages/plugin-vue/package.json +++ b/packages/plugin-vue/package.json @@ -39,7 +39,7 @@ "rollup": "^2.57.0", "slash": "^3.0.0", "source-map": "^0.6.1", - "vue": "^3.2.13", - "@vue/compiler-sfc": "^3.2.13" + "vue": "^3.2.14", + "@vue/compiler-sfc": "^3.2.14" } }