Merge remote-tracking branch 'origin' into restapi_auto_authorization/resource-manager

This commit is contained in:
Dan Schulte 2018-11-08 13:55:27 -08:00
Родитель b57e18893d 773197bf60
Коммит 3b24094a18
2 изменённых файлов: 16 добавлений и 16 удалений

Просмотреть файл

@ -1,10 +1,10 @@
{
"name": "HelloWorker"
, "version": "0.0.1"
, "private": true
, "dependencies": {
"azure": ">=0.5.3"
, "express": "2.5.8"
, "jade": ">= 0.0.1"
"name": "HelloWorker",
"version": "0.0.1",
"private": true,
"dependencies": {
"azure": ">= 2.3.1-preview",
"express": "^4.16.4",
"jade": ">= 1.11.0"
}
}

Просмотреть файл

@ -1,12 +1,12 @@
{
"name": "serviceexplorer"
, "version": "0.0.1"
, "dependencies": {
"azure": ">= 0.5.3"
, "express": "2.5.1"
, "ejs": ">= 0.0.1"
, "underscore": ">= 1.3.1"
, "uuid": "^3.0.1"
, "nconf": ">= 0.5.1"
"name": "serviceexplorer",
"version": "0.0.1",
"dependencies": {
"azure": ">= 2.3.1-preview",
"ejs": ">= 2.6.1",
"express": "^4.16.4",
"nconf": ">= 0.10.0",
"underscore": ">= 1.9.1",
"uuid": "^3.3.2"
}
}