mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
Bump some packages (#8096)
* 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
This commit is contained in:
@@ -85,15 +85,16 @@
|
||||
"compile": "gulp compile",
|
||||
"watch": "gulp watch",
|
||||
"typings": "gulp copytypings",
|
||||
"postinstall": "node ./node_modules/vscode/bin/install && node ./node_modules/sqlops/bin/install && gulp copytypings"
|
||||
"postinstall": "node ./node_modules/vscode/bin/install && node ./node_modules/azdata/bin/install && gulp copytypings"
|
||||
},
|
||||
"dependencies": {
|
||||
"fs-extra": "^5.0.0",
|
||||
"handlebars": "^4.0.11",
|
||||
"handlebars": "^4.3.0",
|
||||
"vscode-nls": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^7.0.43",
|
||||
"azdata": "^1.0.0",
|
||||
"braces": "^2.3.2",
|
||||
"child-process-promise": "^2.2.1",
|
||||
"del": "^3.0.0",
|
||||
@@ -102,7 +103,6 @@
|
||||
"gulp-sourcemaps": "^2.6.5",
|
||||
"gulp-tslint": "^6.0.2",
|
||||
"gulp-typescript": "^3.2.4",
|
||||
"sqlops": "github:anthonydresser/sqlops-extension-sqlops",
|
||||
"tslint": "^3.14.0",
|
||||
"typescript": "^2.6.1",
|
||||
"url-parse": "^1.4.4",
|
||||
|
||||
Reference in New Issue
Block a user