Skip to content

Commit f48a266

Browse files
committed
b
1 parent ed31e1e commit f48a266

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

backend/slots/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class Version : ISlot
2020
/// <param name="input">Parameters passed from signaler</param>
2121
public void Signal(ISignaler signaler, Node input)
2222
{
23-
input.Value = "v20.4.0";
23+
input.Value = "v20.4.1";
2424
}
2525
}
2626
}

frontend/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"private": true,
1313
"overrides": {
14-
"stylus": "0.0.1-security"
14+
"stylus": "0.0.1-security",
15+
"@types/d3-dispatch": "3.0.0"
1516
},
1617
"dependencies": {
1718
"@angular-material-components/datetime-picker": "^8.0.0",

0 commit comments

Comments
 (0)