[json] update dependencies, support schema-draft7

This commit is contained in:
Martin Aeschlimann
2018-08-27 17:21:13 +02:00
parent 1762c10b65
commit ee3d28f28a
7 changed files with 52 additions and 33 deletions

View File

@@ -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"