now everything works with React ToolKit

This commit is contained in:
QkoSad
2023-06-06 22:28:48 +03:00
parent 35b69eae3f
commit 703784307a
52 changed files with 36817 additions and 7677 deletions
+10 -11
View File
@@ -12,20 +12,19 @@
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.1.3",
"axios": "^0.21.0",
"bcryptjs": "^2.4.3",
"config": "^3.3.8",
"express": "^4.18.2",
"express-validator": "^6.14.2",
"gravatar": "^1.8.2",
"client": "file:client",
"config": "^3.3.3",
"express": "^4.17.1",
"express-validator": "^6.8.1",
"gravatar": "^1.8.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.6.5",
"normalize-url": "^5.0.0",
"request": "^2.88.2",
"uuid": "^9.0.0"
"mongoose": "^5.11.8",
"normalize-url": "^5.3.0"
},
"devDependencies": {
"concurrently": "^7.4.0",
"nodemon": "^2.0.20"
"concurrently": "^5.3.0",
"nodemon": "^2.0.6"
}
}