From dddda00201bb3f6d4897d62ce1d893c1f3f6356a Mon Sep 17 00:00:00 2001 From: Hunter Date: Fri, 15 Dec 2023 12:45:43 +0800 Subject: [PATCH] chore: bump 4.5.2 --- docs/package.json | 2 +- examples/nuxt3/package.json | 2 +- examples/vue3/package.json | 2 +- packages/nuxt/package.json | 2 +- viteplay/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package.json b/docs/package.json index 66f280a9..5f8b17ff 100644 --- a/docs/package.json +++ b/docs/package.json @@ -16,7 +16,7 @@ "dependencies": { "@vorms/core": "^1.1.0", "@vue-final-modal/nuxt": "workspace:1.0.3", - "vue-final-modal": "workspace:4.5.1", + "vue-final-modal": "workspace:4.5.2", "vue3-drag-resize": "^2.0.5" } } diff --git a/examples/nuxt3/package.json b/examples/nuxt3/package.json index c5a7c685..35fc55cb 100644 --- a/examples/nuxt3/package.json +++ b/examples/nuxt3/package.json @@ -15,6 +15,6 @@ }, "dependencies": { "@vue-final-modal/nuxt": "^1.0.3", - "vue-final-modal": "^4.5.1" + "vue-final-modal": "^4.5.2" } } diff --git a/examples/vue3/package.json b/examples/vue3/package.json index 193dcfd7..74f03111 100644 --- a/examples/vue3/package.json +++ b/examples/vue3/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "vue": "^3.3.7", - "vue-final-modal": "^4.5.1" + "vue-final-modal": "^4.5.2" }, "devDependencies": { "@iconify/vue": "^4.1.1", diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 68a22c85..ab9533b5 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "@nuxt/kit": "^3.8.2", - "vue-final-modal": "^4.5.1" + "vue-final-modal": "^4.5.2" }, "devDependencies": { "@nuxt/module-builder": "^0.5.4", diff --git a/viteplay/package.json b/viteplay/package.json index 4cda50dd..62cab4fc 100644 --- a/viteplay/package.json +++ b/viteplay/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "vue": "^3.3.7", - "vue-final-modal": "workspace:4.5.1", + "vue-final-modal": "workspace:4.5.2", "vue-router": "^4.2.5" }, "devDependencies": {