update packages

This commit is contained in:
MichaelDvP
2022-07-12 13:51:46 +02:00
parent fc3224c9ea
commit a14b43dbe2
2 changed files with 2578 additions and 3540 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -8,11 +8,11 @@
"@emotion/styled": "^11.9.3", "@emotion/styled": "^11.9.3",
"@msgpack/msgpack": "^2.7.2", "@msgpack/msgpack": "^2.7.2",
"@mui/icons-material": "^5.8.4", "@mui/icons-material": "^5.8.4",
"@mui/material": "^5.8.7", "@mui/material": "^5.9.0",
"@table-library/react-table-library": "4.0.6", "@table-library/react-table-library": "4.0.7",
"@types/lodash": "^4.14.182", "@types/lodash": "^4.14.182",
"@types/node": "^18.0.1", "@types/node": "^18.0.3",
"@types/react": "^18.0.14", "@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6", "@types/react-dom": "^18.0.6",
"@types/react-router-dom": "^5.3.3", "@types/react-router-dom": "^5.3.3",
"async-validator": "^4.2.5", "async-validator": "^4.2.5",
@@ -97,7 +97,7 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"nodemon": "^2.0.18", "nodemon": "^2.0.19",
"npm-run-all": "^4.1.5" "npm-run-all": "^4.1.5"
} }
} }