bump tail, sqlite, email, feedparser, pigpiod for German translations

This commit is contained in:
Dave Conway-Jones
2021-03-13 14:15:58 +00:00
parent 9e7701dc33
commit 169be33591
6 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "node-red-node-sqlite",
"version": "0.4.4",
"version": "0.6.0",
"description": "A sqlite node for Node-RED",
"dependencies": {
"sqlite3": "~4.2.0"

View File

@@ -1,4 +1,4 @@
<script type="text/x-red" data-template-name="tail">
<script type="text/html" data-template-name="tail">
<div class="form-row">
<label for="node-input-filename"><i class="fa fa-file"></i> <span data-i18n="tail.label.filename"></span></label>
<input id="node-input-filename" type="text">

View File

@@ -1,9 +1,9 @@
{
"name": "node-red-node-tail",
"version": "0.1.1",
"version": "0.2.0",
"description": "A node to tail files for Node-RED",
"dependencies": {
"tail": "^2.0.3"
"tail": "^2.2.0"
},
"repository": {
"type": "git",