From fd3a7be7a2a9098933fba77ac26b78a187294fbf Mon Sep 17 00:00:00 2001 From: YongGit <1013588891@qq.com> Date: Sun, 18 Aug 2024 23:40:00 +0800 Subject: [PATCH] version: 2.2.2 --- packages/hooks/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 204cba6..36331e6 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "vue-hooks-plus", - "version": "2.2.1", + "version": "2.2.2", "description": "Vue hooks library", "files": [ "dist", @@ -33,7 +33,7 @@ "type": "tsc -d" }, "dependencies": { - "@vue/devtools-api": "^6.5.0", + "@vue/devtools-api": "^6.5.0", "@types/js-cookie": "^3.0.1", "js-cookie": "^3.0.1", "lodash": "^4.17.21", @@ -41,11 +41,11 @@ "query-string": "^7.1.1", "screenfull": "^5.0.0" }, - "peerDependencies": { + "peerDependencies": { "vue": "^3.2.25" }, "repository": "https://github.com/InhiblabCore/vue-hooks-plus", "homepage": "https://github.com/InhiblabCore/vue-hooks-plus", "author": "NelsonYong", "license": "MIT" -} +} \ No newline at end of file