Skip to content

Commit 4f86f6b

Browse files
authored
chore: upgrade sovran to v0.2.4 (#446)
1 parent 37aeb81 commit 4f86f6b

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@react-native-community/masked-view": "^0.1.11",
2525
"@react-navigation/native": "^6.0.2",
2626
"@react-navigation/stack": "^6.0.7",
27-
"@segment/sovran-react-native": "^0.2.3",
27+
"@segment/sovran-react-native": "^0.2.4",
2828
"react": "17.0.2",
2929
"react-native": "0.67.0",
3030
"react-native-bootsplash": "^3.2.4",

example/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,10 +1575,10 @@
15751575
color "^3.1.3"
15761576
warn-once "^0.1.0"
15771577

1578-
"@segment/sovran-react-native@^0.2.3":
1579-
version "0.2.3"
1580-
resolved "https://registry.yarnpkg.com/@segment/sovran-react-native/-/sovran-react-native-0.2.3.tgz#25f73cdd3df896b872a465f368fe7d0d03196c9e"
1581-
integrity sha512-6Xsz7RllJBoHtDt7dxQDgfIUxjhoCosmDZgj0BHaEjElxFmx+RnAnSa5zvtpOSF2G1/YUcrtUZidRgUnY+dJVQ==
1578+
"@segment/sovran-react-native@^0.2.4":
1579+
version "0.2.4"
1580+
resolved "https://registry.yarnpkg.com/@segment/sovran-react-native/-/sovran-react-native-0.2.4.tgz#8f73ba41febf8cb2f711a0d15d38a79384b0b767"
1581+
integrity sha512-+r98+pDMUQj8Siw4gG3KRSH7pIt4Q6omu4vwBfT0oBRpZ0dsSz6a17xTlEZkUU3ytgDj1c/fmJQg6V8tLgkbWw==
15821582
dependencies:
15831583
"@react-native-async-storage/async-storage" "^1.15.15"
15841584
ansi-regex "5.0.1"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"homepage": "https://github.com/segmentio/analytics-react-native#readme",
4747
"dependencies": {
4848
"@react-native-async-storage/async-storage": "^1.15.17",
49-
"@segment/sovran-react-native": "^0.2.3",
49+
"@segment/sovran-react-native": "^0.2.4",
5050
"js-base64": "^3.7.2",
5151
"nanoid": "^3.1.25"
5252
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2705,10 +2705,10 @@
27052705
conventional-recommended-bump "^6.1.0"
27062706
prepend-file "^2.0.0"
27072707

2708-
"@segment/sovran-react-native@^0.2.3":
2709-
version "0.2.3"
2710-
resolved "https://registry.yarnpkg.com/@segment/sovran-react-native/-/sovran-react-native-0.2.3.tgz#25f73cdd3df896b872a465f368fe7d0d03196c9e"
2711-
integrity sha512-6Xsz7RllJBoHtDt7dxQDgfIUxjhoCosmDZgj0BHaEjElxFmx+RnAnSa5zvtpOSF2G1/YUcrtUZidRgUnY+dJVQ==
2708+
"@segment/sovran-react-native@^0.2.4":
2709+
version "0.2.4"
2710+
resolved "https://registry.yarnpkg.com/@segment/sovran-react-native/-/sovran-react-native-0.2.4.tgz#8f73ba41febf8cb2f711a0d15d38a79384b0b767"
2711+
integrity sha512-+r98+pDMUQj8Siw4gG3KRSH7pIt4Q6omu4vwBfT0oBRpZ0dsSz6a17xTlEZkUU3ytgDj1c/fmJQg6V8tLgkbWw==
27122712
dependencies:
27132713
"@react-native-async-storage/async-storage" "^1.15.15"
27142714
ansi-regex "5.0.1"

0 commit comments

Comments
 (0)