mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
[json] update dependencies, support schema-draft7
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
"description": "%json.schemas.fileMatch.desc%"
|
||||
},
|
||||
"schema": {
|
||||
"$ref": "http://json-schema.org/draft-04/schema#",
|
||||
"$ref": "http://json-schema.org/draft-07/schema#",
|
||||
"description": "%json.schemas.schema.desc%"
|
||||
}
|
||||
}
|
||||
@@ -101,8 +101,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"vscode-extension-telemetry": "0.0.18",
|
||||
"vscode-languageclient": "^5.1.0-next.4",
|
||||
"vscode-nls": "^3.2.4"
|
||||
"vscode-languageclient": "^5.1.0-next.5",
|
||||
"vscode-nls": "^3.2.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^8.10.25"
|
||||
|
||||
Reference in New Issue
Block a user