Skip to content

Commit

Permalink
fix(deps of hooks): fix deps to devDeps for hooks force version conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
innocces committed Sep 13, 2021
1 parent 05a285b commit fd72923
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,14 @@
],
"dependencies": {
"@babel/runtime": "^7.14.6",
"@tarojs/taro": "3.3.6",
"compressorjs": "^1.0.7",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"lodash.uniq": "^4.5.0",
"querystring": "^0.2.1",
"querystring": "^0.2.1"
},
"devDependencies": {
"@tarojs/taro": "3.3.6",
"react": "^17.0.2"
},
"peerDependencies": {
Expand Down

2 comments on commit fd72923

@vercel
Copy link

@vercel vercel bot commented on fd72923 Sep 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

taro-hooks – ./

taro-hooks-theta.vercel.app
taro-hooks-git-main-innocces.vercel.app
taro-hooks-innocces.vercel.app

@vercel
Copy link

@vercel vercel bot commented on fd72923 Sep 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

taro-hooks-h5 – ./

taro-hooks-h5-green.vercel.app
taro-hooks-h5-git-main-innocces.vercel.app
taro-hooks-h5-innocces.vercel.app

Please sign in to comment.