Skip to content

Commit 2c32716

Browse files
committed
[INTERNAL] Update @apidevtools/json-schema-ref-parser to latest version
In one of the former releaes, the json-schema-ref-parser did not export correctly the default export. So we had to configure a fixed version before the bug was introduced. This is fixed with https://github.com/APIDevTools/json-schema-ref-parser/releases/tag/v11.2.3, so we can use the latest version again.
1 parent 688271d commit 2c32716

File tree

2 files changed

+23
-31
lines changed

2 files changed

+23
-31
lines changed

package-lock.json

+22-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@ui5/server": "^3.1.5"
5050
},
5151
"devDependencies": {
52-
"@apidevtools/json-schema-ref-parser": "11.1.0",
52+
"@apidevtools/json-schema-ref-parser": "^11.4.0",
5353
"depcheck": "^1.4.7",
5454
"docdash": "^2.0.2",
5555
"eslint": "^8.57.0",

0 commit comments

Comments
 (0)