Skip to content

Commit ce9fbeb

Browse files
authored
fix(parser): rolling back our json-schema-ref-parser upgrade (#987)
## 🧰 Changes Some [rdme](https://npm.im/rdme) users are reporting issues with `$ref` parsing failing suddenly after I published a new release of `@readme/openapi-parser` yesterday that included a major version bump of `@apidevtools/json-schema-ref-parser`. Rolling that back to see if it's the cause. readmeio/rdme#1306
1 parent a96594d commit ce9fbeb

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed

package-lock.json

Lines changed: 18 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"test": "echo 'Please run tests from the root!' && exit 1"
5959
},
6060
"dependencies": {
61-
"@apidevtools/json-schema-ref-parser": "^14.0.3",
61+
"@apidevtools/json-schema-ref-parser": "^13.0.5",
6262
"@readme/better-ajv-errors": "^2.3.2",
6363
"@readme/openapi-schemas": "^3.1.0",
6464
"@types/json-schema": "^7.0.15",

0 commit comments

Comments
 (0)