-
-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1311 from proddy/dev
minor changes
- Loading branch information
Showing
9 changed files
with
331 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## Added | ||
|
||
- show WiFi rssi in Network Status Page, show quality as color | ||
- Show WiFi rssi in Network Status Page, show quality as color | ||
|
||
## Fixed | ||
|
||
|
@@ -22,9 +22,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## Changed | ||
|
||
- mqtt free mem check set to 60 kb | ||
- small cosmetic changes to Searching in Customization web page | ||
- updated to [email protected] | ||
- MQTT free mem check set to 60 kb | ||
- Small cosmetic changes to Searching in Customization web page | ||
- Updated to [email protected] | ||
|
||
# [3.6.0] August 13 2023 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,13 +22,13 @@ | |
"@alova/adapter-xhr": "^1.0.1", | ||
"@emotion/react": "^11.11.1", | ||
"@emotion/styled": "^11.11.0", | ||
"@mui/icons-material": "^5.14.9", | ||
"@mui/material": "^5.14.10", | ||
"@mui/icons-material": "^5.14.11", | ||
"@mui/material": "^5.14.11", | ||
"@table-library/react-table-library": "4.1.7", | ||
"@types/lodash-es": "^4.17.9", | ||
"@types/node": "^20.6.5", | ||
"@types/react": "^18.2.22", | ||
"@types/react-dom": "^18.2.7", | ||
"@types/node": "^20.8.0", | ||
"@types/react": "^18.2.24", | ||
"@types/react-dom": "^18.2.8", | ||
"@types/react-router-dom": "^5.3.3", | ||
"alova": "^2.13.1", | ||
"async-validator": "^4.2.5", | ||
|
@@ -47,12 +47,12 @@ | |
"typescript": "^5.2.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.22.20", | ||
"@babel/core": "^7.23.0", | ||
"@preact/compat": "^17.1.2", | ||
"@preact/preset-vite": "^2.5.0", | ||
"@types/babel__core": "^7", | ||
"@typescript-eslint/eslint-plugin": "^6.7.2", | ||
"@typescript-eslint/parser": "^6.7.2", | ||
"@typescript-eslint/eslint-plugin": "^6.7.3", | ||
"@typescript-eslint/parser": "^6.7.3", | ||
"eslint": "^8.50.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-config-airbnb-typescript": "^17.1.0", | ||
|
@@ -65,12 +65,12 @@ | |
"eslint-plugin-react": "^7.33.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"npm-run-all": "^4.1.5", | ||
"preact": "^10.17.1", | ||
"preact": "^10.18.1", | ||
"prettier": "^3.0.3", | ||
"rollup-plugin-visualizer": "^5.9.2", | ||
"terser": "^5.20.0", | ||
"vite": "^4.4.9", | ||
"vite-plugin-svgr": "^4.0.0", | ||
"vite-plugin-svgr": "^4.1.0", | ||
"vite-tsconfig-paths": "^4.2.1" | ||
}, | ||
"packageManager": "[email protected]" | ||
|
Oops, something went wrong.