10000 dependency version fix · optimizely/javascript-sdk@bf50567 · GitHub
[go: up one dir, main page]

Skip to content

Commit bf50567

Browse files
dependency version fix
1 parent ff8c3c2 commit bf50567

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@
111111
"uuid": "^9.0.1"
112112
},
113113
"devDependencies": {
114+
"@react-native-community/netinfo": "^11.3.2",
115+
"@react-native-async-storage/async-storage": "^1.2.0",
114116
"@rollup/plugin-commonjs": "^11.0.2",
115117
"@rollup/plugin-node-resolve": "^7.1.1",
116-
"@react-native-async-storage/async-storage": "^1.2.0",
117-
"@react-native-community/netinfo": "^11.3.0",
118118
"@types/chai": "^4.2.11",
119119
"@types/jest": "^29.5.12",
120120
"@types/mocha": "^5.2.7",
@@ -162,7 +162,7 @@
162162
"peerDependencies": {
163163
"@babel/runtime": "^7.0.0",
164164
"@react-native-async-storage/async-storage": "^1.2.0",
165-
"@react-native-community/netinfo": "^11.3.0",
165+
"@react-native-community/netinfo": "^11.3.2",
166166
"react-native-get-random-values": "^1.11.0",
167167
"fast-text-encoding": "^1.0.6"
168168
},

0 commit comments

Comments
 (0)
0