mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 01:39:54 +03:00
updated packages
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
"standalone": "npm-run-all -p dev typesafe-i18n mock-api",
|
||||
"typesafe-i18n": "typesafe-i18n",
|
||||
"format": "prettier --write '**/*.{ts,tsx,js,css,json,md}'",
|
||||
"lint": "eslint . --cache --max-warnings=0"
|
||||
"lint": "eslint . --cache --max-warnings=0",
|
||||
"lint-fixall": "eslint . --cache --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.10.6",
|
||||
@@ -27,13 +28,13 @@
|
||||
"@remix-run/router": "^1.5.0",
|
||||
"@table-library/react-table-library": "4.1.0",
|
||||
"@types/lodash-es": "^4.17.7",
|
||||
"@types/node": "^18.15.11",
|
||||
"@types/react": "^18.0.37",
|
||||
"@types/node": "^18.15.13",
|
||||
"@types/react": "^18.0.38",
|
||||
"@types/react-dom": "^18.0.11",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@yarnpkg/pnpify": "^4.0.0-rc.42",
|
||||
"async-validator": "^4.2.5",
|
||||
"axios": "^1.3.5",
|
||||
"axios": "^1.3.6",
|
||||
"history": "^5.3.0",
|
||||
"jwt-decode": "^3.1.2",
|
||||
"lodash-es": "^4.17.21",
|
||||
@@ -54,7 +55,7 @@
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.0",
|
||||
"@typescript-eslint/parser": "^5.59.0",
|
||||
"@vitejs/plugin-react-swc": "^3.3.0",
|
||||
"eslint": "^8.38.0",
|
||||
"eslint": "^8.39.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
"eslint-config-airbnb-typescript": "^17.0.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
@@ -69,8 +70,8 @@
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^2.8.7",
|
||||
"rollup-plugin-visualizer": "^5.9.0",
|
||||
"terser": "^5.17.0",
|
||||
"vite": "^4.2.2",
|
||||
"terser": "^5.17.1",
|
||||
"vite": "^4.3.1",
|
||||
"vite-plugin-minify": "^1.5.2",
|
||||
"vite-plugin-svgr": "^2.4.0",
|
||||
"vite-tsconfig-paths": "^4.2.0"
|
||||
|
||||
Reference in New Issue
Block a user