Skip to content

fix: json schema version #689

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"date-fns": "^2.26.0",
"dompurify": "3.1.5",
"jdenticon": "^3.1.0",
"jsonschema": "^1.4.0",
"jsonschema": "1.4.1",
"lit": "^2.0.2",
"object-path": "^0.11.8",
"resize-observer-polyfill": "^1.5.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4113,7 +4113,7 @@ __metadata:
is-ci: 3.0.1
jdenticon: ^3.1.0
jest: 27.5.1
jsonschema: ^1.4.0
jsonschema: 1.4.1
license-check-and-add: 4.0.5
lint-staged: 12.5.0
lit: ^2.0.2
Expand Down Expand Up @@ -16105,10 +16105,10 @@ __metadata:
languageName: node
linkType: hard

"jsonschema@npm:^1.4.0":
version: 1.4.0
resolution: "jsonschema@npm:1.4.0"
checksum: a2f96b5154658f5567b064d6f25fa4cb7e38b923d5dce9dad8d2566a07dd94abc4acedf234333a91f31bc9934e9dd57c270dcc51e5656b4c104408196c768580
"jsonschema@npm:1.4.1":
version: 1.4.1
resolution: "jsonschema@npm:1.4.1"
checksum: 1ef02a6cd9bc32241ec86bbf1300bdbc3b5f2d8df6eb795517cf7d1cd9909e7beba1e54fdf73990fd66be98a182bda9add9607296b0cb00b1348212988e424b2
languageName: node
linkType: hard

Expand Down
Loading