Skip to content

Commit 32c3440

Browse files
authored
Merge pull request #58 from berty/bump-deps
fix: bump js deps
2 parents 960cfc8 + db5d29f commit 32c3440

File tree

4 files changed

+712
-556
lines changed

4 files changed

+712
-556
lines changed

rn/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ METRO_RN_PORT ?= 8081
44
IOS_RN_FLAGS ?=
55
IOS_DEVICE ?=
66
ANDROID_DEVICE ?=
7+
CI ?= false
78
CORE_PACKAGE = berty.tech/labs/go/bind/labs
89
IOS_CORE = react-native-labs-bridge/ios/Labs.xcframework
910
GO ?= go
@@ -60,7 +61,7 @@ unlink:
6061

6162
node_modules/.mkt: yarn.lock package.json $(wildcard patches/*)
6263
$(MAKE) unlink
63-
yarn
64+
yarn $(if $(filter $(CI), true), --frozen-lockfile)
6465
$(MAKE) .link
6566
touch $@
6667

rn/ios/Podfile.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ PODS:
22
- boost (1.76.0)
33
- CocoaAsyncSocket (7.6.5)
44
- DoubleConversion (1.1.6)
5-
- EXApplication (4.0.1):
5+
- EXApplication (4.0.2):
66
- ExpoModulesCore
7-
- EXConstants (13.0.0):
7+
- EXConstants (13.0.2):
88
- ExpoModulesCore
9-
- EXErrorRecovery (3.0.4):
9+
- EXErrorRecovery (3.0.5):
1010
- ExpoModulesCore
11-
- EXFileSystem (13.2.0):
11+
- EXFileSystem (13.1.4):
1212
- ExpoModulesCore
13-
- EXFont (10.0.4):
13+
- EXFont (10.0.5):
1414
- ExpoModulesCore
15-
- EXKeepAwake (10.0.1):
15+
- EXKeepAwake (10.0.2):
1616
- ExpoModulesCore
17-
- Expo (44.0.5):
17+
- Expo (44.0.6):
1818
- ExpoModulesCore
19-
- ExpoModulesCore (0.6.4):
19+
- ExpoModulesCore (0.6.5):
2020
- React-Core
2121
- ReactCommon/turbomodule/core
2222
- FBLazyVector (0.66.4)
@@ -293,7 +293,7 @@ PODS:
293293
- React-Core
294294
- react-native-safe-area-context (3.3.2):
295295
- React-Core
296-
- react-native-webview (11.16.0):
296+
- react-native-webview (11.17.2):
297297
- React-Core
298298
- React-perflogger (0.66.4)
299299
- React-RCTActionSheet (0.66.4):
@@ -362,7 +362,7 @@ PODS:
362362
- React-perflogger (= 0.66.4)
363363
- RNCAsyncStorage (1.15.15):
364364
- React-Core
365-
- RNScreens (3.10.1):
365+
- RNScreens (3.11.1):
366366
- React-Core
367367
- React-RCTImage
368368
- RNSVG (12.1.1):
@@ -551,14 +551,14 @@ SPEC CHECKSUMS:
551551
boost: a7c83b31436843459a1961bfd74b96033dc77234
552552
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
553553
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
554-
EXApplication: bdc8dc27713235565da1029a34385229f31b8e08
555-
EXConstants: 5d18484e38e8eacef7695a82214b6ac90133dedf
556-
EXErrorRecovery: deea88a01d38f8b1c1181b4e1d179b0ba0e4bb5b
557-
EXFileSystem: 7bcd3c1428698150d5c8ca140c8183f2ee204048
558-
EXFont: 1fb13af43dc517c01c0ff21a6e32f9f9bf2ea602
559-
EXKeepAwake: b571c2ad8323b2fced6e907766e2549f75119471
560-
Expo: 337c72b7e9314e93023af79c875930db8e008275
561-
ExpoModulesCore: 64abda7af7cf659d2fa092934e29c6f4ea7e849f
554+
EXApplication: 54fe5bd6268d697771645e8f1aef8b806a65247a
555+
EXConstants: 88bf79622fbd9b476c96d8ec57fe97ca44fe8e3c
556+
EXErrorRecovery: b0d7582714a2cc896e94a2308a356f94dbf14ef7
557+
EXFileSystem: 08a3033ac372b6346becf07839e1ccef26fb1058
558+
EXFont: 2597c10ac85a69d348d44d7873eccf5a7576ef5e
559+
EXKeepAwake: bf48d7f740a5cd2befed6cf9a49911d385c6c47d
560+
Expo: 534e51e607aba8229293297da5585f4b26f50fa1
561+
ExpoModulesCore: 32c0ccb47f477d330ee93db72505380adf0de09a
562562
FBLazyVector: e5569e42a1c79ca00521846c223173a57aca1fe1
563563
FBReactNativeSpec: fe08c1cd7e2e205718d77ad14b34957cce949b58
564564
Flipper: 30e8eeeed6abdc98edaf32af0cda2f198be4b733
@@ -588,7 +588,7 @@ SPEC CHECKSUMS:
588588
React-logger: 933f80c97c633ee8965d609876848148e3fef438
589589
react-native-labs-bridge: 9fb828586410b2e5e66226474f477b1a7e95c034
590590
react-native-safe-area-context: 584dc04881deb49474363f3be89e4ca0e854c057
591-
react-native-webview: 28a8636d97ee641f2ee8f20492d7a6c269c1d703
591+
react-native-webview: 380c1a03ec94b7ed764dac8db1e7c9952d08c93a
592592
React-perflogger: 93075d8931c32cd1fce8a98c15d2d5ccc4d891bd
593593
React-RCTActionSheet: 7d3041e6761b4f3044a37079ddcb156575fb6d89
594594
React-RCTAnimation: 743e88b55ac62511ae5c2e22803d4f503f2a3a13
@@ -602,7 +602,7 @@ SPEC CHECKSUMS:
602602
React-runtimeexecutor: dec32ee6f2e2a26e13e58152271535fadff5455a
603603
ReactCommon: 57b69f6383eafcbd7da625bfa6003810332313c4
604604
RNCAsyncStorage: 0bef6a21517c0254bd6bd59a3672963abfa0d18e
605-
RNScreens: 522705f2e5c9d27efb17f24aceb2bf8335bc7b8e
605+
RNScreens: 4d83613b50b74ed277026375dc0810893b0c347f
606606
RNSVG: 551acb6562324b1d52a4e0758f7ca0ec234e278f
607607
Yoga: e7dc4e71caba6472ff48ad7d234389b91dadc280
608608
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

rn/package.json

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,26 @@
1111
"postinstall": "patch-package"
1212
},
1313
"dependencies": {
14-
"@grpc/grpc-js": "^1.5.4",
14+
"@grpc/grpc-js": "^1.5.5",
1515
"@improbable-eng/grpc-web": "^0.15.0",
16-
"@react-native-async-storage/async-storage": "^1.15.15",
17-
"@react-navigation/native": "^6.0.6",
18-
"@react-navigation/native-stack": "^6.2.5",
19-
"@reduxjs/toolkit": "^1.7.1",
16+
"@react-native-async-storage/async-storage": "1.15.15",
17+
"@react-navigation/native": "^6.0.8",
18+
"@react-navigation/native-stack": "^6.5.0",
19+
"@reduxjs/toolkit": "^1.7.2",
2020
"buffer": "^6.0.3",
21-
"expo": "^44.0.5",
22-
"expo-file-system": "^13.2.0",
21+
"expo": "^44.0.6",
22+
"expo-file-system": "^13.1.4",
2323
"google-protobuf": "^3.19.4",
2424
"react": "17.0.2",
2525
"react-native": "0.66.4",
2626
"react-native-labs-bridge": "./react-native-labs-bridge",
2727
"react-native-safe-area-context": "^3.3.2",
28-
"react-native-screens": "^3.10.1",
28+
"react-native-screens": "^3.11.1",
2929
"react-native-svg": "^12.1.1",
30-
"react-native-webview": "^11.16.0",
30+
"react-native-webview": "^11.17.2",
3131
"react-redux": "^7.2.6",
3232
"redux": "^4.1.2",
3333
"redux-persist": "^6.0.0",
34-
"rxjs": "^7.4.0",
3534
"text-encoding": "^0.7.0"
3635
},
3736
"devDependencies": {
@@ -46,8 +45,8 @@
4645
"@types/react-native": "^0.66.12",
4746
"@types/react-test-renderer": "^17.0.1",
4847
"@types/text-encoding": "^0.0.36",
49-
"@typescript-eslint/eslint-plugin": "^5.7.1",
50-
"@typescript-eslint/parser": "^5.7.1",
48+
"@typescript-eslint/eslint-plugin": "^5.11.0",
49+
"@typescript-eslint/parser": "^5.11.0",
5150
"babel-jest": "^27.4.6",
5251
"babel-plugin-module-resolver": "^4.1.0",
5352
"create-react-app": "^5.0.0",
@@ -56,12 +55,12 @@
5655
"metro-react-native-babel-preset": "^0.66.2",
5756
"patch-package": "^6.4.7",
5857
"prettier": ">=2",
59-
"react-devtools": "^4.22.0",
58+
"react-devtools": "^4.23.0",
6059
"react-native-svg-transformer": "^1.0.0",
6160
"react-test-renderer": "17.0.2",
6261
"ts-node": "^10.5.0",
6362
"ts-protoc-gen": "^0.15.0",
64-
"typescript": "^4.4.4"
63+
"typescript": "^4.5.5"
6564
},
6665
"resolutions": {
6766
"@types/react": "^17"
@@ -77,4 +76,4 @@
7776
"node"
7877
]
7978
}
80-
}
79+
}

0 commit comments

Comments
 (0)