update packages

This commit is contained in:
MichaelDvP
2023-03-22 17:58:57 +01:00
parent aea2277e26
commit a84e9e0923
3 changed files with 98 additions and 98 deletions

View File

@@ -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.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,7 +44,7 @@
"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": "^5.0.2"
@@ -52,13 +52,13 @@
"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",
@@ -68,7 +68,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"nodemon": "^2.0.21",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.5",
"prettier": "^2.8.6",
"rollup-plugin-visualizer": "^5.9.0",
"terser": "^5.16.6",
"vite": "^4.2.1",