Skip to content

Commit

Permalink
version: 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonYong committed Aug 18, 2024
1 parent b0758bf commit fd3a7be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-hooks-plus",
"version": "2.2.1",
"version": "2.2.2",
"description": "Vue hooks library",
"files": [
"dist",
Expand Down Expand Up @@ -33,19 +33,19 @@
"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",
"qs": "^6.11.0",
"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"
}
}

0 comments on commit fd3a7be

Please sign in to comment.