Skip to content

Commit

Permalink
Update use-subscription to account for React 17 peerDependency (#18199)
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Oct 24, 2020
1 parent ebee2ba commit 9508322
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/next/package.json
Expand Up @@ -114,7 +114,7 @@
"stream-browserify": "3.0.0",
"style-loader": "1.2.1",
"styled-jsx": "3.3.1",
"use-subscription": "1.4.1",
"use-subscription": "1.5.0",
"vm-browserify": "1.1.2",
"watchpack": "2.0.0-beta.13",
"web-vitals": "0.2.4",
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Expand Up @@ -16753,9 +16753,10 @@ url@^0.11.0:
punycode "1.3.2"
querystring "0.2.0"

use-subscription@1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/use-subscription/-/use-subscription-1.4.1.tgz#edcbcc220f1adb2dd4fa0b2f61b6cc308e620069"
use-subscription@1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/use-subscription/-/use-subscription-1.5.0.tgz#0df66fdf97b9a340147ad72f76fac1db6f56d240"
integrity sha512-/FVRiB2I7NDjzWoNBYPt6YkkvleMm/lFtxj1hH6nX2TVrJ/5UTbovw9OE1efv2Zl0HoAYuTjM7zHd9OsABn5sg==
dependencies:
object-assign "^4.1.1"

Expand Down

0 comments on commit 9508322

Please sign in to comment.