Skip to content

Commit

Permalink
* (bluefox) Updated JSON config types
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jul 17, 2024
1 parent 05dc0cc commit 15234a2
Show file tree
Hide file tree
Showing 4 changed files with 665 additions and 86 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,10 @@ This method returns a promise that resolves to a `ProgressDialog` object.
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
* (bluefox) packages updated
* (bluefox) Updated JSON config types

### 0.2.2 (2024-06-26)
* (bluefox) packages updated

Expand Down
142 changes: 71 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"@iobroker/adapter-core": "^3.1.6"
},
"devDependencies": {
"@alcalzone/release-script": "^3.7.0",
"@alcalzone/release-script": "^3.7.3",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@types/node": "^20.14.11",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.2",
"typescript": "^5.5.2"
"prettier": "^3.3.3",
"typescript": "^5.5.3"
},
"files": [
"LICENSE",
Expand Down
Loading

0 comments on commit 15234a2

Please sign in to comment.