-
-
Notifications
You must be signed in to change notification settings - Fork 107
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 #1425 from proddy/dev
only send command and value to backend write service
- Loading branch information
Showing
10 changed files
with
852 additions
and
835 deletions.
There are no files selected for viewing
670 changes: 335 additions & 335 deletions
670
interface/.yarn/releases/yarn-4.0.1.cjs → interface/.yarn/releases/yarn-4.0.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
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 |
---|---|---|
|
@@ -23,8 +23,8 @@ | |
"@babel/core": "^7.23.3", | ||
"@emotion/react": "^11.11.1", | ||
"@emotion/styled": "^11.11.0", | ||
"@mui/icons-material": "^5.14.16", | ||
"@mui/material": "^5.14.17", | ||
"@mui/icons-material": "^5.14.18", | ||
"@mui/material": "^5.14.18", | ||
"@table-library/react-table-library": "4.1.7", | ||
"@types/imagemin": "^8.0.4", | ||
"@types/lodash-es": "^4.17.11", | ||
|
@@ -41,7 +41,7 @@ | |
"react": "latest", | ||
"react-dom": "latest", | ||
"react-dropzone": "^14.2.3", | ||
"react-icons": "^4.11.0", | ||
"react-icons": "^4.12.0", | ||
"react-router-dom": "^6.18.0", | ||
"react-toastify": "^9.1.3", | ||
"sockette": "^2.0.6", | ||
|
@@ -51,8 +51,8 @@ | |
"devDependencies": { | ||
"@preact/compat": "^17.1.2", | ||
"@preact/preset-vite": "^2.6.0", | ||
"@typescript-eslint/eslint-plugin": "^6.10.0", | ||
"@typescript-eslint/parser": "^6.10.0", | ||
"@typescript-eslint/eslint-plugin": "^6.11.0", | ||
"@typescript-eslint/parser": "^6.11.0", | ||
"concurrently": "^8.2.2", | ||
"eslint": "^8.53.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
|
@@ -65,13 +65,13 @@ | |
"eslint-plugin-prettier": "alpha", | ||
"eslint-plugin-react": "^7.33.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"preact": "^10.19.1", | ||
"preact": "^10.19.2", | ||
"prettier": "^3.1.0", | ||
"rollup-plugin-visualizer": "^5.9.2", | ||
"terser": "^5.24.0", | ||
"vite": "^4.5.0", | ||
"vite-plugin-imagemin": "^0.6.1", | ||
"vite-tsconfig-paths": "^4.2.1" | ||
}, | ||
"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
Oops, something went wrong.