Skip to content

Commit 2c22a97

Browse files
committed
chore: bump 'react-native-get-random-values' from 1.1.0 to 2.0.0
1 parent d53b1f7 commit 2c22a97

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

examples/AnalyticsReactNativeExample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"react": "18.3.1",
2626
"react-native": "0.76.1",
2727
"react-native-gesture-handler": "^2.20.2",
28-
"react-native-get-random-values": "^1.11.0",
28+
"react-native-get-random-values": "^2.0.0",
2929
"react-native-safe-area-context": "^4.14.0",
3030
"react-native-safe-area-view": "^1.1.1"
3131
},

examples/E2E-73/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"react": "18.2.0",
2828
"react-native": "0.73.0",
2929
"react-native-gesture-handler": "^2.13.4",
30-
"react-native-get-random-values": "^1.9.0",
30+
"react-native-get-random-values": "^2.0.0",
3131
"react-native-safe-area-context": "^4.7.4",
3232
"react-native-screens": "^3.27.0"
3333
},

examples/E2E/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"react": "18.2.0",
2828
"react-native": "0.72.9",
2929
"react-native-gesture-handler": "^2.13.4",
30-
"react-native-get-random-values": "^1.9.0",
30+
"react-native-get-random-values": "^2.0.0",
3131
"react-native-safe-area-context": "^4.7.4",
3232
"react-native-screens": "^3.27.0"
3333
},

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@segment/sovran-react-native": "^1.1.0",
6464
"react": "*",
6565
"react-native": "*",
66-
"react-native-get-random-values": "1.x"
66+
"react-native-get-random-values": "2.x"
6767
},
6868
"peerDependenciesMeta": {
6969
"@react-native-async-storage/async-storage": {

packages/sovran/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"dependencies": {
7979
"ansi-regex": "5.0.1",
8080
"deepmerge": "^4.2.2",
81-
"react-native-get-random-values": "1.x",
81+
"react-native-get-random-values": "2.x",
8282
"shell-quote": "1.8.0",
8383
"uuid": "^9.0.1"
8484
},

0 commit comments

Comments
 (0)