aboutsummaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
authorNidboj132 <lol2s@vp.pl>2023-05-06 16:17:52 +0200
committerGitHub <noreply@github.com>2023-05-06 16:17:52 +0200
commit5e29c7e9d65f77c0597d81de611a89268cadef1c (patch)
tree4d04c0cdea26e0e497134b99c0e34a7d9d478f34 /frontend/package.json
parentfix: allow credentials cors (diff)
parentMerge branch 'pektezol:main' into main (diff)
downloadlphub-5e29c7e9d65f77c0597d81de611a89268cadef1c.tar.gz
lphub-5e29c7e9d65f77c0597d81de611a89268cadef1c.tar.bz2
lphub-5e29c7e9d65f77c0597d81de611a89268cadef1c.zip
Merge pull request #41 from Nidboj132/main
login test
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json1
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",