Skip to content

Commit 2356a94

Browse files
authored
updated json-schema-library to get upstream fixes (#123)
Some issues (#89, #69) have been fixed upstream in json-schema-library. We just need to use the updated version to get these issues resolved.
1 parent c2dfcc1 commit 2356a94

File tree

3 files changed

+22
-13
lines changed

3 files changed

+22
-13
lines changed

.changeset/green-dogs-sniff.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"codemirror-json-schema": patch
3+
---
4+
5+
updated json-schema-library to get upstream fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@types/json-schema": "^7.0.12",
6464
"@types/node": "^20.4.2",
6565
"json-schema": "^0.4.0",
66-
"json-schema-library": "^9.1.2",
66+
"json-schema-library": "^9.3.5",
6767
"markdown-it": "^14.0.0",
6868
"vite-tsconfig-paths": "^4.3.1",
6969
"yaml": "^2.3.4"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)