Skip to content

Commit b7183ef

Browse files
committed
build(deps): bump jet to 0.8.1, static frameworks + rn69
1 parent 2b4736e commit b7183ef

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

tests/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -869,8 +869,8 @@ PODS:
869869
- Libuv-gRPC (= 0.0.10)
870870
- gRPC-Core/Interface (1.44.0)
871871
- GTMSessionFetcher/Core (1.7.2)
872-
- Jet (0.8.0):
873-
- React
872+
- Jet (0.8.1):
873+
- React-Core
874874
- leveldb-library (1.22.1)
875875
- Libuv-gRPC (0.0.10):
876876
- Libuv-gRPC/Implementation (= 0.0.10)
@@ -1222,7 +1222,7 @@ DEPENDENCIES:
12221222
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
12231223
- FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`)
12241224
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
1225-
- Jet (from `../node_modules/jet/ios`)
1225+
- Jet (from `../node_modules/jet`)
12261226
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
12271227
- RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
12281228
- RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`)
@@ -1315,7 +1315,7 @@ EXTERNAL SOURCES:
13151315
glog:
13161316
:podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
13171317
Jet:
1318-
:path: "../node_modules/jet/ios"
1318+
:path: "../node_modules/jet"
13191319
RCT-Folly:
13201320
:podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
13211321
RCTRequired:
@@ -1435,7 +1435,7 @@ SPEC CHECKSUMS:
14351435
"gRPC-C++": 9675f953ace2b3de7c506039d77be1f2e77a8db2
14361436
gRPC-Core: 943e491cb0d45598b0b0eb9e910c88080369290b
14371437
GTMSessionFetcher: 5595ec75acf5be50814f81e9189490412bad82ba
1438-
Jet: 8b8c4620ed89e5ba53bfa36f2c11adaeac9d9c76
1438+
Jet: 62e554fd433139f661030e06ca116c232f9232a5
14391439
leveldb-library: 50c7b45cbd7bf543c81a468fe557a16ae3db8729
14401440
Libuv-gRPC: 55e51798e14ef436ad9bc45d12d43b77b49df378
14411441
nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"firebase-tools": "11.0.1",
4040
"jest-circus": "^28.1.0",
4141
"jest-environment-node": "^28.1.0",
42-
"jet": "^0.8.0",
42+
"jet": "^0.8.1",
4343
"jsonwebtoken": "^8.5.1",
4444
"metro-react-native-babel-preset": "0.69.1",
4545
"mocha": "^10.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9367,10 +9367,10 @@ jest@^28.1.0:
93679367
import-local "^3.0.2"
93689368
jest-cli "^28.1.0"
93699369

9370-
jet@^0.8.0:
9371-
version "0.8.0"
9372-
resolved "https://registry.yarnpkg.com/jet/-/jet-0.8.0.tgz#1fc2d5cd71d0d658fa4342a3b64cae4c2f1f7a93"
9373-
integrity sha512-3rrOQdx1Mws/JwF+MMnpmKZ1wC1v4tNueqW9xcRPh4f8LXLp5tUV5RjspFjsdd1S+R8dEp4RFiE0XkFMM3/OMw==
9370+
jet@^0.8.1:
9371+
version "0.8.1"
9372+
resolved "https://registry.yarnpkg.com/jet/-/jet-0.8.1.tgz#f1a32791a306de37e3f95988d70f0e7d8e55c1b9"
9373+
integrity sha512-nlgHGXVjN9jHqm7386uDMdG15A+6L+WxZ737QO9eLXRL3qLxnAR2iXJVtWBI3nH18+/H8CQ9oUS47PGiowF7zA==
93749374
dependencies:
93759375
chalk "^4.0.0"
93769376
error-stack-parser "^2.0.6"

0 commit comments

Comments
 (0)