package update

This commit is contained in:
Proddy
2023-07-06 20:37:37 +02:00
parent bb87d064a5
commit dc3467e7fc
2 changed files with 125 additions and 122 deletions

View File

@@ -27,7 +27,7 @@
"@mui/material": "^5.13.7",
"@table-library/react-table-library": "4.1.4",
"@types/lodash-es": "^4.17.7",
"@types/node": "^20.3.3",
"@types/node": "^20.4.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-router-dom": "^5.3.3",
@@ -65,10 +65,10 @@
"eslint-plugin-react-hooks": "^4.6.0",
"nodemon": "^2.0.22",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"rollup-plugin-visualizer": "^5.9.2",
"terser": "^5.18.2",
"vite": "^4.3.9",
"vite": "^4.4.1",
"vite-plugin-svgr": "^3.2.0",
"vite-tsconfig-paths": "^4.2.0"
},