update jsonc-parser

This commit is contained in:
Martin Aeschlimann 2019-08-21 16:55:59 +02:00
parent 4a6f60ba0e
commit be8f289fa9
5 changed files with 6 additions and 6 deletions

View file

@ -18,7 +18,7 @@
"watch": "gulp watch-extension:configuration-editing"
},
"dependencies": {
"jsonc-parser": "2.0.2",
"jsonc-parser": "^2.1.1",
"vscode-nls": "^4.0.0"
},
"contributes": {

View file

@ -19,7 +19,7 @@
"watch": "gulp watch-extension:extension-editing"
},
"dependencies": {
"jsonc-parser": "^2.0.2",
"jsonc-parser": "^2.1.1",
"markdown-it": "^8.3.1",
"parse5": "^3.0.2",
"vscode-nls": "^4.0.0"

View file

@ -12,7 +12,7 @@
},
"main": "./out/jsonServerMain",
"dependencies": {
"jsonc-parser": "^2.1.0",
"jsonc-parser": "^2.1.1",
"request-light": "^0.2.4",
"vscode-json-languageservice": "^3.3.1",
"vscode-languageserver": "^5.3.0-next.8",

View file

@ -18,7 +18,7 @@
"watch": "gulp watch-extension:npm"
},
"dependencies": {
"jsonc-parser": "^2.0.2",
"jsonc-parser": "^2.1.1",
"minimatch": "^3.0.4",
"request-light": "^0.2.4",
"vscode-nls": "^4.0.0"

View file

@ -16,7 +16,7 @@
"Programming Languages"
],
"dependencies": {
"jsonc-parser": "^2.0.1",
"jsonc-parser": "^2.1.1",
"rimraf": "^2.6.3",
"semver": "5.5.1",
"vscode-extension-telemetry": "0.1.1",
@ -758,4 +758,4 @@
}
]
}
}
}