Skip to content

Commit

Permalink
chore (examples): bump Electric versions in react-native example app (#…
Browse files Browse the repository at this point in the history
…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
kevin-dp authored Nov 7, 2023
1 parent 1aa98bf commit f57a49b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/react-native/backend/compose/.envrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export POSTGRESQL_IMAGE=postgres:14-alpine
export APP_NAME=react_native
export ELECTRIC_PORT=5133
export ELECTRIC_PROXY_PORT=65432
export ELECTRIC_IMAGE=electricsql/electric@sha256:ac68b8a4adbf6ea14db8ba0027ec6bc28264887b51e293914d9f94b0cd0bec09
export ELECTRIC_IMAGE=electricsql/electric:0.7
4 changes: 2 additions & 2 deletions examples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "jest"
},
"dependencies": {
"electric-sql": "latest",
"electric-sql": "^0.7.0",
"react": "^18.2.0",
"react-native": "0.72.4",
"react-native-base64": "^0.2.1",
Expand All @@ -36,7 +36,7 @@
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@databases/pg-migrations": "^5.0.2",
"@electric-sql/prisma-generator": "latest",
"@electric-sql/prisma-generator": "^1.1.0",
"@prisma/client": "4.8.1",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.11",
Expand Down
16 changes: 8 additions & 8 deletions examples/react-native/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit f57a49b

Please sign in to comment.