Update react-clipboard.js to version 2.0.5

This commit is contained in:
depfu[bot] 2019-03-06 17:10:47 +00:00
parent f07648f87b
commit f0f35073e3
2 changed files with 10 additions and 4 deletions

12
package-lock.json generated
View file

@ -1365,6 +1365,11 @@
"@types/jquery": "*"
}
},
"@types/clipboard": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@types/clipboard/-/clipboard-2.0.1.tgz",
"integrity": "sha512-gJJX9Jjdt3bIAePQRRjYWG20dIhAgEqonguyHxXuqALxsoDsDLimihqrSg8fXgVTJ4KZCzkfglKtwsh/8dLfbA=="
},
"@types/jquery": {
"version": "3.3.6",
"resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.3.6.tgz",
@ -8814,10 +8819,11 @@
}
},
"react-clipboard.js": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/react-clipboard.js/-/react-clipboard.js-2.0.3.tgz",
"integrity": "sha512-3Qj2P3MYfh/dvVTZcN+P1e4P60iTWKjG36LFWLepCxGQq8hzKfNGB9GFCh80XuMKcveOpz9uje8VTP5frnPbmw==",
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/react-clipboard.js/-/react-clipboard.js-2.0.5.tgz",
"integrity": "sha512-sKRs4lfAceM+d1sNXt0N2q11bVruBWmP82QbUUPabIXc+/qwyClaZmQWbkgROlDczJXymWeOwA9H786dNdsHXA==",
"requires": {
"@types/clipboard": "^2.0.1",
"clipboard": "^2.0.0",
"prop-types": "^15.5.0"
}

View file

@ -22,7 +22,7 @@
"next": "^7.0.3",
"next-seo": "^1.11.1",
"react": "^16.8.0-alpha.0",
"react-clipboard.js": "^2.0.3",
"react-clipboard.js": "^2.0.5",
"react-dom": "^16.8.0-alpha.0",
"react-markdown": "^4.0.6",
"styled-components": "^4.1.3",