Bump electron ver and fix build a wallet readmes

This commit is contained in:
mDuo13
2023-09-22 19:28:51 -07:00
parent 63efabe0c2
commit 83809242f3
5 changed files with 9 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ In addition to the above features, you'll also learn a bit about Events, IPC (in
"xrpl": "^2.6.0"
},
"devDependencies": {
"electron": "22.3.2"
"electron": "22.3.24"
}
}
```