Skip to content

Commit 736894b

Browse files
Merge pull request #262 from rootstrap/chore/dependabot
Chore/dependabot
2 parents ff4df2e + 3fc15ab commit 736894b

File tree

5 files changed

+258
-356
lines changed

5 files changed

+258
-356
lines changed

ios/Podfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ PODS:
7272
- hermes-engine/Pre-built (= 0.73.5)
7373
- hermes-engine/Pre-built (0.73.5)
7474
- libevent (2.1.12)
75-
- MMKV (1.2.15):
76-
- MMKVCore (~> 1.2.15)
77-
- MMKVCore (1.2.15)
75+
- MMKV (1.3.4):
76+
- MMKVCore (~> 1.3.4)
77+
- MMKVCore (1.3.4)
7878
- OpenSSL-Universal (1.1.1100)
7979
- RCT-Folly (2022.05.16.00):
8080
- boost
@@ -953,7 +953,7 @@ PODS:
953953
- React-Core
954954
- react-native-flipper (0.212.0):
955955
- React-Core
956-
- react-native-mmkv (2.10.2):
956+
- react-native-mmkv (2.11.0):
957957
- MMKV (>= 1.2.13)
958958
- React-Core
959959
- react-native-restart (0.0.27):
@@ -1350,9 +1350,9 @@ EXTERNAL SOURCES:
13501350
:path: "../node_modules/react-native/ReactCommon/yoga"
13511351

13521352
SPEC CHECKSUMS:
1353-
boost: 26fad476bfa736552bbfa698a06cc530475c1505
1353+
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
13541354
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
1355-
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
1355+
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
13561356
FBLazyVector: 56e0e498dbb513b96c40bac6284729ba4e62672d
13571357
FBReactNativeSpec: 146c741a3f40361f6bc13a4ba284678cbedb5881
13581358
Flipper: c7a0093234c4bdd456e363f2f19b2e4b27652d44
@@ -1364,11 +1364,11 @@ SPEC CHECKSUMS:
13641364
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
13651365
FlipperKit: 37525a5d056ef9b93d1578e04bc3ea1de940094f
13661366
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
1367-
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
1367+
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
13681368
hermes-engine: 1d1835b2cc54c381909d94d1b3c8e0a2f1a94a0e
13691369
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
1370-
MMKV: 7f34558bbb5a33b0eaefae2de4b6a20a2ffdad6f
1371-
MMKVCore: ddf41b9d9262f058419f9ba7598719af56c02cd3
1370+
MMKV: ed58ad794b3f88c24d604a5b74f3fba17fcbaf74
1371+
MMKVCore: a67a1cede26175c413176f404a7cedec43f96a0b
13721372
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
13731373
RCT-Folly: 7169b2b1c44399c76a47b5deaaba715eeeb476c0
13741374
RCTRequired: 2544c0f1081a5fa12e108bb8cb40e5f4581ccd87
@@ -1393,7 +1393,7 @@ SPEC CHECKSUMS:
13931393
React-Mapbuffer: 7c35cd53a22d0be04d3f26f7881c7fb7dd230216
13941394
react-native-config: 86038147314e2e6d10ea9972022aa171e6b1d4d8
13951395
react-native-flipper: 9c1957af24b76493ba74f46d000a5c1d485e7731
1396-
react-native-mmkv: 9ae7ca3977e8ef48dbf7f066974eb844c20b5fd7
1396+
react-native-mmkv: e97c0c79403fb94577e5d902ab1ebd42b0715b43
13971397
react-native-restart: 7595693413fe3ca15893702f2c8306c62a708162
13981398
react-native-safe-area-context: b97eb6f9e3b7f437806c2ce5983f479f8eb5de4b
13991399
React-nativeconfig: 1166714a4f7ea57a0df5c2cb44fbc70f98d580f9

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@react-navigation/native": "^6.0.8",
4646
"@react-navigation/native-stack": "^6.9.1",
4747
"@tanstack/react-query": "^4.2.1",
48-
"axios": "^0.27.2",
48+
"axios": "0.28.0",
4949
"humps": "^2.0.1",
5050
"i18next": "^23.4.4",
5151
"react": "18.2.0",
@@ -54,7 +54,7 @@
5454
"react-native-bootsplash": "^5.0.0",
5555
"react-native-config": "^1.5.1",
5656
"react-native-flipper": "^0.212.0",
57-
"react-native-mmkv": "^2.6.3",
57+
"react-native-mmkv": "2.11.0",
5858
"react-native-restart": "^0.0.27",
5959
"react-native-safe-area-context": "^4.8.2",
6060
"react-native-screens": "^3.28.0",
@@ -70,7 +70,7 @@
7070
"@react-native/metro-config": "0.73.5",
7171
"@react-native/typescript-config": "0.73.1",
7272
"@testing-library/react-native": "^11.0.0",
73-
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
73+
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
7474
"@tsconfig/react-native": "^3.0.3",
7575
"@types/humps": "^2.0.2",
7676
"@types/jest": "^29.2.1",
@@ -81,7 +81,7 @@
8181
"@typescript-eslint/eslint-plugin": "^5.30.5",
8282
"@typescript-eslint/parser": "^5.30.5",
8383
"babel-jest": "^29.6.3",
84-
"babel-plugin-module-resolver": "^4.1.0",
84+
"babel-plugin-module-resolver": "^5.0.0",
8585
"chalk": "4.1.2",
8686
"eslint": "^8.19.0",
8787
"eslint-config-airbnb": "^19.0.4",

rnb-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"npm": ">=4.x"
2626
},
2727
"dependencies": {
28-
"gluegun": "^4.7.1"
28+
"gluegun": "^5.1.6"
2929
},
3030
"devDependencies": {
3131
"@rnx-kit/metro-config": "^1.2.26",
@@ -132,4 +132,4 @@
132132
"jsx"
133133
]
134134
}
135-
}
135+
}

0 commit comments

Comments
 (0)