diff --git a/package.json b/package.json index 3f5145d1..0d63af94 100644 --- a/package.json +++ b/package.json @@ -36,9 +36,9 @@ "ci-docs": "run-s build docs-build" }, "devDependencies": { - "@babel/types": "^7.18.13", + "@babel/types": "^7.19.0", "@microsoft/api-extractor": "^7.30.0", - "@rollup/plugin-typescript": "^8.4.0", + "@rollup/plugin-typescript": "^8.5.0", "@types/babel__core": "^7.1.19", "@types/babel__standalone": "^7.1.4", "@types/convert-source-map": "^1.5.2", @@ -57,22 +57,22 @@ "@types/semver": "^7.3.12", "@types/stylus": "^0.48.38", "@types/ws": "^8.5.3", - "@typescript-eslint/eslint-plugin": "^5.36.1", - "@typescript-eslint/parser": "^5.36.1", + "@typescript-eslint/eslint-plugin": "^5.36.2", + "@typescript-eslint/parser": "^5.36.2", "conventional-changelog-cli": "^2.2.2", "esbuild": "^0.14.47", - "eslint": "^8.23.0", + "eslint": "^8.23.1", "eslint-define-config": "^1.7.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-node": "^11.1.0", "execa": "^6.1.0", - "fast-glob": "^3.2.11", + "fast-glob": "^3.2.12", "fs-extra": "^10.1.0", "lint-staged": "^13.0.3", "minimist": "^1.2.6", "npm-run-all": "^4.1.5", "picocolors": "^1.0.0", - "playwright-chromium": "^1.25.1", + "playwright-chromium": "^1.25.2", "pnpm": "^7.11.0", "prettier": "2.7.1", "prompts": "^2.4.2", @@ -88,8 +88,8 @@ "unbuild": "^0.8.10", "vite": "workspace:*", "vitepress": "^1.0.0-alpha.13", - "vitest": "^0.23.1", - "vue": "^3.2.38" + "vitest": "^0.23.2", + "vue": "^3.2.39" }, "simple-git-hooks": { "pre-commit": "pnpm exec lint-staged --concurrent false", diff --git a/packages/plugin-vue-jsx/package.json b/packages/plugin-vue-jsx/package.json index 68bd101d..2e7b4cc9 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.13", + "@babel/core": "^7.19.0", "@babel/plugin-syntax-import-meta": "^7.10.4", - "@babel/plugin-transform-typescript": "^7.18.12", + "@babel/plugin-transform-typescript": "^7.19.0", "@vue/babel-plugin-jsx": "^1.1.1" }, "devDependencies": { diff --git a/packages/plugin-vue/package.json b/packages/plugin-vue/package.json index af38d881..af9671eb 100644 --- a/packages/plugin-vue/package.json +++ b/packages/plugin-vue/package.json @@ -46,6 +46,6 @@ "slash": "^4.0.0", "source-map": "^0.6.1", "vite": "workspace:*", - "vue": "^3.2.38" + "vue": "^3.2.39" } } diff --git a/playground/ssr-vue/package.json b/playground/ssr-vue/package.json index f3869dc9..bb4edd52 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.38", + "vue": "^3.2.39", "vue-router": "^4.1.5", "vuex": "^4.0.2" }, diff --git a/playground/vue-jsx/package.json b/playground/vue-jsx/package.json index 8d376c52..a89519f4 100644 --- a/playground/vue-jsx/package.json +++ b/playground/vue-jsx/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.2.38" + "vue": "^3.2.39" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*", diff --git a/playground/vue-legacy/package.json b/playground/vue-legacy/package.json index 9a6267fc..e90be717 100644 --- a/playground/vue-legacy/package.json +++ b/playground/vue-legacy/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.2.38" + "vue": "^3.2.39" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*", diff --git a/playground/vue-lib/package.json b/playground/vue-lib/package.json index e593d309..d59f3d62 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.38" + "vue": "^3.2.39" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*" diff --git a/playground/vue-server-origin/package.json b/playground/vue-server-origin/package.json index 754c4122..2056ec63 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.38" + "vue": "^3.2.39" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*" diff --git a/playground/vue-sourcemap/package.json b/playground/vue-sourcemap/package.json index f140a473..00425f8c 100644 --- a/playground/vue-sourcemap/package.json +++ b/playground/vue-sourcemap/package.json @@ -12,9 +12,9 @@ "@vitejs/plugin-vue": "workspace:*", "less": "^4.1.3", "postcss-nested": "^5.0.6", - "sass": "^1.54.8" + "sass": "^1.54.9" }, "dependencies": { - "vue": "^3.2.38" + "vue": "^3.2.39" } } diff --git a/playground/vue/package.json b/playground/vue/package.json index 7ef2fe5d..68b59bee 100644 --- a/playground/vue/package.json +++ b/playground/vue/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "lodash-es": "^4.17.21", - "vue": "^3.2.38" + "vue": "^3.2.39" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*", "js-yaml": "^4.1.0", "less": "^4.1.3", "pug": "^3.0.2", - "sass": "^1.54.8", + "sass": "^1.54.9", "stylus": "^0.59.0" } }