chore: remove jsonschemas from dependabot (#1728)

* remove dependabot from jsonschemas

* fix typo
This commit is contained in:
Mayukha Vadari
2021-10-15 16:33:42 -04:00
committed by GitHub
parent 8b8c081bcd
commit 017db295e3
2 changed files with 1 additions and 6 deletions

View File

@@ -6,8 +6,3 @@ updates:
interval: monthly
time: "15:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: jsonschema
versions:
- "> 1.2.2"
- "< 2"

View File

@@ -46,7 +46,7 @@ A migration guide is available at https://xrpl.org/xrpljs2-migration-guide.html.
### Removed
* Automatic client subscription to incoming ledgers
* Removed `jsonschemas` in favor of TypeScript types and `validate` for JS users
* Removed `jsonschema` in favor of TypeScript types and `validate` for JS users
* Functions that were replaced by similar functionality elsewhere in the library
* `api.combine` -> `multisign`
* `api.sign` -> `Wallet.sign`