mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
bump version
This commit is contained in:
parent
906703db5f
commit
129ca0e39f
10
package.json
10
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red",
|
"name" : "node-red",
|
||||||
"version" : "0.13.3",
|
"version" : "0.13.4",
|
||||||
"description" : "A visual tool for wiring the Internet of Things",
|
"description" : "A visual tool for wiring the Internet of Things",
|
||||||
"homepage" : "http://nodered.org",
|
"homepage" : "http://nodered.org",
|
||||||
"license" : "Apache-2.0",
|
"license" : "Apache-2.0",
|
||||||
@ -34,12 +34,12 @@
|
|||||||
"cron":"1.1.0",
|
"cron":"1.1.0",
|
||||||
"express": "4.13.4",
|
"express": "4.13.4",
|
||||||
"follow-redirects":"0.0.7",
|
"follow-redirects":"0.0.7",
|
||||||
"fs-extra": "0.26.5",
|
"fs-extra": "0.26.7",
|
||||||
"fs.notify":"0.0.4",
|
"fs.notify":"0.0.4",
|
||||||
"i18next":"1.10.6",
|
"i18next":"1.10.6",
|
||||||
"is-utf8":"0.2.1",
|
"is-utf8":"0.2.1",
|
||||||
"media-typer": "0.3.0",
|
"media-typer": "0.3.0",
|
||||||
"mqtt": "1.7.2",
|
"mqtt": "1.7.4",
|
||||||
"mustache": "2.2.1",
|
"mustache": "2.2.1",
|
||||||
"nopt": "3.0.6",
|
"nopt": "3.0.6",
|
||||||
"oauth2orize":"1.2.2",
|
"oauth2orize":"1.2.2",
|
||||||
@ -47,10 +47,10 @@
|
|||||||
"passport":"0.3.2",
|
"passport":"0.3.2",
|
||||||
"passport-http-bearer":"1.0.1",
|
"passport-http-bearer":"1.0.1",
|
||||||
"passport-oauth2-client-password":"0.1.2",
|
"passport-oauth2-client-password":"0.1.2",
|
||||||
"raw-body":"2.1.5",
|
"raw-body":"2.1.6",
|
||||||
"semver": "5.1.0",
|
"semver": "5.1.0",
|
||||||
"sentiment":"1.0.6",
|
"sentiment":"1.0.6",
|
||||||
"uglify-js":"2.6.1",
|
"uglify-js":"2.6.2",
|
||||||
"when": "3.7.7",
|
"when": "3.7.7",
|
||||||
"ws": "0.8.1",
|
"ws": "0.8.1",
|
||||||
"xml2js":"0.4.16",
|
"xml2js":"0.4.16",
|
||||||
|
Loading…
Reference in New Issue
Block a user