Skip to content

Commit 604d336

Browse files
fix(deps): pin dependency react-use-clipboard to 1.0.7 (#160)
1 parent cda84ef commit 604d336

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react-scripts": "5.0.0",
2121
"react-syntax-highlighter": "15.5.0",
2222
"react-toastify": "8.2.0",
23-
"react-use-clipboard": "^1.0.7"
23+
"react-use-clipboard": "1.0.7"
2424
},
2525
"scripts": {
2626
"dev": "BROWSER=none react-scripts start",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7863,9 +7863,9 @@ react-transition-group@^4.4.2:
78637863
loose-envify "^1.4.0"
78647864
prop-types "^15.6.2"
78657865

7866-
react-use-clipboard@^1.0.7:
7866+
78677867
version "1.0.7"
7868-
resolved "https://registry.npmmirror.com/react-use-clipboard/-/react-use-clipboard-1.0.7.tgz#34cccdfb4f17f5e6522e38f2cee62d05f605597a"
7868+
resolved "https://registry.yarnpkg.com/react-use-clipboard/-/react-use-clipboard-1.0.7.tgz#34cccdfb4f17f5e6522e38f2cee62d05f605597a"
78697869
integrity sha512-blIprqARyITp0uVw/2Rh87mcujqXdH6vZ5NrcuXEhI5EmjBGxcGnwt/79+vdN7rwM6OliGj481lOj6ZCcsiYEQ==
78707870
dependencies:
78717871
copy-to-clipboard "^3.3.1"

0 commit comments

Comments
 (0)