diff options
| author | Nidboj132 <lol2s@vp.plm> | 2023-05-06 16:10:49 +0200 |
|---|---|---|
| committer | Nidboj132 <lol2s@vp.plm> | 2023-05-06 16:10:49 +0200 |
| commit | 369f16e78ea958c9a536ea4ee7791ad9d469a770 (patch) | |
| tree | d9e568fe22b8abb6280da2c4d91c762d90eaf275 /frontend/package.json | |
| parent | feat: set cookie and redirect after login (diff) | |
| download | lphub-369f16e78ea958c9a536ea4ee7791ad9d469a770.tar.gz lphub-369f16e78ea958c9a536ea4ee7791ad9d469a770.tar.bz2 lphub-369f16e78ea958c9a536ea4ee7791ad9d469a770.zip | |
login test
Diffstat (limited to '')
| -rw-r--r-- | frontend/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json index 123a434..72e2117 100644 --- a/frontend/package.json +++ b/frontend/package.json | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | "@testing-library/jest-dom": "^5.16.5", | 6 | "@testing-library/jest-dom": "^5.16.5", |
| 7 | "@testing-library/react": "^13.4.0", | 7 | "@testing-library/react": "^13.4.0", |
| 8 | "@testing-library/user-event": "^13.5.0", | 8 | "@testing-library/user-event": "^13.5.0", |
| 9 | "js-cookie": "^3.0.5", | ||
| 9 | "react": "^18.2.0", | 10 | "react": "^18.2.0", |
| 10 | "react-dom": "^18.2.0", | 11 | "react-dom": "^18.2.0", |
| 11 | "react-scripts": "5.0.1", | 12 | "react-scripts": "5.0.1", |