Skip to content

Commit

Permalink
update json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebarkmin committed May 19, 2024
1 parent 23c9cd1 commit 5ea0597
Show file tree
Hide file tree
Showing 3 changed files with 628 additions and 209 deletions.
6 changes: 3 additions & 3 deletions platforms/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,16 +148,15 @@
"style-loader": "3.3.2",
"ts-loader": "9.4.2",
"typescript": "4.9.5",
"typescript-json-schema": "0.56.0",
"typescript-json-schema": "0.63.0",
"vsce": "2.15.0",
"webpack": "5.81.0",
"webpack-cli": "4.10.0"
},
"dependencies": {
"@hyperbook/drawer": "workspace:*",
"@hyperbook/element-audio": "workspace:*",
"@hyperbook/element-video": "workspace:*",
"@hyperbook/element-alert": "workspace:*",
"@hyperbook/element-audio": "workspace:*",
"@hyperbook/element-bitflow": "workspace:*",
"@hyperbook/element-bookmarks": "workspace:*",
"@hyperbook/element-collapsible": "workspace:*",
Expand All @@ -176,6 +175,7 @@
"@hyperbook/element-tabs": "workspace:*",
"@hyperbook/element-term": "workspace:*",
"@hyperbook/element-tiles": "workspace:*",
"@hyperbook/element-video": "workspace:*",
"@hyperbook/element-youtube": "workspace:*",
"@hyperbook/fs": "workspace:*",
"@hyperbook/markdown": "workspace:*",
Expand Down
4 changes: 1 addition & 3 deletions platforms/vscode/schemas/hyperbook.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,7 @@
"type": "object"
},
{
"enum": [
false
],
"const": false,
"type": "boolean"
}
]
Expand Down

0 comments on commit 5ea0597

Please sign in to comment.