updated packages

This commit is contained in:
proddy
2022-09-18 12:54:52 +02:00
parent eda203e350
commit 326f05d63f
4 changed files with 121 additions and 122 deletions

View File

@@ -8,11 +8,11 @@
"@emotion/styled": "^11.10.4",
"@msgpack/msgpack": "^2.8.0",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.10.4",
"@mui/material": "^5.10.5",
"@table-library/react-table-library": "4.0.18",
"@types/lodash": "^4.14.184",
"@types/node": "^18.7.16",
"@types/react": "^18.0.18",
"@types/lodash": "^4.14.185",
"@types/node": "^18.7.18",
"@types/react": "^18.0.20",
"@types/react-dom": "^18.0.6",
"@types/react-router-dom": "^5.3.3",
"async-validator": "^4.2.5",
@@ -27,7 +27,7 @@
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.2",
"react-icons": "^4.4.0",
"react-router-dom": "^6.3.0",
"react-router-dom": "^6.4.0",
"react-scripts": "5.0.1",
"sockette": "^2.0.6",
"typescript": "^4.8.3"
@@ -97,7 +97,7 @@
]
},
"devDependencies": {
"nodemon": "^2.0.19",
"nodemon": "^2.0.20",
"npm-run-all": "^4.1.5"
}
}