diff --git a/package.json b/package.json index 5811ce3f..6fe896ec 100644 --- a/package.json +++ b/package.json @@ -34,8 +34,8 @@ "ci-docs": "run-s build docs-build" }, "devDependencies": { - "@babel/types": "^7.17.10", - "@microsoft/api-extractor": "^7.24.1", + "@babel/types": "^7.18.4", + "@microsoft/api-extractor": "^7.24.2", "@rollup/plugin-typescript": "^8.3.2", "@types/babel__core": "^7.1.19", "@types/babel__standalone": "^7.1.4", @@ -57,8 +57,8 @@ "@types/semver": "^7.3.9", "@types/stylus": "^0.48.38", "@types/ws": "^8.5.3", - "@typescript-eslint/eslint-plugin": "^5.25.0", - "@typescript-eslint/parser": "^5.25.0", + "@typescript-eslint/eslint-plugin": "^5.27.0", + "@typescript-eslint/parser": "^5.27.0", "conventional-changelog-cli": "^2.2.2", "cross-env": "^7.0.3", "esbuild": "^0.14.38", @@ -70,27 +70,27 @@ "execa": "^5.1.1", "fs-extra": "^10.1.0", "kill-port": "^1.6.1", - "lint-staged": "^12.4.1", + "lint-staged": "^12.4.3", "minimist": "^1.2.6", "node-fetch": "^2.6.7", "npm-run-all": "^4.1.5", "picocolors": "^1.0.0", "playwright-chromium": "^1.22.2", - "pnpm": "^7.1.3", + "pnpm": "^7.1.7", "prettier": "2.6.2", "prompts": "^2.4.2", "rimraf": "^3.0.2", "rollup": "^2.72.1", "semver": "^7.3.7", - "simple-git-hooks": "^2.7.0", + "simple-git-hooks": "^2.8.0", "sirv": "^2.0.2", "tslib": "^2.4.0", "typescript": "^4.6.4", "unbuild": "^0.7.4", "vite": "workspace:*", "vitepress": "1.0.0-draft.8", - "vitest": "^0.12.9", - "vue": "^3.2.35" + "vitest": "^0.13.0", + "vue": "^3.2.36" }, "simple-git-hooks": { "pre-commit": "pnpm exec lint-staged --concurrent false", @@ -110,7 +110,7 @@ "eslint --fix" ] }, - "packageManager": "pnpm@7.1.3", + "packageManager": "pnpm@7.1.7", "pnpm": { "overrides": { "vite": "workspace:*", diff --git a/packages/plugin-vue-jsx/package.json b/packages/plugin-vue-jsx/package.json index 69f27be9..1e345081 100644 --- a/packages/plugin-vue-jsx/package.json +++ b/packages/plugin-vue-jsx/package.json @@ -35,9 +35,9 @@ }, "homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme", "dependencies": { - "@babel/core": "^7.18.0", + "@babel/core": "^7.18.2", "@babel/plugin-syntax-import-meta": "^7.10.4", - "@babel/plugin-transform-typescript": "^7.18.1", + "@babel/plugin-transform-typescript": "^7.18.4", "@rollup/pluginutils": "^4.2.1", "@vue/babel-plugin-jsx": "^1.1.1" }, diff --git a/packages/plugin-vue/package.json b/packages/plugin-vue/package.json index 6725ec2e..999cda64 100644 --- a/packages/plugin-vue/package.json +++ b/packages/plugin-vue/package.json @@ -46,7 +46,7 @@ "slash": "^4.0.0", "source-map": "^0.6.1", "vite": "workspace:*", - "vue": "^3.2.35" + "vue": "^3.2.36" }, "dependencies": { "@rollup/pluginutils": "^4.2.1" diff --git a/playground/ssr-vue/package.json b/playground/ssr-vue/package.json index ab1270f9..28ad825c 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", - "vue": "^3.2.35", + "vue": "^3.2.36", "vue-router": "^4.0.15", "vuex": "^4.0.2" }, diff --git a/playground/vue-jsx/package.json b/playground/vue-jsx/package.json index 25eba00a..dd10e550 100644 --- a/playground/vue-jsx/package.json +++ b/playground/vue-jsx/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.2.35" + "vue": "^3.2.36" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*", diff --git a/playground/vue-lib/package.json b/playground/vue-lib/package.json index 06084312..cfd37778 100644 --- a/playground/vue-lib/package.json +++ b/playground/vue-lib/package.json @@ -8,7 +8,7 @@ "build-consumer": "vite build --config ./vite.config.consumer.ts" }, "dependencies": { - "vue": "^3.2.35" + "vue": "^3.2.36" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*" diff --git a/playground/vue-server-origin/package.json b/playground/vue-server-origin/package.json index eeb09fb7..e2b984b3 100644 --- a/playground/vue-server-origin/package.json +++ b/playground/vue-server-origin/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.2.35" + "vue": "^3.2.36" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*" diff --git a/playground/vue-sourcemap/package.json b/playground/vue-sourcemap/package.json index db989310..b5e42d8d 100644 --- a/playground/vue-sourcemap/package.json +++ b/playground/vue-sourcemap/package.json @@ -15,6 +15,6 @@ "sass": "^1.52.1" }, "dependencies": { - "vue": "^3.2.35" + "vue": "^3.2.36" } } diff --git a/playground/vue/package.json b/playground/vue/package.json index bffa3179..7bed9b70 100644 --- a/playground/vue/package.json +++ b/playground/vue/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "lodash-es": "^4.17.21", - "vue": "^3.2.35" + "vue": "^3.2.36" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*", @@ -18,6 +18,6 @@ "less": "^4.1.2", "pug": "^3.0.2", "sass": "^1.52.1", - "stylus": "^0.57.0" + "stylus": "^0.58.0" } }