updated packages

This commit is contained in:
Proddy
2022-06-25 14:25:05 +02:00
parent 4eceeea4d1
commit 254d4dd02d
4 changed files with 72 additions and 72 deletions

View File

@@ -8,14 +8,14 @@
"@emotion/styled": "^11.9.3",
"@msgpack/msgpack": "^2.7.2",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.8.4",
"@table-library/react-table-library": "^3.1.5",
"@mui/material": "^5.8.5",
"@table-library/react-table-library": "3.2.0-beta.1",
"@types/lodash": "^4.14.182",
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/react-router-dom": "^5.3.3",
"async-validator": "^4.1.1",
"async-validator": "^4.2.5",
"axios": "^0.27.2",
"http-proxy-middleware": "^2.0.6",
"jwt-decode": "^3.1.2",
@@ -30,7 +30,7 @@
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"sockette": "^2.0.6",
"typescript": "^4.7.3"
"typescript": "^4.7.4"
},
"scripts": {
"start": "react-app-rewired start",
@@ -97,7 +97,7 @@
]
},
"devDependencies": {
"nodemon": "^2.0.16",
"nodemon": "^2.0.18",
"npm-run-all": "^4.1.5"
}
}