diff --git a/package.json b/package.json index 446dba49..942d6dcd 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "ci-docs": "run-s build docs-build" }, "devDependencies": { - "@babel/types": "^7.20.0", + "@babel/types": "^7.20.2", "@microsoft/api-extractor": "^7.33.5", "@rollup/plugin-typescript": "^8.5.0", "@types/babel__core": "^7.1.19", @@ -58,11 +58,11 @@ "@types/semver": "^7.3.13", "@types/stylus": "^0.48.38", "@types/ws": "^8.5.3", - "@typescript-eslint/eslint-plugin": "^5.41.0", - "@typescript-eslint/parser": "^5.41.0", + "@typescript-eslint/eslint-plugin": "^5.42.0", + "@typescript-eslint/parser": "^5.42.0", "conventional-changelog-cli": "^2.2.2", "esbuild": "^0.14.47", - "eslint": "^8.26.0", + "eslint": "^8.27.0", "eslint-define-config": "^1.11.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-node": "^11.1.0", @@ -74,22 +74,22 @@ "npm-run-all": "^4.1.5", "picocolors": "^1.0.0", "playwright-chromium": "^1.27.1", - "pnpm": "^7.14.1", + "pnpm": "^7.14.2", "prettier": "2.7.1", "prompts": "^2.4.2", "resolve": "^1.22.1", "rimraf": "^3.0.2", "rollup": "~3.2.3", - "rollup-plugin-license": "^2.9.0", + "rollup-plugin-license": "^2.9.1", "semver": "^7.3.8", "simple-git-hooks": "^2.8.1", - "tslib": "^2.4.0", + "tslib": "^2.4.1", "tsx": "^3.11.0", "typescript": "^4.6.4", "unbuild": "^0.9.4", "vite": "workspace:*", - "vitepress": "^1.0.0-alpha.26", - "vitest": "^0.24.3", + "vitepress": "^1.0.0-alpha.27", + "vitest": "^0.24.5", "vue": "^3.2.41" }, "simple-git-hooks": { @@ -110,7 +110,7 @@ "eslint --cache --fix" ] }, - "packageManager": "pnpm@7.14.1", + "packageManager": "pnpm@7.14.2", "pnpm": { "overrides": { "vite": "workspace:*", diff --git a/packages/plugin-vue-jsx/package.json b/packages/plugin-vue-jsx/package.json index d0bf168e..be780333 100644 --- a/packages/plugin-vue-jsx/package.json +++ b/packages/plugin-vue-jsx/package.json @@ -35,8 +35,8 @@ }, "homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme", "dependencies": { - "@babel/core": "^7.19.6", - "@babel/plugin-transform-typescript": "^7.20.0", + "@babel/core": "^7.20.2", + "@babel/plugin-transform-typescript": "^7.20.2", "@vue/babel-plugin-jsx": "^1.1.1" }, "devDependencies": { diff --git a/playground/vue-sourcemap/package.json b/playground/vue-sourcemap/package.json index d7a9093d..92073bf1 100644 --- a/playground/vue-sourcemap/package.json +++ b/playground/vue-sourcemap/package.json @@ -12,7 +12,7 @@ "@vitejs/plugin-vue": "workspace:*", "less": "^4.1.3", "postcss-nested": "^5.0.6", - "sass": "^1.55.0" + "sass": "^1.56.0" }, "dependencies": { "vue": "^3.2.41" diff --git a/playground/vue/package.json b/playground/vue/package.json index 26253482..88009be7 100644 --- a/playground/vue/package.json +++ b/playground/vue/package.json @@ -17,7 +17,7 @@ "js-yaml": "^4.1.0", "less": "^4.1.3", "pug": "^3.0.2", - "sass": "^1.55.0", + "sass": "^1.56.0", "stylus": "^0.59.0" } }