Skip to content

Commit

Permalink
Update dependency @types/react-copy-to-clipboard to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent 7c51e8a commit fee24db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/node": "10.17.60",
"@types/react": "16.14.11",
"@types/react-codemirror": "1.0.5",
"@types/react-copy-to-clipboard": "4.3.0",
"@types/react-copy-to-clipboard": "5.0.7",
"@types/react-dom": "16.9.14",
"@types/react-jsonschema-form": "1.7.6",
"@types/react-router-dom": "5.1.8",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,10 @@
"@types/codemirror" "*"
"@types/react" "*"

"@types/react-copy-to-clipboard@4.3.0":
version "4.3.0"
resolved "https://registry.npmjs.org/@types/react-copy-to-clipboard/-/react-copy-to-clipboard-4.3.0.tgz"
integrity sha512-iideNPRyroENqsOFh1i2Dv3zkviYS9r/9qD9Uh3Z9NNoAAqqa2x53i7iGndGNnJFIo20wIu7Hgh77tx1io8bgw==
"@types/react-copy-to-clipboard@5.0.7":
version "5.0.7"
resolved "https://registry.yarnpkg.com/@types/react-copy-to-clipboard/-/react-copy-to-clipboard-5.0.7.tgz#0cb724d4228f1c2f8f5675671b3971c8801d5f45"
integrity sha512-Gft19D+as4M+9Whq1oglhmK49vqPhcLzk8WfvfLvaYMIPYanyfLy0+CwFucMJfdKoSFyySPmkkWn8/E6voQXjQ==
dependencies:
"@types/react" "*"

Expand Down

0 comments on commit fee24db

Please sign in to comment.