Skip to content

Commit

Permalink
fix: tslib phantom dependency problem (#2013)
Browse files Browse the repository at this point in the history
* fix: tslib phantom dependency problem

* chore: update lock

Co-authored-by: miracles1919 <516571350@qq.com>
  • Loading branch information
sorrycc and miracles1919 committed Dec 26, 2022
1 parent 974443e commit f2f6ab2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
3 changes: 2 additions & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"js-cookie": "^2.x.x",
"lodash": "^4.17.21",
"resize-observer-polyfill": "^1.5.1",
"screenfull": "^5.0.0"
"screenfull": "^5.0.0",
"tslib": "^2.4.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
Expand Down
19 changes: 10 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f2f6ab2

Please sign in to comment.