File tree 6 files changed +211
-211
lines changed
6 files changed +211
-211
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ org.gradle.parallel=true
3
3
projectName = custom-project
4
4
version = 1.0-SNAPSHOT
5
5
6
- openremoteVersion = 1.2.1
6
+ openremoteVersion = 1.2.4
7
7
8
8
jacksonVersion = 2.16.0
9
9
typescriptGeneratorVersion = 3.2.1263
Original file line number Diff line number Diff line change 7
7
" ui/demo/*"
8
8
],
9
9
"devDependencies" : {
10
- "@openremote/util" : " ^1.2.1 "
10
+ "@openremote/util" : " ^1.2.4 "
11
11
}
12
12
}
Original file line number Diff line number Diff line change 18
18
"test" : " echo \" Error: no test specified\" && exit 1"
19
19
},
20
20
"dependencies" : {
21
- "@openremote/manager" : " ^1.2.1 " ,
21
+ "@openremote/manager" : " ^1.2.4 " ,
22
22
"model" : " workspace:*" ,
23
23
"rest" : " workspace:*"
24
24
},
30
30
"@babel/plugin-transform-runtime" : " ^7.16.4" ,
31
31
"@babel/preset-env" : " ^7.16.4" ,
32
32
"@babel/runtime" : " ^7.16.3" ,
33
- "@openremote/util" : " ^1.2.1 " ,
33
+ "@openremote/util" : " ^1.2.4 " ,
34
34
"@typescript-eslint/eslint-plugin" : " ^5.9.0" ,
35
35
"@typescript-eslint/parser" : " ^5.9.0" ,
36
36
"babel-loader" : " ^8.2.3" ,
Original file line number Diff line number Diff line change 22
22
"author" : " OpenRemote" ,
23
23
"license" : " AGPL-3.0-or-later" ,
24
24
"devDependencies" : {
25
- "@openremote/util" : " ^1.2.1 "
25
+ "@openremote/util" : " ^1.2.4 "
26
26
},
27
27
"publishConfig" : {
28
28
"access" : " restricted"
Original file line number Diff line number Diff line change 22
22
"author" : " OpenRemote" ,
23
23
"license" : " AGPL-3.0-or-later" ,
24
24
"dependencies" : {
25
- "@openremote/rest" : " ^1.2.1 " ,
25
+ "@openremote/rest" : " ^1.2.4 " ,
26
26
"axios" : " 0.24.0" ,
27
27
"model" : " workspace:*" ,
28
28
"qs" : " ^6.8.0"
29
29
},
30
30
"devDependencies" : {
31
- "@openremote/util" : " ^1.2.1 " ,
31
+ "@openremote/util" : " ^1.2.4 " ,
32
32
"@types/qs" : " ^6.9.7"
33
33
},
34
34
"publishConfig" : {
You can’t perform that action at this time.
0 commit comments