Skip to content

Commit

Permalink
Upgrade use-subscription for React 16/17 bicompat (#19087)
Browse files Browse the repository at this point in the history
Fixes #18518
  • Loading branch information
Timer committed Nov 12, 2020
1 parent 54b7042 commit 67494bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/next/package.json
Expand Up @@ -99,7 +99,7 @@
"stream-browserify": "3.0.0",
"style-loader": "1.2.1",
"styled-jsx": "3.3.1",
"use-subscription": "1.5.0",
"use-subscription": "1.5.1",
"vm-browserify": "1.1.2",
"watchpack": "2.0.0-beta.13",
"webpack": "4.44.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -16312,10 +16312,10 @@ url@^0.11.0:
punycode "1.3.2"
querystring "0.2.0"

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==
use-subscription@1.5.1:
version "1.5.1"
resolved "https://registry.yarnpkg.com/use-subscription/-/use-subscription-1.5.1.tgz#73501107f02fad84c6dd57965beb0b75c68c42d1"
integrity sha512-Xv2a1P/yReAjAbhylMfFplFKj9GssgTwN7RlcTxBujFQcloStWNDQdc4g4NRWH9xS4i/FDk04vQBptAXoF3VcA==
dependencies:
object-assign "^4.1.1"

Expand Down

0 comments on commit 67494bd

Please sign in to comment.