Skip to content

Commit 37cf000

Browse files
committed
yarn add react-cookie
1 parent 68725a7 commit 37cf000

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

explorer/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"dependencies": {
1616
"next": "*",
1717
"react": "^16.12.0",
18+
"react-cookie": "^4.0.3",
1819
"react-div-100vh": "^0.5.6",
1920
"react-dom": "^16.12.0",
2021
"react-infinite-scroller": "^1.2.4",

explorer/yarn.lock

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,12 @@
247247
resolved "https://registry.yarnpkg.com/@next/react-refresh-utils/-/react-refresh-utils-10.0.3.tgz#276bec60eae18768f96baf8a52f668f657f50ab4"
248248
integrity sha512-XtzzPX2R4+MIyu1waEQUo2tiNwWVEkmObA6pboRCDTPOs4Ri8ckaIE08lN5A5opyF6GVN+IEq/J8KQrgsePsZQ==
249249

250-
"@types/hoist-non-react-statics@*":
250+
"@types/cookie@^0.3.3":
251+
version "0.3.3"
252+
resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.3.3.tgz#85bc74ba782fb7aa3a514d11767832b0e3bc6803"
253+
integrity sha512-LKVP3cgXBT9RYj+t+9FDKwS5tdI+rPBXaNSkma7hvqy35lc7mAokC2zsqWJH0LaqIt3B962nuYI77hsJoT1gow==
254+
255+
"@types/hoist-non-react-statics@*", "@types/hoist-non-react-statics@^3.0.1":
251256
version "3.3.1"
252257
resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#1124aafe5118cb591977aeb1ceaaed1070eb039f"
253258
integrity sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==
@@ -1178,6 +1183,11 @@ convert-source-map@^0.3.3:
11781183
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-0.3.5.tgz#f1d802950af7dd2631a1febe0596550c86ab3190"
11791184
integrity sha1-8dgClQr33SYxof6+BZZVDIarMZA=
11801185

1186+
cookie@^0.4.0:
1187+
version "0.4.1"
1188+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.1.tgz#afd713fe26ebd21ba95ceb61f9a8116e50a537d1"
1189+
integrity sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==
1190+
11811191
copy-concurrently@^1.0.0:
11821192
version "1.0.5"
11831193
resolved "https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0"
@@ -3357,6 +3367,15 @@ rc@^1.2.7:
33573367
minimist "^1.2.0"
33583368
strip-json-comments "~2.0.1"
33593369

3370+
react-cookie@^4.0.3:
3371+
version "4.0.3"
3372+
resolved "https://registry.yarnpkg.com/react-cookie/-/react-cookie-4.0.3.tgz#ba8e5ea0047c916516e1181a3ad394c9b7580b56"
3373+
integrity sha512-cmi6IpdVgTSvjqssqIEvo779Gfqc4uPGHRrKMEdHcqkmGtPmxolGfsyKj95bhdLEKqMdbX8MLBCwezlnhkHK0g==
3374+
dependencies:
3375+
"@types/hoist-non-react-statics" "^3.0.1"
3376+
hoist-non-react-statics "^3.0.0"
3377+
universal-cookie "^4.0.0"
3378+
33603379
react-div-100vh@^0.5.6:
33613380
version "0.5.6"
33623381
resolved "https://registry.yarnpkg.com/react-div-100vh/-/react-div-100vh-0.5.6.tgz#1d73866e96379433dea066d3e55026efd77f4b29"
@@ -4241,6 +4260,14 @@ unique-slug@^2.0.0:
42414260
dependencies:
42424261
imurmurhash "^0.1.4"
42434262

4263+
universal-cookie@^4.0.0:
4264+
version "4.0.4"
4265+
resolved "https://registry.yarnpkg.com/universal-cookie/-/universal-cookie-4.0.4.tgz#06e8b3625bf9af049569ef97109b4bb226ad798d"
4266+
integrity sha512-lbRVHoOMtItjWbM7TwDLdl8wug7izB0tq3/YVKhT/ahB4VDvWMyvnADfnJI8y6fSvsjh51Ix7lTGC6Tn4rMPhw==
4267+
dependencies:
4268+
"@types/cookie" "^0.3.3"
4269+
cookie "^0.4.0"
4270+
42444271
universalify@^0.1.0:
42454272
version "0.1.2"
42464273
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"

0 commit comments

Comments
 (0)