update packages

This commit is contained in:
Proddy
2022-05-01 13:12:05 +02:00
parent a721826821
commit 7130513593
4 changed files with 395 additions and 226 deletions

View File

@@ -8,15 +8,15 @@
"@emotion/styled": "^11.8.1",
"@msgpack/msgpack": "^2.7.2",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.6.2",
"@mui/material": "^5.6.3",
"@table-library/react-table-library": "^3.1.0",
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.26",
"@types/node": "^17.0.30",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/react-router-dom": "^5.3.3",
"async-validator": "^4.0.8",
"axios": "^0.26.1",
"async-validator": "^4.1.1",
"axios": "^0.27.2",
"http-proxy-middleware": "^2.0.6",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
@@ -25,12 +25,12 @@
"react": "^17.0.2",
"react-app-rewired": "^2.2.1",
"react-dom": "^17.0.2",
"react-dropzone": "^12.0.5",
"react-dropzone": "^13.0.0",
"react-icons": "^4.3.1",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"sockette": "^2.0.6",
"typescript": "^4.6.3"
"typescript": "^4.6.4"
},
"scripts": {
"start": "react-app-rewired start",
@@ -97,7 +97,7 @@
]
},
"devDependencies": {
"nodemon": "^2.0.15",
"nodemon": "^2.0.16",
"npm-run-all": "^4.1.5"
}
}