File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8
8
"@fortawesome/free-solid-svg-icons" : " ^6.3.0" ,
9
9
"@fortawesome/react-fontawesome" : " ^0.2.0" ,
10
10
"@microsoft/signalr" : " ^7.0.3" ,
11
- "@reduxjs/toolkit" : " ^1.9.2 " ,
12
- "axios" : " ^1.3.3 " ,
11
+ "@reduxjs/toolkit" : " ^1.9.3 " ,
12
+ "axios" : " ^1.3.4 " ,
13
13
"bulma" : " ^0.9.4" ,
14
14
"history" : " ^5.3.0" ,
15
15
"react" : " ^18.2.0" ,
62
62
"devDependencies" : {
63
63
"@types/history" : " ^4.7.11" ,
64
64
"@types/jest" : " ^29.4.0" ,
65
- "@types/node" : " ^18.14.0 " ,
65
+ "@types/node" : " ^18.14.1 " ,
66
66
"@types/react" : " ^18.0.28" ,
67
67
"@types/react-dom" : " ^18.0.11" ,
68
68
"@types/react-router" : " ^5.1.20" ,
69
69
"@types/react-router-dom" : " ^5.3.3" ,
70
70
"@types/react-transition-group" : " ^4.4.5" ,
71
71
"@types/styled-components" : " ^5.1.26" ,
72
72
"@types/webpack-env" : " ^1.18.0" ,
73
- "sass" : " ^1.58.2 " ,
73
+ "sass" : " ^1.58.3 " ,
74
74
"typescript" : " ^4.9.5"
75
75
}
76
76
}
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ public static IHealthChecksBuilder AddGCInfoCheck(
16
16
long ? thresholdInBytes = null )
17
17
{
18
18
builder . AddCheck < GCInfoHealthCheck > (
19
- name ,
20
- failureStatus ?? HealthStatus . Degraded ,
19
+ name ,
20
+ failureStatus ?? HealthStatus . Degraded ,
21
21
tags ?? Enumerable . Empty < string > ( ) ) ;
22
22
23
23
if ( thresholdInBytes . HasValue )
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2021 Matthew Areddia
3
+ Copyright (c) 2023 Matthew Areddia
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments