Skip to content

Commit fee24db

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

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.7",
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.7":
212+
version "5.0.7"
213+
resolved "https://registry.yarnpkg.com/@types/react-copy-to-clipboard/-/react-copy-to-clipboard-5.0.7.tgz#0cb724d4228f1c2f8f5675671b3971c8801d5f45"
214+
integrity sha512-Gft19D+as4M+9Whq1oglhmK49vqPhcLzk8WfvfLvaYMIPYanyfLy0+CwFucMJfdKoSFyySPmkkWn8/E6voQXjQ==
215215
dependencies:
216216
"@types/react" "*"
217217

0 commit comments

Comments
 (0)