Skip to content

Commit

Permalink
chore: upgrade bridge to harden suspense behavior (#2530)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyJasonBennett committed Sep 26, 2022
1 parent 80cae35 commit dda0f30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/fiber/package.json
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@babel/runtime": "^7.17.8",
"@types/react-reconciler": "^0.26.7",
"its-fine": "^1.0.1",
"its-fine": "^1.0.2",
"react-reconciler": "^0.27.0",
"react-use-measure": "^2.1.1",
"scheduler": "^0.21.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -5366,10 +5366,10 @@ istanbul-reports@^3.1.3:
html-escaper "^2.0.0"
istanbul-lib-report "^3.0.0"

its-fine@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/its-fine/-/its-fine-1.0.1.tgz#5b336ae72d221b01d8ed5d41fbacaac4c301eff5"
integrity sha512-E7ihBaOViboN99S9x1UkYVSrHyCguSls9ndOmLsq74wFZ6mUr+7PUSjykywVC5Ip065USSGdrjnys23nZb7xcQ==
its-fine@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/its-fine/-/its-fine-1.0.2.tgz#0b4a861dea1d561251ac81565585aeba5893776f"
integrity sha512-EztmS3Wi9qH4FnhK3NkEyldMbDRKDaSJ3/4M7pH1BXG+IxF4xRV8Q5Ste5q0uJAPAGmXFqBpcsrXOTBi6DYcCQ==
dependencies:
"@types/react-reconciler" "^0.28.0"

Expand Down

0 comments on commit dda0f30

Please sign in to comment.