vscode-json-languageservice
Advanced tools
Comparing version 3.8.3 to 3.8.4
@@ -9,3 +9,3 @@ /*--------------------------------------------------------------------------------------------- | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
@@ -12,0 +12,0 @@ }; |
@@ -13,3 +13,3 @@ /*--------------------------------------------------------------------------------------------- | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
@@ -16,0 +16,0 @@ (function (factory) { |
{ | ||
"name": "vscode-json-languageservice", | ||
"version": "3.8.3", | ||
"version": "3.8.4", | ||
"description": "Language service for JSON", | ||
@@ -18,17 +18,17 @@ "main": "./lib/umd/jsonLanguageService.js", | ||
"devDependencies": { | ||
"@types/mocha": "^7.0.2", | ||
"@types/mocha": "^8.0.3", | ||
"@types/node": "^10.12.21", | ||
"@typescript-eslint/eslint-plugin": "^3.1.0", | ||
"@typescript-eslint/parser": "^3.1.0", | ||
"eslint": "^7.1.0", | ||
"mocha": "^7.2.0", | ||
"nyc": "^15.0.1", | ||
"@typescript-eslint/eslint-plugin": "^4.1.1", | ||
"@typescript-eslint/parser": "^4.1.1", | ||
"eslint": "^7.9.0", | ||
"mocha": "^8.1.3", | ||
"nyc": "^15.1.0", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^3.8.3" | ||
"typescript": "^4.0.2" | ||
}, | ||
"dependencies": { | ||
"jsonc-parser": "^2.2.1", | ||
"jsonc-parser": "^2.3.1", | ||
"vscode-languageserver-textdocument": "^1.0.1", | ||
"vscode-languageserver-types": "^3.15.1", | ||
"vscode-nls": "^4.1.2", | ||
"vscode-languageserver-types": "3.16.0-next.2", | ||
"vscode-nls": "^5.0.0", | ||
"vscode-uri": "^2.1.2" | ||
@@ -35,0 +35,0 @@ }, |
Sorry, the diff of this file is too big to display
475357
9693
+ Addedvscode-languageserver-types@3.16.0-next.2(transitive)
+ Addedvscode-nls@5.2.0(transitive)
- Removedvscode-languageserver-types@3.17.5(transitive)
- Removedvscode-nls@4.1.2(transitive)
Updatedjsonc-parser@^2.3.1
Updatedvscode-nls@^5.0.0