Skip to content

Commit

Permalink
chore: bump sovran dependency (#470)
Browse files Browse the repository at this point in the history
* chore: bump sovran dependency

* fix: update example podfile.lock

Co-authored-by: Alan Charles <[email protected]>
  • Loading branch information
alanjcharles and Alan Charles authored Mar 3, 2022
1 parent 9fbc221 commit de434cd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -286,12 +286,12 @@ PODS:
- React
- RNGestureHandler (2.2.0):
- React-Core
- segment-analytics-react-native (2.1.6-beta):
- segment-analytics-react-native (2.1.7):
- React-Core
- sovran-react-native
- segment-analytics-react-native-plugin-idfa (0.2.0-beta):
- React-Core
- sovran-react-native (0.2.4):
- sovran-react-native (0.2.6):
- React-Core
- Yoga (1.14.0)

Expand Down Expand Up @@ -459,9 +459,9 @@ SPEC CHECKSUMS:
RNCAsyncStorage: b49b4e38a1548d03b74b30e558a1d18465b94be7
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
RNGestureHandler: bf572f552ea324acd5b5464b8d30755b2d8c1de6
segment-analytics-react-native: 1651b31be11bee997e39ff7ababd296f00f7492a
segment-analytics-react-native: 2b5164b186d151f85b3da0d784fe9cbc20a939e6
segment-analytics-react-native-plugin-idfa: 2dc6e38506a5b034db4a4cf16db48643b2f356a2
sovran-react-native: 1b68d70aaa2d96489e0338eaf3a4cbf92688c793
sovran-react-native: ef02f663b489ac5e63ea7b80cd8426bf82992263
Yoga: 3f5bfc54ce164fcd5b5d7f9f4232182d6298dd56

PODFILE CHECKSUM: 0c7eb82d495ca56953c50916b7b49e7512632eb6
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/native": "^6.0.2",
"@react-navigation/stack": "^6.0.7",
"@segment/sovran-react-native": "^0.2.4",
"@segment/sovran-react-native": "^0.2.6",
"react": "17.0.2",
"react-native": "0.67.0",
"react-native-bootsplash": "^3.2.4",
Expand Down
8 changes: 4 additions & 4 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1575,10 +1575,10 @@
color "^3.1.3"
warn-once "^0.1.0"

"@segment/sovran-react-native@^0.2.4":
version "0.2.4"
resolved "https://registry.yarnpkg.com/@segment/sovran-react-native/-/sovran-react-native-0.2.4.tgz#8f73ba41febf8cb2f711a0d15d38a79384b0b767"
integrity sha512-+r98+pDMUQj8Siw4gG3KRSH7pIt4Q6omu4vwBfT0oBRpZ0dsSz6a17xTlEZkUU3ytgDj1c/fmJQg6V8tLgkbWw==
"@segment/sovran-react-native@^0.2.6":
version "0.2.6"
resolved "https://registry.yarnpkg.com/@segment/sovran-react-native/-/sovran-react-native-0.2.6.tgz#895ef37b71c299f56c89515cf8d200f13fce2251"
integrity sha512-SxqKvMvgu9PZo0jSkZ0yys08H9qJbI1uGbaeBvJFZfs92TIvQmcW0PYQZsspqt85RPzrL4J9KDio6xoLXmHurw==
dependencies:
"@react-native-async-storage/async-storage" "^1.15.15"
ansi-regex "5.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"homepage": "https://github.com/segmentio/analytics-react-native#readme",
"dependencies": {
"@react-native-async-storage/async-storage": "^1.15.17",
"@segment/sovran-react-native": "^0.2.4",
"@segment/sovran-react-native": "^0.2.6",
"js-base64": "^3.7.2",
"nanoid": "^3.1.25"
},
Expand Down

0 comments on commit de434cd

Please sign in to comment.