update packages

This commit is contained in:
MichaelDvP
2023-06-30 09:57:49 +02:00
parent 31220b3fde
commit 8b800ded21
2 changed files with 74 additions and 74 deletions

View File

@@ -25,7 +25,7 @@
"@mui/material": "^5.13.6",
"@table-library/react-table-library": "4.1.4",
"@types/lodash-es": "^4.17.7",
"@types/node": "^20.3.1",
"@types/node": "^20.3.2",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-router-dom": "^5.3.3",
@@ -42,11 +42,11 @@
"react-toastify": "^9.1.3",
"sockette": "^2.0.6",
"typesafe-i18n": "^5.24.3",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.43.0",
"eslint-config-airbnb": "^19.0.4",
@@ -63,7 +63,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"rollup-plugin-visualizer": "^5.9.2",
"terser": "^5.18.1",
"terser": "^5.18.2",
"vite": "^4.3.9",
"vite-plugin-svgr": "^3.2.0",
"vite-tsconfig-paths": "^4.2.0"