Skip to content

Commit 3520e88

Browse files
chore(deps): bump use-debounce from 10.0.3 to 10.0.4
Bumps [use-debounce](https://github.com/xnimorz/use-debounce) from 10.0.3 to 10.0.4. - [Release notes](https://github.com/xnimorz/use-debounce/releases) - [Changelog](https://github.com/xnimorz/use-debounce/blob/master/CHANGELOG.md) - [Commits](https://github.com/xnimorz/use-debounce/commits/10.0.4) --- updated-dependencies: - dependency-name: use-debounce dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4672475 commit 3520e88

File tree

3 files changed

+111
-71
lines changed

3 files changed

+111
-71
lines changed

apps/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"tailwindcss-animate": "^1.0.7",
101101
"thirdweb": "workspace:*",
102102
"tiny-invariant": "^1.3.3",
103-
"use-debounce": "^10.0.1",
103+
"use-debounce": "^10.0.4",
104104
"zod": "3.23.8"
105105
},
106106
"devDependencies": {

apps/playground-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"shiki": "1.16.2",
4040
"tailwind-merge": "^2.5.2",
4141
"thirdweb": "workspace:*",
42-
"use-debounce": "^10.0.1"
42+
"use-debounce": "^10.0.4"
4343
},
4444
"devDependencies": {
4545
"@types/node": "20.14.9",

0 commit comments

Comments
 (0)