Skip to content

Commit 05ba1ee

Browse files
Update dependency @types/react-copy-to-clipboard to v5
1 parent 7c51e8a commit 05ba1ee

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.11",
2828
"@types/react-codemirror": "1.0.5",
29-
"@types/react-copy-to-clipboard": "4.3.0",
29+
"@types/react-copy-to-clipboard": "5.0.4",
3030
"@types/react-dom": "16.9.14",
3131
"@types/react-jsonschema-form": "1.7.6",
3232
"@types/react-router-dom": "5.1.8",

yarn.lock

Lines changed: 4 additions & 4 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.4":
212+
version "5.0.4"
213+
resolved "https://registry.yarnpkg.com/@types/react-copy-to-clipboard/-/react-copy-to-clipboard-5.0.4.tgz#558f2c38a97f53693e537815f6024f1e41e36a7e"
214+
integrity sha512-otTJsJpofYAeaIeOwV5xBUGpo6exXG2HX7X4nseToCB2VgPEBxGBHCm/FecZ676doNR7HCSTVtmohxfG2b3/yQ==
215215
dependencies:
216216
"@types/react" "*"
217217

0 commit comments

Comments
 (0)