Skip to content

Commit

Permalink
chore(deps): update use-debounce to ^9.0.4 (#3593)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartSquared authored May 8, 2023
1 parent dcd98eb commit acb0fdf
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .changeset/shaggy-seals-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@kaizen/draft-popover": patch
"@kaizen/draft-tooltip": patch
---

Update dependencies:
- `use-debounce` to `^9.0.4`
2 changes: 1 addition & 1 deletion draft-packages/popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/classnames": "^2.3.0",
"classnames": "^2.3.2",
"react-popper": "^2.3.0",
"use-debounce": "^9.0.3"
"use-debounce": "^9.0.4"
},
"devDependencies": {
"rimraf": "^4.4.1"
Expand Down
2 changes: 1 addition & 1 deletion draft-packages/tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/classnames": "^2.3.0",
"classnames": "^2.3.2",
"react-popper": "^2.3.0",
"use-debounce": "^9.0.3",
"use-debounce": "^9.0.4",
"uuid": "^9.0.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16607,10 +16607,10 @@ use-callback-ref@^1.3.0:
dependencies:
tslib "^2.0.0"

use-debounce@^9.0.3:
version "9.0.3"
resolved "https://registry.yarnpkg.com/use-debounce/-/use-debounce-9.0.3.tgz#bac660c19ab7b38662e08608fee23c7ad303f532"
integrity sha512-FhtlbDtDXILJV7Lix5OZj5yX/fW1tzq+VrvK1fnT2bUrPOGruU9Rw8NCEn+UI9wopfERBEZAOQ8lfeCJPllgnw==
use-debounce@^9.0.4:
version "9.0.4"
resolved "https://registry.yarnpkg.com/use-debounce/-/use-debounce-9.0.4.tgz#51d25d856fbdfeb537553972ce3943b897f1ac85"
integrity sha512-6X8H/mikbrt0XE8e+JXRtZ8yYVvKkdYRfmIhWZYsP8rcNs9hk3APV8Ua2mFkKRLcJKVdnX2/Vwrmg2GWKUQEaQ==

use-isomorphic-layout-effect@^1.1.2:
version "1.1.2"
Expand Down

0 comments on commit acb0fdf

Please sign in to comment.