File tree Expand file tree Collapse file tree 7 files changed +302
-302
lines changed
Expand file tree Collapse file tree 7 files changed +302
-302
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ org.gradle.parallel=true
44projectName = custom-project
55version = 1.0-SNAPSHOT
66
7- openremoteVersion = 1.11.0
7+ openremoteVersion = 1.11.3
88
9- jacksonVersion = 2.18.3
9+ jacksonVersion = 2.20.1
1010testLoggerVersion = 4.0.0
1111typescriptGeneratorVersion = 3.2.1263
Original file line number Diff line number Diff line change 77 " ui/demo/*"
88 ],
99 "devDependencies" : {
10- "@openremote/util" : " ~1.11.0 "
10+ "@openremote/util" : " ~1.11.3 "
1111 }
1212}
Original file line number Diff line number Diff line change 1111 "serve" : " npx cross-env NODE_ENV=development NODE_OPTIONS=--max_old_space_size=4096 rspack serve"
1212 },
1313 "dependencies" : {
14- "@openremote/core" : " ~1.11.0 " ,
15- "@openremote/model" : " ~1.11.0 " ,
16- "@openremote/or-mwc-components" : " ~1.11.0 " ,
14+ "@openremote/core" : " ~1.11.3 " ,
15+ "@openremote/model" : " ~1.11.3 " ,
16+ "@openremote/or-mwc-components" : " ~1.11.3 " ,
1717 "react" : " ^19.2.0" ,
1818 "react-dom" : " ^19.2.0"
1919 },
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.11.0 " ,
21+ "@openremote/manager" : " ~1.11.3 " ,
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.11.0 " ,
33+ "@openremote/util" : " ~1.11.3 " ,
3434 "@rspack/cli" : " ~1.6.0" ,
3535 "@rspack/core" : " ~1.6.0" ,
3636 "@typescript-eslint/eslint-plugin" : " ^5.9.0" ,
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.11.0 "
25+ "@openremote/util" : " ~1.11.3 "
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.11.0 " ,
25+ "@openremote/rest" : " ~1.11.3 " ,
2626 "axios" : " 0.24.0" ,
2727 "model" : " workspace:*" ,
2828 "qs" : " ^6.8.0"
2929 },
3030 "devDependencies" : {
31- "@openremote/util" : " ~1.11.0 " ,
31+ "@openremote/util" : " ~1.11.3 " ,
3232 "@types/qs" : " ^6.9.7"
3333 },
3434 "publishConfig" : {
You can’t perform that action at this time.
0 commit comments