-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore (examples): bump Electric versions in react-native example app (#…
…621) This PR bumps the version of the Electric image and JS packages that are used by the react-native example app. I was, however, not able to test it on Android because i can't get the app to run on Android.
- Loading branch information
Showing
3 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1290,10 +1290,10 @@ | |
resolved "https://registry.yarnpkg.com/@databases/validate-unicode/-/validate-unicode-1.0.0.tgz#9c7680901e82d5c572edead678ac8ad489511ec0" | ||
integrity sha512-dLKqxGcymeVwEb/6c44KjOnzaAafFf0Wxa8xcfEjx/qOl3rdijsKYBAtIGhtVtOlpPf/PFKfgTuFurSPn/3B/g== | ||
|
||
"@electric-sql/prisma-generator@latest": | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/@electric-sql/prisma-generator/-/prisma-generator-1.0.2.tgz#f40f03412ab95363ccc20d9fd90d6c603710d5e1" | ||
integrity sha512-HB3uh4ZsCjnBaU1r89w0RG1UrDmqTaQvWCP2Uutrm/P/L7cEkitFYjKHjR1BoAu4S5SoqbpRxfFFHRitUARc4g== | ||
"@electric-sql/prisma-generator@^1.1.0": | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/@electric-sql/prisma-generator/-/prisma-generator-1.1.0.tgz#a8f67e93dc48e9c09cbb81a8ebc53ca9a9b2e814" | ||
integrity sha512-hUG8vy4tc8pIklYyqNkVvZqZ3GnCUVPh4hbQpsNs/IrHsqM3yH8gSOdz+wo2Q0MaAeIj34zF10KsQIJxHXRe5w== | ||
dependencies: | ||
"@prisma/generator-helper" "^4.11.0" | ||
code-block-writer "^11.0.3" | ||
|
@@ -3350,10 +3350,10 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" | ||
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== | ||
|
||
electric-sql@latest: | ||
version "0.5.0" | ||
resolved "https://registry.yarnpkg.com/electric-sql/-/electric-sql-0.5.0.tgz#245d2cb3ec8793ec0b5f455eec45e9a9c2c00b77" | ||
integrity sha512-ByKcV+fF92cbSBzWbz+NB0FCSjCGGJthe+laouheRdyntuUaiYlGghQafB26v74e1HBpijSoMRFpOY6O1u2GNg== | ||
electric-sql@^0.7.0: | ||
version "0.7.0" | ||
resolved "https://registry.yarnpkg.com/electric-sql/-/electric-sql-0.7.0.tgz#0690218e0339f19972d9e1d5ddf5bd174afb1f35" | ||
integrity sha512-lPwhr1gJZVN5UjTLMd2htpSu8wTSRT5hNISG6jYCTFPsaaNX4WhXKS2QUnvVHhwc8XdlNOKpVkyrLOAD+cnwYw== | ||
dependencies: | ||
async-mutex "^0.4.0" | ||
base-64 "^1.0.0" | ||
|