Skip to content

Commit

Permalink
chore: updated @gorhom/portal (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Dec 14, 2020
1 parent 2bb8bf4 commit d73f780
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "react-native start"
},
"dependencies": {
"@gorhom/portal": "^0.1.2",
"@gorhom/portal": "^0.1.3",
"@gorhom/showcase-template": "^1.0.2",
"@react-native-community/blur": "^3.6.0",
"@react-native-community/masked-view": "0.1.10",
Expand Down
8 changes: 4 additions & 4 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -818,10 +818,10 @@
dependencies:
"@types/hammerjs" "^2.0.36"

"@gorhom/portal@^0.1.2":
version "0.1.2"
resolved "https://registry.yarnpkg.com/@gorhom/portal/-/portal-0.1.2.tgz#183d7aab36eca10fb6a982a8f30eaa20932bebe6"
integrity sha512-oHRcbXyZ4U3Iyfby93nBSj539NzaFdGJvQlhdryT5piEegeEC2gE+b414v1vjxs+2GwYB/Mwbx/F8Ja83XeeHA==
"@gorhom/portal@^0.1.3":
version "0.1.3"
resolved "https://registry.yarnpkg.com/@gorhom/portal/-/portal-0.1.3.tgz#69eed151de91374448eebf0e0b21c749eecf82b6"
integrity sha512-h7oxmVvvQCbFg8EloCF/6o3le9poxBl4zZp/HwAui/ZeoSUyV7+QFd5umSAHstgMjAATGhfrGAhR3HJUcePZwA==
dependencies:
lodash.isequal "^4.5.0"
nanoid "^3.1.20"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"bootstrap": "yarn install && yarn example"
},
"dependencies": {
"@gorhom/portal": "^0.1.2",
"@gorhom/portal": "^0.1.3",
"invariant": "^2.2.4",
"lodash.isequal": "^4.5.0",
"nanoid": "^3.1.20",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1181,10 +1181,10 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@gorhom/portal@^0.1.2":
version "0.1.2"
resolved "https://registry.yarnpkg.com/@gorhom/portal/-/portal-0.1.2.tgz#183d7aab36eca10fb6a982a8f30eaa20932bebe6"
integrity sha512-oHRcbXyZ4U3Iyfby93nBSj539NzaFdGJvQlhdryT5piEegeEC2gE+b414v1vjxs+2GwYB/Mwbx/F8Ja83XeeHA==
"@gorhom/portal@^0.1.3":
version "0.1.3"
resolved "https://registry.yarnpkg.com/@gorhom/portal/-/portal-0.1.3.tgz#69eed151de91374448eebf0e0b21c749eecf82b6"
integrity sha512-h7oxmVvvQCbFg8EloCF/6o3le9poxBl4zZp/HwAui/ZeoSUyV7+QFd5umSAHstgMjAATGhfrGAhR3HJUcePZwA==
dependencies:
lodash.isequal "^4.5.0"
nanoid "^3.1.20"
Expand Down

0 comments on commit d73f780

Please sign in to comment.