Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pubkey/rxdb
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Oct 16, 2024
2 parents 2658af3 + 09f3523 commit 912ee1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "32.2.0",
"electron": "33.0.0",
"rxjs": "7.8.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"devDependencies": {
"rxdb": "file:rxdb-local.tgz",
"@rollup/plugin-commonjs": "28.0.0",
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-node-resolve": "15.3.0",
"async-test-util": "2.5.0",
"concurrently": "9.0.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@
"@eslint/eslintrc": "3.1.0",
"@eslint/js": "9.12.0",
"@faker-js/faker": "9.0.3",
"@rollup/plugin-commonjs": "28.0.0",
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-node-resolve": "15.3.0",
"@stylistic/eslint-plugin": "2.9.0",
"@types/assert": "1.5.10",
Expand Down

0 comments on commit 912ee1c

Please sign in to comment.