Skip to content

Commit a0a6018

Browse files
authored
Merge pull request #2020 from FlowFuse/release/v1.30.2
Bump package dependencies and patch version to 1.30.2
2 parents a6765f1 + 0832c6c commit a0a6018

File tree

2 files changed

+27
-42
lines changed

2 files changed

+27
-42
lines changed

package-lock.json

Lines changed: 24 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flowfuse/node-red-dashboard",
3-
"version": "1.30.1",
3+
"version": "1.30.2",
44
"description": "FlowFuse Dashboard - A collection of Node-RED nodes that provide functionality to build your own UI applications (inc. forms, buttons, charts).",
55
"keywords": [
66
"node-red"
@@ -167,6 +167,7 @@
167167
},
168168
"esbuild": ">=0.25.0",
169169
"cross-spawn": "~7.0.5",
170-
"js-yaml": ">=4.1.1"
170+
"js-yaml": ">=4.1.1",
171+
"tar": ">=7.5.4"
171172
}
172173
}

0 commit comments

Comments
 (0)