Skip to content

Commit 3a55496

Browse files
committed
Update dependency @types/react-copy-to-clipboard to v5
1 parent 571f5bf commit 3a55496

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
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.51",
2727
"@types/react": "16.14.4",
2828
"@types/react-codemirror": "1.0.3",
29-
"@types/react-copy-to-clipboard": "4.3.0",
29+
"@types/react-copy-to-clipboard": "5.0.0",
3030
"@types/react-dom": "16.9.9",
3131
"@types/react-jsonschema-form": "1.7.4",
3232
"@types/react-router-dom": "5.1.7",

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.0":
212+
version "5.0.0"
213+
resolved "https://registry.npmjs.org/@types/react-copy-to-clipboard/-/react-copy-to-clipboard-5.0.0.tgz"
214+
integrity sha512-faUg6Kx3Dfv0MBIcs+xzIptlRtjEVSaNjqyC14YAp4UwSiTHghnKtBOt9ERRTZZJfoJgnw10tomVaqG86GzdAw==
215215
dependencies:
216216
"@types/react" "*"
217217

0 commit comments

Comments
 (0)