package updates

This commit is contained in:
Proddy
2023-01-27 17:56:19 +01:00
parent ea48cf3722
commit 65e3187418
2 changed files with 37 additions and 37 deletions

View File

@@ -16,8 +16,6 @@
"@types/react-dom": "^18.0.10",
"@types/react-router-dom": "^5.3.3",
"async-validator": "^4.2.5",
"axios": "^1.2.4",
"http-proxy-middleware": "^2.0.6",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"notistack": "^2.0.8",
@@ -26,11 +24,12 @@
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^4.7.1",
"react-router-dom": "v6.7.0",
"react-scripts": "^5.0.1",
"sockette": "^2.0.6",
"typesafe-i18n": "^5.20.0",
"typescript": "^4.9.4"
"typescript": "^4.9.4",
"axios": "^1.2.5",
"react-router-dom": "^6.8.0"
},
"scripts": {
"start": "react-app-rewired start",
@@ -98,6 +97,7 @@
]
},
"devDependencies": {
"http-proxy-middleware": "^2.0.6",
"nodemon": "^2.0.20",
"npm-run-all": "^4.1.5"
}