forked from emsesp/EMS-ESP32
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' of https://github.com/emsesp/EMS-ESP32 into dev
- Loading branch information
Showing
26 changed files
with
1,202 additions
and
739 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
584 changes: 292 additions & 292 deletions
584
interface/.yarn/releases/yarn-4.5.1.cjs → interface/.yarn/releases/yarn-4.5.2.cjs
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
nodeLinker: node-modules | ||
|
||
yarnPath: .yarn/releases/yarn-4.5.1.cjs | ||
yarnPath: .yarn/releases/yarn-4.5.2.cjs |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "EMS-ESP", | ||
"version": "3.7.0", | ||
"version": "3.7.1", | ||
"description": "EMS-ESP WebUI", | ||
"homepage": "https://emsesp.org", | ||
"author": "proddy, emsesp.org", | ||
|
@@ -22,16 +22,16 @@ | |
}, | ||
"dependencies": { | ||
"@alova/adapter-xhr": "2.0.10", | ||
"@emotion/react": "^11.13.3", | ||
"@emotion/styled": "^11.13.0", | ||
"@mui/icons-material": "^6.1.7", | ||
"@mui/material": "^6.1.7", | ||
"@emotion/react": "^11.13.5", | ||
"@emotion/styled": "^11.13.5", | ||
"@mui/icons-material": "^6.1.8", | ||
"@mui/material": "^6.1.8", | ||
"@table-library/react-table-library": "4.1.7", | ||
"alova": "3.2.3", | ||
"alova": "3.2.4", | ||
"async-validator": "^4.2.5", | ||
"jwt-decode": "^4.0.0", | ||
"mime-types": "^2.1.35", | ||
"preact": "^10.24.3", | ||
"preact": "^10.25.0", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"react-icons": "^5.3.0", | ||
|
@@ -61,7 +61,7 @@ | |
"typescript-eslint": "8.15.0", | ||
"vite": "^5.4.11", | ||
"vite-plugin-imagemin": "^0.6.1", | ||
"vite-tsconfig-paths": "^5.1.2" | ||
"vite-tsconfig-paths": "^5.1.3" | ||
}, | ||
"packageManager": "[email protected].1" | ||
"packageManager": "[email protected].2" | ||
} |
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
Oops, something went wrong.