Skip to content

Commit

Permalink
thermostat switchprog: fetch, cmd as array, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDvP committed Sep 5, 2024
1 parent 15d13d4 commit c939415
Show file tree
Hide file tree
Showing 10 changed files with 366 additions and 335 deletions.
14 changes: 7 additions & 7 deletions interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"lint": "eslint . --fix"
},
"dependencies": {
"@alova/adapter-xhr": "2.0.6",
"@alova/adapter-xhr": "2.0.7",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.0.1",
"@mui/material": "^6.0.1",
"@mui/icons-material": "^6.0.2",
"@mui/material": "^6.0.2",
"@table-library/react-table-library": "4.1.7",
"alova": "3.0.14",
"alova": "3.0.16",
"async-validator": "^4.2.5",
"jwt-decode": "^4.0.0",
"mime-types": "^2.1.35",
Expand All @@ -48,7 +48,7 @@
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/babel__core": "^7",
"@types/formidable": "^3",
"@types/node": "^22.5.2",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
Expand All @@ -59,8 +59,8 @@
"prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"terser": "^5.31.6",
"typescript-eslint": "8.3.0",
"vite": "^5.4.2",
"typescript-eslint": "8.4.0",
"vite": "^5.4.3",
"vite-plugin-imagemin": "^0.6.1",
"vite-tsconfig-paths": "^5.0.1"
},
Expand Down
Loading

0 comments on commit c939415

Please sign in to comment.