From 4fb1bfb1faa7acd90511335587845aa2cc90d384 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 19:02:34 +0000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 17 ++++++++++------- explorer/package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 6a9c0934f0..02d44699f9 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -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" } diff --git a/explorer/package.json b/explorer/package.json index 6166ea8a69..8f468daa09 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -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",