1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Bump node-red-admin to 3.0

This commit is contained in:
Nick O'Leary 2022-04-28 11:15:17 +01:00
parent 54c87f81a6
commit 54d036715f
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@
"mqtt": "4.3.7", "mqtt": "4.3.7",
"multer": "1.4.4", "multer": "1.4.4",
"mustache": "4.2.0", "mustache": "4.2.0",
"node-red-admin": "^2.2.4", "node-red-admin": "^3.0.0",
"nopt": "5.0.0", "nopt": "5.0.0",
"oauth2orize": "1.11.1", "oauth2orize": "1.11.1",
"on-headers": "1.0.2", "on-headers": "1.0.2",

View File

@ -39,7 +39,7 @@
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"express": "4.18.0", "express": "4.18.0",
"fs-extra": "10.1.0", "fs-extra": "10.1.0",
"node-red-admin": "^2.2.4", "node-red-admin": "^3.0.0",
"nopt": "5.0.0", "nopt": "5.0.0",
"semver": "7.3.7" "semver": "7.3.7"
}, },