Skip to content

Commit

Permalink
Use OpenRemote 1.2.1 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
wborn authored Jan 9, 2025
1 parent 6f4870c commit 830595b
Show file tree
Hide file tree
Showing 6 changed files with 211 additions and 211 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.parallel=true
projectName = custom-project
version = 1.0-SNAPSHOT

openremoteVersion = 1.2.0
openremoteVersion = 1.2.1

jacksonVersion = 2.16.0
typescriptGeneratorVersion = 3.2.1263
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"ui/demo/*"
],
"devDependencies": {
"@openremote/util": "^1.2.0"
"@openremote/util": "^1.2.1"
}
}
4 changes: 2 additions & 2 deletions ui/app/custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@openremote/manager": "^1.2.0",
"@openremote/manager": "^1.2.1",
"model": "workspace:*",
"rest": "workspace:*"
},
Expand All @@ -30,7 +30,7 @@
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"@babel/runtime": "^7.16.3",
"@openremote/util": "^1.2.0",
"@openremote/util": "^1.2.1",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"babel-loader": "^8.2.3",
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.2.0"
"@openremote/util": "^1.2.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,13 +22,13 @@
"author": "OpenRemote",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@openremote/rest": "^1.2.0",
"@openremote/rest": "^1.2.1",
"axios": "0.24.0",
"model": "workspace:*",
"qs": "^6.8.0"
},
"devDependencies": {
"@openremote/util": "^1.2.0",
"@openremote/util": "^1.2.1",
"@types/qs": "^6.9.7"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 830595b

Please sign in to comment.