Skip to content

Commit

Permalink
Fixing GUI build
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Nov 15, 2024
1 parent e509623 commit 727a4d6
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 20 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ This was required to make it possible to uninstall and install the adapter again
-->

## Changelog
### 1.2.2 (2024-11-15)
### **WORK IN PROGRESS**
- (bluefox) Do not start recording if no one MAC address was provided

### 1.2.1 (2024-11-13)
- (bluefox) The keys are stored in `0_userdata.0.kisshomeResearchPublicKey` to make it possible to uninstall and install the adapter again without any problems
- (bluefox) Corrected problem with PCAP files without the META-description

Expand Down
6 changes: 3 additions & 3 deletions admin/custom/customComponents.js

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions admin/custom/static/js/main.6b09d73a.js

This file was deleted.

5 changes: 5 additions & 0 deletions admin/custom/static/js/main.7ccf1556.js

Large diffs are not rendered by default.

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

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

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@iobroker/build-tools": "^2.0.6",
"@iobroker/eslint-config": "^0.1.6",
"@iobroker/eslint-config": "^0.1.7",
"@iobroker/types": "^6.0.11",
"@iobroker/legacy-testing": "^2.0.1",
"@iobroker/testing": "^5.0.0",
Expand Down
9 changes: 3 additions & 6 deletions src-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@craco/craco": "^7.1.0",
"@emotion/styled": "^11.13.0",
"@iobroker/adapter-react-v5": "^7.2.6",
"@iobroker/json-config": "^7.2.6",
"@mui/icons-material": "^6.1.6",
"@mui/material": "^6.1.6",
"@iobroker/adapter-react-v5": "^7.3.2",
"@iobroker/json-config": "^7.3.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
Expand Down Expand Up @@ -43,4 +40,4 @@
"last 1 safari version"
]
}
}
}

0 comments on commit 727a4d6

Please sign in to comment.