Bump packages to 0.20.4

This commit is contained in:
Nick O'Leary 2019-04-05 10:21:11 +01:00
parent faf808da69
commit fe63ab1242
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
7 changed files with 16 additions and 16 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/editor-api",
"version": "0.20.3",
"version": "0.20.4",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@ -16,8 +16,8 @@
}
],
"dependencies": {
"@node-red/util": "0.20.3",
"@node-red/editor-client": "0.20.3",
"@node-red/util": "0.20.4",
"@node-red/editor-client": "0.20.4",
"bcryptjs": "2.4.3",
"body-parser": "1.18.3",
"clone": "2.1.2",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/editor-client",
"version": "0.20.3",
"version": "0.20.4",
"license": "Apache-2.0",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/nodes",
"version": "0.20.3",
"version": "0.20.4",
"license": "Apache-2.0",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/registry",
"version": "0.20.3",
"version": "0.20.4",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@ -16,7 +16,7 @@
}
],
"dependencies": {
"@node-red/util": "0.20.3",
"@node-red/util": "0.20.4",
"semver": "6.0.0",
"uglify-js": "3.5.3",
"when": "3.7.8"

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/runtime",
"version": "0.20.3",
"version": "0.20.4",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@ -16,8 +16,8 @@
}
],
"dependencies": {
"@node-red/registry": "0.20.3",
"@node-red/util": "0.20.3",
"@node-red/registry": "0.20.4",
"@node-red/util": "0.20.4",
"clone": "2.1.2",
"express": "4.16.4",
"fs-extra": "7.0.1",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/util",
"version": "0.20.3",
"version": "0.20.4",
"license": "Apache-2.0",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "0.20.3",
"version": "0.20.4",
"description": "A visual tool for wiring the Internet of Things",
"homepage": "http://nodered.org",
"license": "Apache-2.0",
@ -31,10 +31,10 @@
"flow"
],
"dependencies": {
"@node-red/editor-api": "0.20.3",
"@node-red/runtime": "0.20.3",
"@node-red/util": "0.20.3",
"@node-red/nodes": "0.20.3",
"@node-red/editor-api": "0.20.4",
"@node-red/runtime": "0.20.4",
"@node-red/util": "0.20.4",
"@node-red/nodes": "0.20.4",
"basic-auth": "2.0.1",
"bcryptjs": "2.4.3",
"express": "4.16.4",