update packages

This commit is contained in:
Proddy
2023-02-18 10:48:54 +01:00
parent b218bf1d2e
commit c04b032abf
2 changed files with 89 additions and 116 deletions

View File

@@ -19,17 +19,17 @@
"lint": "eslint . --ext .ts,.tsx"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@msgpack/msgpack": "^2.8.0",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.8",
"@mui/icons-material": "^5.11.9",
"@mui/material": "^5.11.9",
"@remix-run/router": "^1.3.2",
"@table-library/react-table-library": "4.0.25",
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.13.0",
"@types/node": "^18.14.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"@types/react-dom": "^18.0.11",
"@types/react-router-dom": "^5.3.3",
"async-validator": "^4.2.5",
"axios": "^1.3.3",
@@ -63,7 +63,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.8.4",
"rollup-plugin-visualizer": "^5.9.0",
"vite": "^4.1.1",
"vite": "^4.1.2",
"vite-plugin-svgr": "^2.4.0",
"vite-tsconfig-paths": "^4.0.5"
},