mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-14 19:59:53 +03:00
use number as table id's - #1126
This commit is contained in:
@@ -24,11 +24,11 @@
|
||||
"@emotion/styled": "^11.10.6",
|
||||
"@msgpack/msgpack": "^2.8.0",
|
||||
"@mui/icons-material": "^5.11.11",
|
||||
"@mui/material": "^5.11.13",
|
||||
"@mui/material": "^5.11.14",
|
||||
"@remix-run/router": "^1.4.0",
|
||||
"@table-library/react-table-library": "4.0.29",
|
||||
"@table-library/react-table-library": "4.1.0",
|
||||
"@types/lodash-es": "^4.17.7",
|
||||
"@types/node": "^18.15.3",
|
||||
"@types/node": "^18.15.5",
|
||||
"@types/react": "^18.0.28",
|
||||
"@types/react-dom": "^18.0.11",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
@@ -44,21 +44,21 @@
|
||||
"react-dropzone": "^14.2.3",
|
||||
"react-icons": "^4.8.0",
|
||||
"react-router-dom": "^6.9.0",
|
||||
"react-toastify": "^9.1.1",
|
||||
"react-toastify": "^9.1.2",
|
||||
"sockette": "^2.0.6",
|
||||
"typesafe-i18n": "^5.24.2",
|
||||
"typescript": "^4.9.5"
|
||||
"typescript": "^5.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mime-types": "^2",
|
||||
"@types/styled-components": "^5",
|
||||
"@typescript-eslint/eslint-plugin": "^5.55.0",
|
||||
"@typescript-eslint/parser": "^5.55.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.56.0",
|
||||
"@typescript-eslint/parser": "^5.56.0",
|
||||
"@vitejs/plugin-react-swc": "^3.2.0",
|
||||
"eslint": "^8.36.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
"eslint-config-airbnb-typescript": "^17.0.0",
|
||||
"eslint-config-prettier": "^8.7.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-import-resolver-typescript": "^3.5.3",
|
||||
"eslint-plugin-deprecation": "^1.3.3",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
@@ -66,12 +66,12 @@
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"eslint-plugin-react": "^7.32.2",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"nodemon": "^2.0.21",
|
||||
"nodemon": "^2.0.22",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^2.8.4",
|
||||
"prettier": "^2.8.6",
|
||||
"rollup-plugin-visualizer": "^5.9.0",
|
||||
"terser": "^5.16.6",
|
||||
"vite": "^4.1.4",
|
||||
"vite": "^4.2.1",
|
||||
"vite-plugin-minify": "^1.5.2",
|
||||
"vite-plugin-svgr": "^2.4.0",
|
||||
"vite-tsconfig-paths": "^4.0.7"
|
||||
|
||||
Reference in New Issue
Block a user