From c617494bb8dc5f341a880451d64055dcdce59bc0 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Wed, 6 Apr 2022 21:47:46 +0200 Subject: [PATCH] chore: update vue to 3.2.25 --- examples/package.json | 2 +- package/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/package.json b/examples/package.json index aa470fac..d6297ed3 100644 --- a/examples/package.json +++ b/examples/package.json @@ -20,7 +20,7 @@ "vite": "2.5.x", "vite-plugin-vue-type-imports": "^0.1.3", "vite-svg-loader": "^3.1.2", - "vue": "^3.2.21", + "vue": "^3.2.25", "vue-router": "^4.0.12" } } diff --git a/package/package.json b/package/package.json index 941402c4..76430561 100644 --- a/package/package.json +++ b/package/package.json @@ -55,7 +55,7 @@ "vue-tsc": "^0.33.9" }, "peerDependencies": { - "vue": "^3.2.21" + "vue": "^3.2.25" }, "publishConfig": { "access": "public",