Skip to content

Commit fd3a7be

Browse files
committed
version: 2.2.2
1 parent b0758bf commit fd3a7be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/hooks/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-hooks-plus",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "Vue hooks library",
55
"files": [
66
"dist",
@@ -33,19 +33,19 @@
3333
"type": "tsc -d"
3434
},
3535
"dependencies": {
36-
"@vue/devtools-api": "^6.5.0",
36+
"@vue/devtools-api": "^6.5.0",
3737
"@types/js-cookie": "^3.0.1",
3838
"js-cookie": "^3.0.1",
3939
"lodash": "^4.17.21",
4040
"qs": "^6.11.0",
4141
"query-string": "^7.1.1",
4242
"screenfull": "^5.0.0"
4343
},
44-
"peerDependencies": {
44+
"peerDependencies": {
4545
"vue": "^3.2.25"
4646
},
4747
"repository": "https://github.com/InhiblabCore/vue-hooks-plus",
4848
"homepage": "https://github.com/InhiblabCore/vue-hooks-plus",
4949
"author": "NelsonYong",
5050
"license": "MIT"
51-
}
51+
}

0 commit comments

Comments
 (0)