check-openapi: Use yaml library for better error messages.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-09-08 15:05:16 -07:00
committed by Tim Abbott
parent eeee095b10
commit b7b4c033a5
4 changed files with 70 additions and 59 deletions

View File

@@ -106,7 +106,6 @@
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-unicorn": "^35.0.0",
"js-yaml": "^4.0.0",
"jsdom": "^17.0.0",
"mockdate": "^3.0.2",
"node-fetch": "^2.6.1",
@@ -125,6 +124,7 @@
"vnu-jar": "^21.2.5",
"webpack-dev-server": "^3.5.1",
"xvfb": "^0.4.0",
"yaml": "^2.0.0-8",
"yarn-deduplicate": "^3.0.0",
"zulip-js": "^2.0.8"
},