Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
flatsiedatsie authored Jan 22, 2023
1 parent c6384a2 commit 4faa23d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
}
},
"short_name": "zigbee2mqtt",
"version": "1.1.30",
"version": "1.1.31",
"web_accessible_resources": [
"css/*.css",
"images/*.svg",
Expand Down
40 changes: 20 additions & 20 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zigbee2mqtt-adapter",
"version": "1.1.30",
"version": "1.1.31",
"description": "Connect to your Zigbee devices. Builds on the open source Zigbee2MQTT project.",
"scripts": {
"lint": "eslint ."
Expand All @@ -17,10 +17,10 @@
"url": "https://github.com/kabbi/zigbee2mqtt-adapter/issues"
},
"dependencies": {
"mqtt": "latest",
"barometer-trend": "^2.1.2",
"core-js": "^3.26.1",
"typescript": "latest"
"barometer-trend": "^2.2.6",
"core-js": "^3.27.2",
"mqtt": "^4.3.7",
"typescript": "^4.9.4"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
Expand Down

0 comments on commit 4faa23d

Please sign in to comment.