Update for 3.1.0-beta.1

This commit is contained in:
Nick O'Leary
2023-02-02 11:09:55 +00:00
parent 68bb38b8d7
commit 3a1cc38aaf
9 changed files with 107 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "3.1.0-beta.0",
"version": "3.1.0-beta.1",
"description": "Low-code programming for event-driven applications",
"homepage": "http://nodered.org",
"license": "Apache-2.0",
@@ -31,10 +31,10 @@
"flow"
],
"dependencies": {
"@node-red/editor-api": "3.1.0-beta.0",
"@node-red/runtime": "3.1.0-beta.0",
"@node-red/util": "3.1.0-beta.0",
"@node-red/nodes": "3.1.0-beta.0",
"@node-red/editor-api": "3.1.0-beta.1",
"@node-red/runtime": "3.1.0-beta.1",
"@node-red/util": "3.1.0-beta.1",
"@node-red/nodes": "3.1.0-beta.1",
"basic-auth": "2.0.1",
"bcryptjs": "2.4.3",
"express": "4.18.2",