Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: link to jet package #7

Merged
merged 2 commits into from
Dec 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down Expand Up @@ -556,7 +556,7 @@ SPEC CHECKSUMS:
GoogleAppMeasurement: fd19169c3034975cb934e865e5667bfdce59df7f
GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367
GoogleUtilities: 8de2a97a17e15b6b98e38e8770e2d129a57c0040
Jet: 0e15dc7ea1a7da4909cc96642919c010de3d1484
Jet: c17c29bfbbaff56f08a17678211f36b859173e99
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96
OpenSSL-Universal: 1aa4f6a6ee7256b83db99ec1ccdaa80d10f9af9b
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
9 changes: 3 additions & 6 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down