Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ org.gradle.parallel=true
projectName = custom-project
version = 1.0-SNAPSHOT

openremoteVersion = 1.18.0
openremoteVersion = 1.20.1

jacksonVersion = 2.20.1
jacksonVersion = 2.21.1
testLoggerVersion = 4.0.0
typescriptGeneratorVersion = 3.2.1263
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
6 changes: 3 additions & 3 deletions ui/app/custom-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"serve": "npx cross-env NODE_ENV=development NODE_OPTIONS=--max_old_space_size=4096 rspack serve"
},
"dependencies": {
"@openremote/core": "~1.18.0",
"@openremote/model": "~1.18.0",
"@openremote/or-mwc-components": "~1.18.0",
"@openremote/core": "~1.20.1",
"@openremote/model": "~1.20.1",
"@openremote/or-mwc-components": "~1.20.1",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions ui/app/custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@openremote/manager": "~1.18.0",
"@openremote/or-app": "~1.18.0",
"@openremote/manager": "~1.20.1",
"@openremote/or-app": "~1.20.1",
"lit": "^3.3.1",
"model": "workspace:*",
"rest": "workspace:*"
},
"devDependencies": {
"@openremote/util": "~1.18.0",
"@openremote/util": "~1.20.1",
"@rspack/cli": "*",
"@rspack/core": "*",
"cross-env": "*",
Expand Down
2 changes: 1 addition & 1 deletion ui/component/model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"author": "OpenRemote",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@openremote/util": "~1.18.0"
"@openremote/util": "~1.20.1"
},
"publishConfig": {
"access": "restricted"
Expand Down
4 changes: 2 additions & 2 deletions ui/component/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"author": "OpenRemote",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@openremote/rest": "~1.18.0",
"@openremote/rest": "~1.20.1",
"model": "workspace:*"
},
"devDependencies": {
"@openremote/util": "~1.18.0",
"@openremote/util": "~1.20.1",
"@rspack/core": "*",
"typescript": "^5.9.3"
},
Expand Down
Loading
Loading