1
0
Fork 0

update: js-yaml peer to v4

BREAKING CHANGE: requires js-yaml v4 and the breaking changes to
document parsing and schema types it contains.
This commit is contained in:
ssube 2021-03-28 17:51:07 -05:00
parent a829faf7d4
commit 9e70447051
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
"typescript": "4.2.3"
},
"peerDependencies": {
"js-yaml": "^3.13.1"
"js-yaml": "^4"
},
"nyc": {
"extends": "@istanbuljs/nyc-config-typescript"