vscode-json-languageservice
Advanced tools
Comparing version 5.3.6 to 5.3.7
{ | ||
"name": "vscode-json-languageservice", | ||
"version": "5.3.6", | ||
"version": "5.3.7", | ||
"description": "Language service for JSON", | ||
@@ -18,10 +18,10 @@ "main": "./lib/umd/jsonLanguageService.js", | ||
"devDependencies": { | ||
"@types/mocha": "^10.0.1", | ||
"@types/mocha": "^10.0.2", | ||
"@types/node": "16.x", | ||
"@typescript-eslint/eslint-plugin": "^6.5.0", | ||
"@typescript-eslint/parser": "^6.5.0", | ||
"eslint": "^8.48.0", | ||
"@typescript-eslint/eslint-plugin": "^6.7.4", | ||
"@typescript-eslint/parser": "^6.7.4", | ||
"eslint": "^8.51.0", | ||
"json-schema-test-suite": "https://github.com/json-schema-org/JSON-Schema-Test-Suite.git#69acf52990b004240839ae19b4bec8fb01d50876", | ||
"mocha": "^10.2.0", | ||
"rimraf": "^5.0.1", | ||
"rimraf": "^5.0.5", | ||
"typescript": "^5.2.2" | ||
@@ -31,5 +31,5 @@ }, | ||
"jsonc-parser": "^3.2.0", | ||
"vscode-languageserver-textdocument": "^1.0.8", | ||
"vscode-languageserver-types": "^3.17.3", | ||
"vscode-uri": "^3.0.7", | ||
"vscode-languageserver-textdocument": "^1.0.11", | ||
"vscode-languageserver-types": "^3.17.5", | ||
"vscode-uri": "^3.0.8", | ||
"@vscode/l10n": "^0.0.16" | ||
@@ -36,0 +36,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
562891