chore:(deps): bump @react-hook/debounce from 3.0.0 to 4.0.0 in /explorer (#18094)

Bumps [@react-hook/debounce](https://github.com/jaredLunde/react-hook) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/jaredLunde/react-hook/releases)
- [Commits](https://github.com/jaredLunde/react-hook/commits)

---
updated-dependencies:
- dependency-name: "@react-hook/debounce"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-06-21 19:02:34 +00:00 committed by GitHub
parent 97e51dfb35
commit 4fb1bfb1fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 8 deletions

View File

@ -10,7 +10,7 @@
"@bonfida/bot": "^0.5.3",
"@metamask/jazzicon": "^2.0.0",
"@project-serum/serum": "^0.13.38",
"@react-hook/debounce": "^3.0.0",
"@react-hook/debounce": "^4.0.0",
"@sentry/react": "^6.7.1",
"@solana/spl-token-registry": "^0.2.146",
"@solana/web3.js": "^1.18.0",
@ -2957,11 +2957,14 @@
}
},
"node_modules/@react-hook/debounce": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@react-hook/debounce/-/debounce-3.0.0.tgz",
"integrity": "sha512-ir/kPrSfAzY12Gre0sOHkZ2rkEmM4fS5M5zFxCi4BnCeXh2nvx9Ujd+U4IGpKCuPA+EQD0pg1eK2NGLvfWejag==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@react-hook/debounce/-/debounce-4.0.0.tgz",
"integrity": "sha512-706Xcg+KKWHk9BuZQUQ0ZQKp9zhv3/MbqFenWVfHcynYpSGRVwQTzJRGvPxvsdtXxJv+HfgKTY/O/hEejakwmA==",
"dependencies": {
"@react-hook/latest": "^1.0.2"
},
"peerDependencies": {
"react": ">=16.8"
}
},
"node_modules/@react-hook/latest": {
@ -27017,9 +27020,9 @@
}
},
"@react-hook/debounce": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@react-hook/debounce/-/debounce-3.0.0.tgz",
"integrity": "sha512-ir/kPrSfAzY12Gre0sOHkZ2rkEmM4fS5M5zFxCi4BnCeXh2nvx9Ujd+U4IGpKCuPA+EQD0pg1eK2NGLvfWejag==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@react-hook/debounce/-/debounce-4.0.0.tgz",
"integrity": "sha512-706Xcg+KKWHk9BuZQUQ0ZQKp9zhv3/MbqFenWVfHcynYpSGRVwQTzJRGvPxvsdtXxJv+HfgKTY/O/hEejakwmA==",
"requires": {
"@react-hook/latest": "^1.0.2"
}

View File

@ -6,7 +6,7 @@
"@bonfida/bot": "^0.5.3",
"@metamask/jazzicon": "^2.0.0",
"@project-serum/serum": "^0.13.38",
"@react-hook/debounce": "^3.0.0",
"@react-hook/debounce": "^4.0.0",
"@sentry/react": "^6.7.1",
"@solana/spl-token-registry": "^0.2.146",
"@solana/web3.js": "^1.18.0",