Skip to content

Commit 3da6b33

Browse files
committed
fixes to remove build warnings
1 parent 5c968ad commit 3da6b33

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

package-lock.json

Lines changed: 10 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/TinyLinkWrapper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const backendHost = "https://cors-anywhere-embark.herokuapp.com";
55

66
const TinyLinkWrapper = ({ link }) => {
77
try {
8-
let url = new URL(link);
8+
new URL(link);
99
return (
1010
<ReactTinyLink
1111
proxyUrl={backendHost}

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3457,9 +3457,9 @@
34573457
"lodash.uniq" "^4.5.0"
34583458

34593459
"caniuse-lite@^1.0.0", "caniuse-lite@^1.0.30000981", "caniuse-lite@^1.0.30001109", "caniuse-lite@^1.0.30001125", "caniuse-lite@^1.0.30001181":
3460-
"integrity" "sha512-JUdjWpcxfJ9IPamy2f5JaRDCaqJOxDzOSKtbdx4rH9VivMd1vIzoPumsJa9LoMIi4Fx2BV2KZOxWhNkBjaYivQ=="
3461-
"resolved" "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001204.tgz"
3462-
"version" "1.0.30001204"
3460+
"integrity" "sha512-YhF/hG6nqBEllymSIjLtR2iWDDnChvhnVJqp+vloyt2tEHFG1yBR+ac2B/rOw0qOK0m0lEXU2dv4E/sMk5P9Kg=="
3461+
"resolved" "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001282.tgz"
3462+
"version" "1.0.30001282"
34633463

34643464
"capture-exit@^2.0.0":
34653465
"integrity" "sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g=="

0 commit comments

Comments
 (0)