diff --git a/package.json b/package.json index 9ee3d9fe..45f13e5b 100644 --- a/package.json +++ b/package.json @@ -52,17 +52,17 @@ "@types/minimist": "^1.2.2", "@types/node": "^17.0.42", "@types/picomatch": "^2.3.0", - "@types/prompts": "^2.0.14", + "@types/prompts": "^2.4.1", "@types/resolve": "^1.20.2", "@types/sass": "~1.43.1", "@types/semver": "^7.3.12", "@types/stylus": "^0.48.38", "@types/ws": "^8.5.3", - "@typescript-eslint/eslint-plugin": "^5.38.1", - "@typescript-eslint/parser": "^5.38.1", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", "conventional-changelog-cli": "^2.2.2", "esbuild": "^0.14.47", - "eslint": "^8.24.0", + "eslint": "^8.25.0", "eslint-define-config": "^1.7.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-node": "^11.1.0", @@ -73,23 +73,23 @@ "minimist": "^1.2.6", "npm-run-all": "^4.1.5", "picocolors": "^1.0.0", - "playwright-chromium": "^1.26.1", - "pnpm": "^7.13.0", + "playwright-chromium": "^1.27.0", + "pnpm": "^7.13.3", "prettier": "2.7.1", "prompts": "^2.4.2", "resolve": "^1.22.1", "rimraf": "^3.0.2", "rollup": "^2.79.1", "rollup-plugin-license": "^2.8.1", - "semver": "^7.3.7", + "semver": "^7.3.8", "simple-git-hooks": "^2.8.0", "tslib": "^2.4.0", - "tsx": "^3.9.0", + "tsx": "^3.10.1", "typescript": "^4.6.4", "unbuild": "^0.8.11", "vite": "workspace:*", "vitepress": "^1.0.0-alpha.19", - "vitest": "^0.23.4", + "vitest": "^0.24.0", "vue": "^3.2.40" }, "simple-git-hooks": { @@ -110,7 +110,7 @@ "eslint --cache --fix" ] }, - "packageManager": "pnpm@7.13.0", + "packageManager": "pnpm@7.13.3", "pnpm": { "overrides": { "vite": "workspace:*", diff --git a/packages/plugin-vue/package.json b/packages/plugin-vue/package.json index c3277320..7b05d4de 100644 --- a/packages/plugin-vue/package.json +++ b/packages/plugin-vue/package.json @@ -40,7 +40,7 @@ }, "devDependencies": { "@jridgewell/gen-mapping": "^0.3.2", - "@jridgewell/trace-mapping": "^0.3.15", + "@jridgewell/trace-mapping": "^0.3.16", "debug": "^4.3.4", "rollup": "^2.79.1", "slash": "^5.0.0", diff --git a/playground/ssr-vue/package.json b/playground/ssr-vue/package.json index 818f8a8e..a45e53eb 100644 --- a/playground/ssr-vue/package.json +++ b/playground/ssr-vue/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "example-external-component": "file:example-external-component", - "pinia": "^2.0.22", + "pinia": "^2.0.23", "vue": "^3.2.40", "vue-router": "^4.1.5" }, @@ -25,7 +25,7 @@ "@vitejs/plugin-vue-jsx": "workspace:*", "compression": "^1.7.4", "dep-import-type": "link:./dep-import-type", - "express": "^4.18.1", + "express": "^4.18.2", "serve-static": "^1.15.0" } }