simple add remove follower

This commit is contained in:
Stepan Usatiuk
2023-12-17 12:01:21 +01:00
parent 871c6950c9
commit d752d20d92
22 changed files with 246 additions and 34 deletions

View File

@@ -8,6 +8,7 @@
"name": "yclient",
"version": "0.0.1",
"dependencies": {
"jwt-decode": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.0",
@@ -4725,6 +4726,14 @@
"node": ">=4.0"
}
},
"node_modules/jwt-decode": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/jwt-decode/-/jwt-decode-4.0.0.tgz",
"integrity": "sha512-+KJGIyHgkGuIq3IEBNftfhW/LfWhXUIY6OmyVWjliu5KH1y0fw7VQ8YndE2O4qZdMSd9SqbnC8GOcZEy0Om7sA==",
"engines": {
"node": ">=18"
}
},
"node_modules/keyv": {
"version": "4.5.4",
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",