diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index e9a59a1f..90417b6e 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -106,7 +106,7 @@ PODS: - "GoogleUtilities/NSData+zlib (7.5.2)" - GoogleUtilities/Reachability (7.5.2): - GoogleUtilities/Logger - - Jet (0.4.2): + - Jet (0.8.0): - React-Core - libevent (2.1.12) - nanopb (2.30908.0): @@ -556,7 +556,7 @@ SPEC CHECKSUMS: GoogleAppMeasurement: fd19169c3034975cb934e865e5667bfdce59df7f GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367 GoogleUtilities: 8de2a97a17e15b6b98e38e8770e2d129a57c0040 - Jet: 0e15dc7ea1a7da4909cc96642919c010de3d1484 + Jet: c17c29bfbbaff56f08a17678211f36b859173e99 libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96 OpenSSL-Universal: 1aa4f6a6ee7256b83db99ec1ccdaa80d10f9af9b diff --git a/example/package.json b/example/package.json index cd1ed44c..6f645b3e 100644 --- a/example/package.json +++ b/example/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@invertase/react-native-google-ads": "link:../", - "jet": "https://github.com/invertase/jet.git#ff3f9bec4a53f7f1e1c05dcc97abede26c72e72f", + "jet": "https://github.com/invertase/jet.git#@mikehardy/jet-next", "react": "17.0.2", "react-native": "0.66.0" }, diff --git a/example/yarn.lock b/example/yarn.lock index dfb74fa1..0d9e2719 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -4211,9 +4211,9 @@ jest@^26.6.3: import-local "^3.0.2" jest-cli "^26.6.3" -"jet@https://github.com/invertase/jet.git#ff3f9bec4a53f7f1e1c05dcc97abede26c72e72f": - version "0.4.2" - resolved "https://github.com/invertase/jet.git#ff3f9bec4a53f7f1e1c05dcc97abede26c72e72f" +"jet@https://github.com/invertase/jet.git#@mikehardy/jet-next": + version "0.8.0" + resolved "https://github.com/invertase/jet.git#5ca63f96435da5158bc1a922f37229044ed520ee" dependencies: chalk "^4.1.2" error-stack-parser "^2.0.2" @@ -4224,9 +4224,6 @@ jest@^26.6.3: source-map "^0.7.3" tinyqueue "^2.0.3" ws "^8.2.3" - optionalDependencies: - detox "^18.22.1" - mocha "^9.1.2" jetifier@^1.6.2: version "1.6.8"