We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0758bf commit fd3a7beCopy full SHA for fd3a7be
packages/hooks/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-hooks-plus",
3
- "version": "2.2.1",
+ "version": "2.2.2",
4
"description": "Vue hooks library",
5
"files": [
6
"dist",
@@ -33,19 +33,19 @@
33
"type": "tsc -d"
34
},
35
"dependencies": {
36
- "@vue/devtools-api": "^6.5.0",
+ "@vue/devtools-api": "^6.5.0",
37
"@types/js-cookie": "^3.0.1",
38
"js-cookie": "^3.0.1",
39
"lodash": "^4.17.21",
40
"qs": "^6.11.0",
41
"query-string": "^7.1.1",
42
"screenfull": "^5.0.0"
43
44
- "peerDependencies": {
+ "peerDependencies": {
45
"vue": "^3.2.25"
46
47
"repository": "https://github.com/InhiblabCore/vue-hooks-plus",
48
"homepage": "https://github.com/InhiblabCore/vue-hooks-plus",
49
"author": "NelsonYong",
50
"license": "MIT"
51
-}
+}
0 commit comments