Revize 8370b6c1
Přidáno uživatelem Václav Honzík před téměř 3 roky(ů)
frontend/package.json | ||
---|---|---|
24 | 24 |
"swagger-typescript-api": "^9.3.1", |
25 | 25 |
"ts-node": "^10.7.0", |
26 | 26 |
"typescript": "^4.4.2", |
27 |
"web-vitals": "^2.1.0" |
|
27 |
"web-vitals": "^2.1.0", |
|
28 |
"yup": "^0.32.11" |
|
28 | 29 |
}, |
29 | 30 |
"scripts": { |
30 | 31 |
"start": "react-scripts start", |
... | ... | |
60 | 61 |
"@types/react": "^17.0.20", |
61 | 62 |
"@types/react-dom": "^17.0.9", |
62 | 63 |
"@types/react-redux": "^7.1.23", |
63 |
"@types/redux-persist": "^4.3.1" |
|
64 |
"@types/redux-persist": "^4.3.1", |
|
65 |
"@types/yup": "^0.29.13" |
|
64 | 66 |
} |
65 | 67 |
} |
Také k dispozici: Unified diff
login simple form impl + slice for user state