From 9e704470513d1df5c3f83807f43eb30fa851ff47 Mon Sep 17 00:00:00 2001 From: ssube Date: Sun, 28 Mar 2021 17:51:07 -0500 Subject: [PATCH] update: js-yaml peer to v4 BREAKING CHANGE: requires js-yaml v4 and the breaking changes to document parsing and schema types it contains. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a53378c..31ad8f7 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "typescript": "4.2.3" }, "peerDependencies": { - "js-yaml": "^3.13.1" + "js-yaml": "^4" }, "nyc": { "extends": "@istanbuljs/nyc-config-typescript"