Skip to content

Commit 3f9c433

Browse files
committed
Install js-cookie for authentication
1 parent 14d999c commit 3f9c433

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"axios": "^0.20.0",
1313
"bootstrap": "^4.5.2",
1414
"graphql": "^15.3.0",
15+
"js-cookie": "^2.2.1",
1516
"next": "9.5.3",
1617
"react": "16.13.1",
1718
"react-bootstrap": "^1.3.0",

frontend/yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4857,6 +4857,11 @@ jest-worker@24.9.0:
48574857
merge-stream "^2.0.0"
48584858
supports-color "^6.1.0"
48594859

4860+
js-cookie@^2.2.1:
4861+
version "2.2.1"
4862+
resolved "https://registry.yarnpkg.com/js-cookie/-/js-cookie-2.2.1.tgz#69e106dc5d5806894562902aa5baec3744e9b2b8"
4863+
integrity sha512-HvdH2LzI/EAZcUwA8+0nKNtWHqS+ZmijLA30RwZA0bo7ToCckjK5MkGhjED9KoRcXO6BaGI3I9UIzSA1FKFPOQ==
4864+
48604865
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
48614866
version "4.0.0"
48624867
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"

0 commit comments

Comments
 (0)