Skip to content

Commit 6ace076

Browse files
committed
Update dependency @types/react-copy-to-clipboard to v5
1 parent b777fa8 commit 6ace076

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/node": "10.17.60",
2727
"@types/react": "16.14.10",
2828
"@types/react-codemirror": "1.0.4",
29-
"@types/react-copy-to-clipboard": "4.3.0",
29+
"@types/react-copy-to-clipboard": "5.0.1",
3030
"@types/react-dom": "16.9.13",
3131
"@types/react-jsonschema-form": "1.7.5",
3232
"@types/react-router-dom": "5.1.7",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,10 @@
208208
"@types/codemirror" "*"
209209
"@types/react" "*"
210210

211-
"@types/react-copy-to-clipboard@4.3.0":
212-
version "4.3.0"
213-
resolved "https://registry.npmjs.org/@types/react-copy-to-clipboard/-/react-copy-to-clipboard-4.3.0.tgz"
214-
integrity sha512-iideNPRyroENqsOFh1i2Dv3zkviYS9r/9qD9Uh3Z9NNoAAqqa2x53i7iGndGNnJFIo20wIu7Hgh77tx1io8bgw==
211+
"@types/react-copy-to-clipboard@5.0.1":
212+
version "5.0.1"
213+
resolved "https://registry.npmjs.org/@types/react-copy-to-clipboard/-/react-copy-to-clipboard-5.0.1.tgz"
214+
integrity sha512-CDuRrJWEIdfKFC4vbwpXT3vk0O4gA/I/Kxu/1npUvGc2Yey5swPvsgO3JEnQkIUwdnYUbwUYDE/fTFQVgqr4oA==
215215
dependencies:
216216
"@types/react" "*"
217217

@@ -3563,9 +3563,9 @@ nanomatch@^1.2.9:
35633563
to-regex "^3.0.1"
35643564

35653565
needle@^2.2.1:
3566-
version "2.7.0"
3567-
resolved "https://registry.yarnpkg.com/needle/-/needle-2.7.0.tgz#90e020b9a1e33253fcf009d22927b130c8b2fd8b"
3568-
integrity sha512-b4f4JgOl7GZVM1p+xuWBAsHwflng1s2yOu9lOThKAzULRW7eqSFYfN4gbuUFOMuE0hVAPWJnSz/90LMOlEGErw==
3566+
version "2.8.0"
3567+
resolved "https://registry.yarnpkg.com/needle/-/needle-2.8.0.tgz#1c8ef9c1a2c29dcc1e83d73809d7bc681c80a048"
3568+
integrity sha512-ZTq6WYkN/3782H1393me3utVYdq2XyqNUFBsprEE3VMAT0+hP/cItpnITpqsY6ep2yeFE4Tqtqwc74VqUlUYtw==
35693569
dependencies:
35703570
debug "^3.2.6"
35713571
iconv-lite "^0.4.4"

0 commit comments

Comments
 (0)