Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Commit 8bdde7b

Browse files
committed
Added Reddit button
1 parent a6ed4f4 commit 8bdde7b

File tree

8 files changed

+64
-44
lines changed

8 files changed

+64
-44
lines changed

src/assets/reddit.svg

Lines changed: 7 additions & 0 deletions
Loading

src/components/Footer.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ function Footer() {
5656
<br />
5757
<br />
5858
<NavIcon size={18} icon="GitHub" url={links.github} />
59+
<NavIcon size={18} icon="Reddit" url={links.reddit} />
5960
</div>
6061
</div>
6162
</div>

src/components/Header.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ function Header(props) {
4646
<SocialButton icon="Twitter" link={links.twitter} />
4747
<SocialButton icon="Instagram" link={links.instagram} />
4848
<SocialButton icon="Youtube" link={links.youtube} />
49+
<SocialButton icon="Reddit" link={links.reddit} />
4950
</div>
5051
)}
5152
{props.petition !== false && (

src/components/common/NavIcon.jsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from "react";
22
import { Link } from "react-router-dom";
33
import * as Feather from "react-feather";
4+
import { ReactComponent as Reddit } from "../../assets/reddit.svg";
45

56
function NavIcon({ icon, route, url, size, className, onClick }) {
67
const IconComponent = Feather[icon];
@@ -13,7 +14,11 @@ function NavIcon({ icon, route, url, size, className, onClick }) {
1314
className;
1415
return typeof route === "undefined" ? (
1516
<a href={url} style={styles} className={classes} onClick={onClick}>
16-
<IconComponent size={iconSize} />
17+
{icon !== "Reddit" ? (
18+
<IconComponent size={iconSize} />
19+
) : (
20+
<Reddit className="w-6 h-6 stroke-current hover:text-${hoverColor}" />
21+
)}
1722
</a>
1823
) : (
1924
<Link to={route} style={styles} className={classes} onClick={onClick}>

src/components/common/SocialButton.jsx

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React from "react";
22
import * as Feather from "react-feather";
3+
import { ReactComponent as Reddit } from "../../assets/reddit.svg";
34

45
function SocialButton({
56
icon,
@@ -25,13 +26,24 @@ function SocialButton({
2526
width: "2.25rem"
2627
}}
2728
>
28-
<IconComponent
29-
className={classes}
30-
style={{
31-
marginTop: "0.5rem"
32-
}}
33-
size={18}
34-
/>
29+
{icon !== "Reddit" ? (
30+
<IconComponent
31+
className={classes}
32+
style={{
33+
marginTop: "0.5rem"
34+
}}
35+
size={18}
36+
/>
37+
) : (
38+
<div
39+
className={
40+
classes +
41+
" mt-1 w-6 h-6 ml-1 stroke-current hover:text-${hoverColor}"
42+
}
43+
>
44+
<Reddit />
45+
</div>
46+
)}
3547
</div>
3648
</a>
3749
);

src/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"instagram": "https://www.instagram.com/savetheinternetpetition/",
1717
"youtube": "https://www.youtube.com/channel/UCfsfq_B3zJU4_Zjqtw5lhhQ",
1818
"github": "https://github.com/savetheinternetinfo/frontend",
19-
"stream": "https://www.youtube.com/watch?v=jF32o95edEQ"
19+
"stream": "https://www.youtube.com/watch?v=jF32o95edEQ",
20+
"reddit": "https://www.reddit.com/r/savetheinternet/"
2021
},
2122
"tokens": {
2223
"recaptcha": "6LcSNS8UAAAAAFF0qQhXVM-WdJMc9xOaKzDGa3UT"

src/pages/Home.jsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,14 @@ function Home() {
110110
hoverBackground="orange"
111111
link={links.youtube}
112112
/>
113+
<SocialButton
114+
icon="Reddit"
115+
color="orange"
116+
hoverColor="blue-dark"
117+
hoverBorder="orange"
118+
hoverBackground="orange"
119+
link={links.youtube}
120+
/>
113121
</div>
114122
</div>
115123
</div>

yarn.lock

Lines changed: 20 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,6 @@
730730
"@babel/runtime@^7.0.0":
731731
version "7.4.3"
732732
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.3.tgz#79888e452034223ad9609187a0ad1fe0d2ad4bdc"
733-
integrity sha512-9lsJwJLxDh/T3Q3SZszfWOTkk3pHbkmH+3KY+zwIDmsNlxsumuhS2TH3NIpktU4kNvfzy+k3eLT7aTJSPTo0OA==
734733
dependencies:
735734
regenerator-runtime "^0.13.2"
736735

@@ -791,7 +790,6 @@
791790
"@fullhuman/postcss-purgecss@^1.1.0":
792791
version "1.1.0"
793792
resolved "https://registry.yarnpkg.com/@fullhuman/postcss-purgecss/-/postcss-purgecss-1.1.0.tgz#fa423630e01b09604de42637f89eac72471b8961"
794-
integrity sha512-NaNJgn4ZtrWveVnele/eCW/AJYL6dwG6AW86QYQQsqOsXy8rHsA1LoDxuFye0a9PKA7lbH3h4/OxzMwkGDCqXQ==
795793
dependencies:
796794
purgecss "^1.0.0"
797795

@@ -1374,11 +1372,11 @@ aws4@^1.8.0:
13741372
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
13751373

13761374
axios@^0.18.0:
1377-
version "0.18.0"
1378-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.0.tgz#32d53e4851efdc0a11993b6cd000789d70c05102"
1375+
version "0.18.1"
1376+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.1.tgz#ff3f0de2e7b5d180e757ad98000f1081b87bcea3"
13791377
dependencies:
1380-
follow-redirects "^1.3.0"
1381-
is-buffer "^1.1.5"
1378+
follow-redirects "1.5.10"
1379+
is-buffer "^2.0.2"
13821380

13831381
axobject-query@^2.0.1:
13841382
version "2.0.2"
@@ -2378,7 +2376,6 @@ create-react-class@^15.6.0, create-react-class@^15.6.2:
23782376
create-react-context@^0.2.2:
23792377
version "0.2.3"
23802378
resolved "https://registry.yarnpkg.com/create-react-context/-/create-react-context-0.2.3.tgz#9ec140a6914a22ef04b8b09b7771de89567cb6f3"
2381-
integrity sha512-CQBmD0+QGgTaxDL3OX1IDXYqjkp2It4RIbcb99jS6AEg27Ga+a9G3JtK6SIu0HBwPLZlmwt9F7UwWA4Bn92Rag==
23822379
dependencies:
23832380
fbjs "^0.8.0"
23842381
gud "^1.0.0"
@@ -2560,7 +2557,6 @@ cssesc@^2.0.0:
25602557
cssesc@^3.0.0:
25612558
version "3.0.0"
25622559
resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"
2563-
integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==
25642560

25652561
cssnano-preset-default@^4.0.7:
25662562
version "4.0.7"
@@ -2676,6 +2672,12 @@ [email protected], debug@^2.1.2, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.
26762672
dependencies:
26772673
ms "2.0.0"
26782674

2675+
debug@=3.1.0:
2676+
version "3.1.0"
2677+
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
2678+
dependencies:
2679+
ms "2.0.0"
2680+
26792681
debug@^3.1.0, debug@^3.2.5, debug@^3.2.6:
26802682
version "3.2.6"
26812683
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
@@ -2717,7 +2719,6 @@ deep-is@~0.1.3:
27172719
deepmerge@^2.1.1:
27182720
version "2.2.1"
27192721
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-2.2.1.tgz#5d3ff22a01c00f645405a2fbc17d0778a1801170"
2720-
integrity sha512-R9hc1Xa/NOBi9WRVUWg19rl1UB7Tt4kuPd+thNJgFZoxXsTz7ncaPaeIm+40oSGuP33DfMb4sZt1QIGiJzC4EA==
27212722

27222723
default-gateway@^2.6.0:
27232724
version "2.7.2"
@@ -3517,7 +3518,6 @@ fb-watchman@^2.0.0:
35173518
fbjs@^0.8.0, fbjs@^0.8.9:
35183519
version "0.8.17"
35193520
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.17.tgz#c4d598ead6949112653d6588b01a5cdcd9f90fdd"
3520-
integrity sha1-xNWY6taUkRJlPWWIsBpc3Nn5D90=
35213521
dependencies:
35223522
core-js "^1.0.0"
35233523
isomorphic-fetch "^2.1.1"
@@ -3661,9 +3661,14 @@ flush-write-stream@^1.0.0:
36613661
fn-name@~2.0.1:
36623662
version "2.0.1"
36633663
resolved "https://registry.yarnpkg.com/fn-name/-/fn-name-2.0.1.tgz#5214d7537a4d06a4a301c0cc262feb84188002e7"
3664-
integrity sha1-UhTXU3pNBqSjAcDMJi/rhBiAAuc=
36653664

3666-
follow-redirects@^1.0.0, follow-redirects@^1.3.0:
3665+
3666+
version "1.5.10"
3667+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
3668+
dependencies:
3669+
debug "=3.1.0"
3670+
3671+
follow-redirects@^1.0.0:
36673672
version "1.7.0"
36683673
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.7.0.tgz#489ebc198dc0e7f64167bd23b03c4c19b5784c76"
36693674
dependencies:
@@ -3716,7 +3721,6 @@ form-data@~2.3.2:
37163721
formik@^1.5.1:
37173722
version "1.5.2"
37183723
resolved "https://registry.yarnpkg.com/formik/-/formik-1.5.2.tgz#bb46853f10433f6f0a83415122c2a8e7e2e285fc"
3719-
integrity sha512-gVrNN4OmxvtwV4IvoyQJk797D3ptl3X8C1lJjbOBX48EFxxFTzchtUX5XiDSmhMIhtsg2rahT41VEbZPpgM6lQ==
37203724
dependencies:
37213725
create-react-context "^0.2.2"
37223726
deepmerge "^2.1.1"
@@ -3830,7 +3834,6 @@ get-caller-file@^1.0.1:
38303834
get-caller-file@^2.0.1:
38313835
version "2.0.5"
38323836
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
3833-
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
38343837

38353838
get-own-enumerable-property-symbols@^3.0.0:
38363839
version "3.0.0"
@@ -3967,7 +3970,6 @@ growly@^1.3.0:
39673970
gud@^1.0.0:
39683971
version "1.0.0"
39693972
resolved "https://registry.yarnpkg.com/gud/-/gud-1.0.0.tgz#a489581b17e6a70beca9abe3ae57de7a499852c0"
3970-
integrity sha512-zGEOVKFM5sVPPrYs7J5/hYEw2Pof8KCyOwyhG8sAF26mCAeUFAcYPu1mwB7hhpIP29zOIBaDqwuHdLp0jvZXjw==
39713973

39723974
39733975
version "5.0.0"
@@ -4134,12 +4136,10 @@ [email protected]:
41344136
hoist-non-react-statics@^2.5.0, hoist-non-react-statics@^2.5.5:
41354137
version "2.5.5"
41364138
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz#c5903cf409c0dfd908f388e619d86b9c1174cb47"
4137-
integrity sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw==
41384139

41394140
hoist-non-react-statics@^3.0.1, hoist-non-react-statics@^3.3.0:
41404141
version "3.3.0"
41414142
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.0.tgz#b09178f0122184fb95acf525daaecb4d8f45958b"
4142-
integrity sha512-0XsbTXxgiaCDYDIWFcwkmerZPSwywfUqYmwT4jzewKTQSWoE6FCMoUVOeBJWK3E/CrWbxRG3m5GzY4lnIwGRBA==
41434143
dependencies:
41444144
react-is "^16.7.0"
41454145

@@ -4534,7 +4534,7 @@ is-buffer@^1.0.2, is-buffer@^1.1.5:
45344534
version "1.1.6"
45354535
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
45364536

4537-
is-buffer@^2.0.0:
4537+
is-buffer@^2.0.0, is-buffer@^2.0.2:
45384538
version "2.0.3"
45394539
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.3.tgz#4ecf3fcf749cbd1e472689e109ac66261a25e725"
45404540

@@ -5460,7 +5460,6 @@ locate-path@^3.0.0:
54605460
lodash-es@^4.17.11:
54615461
version "4.17.11"
54625462
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.11.tgz#145ab4a7ac5c5e52a3531fb4f310255a152b4be0"
5463-
integrity sha512-DHb1ub+rMjjrxqlB3H56/6MXtm1lSksDp2rA2cNWjG8mlDUYFhUj3Di2Zn5IwSU87xLv8tNIQ7sSwE/YOX/D/Q==
54645463

54655464
lodash._reinterpolate@~3.0.0:
54665465
version "3.0.0"
@@ -5825,8 +5824,8 @@ [email protected]:
58255824
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
58265825

58275826
ms@^2.1.1:
5828-
version "2.1.1"
5829-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
5827+
version "2.1.2"
5828+
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
58305829

58315830
multicast-dns-service-types@^1.1.0:
58325831
version "1.1.0"
@@ -7090,7 +7089,6 @@ postcss-selector-parser@^5.0.0, postcss-selector-parser@^5.0.0-rc.3, postcss-sel
70907089
postcss-selector-parser@^6.0.0:
70917090
version "6.0.2"
70927091
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.2.tgz#934cf799d016c83411859e09dcecade01286ec5c"
7093-
integrity sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg==
70947092
dependencies:
70957093
cssesc "^3.0.0"
70967094
indexes-of "^1.0.1"
@@ -7230,7 +7228,6 @@ prop-types@^15.5.0, prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.8,
72307228
property-expr@^1.5.0:
72317229
version "1.5.1"
72327230
resolved "https://registry.yarnpkg.com/property-expr/-/property-expr-1.5.1.tgz#22e8706894a0c8e28d58735804f6ba3a3673314f"
7233-
integrity sha512-CGuc0VUTGthpJXL36ydB6jnbyOf/rAHFvmVrJlH+Rg0DqqLFQGAP6hIaxD/G0OAmBJPhXDHuEJigrp0e0wFV6g==
72347231

72357232
property-information@^5.0.0, property-information@^5.0.1:
72367233
version "5.0.1"
@@ -7305,7 +7302,6 @@ punycode@^1.2.4, punycode@^1.4.1:
73057302
purgecss@^1.0.0:
73067303
version "1.2.0"
73077304
resolved "https://registry.yarnpkg.com/purgecss/-/purgecss-1.2.0.tgz#0808bc72c7c75970131b9c3fc3d89f305e3340f5"
7308-
integrity sha512-iO2bkR8i+4bcBC0lid0YHDW9Z9pou7FHvBcfcnqPiKSP6LkDcjZTl0HHtCJ37POp82ZQFK7GWz+GFUNwM8GstA==
73097305
dependencies:
73107306
glob "^7.1.3"
73117307
postcss "^7.0.14"
@@ -7394,7 +7390,6 @@ react-app-polyfill@^0.2.2:
73947390
react-async-script@^1.0.0:
73957391
version "1.0.1"
73967392
resolved "https://registry.yarnpkg.com/react-async-script/-/react-async-script-1.0.1.tgz#a3996e313a1352b7e96087405e40ebb877f9caf0"
7397-
integrity sha512-EosAKCTgHc6oWPx7ONv4IjtaIKRi30DjR71iJfoGfb13+naFYGjLutH6dFC5rRaYX8odW57zmC9ekf/WuLiyOQ==
73987393
dependencies:
73997394
hoist-non-react-statics "^3.0.1"
74007395
prop-types "^15.5.0"
@@ -7451,7 +7446,6 @@ react-error-overlay@^5.1.4:
74517446
react-fast-compare@^2.0.1:
74527447
version "2.0.4"
74537448
resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-2.0.4.tgz#e84b4d455b0fec113e0402c329352715196f81f9"
7454-
integrity sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw==
74557449

74567450
react-feather@^1.1.6:
74577451
version "1.1.6"
@@ -7464,7 +7458,6 @@ react-flag-kit@^0.3.1:
74647458
react-google-recaptcha@^1.0.5:
74657459
version "1.0.5"
74667460
resolved "https://registry.yarnpkg.com/react-google-recaptcha/-/react-google-recaptcha-1.0.5.tgz#fc5a1c5c9fd678ccea11c9a47b22f38a8b9d3c88"
7467-
integrity sha512-IUIIQVUIKgsG7Ok1AiqBdJZVpFRpIWOM3H/36fAJHMd52l+X0pn4sTxvm2YJEN01QXWR1jg79+93J8mQef7hfw==
74687461
dependencies:
74697462
prop-types "^15.5.0"
74707463
react-async-script "^1.0.0"
@@ -7759,7 +7752,6 @@ regenerator-runtime@^0.12.0:
77597752
regenerator-runtime@^0.13.2:
77607753
version "0.13.2"
77617754
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz#32e59c9a6fb9b1a4aff09b4930ca2d4477343447"
7762-
integrity sha512-S/TQAZJO+D3m9xeN1WTI8dLKBBiRgXBlTJvbWjCThHWZj9EvHK70Ff50/tYj2J/fvBY6JtFVwRuazHN2E7M9BA==
77637755

77647756
regenerator-transform@^0.13.4:
77657757
version "0.13.4"
@@ -7925,7 +7917,6 @@ require-main-filename@^1.0.1:
79257917
require-main-filename@^2.0.0:
79267918
version "2.0.0"
79277919
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
7928-
integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==
79297920

79307921
requires-port@^1.0.0:
79317922
version "1.0.0"
@@ -8669,7 +8660,6 @@ symbol-tree@^3.2.2:
86698660
synchronous-promise@^2.0.6:
86708661
version "2.0.7"
86718662
resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.7.tgz#3574b3d2fae86b145356a4b89103e1577f646fe3"
8672-
integrity sha512-16GbgwTmFMYFyQMLvtQjvNWh30dsFe1cAW5Fg1wm5+dg84L9Pe36mftsIRU95/W2YsISxsz/xq4VB23sqpgb/A==
86738663

86748664
table@^5.0.2:
86758665
version "5.2.3"
@@ -8796,7 +8786,6 @@ timsort@^0.3.0:
87968786
tiny-warning@^1.0.2:
87978787
version "1.0.2"
87988788
resolved "https://registry.yarnpkg.com/tiny-warning/-/tiny-warning-1.0.2.tgz#1dfae771ee1a04396bdfde27a3adcebc6b648b28"
8799-
integrity sha512-rru86D9CpQRLvsFG5XFdy0KdLAvjdQDyZCsRcuu60WtzFylDM3eAWSxEVz5kzL2Gp544XiUvPbVKtOA/txLi9Q==
88008789

88018790
tmp@^0.0.33:
88028791
version "0.0.33"
@@ -8851,7 +8840,6 @@ [email protected]:
88518840
toposort@^2.0.2:
88528841
version "2.0.2"
88538842
resolved "https://registry.yarnpkg.com/toposort/-/toposort-2.0.2.tgz#ae21768175d1559d48bef35420b2f4962f09c330"
8854-
integrity sha1-riF2gXXRVZ1IvvNUILL0li8JwzA=
88558843

88568844
tough-cookie@^2.3.3, tough-cookie@^2.3.4:
88578845
version "2.5.0"
@@ -9572,7 +9560,6 @@ yargs-parser@^11.1.1:
95729560
yargs-parser@^13.0.0:
95739561
version "13.0.0"
95749562
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.0.0.tgz#3fc44f3e76a8bdb1cc3602e860108602e5ccde8b"
9575-
integrity sha512-w2LXjoL8oRdRQN+hOyppuXs+V/fVAYtpcrRxZuF7Kt/Oc+Jr2uAcVntaUTNT6w5ihoWfFDpNY8CPx1QskxZ/pw==
95769563
dependencies:
95779564
camelcase "^5.0.0"
95789565
decamelize "^1.2.0"
@@ -9637,7 +9624,6 @@ yargs@^12.0.1:
96379624
yargs@^13.2.2:
96389625
version "13.2.2"
96399626
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.2.2.tgz#0c101f580ae95cea7f39d927e7770e3fdc97f993"
9640-
integrity sha512-WyEoxgyTD3w5XRpAQNYUB9ycVH/PQrToaTXdYXRdOXvEy1l19br+VJsc0vcO8PTGg5ro/l/GY7F/JMEBmI0BxA==
96419627
dependencies:
96429628
cliui "^4.0.0"
96439629
find-up "^3.0.0"
@@ -9654,7 +9640,6 @@ yargs@^13.2.2:
96549640
yup@^0.27.0:
96559641
version "0.27.0"
96569642
resolved "https://registry.yarnpkg.com/yup/-/yup-0.27.0.tgz#f8cb198c8e7dd2124beddc2457571329096b06e7"
9657-
integrity sha512-v1yFnE4+u9za42gG/b/081E7uNW9mUj3qtkmelLbW5YPROZzSH/KUUyJu9Wt8vxFJcT9otL/eZopS0YK1L5yPQ==
96589643
dependencies:
96599644
"@babel/runtime" "^7.0.0"
96609645
fn-name "~2.0.1"

0 commit comments

Comments
 (0)