File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
src/Components/DashboardPage Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44
55require (
66 github.com/gomodule/redigo v2.0.0+incompatible // indirect
7- github.com/googollee/go-socket.io v1.6.0
7+ github.com/googollee/go-socket.io v1.6.2
88 github.com/joho/godotenv v1.3.0
99 github.com/thingsdb/go-thingsdb v1.0.5
1010)
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ github.com/gofrs/uuid v4.0.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRx
66github.com/gomodule/redigo v1.8.4 /go.mod h1:P9dn9mFrCBvWhGE1wpxx6fgq7BAeLBk+UUUzlpkBYO0 =
77github.com/gomodule/redigo v2.0.0+incompatible h1:K/R+8tc58AaqLkqG2Ol3Qk+DR/TlNuhuh457pBFPtt0 =
88github.com/gomodule/redigo v2.0.0+incompatible /go.mod h1:B4C85qUVwatsJoIUNIfCRsp7qO0iAmpGFZ4EELWSbC4 =
9- github.com/googollee/go-socket.io v1.6.0 h1:zbz0kEERgeYL/yEu9pBXSIyZEBluiNc2AJaMFmFjIOY =
10- github.com/googollee/go-socket.io v1.6.0 /go.mod h1:0vGP8/dXR9SZUMMD4+xxaGo/lohOw3YWMh2WRiWeKxg =
9+ github.com/googollee/go-socket.io v1.6.2 h1:olKLLHJtHz1IkL/OrTyNriZZvVQYEORNkJAqsOwPask =
10+ github.com/googollee/go-socket.io v1.6.2 /go.mod h1:0vGP8/dXR9SZUMMD4+xxaGo/lohOw3YWMh2WRiWeKxg =
1111github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc =
1212github.com/gorilla/websocket v1.4.2 /go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE =
1313github.com/joho/godotenv v1.3.0 h1:Zjp+RcGpHhGlrMbJzXTrZZPrWj+1vfm90La1wgB6Bhc =
Original file line number Diff line number Diff line change 11{
22 "name" : " things-gui" ,
3- "version" : " 1.1.9 " ,
3+ "version" : " 1.1.10 " ,
44 "description" : " ThingsGUI" ,
55 "main" : " index.js" ,
66 "repository" : {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import Typography from '@mui/material/Typography';
1313import { TopBar } from '../Navigation' ;
1414import DashboardContent from './DashboardContent' ;
1515
16- const version = 'version: 1.1.9 ' ;
16+ const version = 'version: 1.1.10 ' ;
1717
1818const Transition = React . forwardRef ( ( props , ref ) => {
1919 return < Slide direction = "down" ref = { ref } { ...props } mountOnEnter unmountOnExit /> ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313)
1414
1515// AppVersion exposes version information
16- const AppVersion = "1.1.9 "
16+ const AppVersion = "1.1.10 "
1717
1818var cookieName = "uid"
1919var cookieMaxAge = 6048000 // (seconds) 10 weeks
You can’t perform that action at this time.
0 commit comments