diff --git a/package-lock.json b/package-lock.json index 078a676e..2abd7226 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "react-dom": "17.0.1", "react-helmet": "6.1.0", "recoil": "0.0.7", - "use-global-hook": "0.2.1" + "use-global-hook": "0.2.2" }, "devDependencies": { "@hot-loader/react-dom": "17.0.0", @@ -43597,14 +43597,14 @@ } }, "node_modules/use-global-hook": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/use-global-hook/-/use-global-hook-0.2.1.tgz", - "integrity": "sha512-rLxSGHluN0bOaHG6PiuY/QSElNZM/kc7gnyr7065BC4Pw5zHRZf+a91tbGoDdoF5ZIV0OdS3Gn/bTQEFvFZCxw==", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/use-global-hook/-/use-global-hook-0.2.2.tgz", + "integrity": "sha512-ZZiic0NcbeDCRy1jPKVKIAZvGD6syTQeHsBN+CgEyVRB/J4RJ7EpV4XBdBIQcUcRO8dJOpH6573lHi4JJ3Ihnw==", "engines": { "node": ">=10.0.0" }, "peerDependencies": { - "react": "^16.8.0" + "react": "^16.8.0 || ^17.0.0" } }, "node_modules/use-sidecar": { @@ -80499,9 +80499,9 @@ "requires": {} }, "use-global-hook": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/use-global-hook/-/use-global-hook-0.2.1.tgz", - "integrity": "sha512-rLxSGHluN0bOaHG6PiuY/QSElNZM/kc7gnyr7065BC4Pw5zHRZf+a91tbGoDdoF5ZIV0OdS3Gn/bTQEFvFZCxw==", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/use-global-hook/-/use-global-hook-0.2.2.tgz", + "integrity": "sha512-ZZiic0NcbeDCRy1jPKVKIAZvGD6syTQeHsBN+CgEyVRB/J4RJ7EpV4XBdBIQcUcRO8dJOpH6573lHi4JJ3Ihnw==", "requires": {} }, "use-sidecar": { diff --git a/package.json b/package.json index 918000f0..23f9e43d 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "react-dom": "17.0.1", "react-helmet": "6.1.0", "recoil": "0.0.7", - "use-global-hook": "0.2.1" + "use-global-hook": "0.2.2" }, "devDependencies": { "@hot-loader/react-dom": "17.0.0",