Skip to content

Commit 5fdf2bd

Browse files
committed
Upgrade react-native-root-siblings #188
1 parent bffdc75 commit 5fdf2bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-modals",
3-
"version": "0.19.6",
3+
"version": "0.19.7",
44
"description": "React Native Modals Library for IOS & Android.",
55
"main": "dist/index.js",
66
"scripts": {
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"babel-plugin-flow-react-proptypes": "^9.1.1",
3333
"prop-types": "^15.6.0",
34-
"react-native-root-siblings": "^3.2.1"
34+
"react-native-root-siblings": "^3.2.2"
3535
},
3636
"peerDependencies": {
3737
"react-native": ">=0.50.0"

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -6066,7 +6066,7 @@ react-native-mock-render@^0.0.26:
60666066
react-timer-mixin "^0.13.3"
60676067
warning "^2.1.0"
60686068

6069-
react-native-root-siblings@^3.2.1:
6069+
react-native-root-siblings@^3.2.2:
60706070
version "3.2.2"
60716071
resolved "https://registry.yarnpkg.com/react-native-root-siblings/-/react-native-root-siblings-3.2.2.tgz#2b5105d4bb236041148248b94c6dc04601205eb8"
60726072
integrity sha512-J74JmwwEpv22Q3g91mdTW0ZuMsuexFmuH/wUuY50ZyvOX/yfDY76htXjtra8bcUwCfkGOjbW5/do2Ob9cGSAnA==

0 commit comments

Comments
 (0)