Downgrade react-clipboard, v2 is broken

master
Torjus 2018-07-16 11:09:42 +02:00
parent a7e4e5e651
commit d85e8210bb
2 changed files with 17 additions and 12 deletions

27
app/package-lock.json generated
View File

@ -2278,9 +2278,9 @@
"dev": true
},
"clipboard": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.1.tgz",
"integrity": "sha512-7yhQBmtN+uYZmfRjjVjKa0dZdWuabzpSKGtyQZN+9C8xlC788SSJjOHWh7tzurfwTqTD5UDYAhIv5fRJg3sHjQ==",
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/clipboard/-/clipboard-1.7.1.tgz",
"integrity": "sha1-Ng1taUbpmnof7zleQrqStem1oWs=",
"requires": {
"good-listener": "^1.2.2",
"select": "^1.1.2",
@ -4478,7 +4478,8 @@
"ansi-regex": {
"version": "2.1.1",
"bundled": true,
"dev": true
"dev": true,
"optional": true
},
"aproba": {
"version": "1.2.0",
@ -4900,7 +4901,8 @@
"safe-buffer": {
"version": "5.1.1",
"bundled": true,
"dev": true
"dev": true,
"optional": true
},
"safer-buffer": {
"version": "2.1.2",
@ -4956,6 +4958,7 @@
"version": "3.0.1",
"bundled": true,
"dev": true,
"optional": true,
"requires": {
"ansi-regex": "^2.0.0"
}
@ -4999,12 +5002,14 @@
"wrappy": {
"version": "1.0.2",
"bundled": true,
"dev": true
"dev": true,
"optional": true
},
"yallist": {
"version": "3.0.2",
"bundled": true,
"dev": true
"dev": true,
"optional": true
}
}
},
@ -9823,11 +9828,11 @@
}
},
"react-clipboard.js": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/react-clipboard.js/-/react-clipboard.js-2.0.0.tgz",
"integrity": "sha512-KM0V411TiXYGnPfghitIsbxsrRuQ7DdqaluYfBJ+TOHATbBGhhKTkK8P1CRoOHOChRTo7Nsxf11y9CApuWuYZw==",
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/react-clipboard.js/-/react-clipboard.js-1.1.4.tgz",
"integrity": "sha512-IyxhQn9HX3g3YmXgEU0ZN698fO0JDKmYk3Jldw7VLbX6J33wyteZB3fp6HSQavwVH9fvguptlgHPyUCKNUcD0Q==",
"requires": {
"clipboard": "^2.0.0",
"clipboard": "^1.6.1",
"prop-types": "^15.5.0"
}
},

View File

@ -19,7 +19,7 @@
"protoo-client": "^3.0.0",
"random-string": "^0.2.0",
"react": "^16.4.1",
"react-clipboard.js": "^2.0.0",
"react-clipboard.js": "^1.1.4",
"react-dom": "^16.4.1",
"react-draggable": "^3.0.5",
"react-dropdown": "^1.5.0",