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:
parent
a829faf7d4
commit
9e70447051
|
@ -66,7 +66,7 @@
|
|||
"typescript": "4.2.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"js-yaml": "^3.13.1"
|
||||
"js-yaml": "^4"
|
||||
},
|
||||
"nyc": {
|
||||
"extends": "@istanbuljs/nyc-config-typescript"
|
||||
|
|
Loading…
Reference in New Issue