diff --git a/examples/electron/package.json b/examples/electron/package.json index 66f93597c00..9ee63fb1459 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": "42.0.1", + "electron": "42.1.0", "rxjs": "7.8.2" }, "devDependencies": {