From 069207c5de26b653cfdc0dfa2e41181bee51e28c Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Mon, 9 May 2022 16:30:17 +0800 Subject: [PATCH] chore: bump minors and rebuild lock (#8074) --- package.json | 28 +++++++++++++-------------- packages/plugin-vue/package.json | 2 +- playground/ssr-vue/package.json | 6 +++--- playground/vue-jsx/package.json | 2 +- playground/vue-lib/package.json | 2 +- playground/vue-sourcemap/package.json | 6 +++--- playground/vue/package.json | 4 ++-- 7 files changed, 25 insertions(+), 25 deletions(-) diff --git a/package.json b/package.json index eae96bb7..1ba4ca2c 100644 --- a/package.json +++ b/package.json @@ -35,18 +35,18 @@ "ci-docs": "run-s build-vite build-plugin-vue build-docs" }, "devDependencies": { - "@microsoft/api-extractor": "^7.23.0", + "@microsoft/api-extractor": "^7.23.1", "@types/fs-extra": "^9.0.13", - "@types/jest": "^27.4.1", - "@types/node": "^17.0.25", - "@types/prompts": "^2.0.14", + "@types/jest": "^27.5.0", + "@types/node": "^17.0.31", + "@types/prompts": "^2.4.0", "@types/semver": "^7.3.9", - "@typescript-eslint/eslint-plugin": "^5.21.0", - "@typescript-eslint/parser": "^5.21.0", + "@typescript-eslint/eslint-plugin": "^5.22.0", + "@typescript-eslint/parser": "^5.22.0", "conventional-changelog-cli": "^2.2.2", "cross-env": "^7.0.3", - "esbuild": "^0.14.27", - "eslint": "^8.14.0", + "esbuild": "^0.14.38", + "eslint": "^8.15.0", "eslint-define-config": "^1.4.0", "eslint-plugin-node": "^11.1.0", "execa": "^5.1.1", @@ -54,23 +54,23 @@ "jest": "^27.5.1", "lint-staged": "^12.4.1", "minimist": "^1.2.6", - "node-fetch": "^2.6.6", + "node-fetch": "^2.6.7", "npm-run-all": "^4.1.5", "picocolors": "^1.0.0", "playwright-chromium": "^1.21.1", "prettier": "2.6.2", "prompts": "^2.4.2", "rimraf": "^3.0.2", - "rollup": "^2.59.0", + "rollup": "^2.72.1", "semver": "^7.3.7", "simple-git-hooks": "^2.7.0", "sirv": "^2.0.2", "ts-jest": "^27.1.4", - "ts-node": "^10.4.0", - "typescript": "~4.5.4", + "ts-node": "^10.7.0", + "typescript": "^4.6.4", "vite": "workspace:*", - "vitepress": "^0.22.3", - "vitest": "^0.10.4" + "vitepress": "^0.22.4", + "vitest": "^0.10.5" }, "simple-git-hooks": { "pre-commit": "pnpm exec lint-staged --concurrent false", diff --git a/packages/plugin-vue/package.json b/packages/plugin-vue/package.json index ef775fb0..9124f4f9 100644 --- a/packages/plugin-vue/package.json +++ b/packages/plugin-vue/package.json @@ -39,7 +39,7 @@ "@types/hash-sum": "^1.0.0", "debug": "^4.3.4", "hash-sum": "^2.0.0", - "rollup": "^2.59.0", + "rollup": "^2.72.1", "slash": "^4.0.0", "source-map": "^0.6.1", "vue": "^3.2.33" diff --git a/playground/ssr-vue/package.json b/playground/ssr-vue/package.json index 02aa3b89..0464ebee 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.33", - "vue-router": "^4.0.0", + "vue-router": "^4.0.15", "vuex": "^4.0.2" }, "devDependencies": { @@ -25,7 +25,7 @@ "compression": "^1.7.4", "cross-env": "^7.0.3", "dep-import-type": "link:./dep-import-type", - "express": "^4.17.1", - "serve-static": "^1.14.1" + "express": "^4.18.1", + "serve-static": "^1.15.0" } } diff --git a/playground/vue-jsx/package.json b/playground/vue-jsx/package.json index 6c34858d..697b9f31 100644 --- a/playground/vue-jsx/package.json +++ b/playground/vue-jsx/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.2.25" + "vue": "^3.2.33" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*", diff --git a/playground/vue-lib/package.json b/playground/vue-lib/package.json index df82cf48..684e5ea8 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.25" + "vue": "^3.2.33" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*" diff --git a/playground/vue-sourcemap/package.json b/playground/vue-sourcemap/package.json index 16532247..55b4deef 100644 --- a/playground/vue-sourcemap/package.json +++ b/playground/vue-sourcemap/package.json @@ -11,10 +11,10 @@ "devDependencies": { "@vitejs/plugin-vue": "workspace:*", "less": "^4.1.2", - "sass": "^1.43.4", - "postcss-nested": "^5.0.6" + "postcss-nested": "^5.0.6", + "sass": "^1.51.0" }, "dependencies": { - "vue": "^3.2.31" + "vue": "^3.2.33" } } diff --git a/playground/vue/package.json b/playground/vue/package.json index 71189bfc..2c228798 100644 --- a/playground/vue/package.json +++ b/playground/vue/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "lodash-es": "^4.17.21", - "vue": "^3.2.25" + "vue": "^3.2.33" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*", "js-yaml": "^4.1.0", "less": "^4.1.2", "pug": "^3.0.2", - "sass": "^1.43.4", + "sass": "^1.51.0", "stylus": "^0.55.0" } }