Merge pull request #188 from brianlovin/depfu/update/npm/react-clipboard.js-2.0.7

Update react-clipboard.js: 2.0.6 → 2.0.7 (patch)
This commit is contained in:
Brian Lovin 2019-03-19 21:13:35 -04:00 committed by GitHub
commit 9503d869b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -8656,9 +8656,9 @@
}
},
"react-clipboard.js": {
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/react-clipboard.js/-/react-clipboard.js-2.0.6.tgz",
"integrity": "sha512-Xls69sDUNrhA0ZQkVD8G439VpNnNlzoZrHRi4Xb7cKXHdFYFBiGSvHl+51gusekVpq0PsKM3IX+bpblKWJPQww==",
"version": "2.0.7",
"resolved": "https://registry.npmjs.org/react-clipboard.js/-/react-clipboard.js-2.0.7.tgz",
"integrity": "sha512-KDjKTFL4Yumr6yq8/uM8+Ptk7m8YJLFRz1ie6u1hk8BC64ThTrzVqh3t6zJw11alEtwLvOgieF7YDm3JpxhZTQ==",
"requires": {
"@types/clipboard": "^2.0.1",
"clipboard": "^2.0.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.6",
"react-clipboard.js": "^2.0.7",
"react-dom": "^16.8.0-alpha.0",
"react-markdown": "^4.0.6",
"styled-components": "^4.1.3",