mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
* update packages * remove fs * fix more deps * test adding governance to ci * ignore samples for cacheing * fix save cache too * bump more packages * attempt to fix slickgrid * add more deps * use slickgrid version * bump https-proxy * bump more packages. * fix service-downloader * remove typings * fix compile * update more packages * add vscode back to the extensions that need it for testing * add fail on critical * regrab proxy agent * lock more deps * replace final high warning * revert service downloader changes * remove the deps on jquery ui and event drag
34 lines
868 B
JSON
34 lines
868 B
JSON
{
|
|
"name": "vscode-reh",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"applicationinsights": "1.0.8",
|
|
"chokidar": "3.2.2",
|
|
"cookie": "^0.4.0",
|
|
"graceful-fs": "4.1.11",
|
|
"http-proxy-agent": "^2.1.0",
|
|
"https-proxy-agent": "^2.2.3",
|
|
"iconv-lite": "0.5.0",
|
|
"jschardet": "1.6.0",
|
|
"native-watchdog": "1.2.0",
|
|
"node-pty": "0.9.0",
|
|
"nsfw": "1.2.5",
|
|
"onigasm-umd": "^2.2.2",
|
|
"semver-umd": "^5.5.3",
|
|
"spdlog": "^0.9.0",
|
|
"vscode-minimist": "^1.2.1",
|
|
"vscode-proxy-agent": "^0.5.1",
|
|
"vscode-ripgrep": "^1.5.7",
|
|
"vscode-textmate": "^4.2.2",
|
|
"xterm": "^4.2.0-beta20",
|
|
"xterm-addon-search": "0.3.0-beta5",
|
|
"xterm-addon-web-links": "0.2.1",
|
|
"yauzl": "^2.9.2",
|
|
"yazl": "^2.4.3"
|
|
},
|
|
"optionalDependencies": {
|
|
"vscode-windows-ca-certs": "0.1.0",
|
|
"vscode-windows-registry": "1.0.2"
|
|
}
|
|
}
|