File tree Expand file tree Collapse file tree 6 files changed +260
-233
lines changed
Expand file tree Collapse file tree 6 files changed +260
-233
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ org.gradle.parallel=true
44projectName = custom-project
55version = 1.0-SNAPSHOT
66
7- openremoteVersion = 1.6.5
7+ openremoteVersion = 1.7.0
88
99jacksonVersion = 2.18.2
1010typescriptGeneratorVersion = 3.2.1263
Original file line number Diff line number Diff line change 77 " ui/demo/*"
88 ],
99 "devDependencies" : {
10- "@openremote/util" : " ~1.6.5 "
10+ "@openremote/util" : " ~1.7.0 "
1111 }
1212}
Original file line number Diff line number Diff line change 1818 "test" : " echo \" Error: no test specified\" && exit 1"
1919 },
2020 "dependencies" : {
21- "@openremote/manager" : " ~1.6.5 " ,
21+ "@openremote/manager" : " ~1.7.0 " ,
2222 "model" : " workspace:*" ,
2323 "rest" : " workspace:*"
2424 },
3030 "@babel/plugin-transform-runtime" : " ^7.16.4" ,
3131 "@babel/preset-env" : " ^7.16.4" ,
3232 "@babel/runtime" : " ^7.16.3" ,
33- "@openremote/util" : " ~1.6.5 " ,
33+ "@openremote/util" : " ~1.7.0 " ,
3434 "@typescript-eslint/eslint-plugin" : " ^5.9.0" ,
3535 "@typescript-eslint/parser" : " ^5.9.0" ,
3636 "babel-loader" : " ^8.2.3" ,
Original file line number Diff line number Diff line change 2222 "author" : " OpenRemote" ,
2323 "license" : " AGPL-3.0-or-later" ,
2424 "devDependencies" : {
25- "@openremote/util" : " ~1.6.5 "
25+ "@openremote/util" : " ~1.7.0 "
2626 },
2727 "publishConfig" : {
2828 "access" : " restricted"
Original file line number Diff line number Diff line change 2222 "author" : " OpenRemote" ,
2323 "license" : " AGPL-3.0-or-later" ,
2424 "dependencies" : {
25- "@openremote/rest" : " ~1.6.5 " ,
25+ "@openremote/rest" : " ~1.7.0 " ,
2626 "axios" : " 0.24.0" ,
2727 "model" : " workspace:*" ,
2828 "qs" : " ^6.8.0"
2929 },
3030 "devDependencies" : {
31- "@openremote/util" : " ~1.6.5 " ,
31+ "@openremote/util" : " ~1.7.0 " ,
3232 "@types/qs" : " ^6.9.7"
3333 },
3434 "publishConfig" : {
You can’t perform that action at this time.
0 commit comments