diff --git a/package.json b/package.json index 42647946..b44e7ddf 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "conventional-changelog-cli": "^2.2.2", "cross-env": "^7.0.3", "esbuild": "^0.14.38", - "eslint": "^8.16.0", + "eslint": "^8.17.0", "eslint-define-config": "^1.5.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-node": "^11.1.0", @@ -76,7 +76,7 @@ "npm-run-all": "^4.1.5", "picocolors": "^1.0.0", "playwright-chromium": "^1.22.2", - "pnpm": "^7.1.7", + "pnpm": "^7.1.9", "prettier": "2.6.2", "prompts": "^2.4.2", "rimraf": "^3.0.2", @@ -89,8 +89,8 @@ "unbuild": "^0.7.4", "vite": "workspace:*", "vitepress": "1.0.0-draft.8", - "vitest": "^0.13.0", - "vue": "^3.2.36" + "vitest": "^0.14.1", + "vue": "^3.2.37" }, "simple-git-hooks": { "pre-commit": "pnpm exec lint-staged --concurrent false", @@ -110,7 +110,7 @@ "eslint --fix" ] }, - "packageManager": "pnpm@7.1.7", + "packageManager": "pnpm@7.1.9", "pnpm": { "overrides": { "vite": "workspace:*", diff --git a/packages/plugin-vue/package.json b/packages/plugin-vue/package.json index 999cda64..d1ca5fd8 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.36" + "vue": "^3.2.37" }, "dependencies": { "@rollup/pluginutils": "^4.2.1" diff --git a/playground/ssr-vue/package.json b/playground/ssr-vue/package.json index 28ad825c..085aa145 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.36", + "vue": "^3.2.37", "vue-router": "^4.0.15", "vuex": "^4.0.2" }, diff --git a/playground/vue-jsx/package.json b/playground/vue-jsx/package.json index dd10e550..af84606a 100644 --- a/playground/vue-jsx/package.json +++ b/playground/vue-jsx/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.2.36" + "vue": "^3.2.37" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*", diff --git a/playground/vue-lib/package.json b/playground/vue-lib/package.json index cfd37778..c10f1729 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.36" + "vue": "^3.2.37" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*" diff --git a/playground/vue-server-origin/package.json b/playground/vue-server-origin/package.json index e2b984b3..8d379e3e 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.36" + "vue": "^3.2.37" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*" diff --git a/playground/vue-sourcemap/package.json b/playground/vue-sourcemap/package.json index b5e42d8d..40bd2fec 100644 --- a/playground/vue-sourcemap/package.json +++ b/playground/vue-sourcemap/package.json @@ -12,9 +12,9 @@ "@vitejs/plugin-vue": "workspace:*", "less": "^4.1.2", "postcss-nested": "^5.0.6", - "sass": "^1.52.1" + "sass": "^1.52.2" }, "dependencies": { - "vue": "^3.2.36" + "vue": "^3.2.37" } } diff --git a/playground/vue/package.json b/playground/vue/package.json index 7bed9b70..a4911f76 100644 --- a/playground/vue/package.json +++ b/playground/vue/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "lodash-es": "^4.17.21", - "vue": "^3.2.36" + "vue": "^3.2.37" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*", "js-yaml": "^4.1.0", "less": "^4.1.2", "pug": "^3.0.2", - "sass": "^1.52.1", - "stylus": "^0.58.0" + "sass": "^1.52.2", + "stylus": "^0.58.1" } }