Skip to content

Commit

Permalink
📦 Package: Example + Lib - Update Dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Oct 28, 2022
1 parent 0a039d9 commit dc631de
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ PODS:
- react-native-ios-popover (2.0.0-1):
- React-Core
- react-native-ios-utilities
- react-native-ios-utilities (1.0.0-8):
- react-native-ios-utilities (1.0.0-9):
- React-Core
- react-native-safe-area-context (3.4.1):
- React-Core
Expand Down Expand Up @@ -375,7 +375,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 93bd528844ad21dc07aab1c67cb10abae6df6949
React-jsinspector: 58aef7155bc9a9683f5b60b35eccea8722a4f53a
react-native-ios-popover: 8f31145ff21d619623e69d1a48a54c06fcdc4b79
react-native-ios-utilities: 355cb51f6d041a0420e47aafd993b7fe5d331c72
react-native-ios-utilities: 96753d4cafede5559ef5503432173d993e653ebb
react-native-safe-area-context: 9e40fb181dac02619414ba1294d6c2a807056ab9
React-RCTActionSheet: 89a0ca9f4a06c1f93c26067af074ccdce0f40336
React-RCTAnimation: 1bde3ecc0c104c55df246eda516e0deb03c4e49b
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@react-navigation/native-stack": "^6.2.5",
"react": "16.13.1",
"react-native": "0.63.4",
"react-native-ios-utilities": "^1.0.0-8",
"react-native-ios-utilities": "^1.0.0-9",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.10.2"
},
Expand Down
8 changes: 4 additions & 4 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3625,10 +3625,10 @@ react-is@^16.12.0, react-is@^16.13.0, react-is@^16.13.1, react-is@^16.8.4:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==

react-native-ios-utilities@^1.0.0-8:
version "1.0.0-8"
resolved "https://registry.yarnpkg.com/react-native-ios-utilities/-/react-native-ios-utilities-1.0.0-8.tgz#aba197c5458db8cb5e45eb5310ebbafa415a6361"
integrity sha512-gV5VPVMc90dOcQhy919aQAVdnxSETCNtl5c47yqsDpA8xZc5EtWny6E7NdyjHgj/bsOjl7PpX0Q4PpDpc5hCPg==
react-native-ios-utilities@^1.0.0-9:
version "1.0.0-9"
resolved "https://registry.yarnpkg.com/react-native-ios-utilities/-/react-native-ios-utilities-1.0.0-9.tgz#8f42b028189b01ad1b9dee0bad2237358a795caa"
integrity sha512-wqTsC7ct3Ku1IeO69fnegQuYD2pxRQFFBI4nDnvTu5ORehwMWoKeM39FAhO5022T2erg5jzXtzu0rV/wASCUmQ==

react-native-safe-area-context@^3.3.2:
version "3.4.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"react": "16.13.1",
"react-native": "0.63.4",
"react-native-builder-bob": "^0.18.0",
"react-native-ios-utilities": "^1.0.0-8",
"react-native-ios-utilities": "^1.0.0-9",
"release-it": "^14.2.2",
"typescript": "^4.1.3"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5917,10 +5917,10 @@ react-native-builder-bob@^0.18.0:
optionalDependencies:
jetifier "^1.6.6"

react-native-ios-utilities@^1.0.0-8:
version "1.0.0-8"
resolved "https://registry.yarnpkg.com/react-native-ios-utilities/-/react-native-ios-utilities-1.0.0-8.tgz#aba197c5458db8cb5e45eb5310ebbafa415a6361"
integrity sha512-gV5VPVMc90dOcQhy919aQAVdnxSETCNtl5c47yqsDpA8xZc5EtWny6E7NdyjHgj/bsOjl7PpX0Q4PpDpc5hCPg==
react-native-ios-utilities@^1.0.0-9:
version "1.0.0-9"
resolved "https://registry.yarnpkg.com/react-native-ios-utilities/-/react-native-ios-utilities-1.0.0-9.tgz#8f42b028189b01ad1b9dee0bad2237358a795caa"
integrity sha512-wqTsC7ct3Ku1IeO69fnegQuYD2pxRQFFBI4nDnvTu5ORehwMWoKeM39FAhO5022T2erg5jzXtzu0rV/wASCUmQ==

react-native@0.63.4:
version "0.63.4"
Expand Down

0 comments on commit dc631de

Please sign in to comment.