diff --git a/examples/electron/package.json b/examples/electron/package.json index 571ea4ad073..b9b328d0600 100644 --- a/examples/electron/package.json +++ b/examples/electron/package.json @@ -13,7 +13,7 @@ "//": "NOTICE: For the Github CI we use the local RxDB build (rxdb-local.tgz). In your app should just install 'rxdb' from npm instead", "dependencies": { "rxdb": "file:rxdb-local.tgz", - "electron": "43.2.0", + "electron": "43.3.0", "rxjs": "7.8.2" }, "devDependencies": {