Bump clipboardjs
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
4fcdfbf5de
commit
6bca362ce9
3 changed files with 8 additions and 8 deletions
|
@ -32,7 +32,7 @@
|
||||||
"davclient.js": "https://github.com/evert/davclient.js.git#0.1.2",
|
"davclient.js": "https://github.com/evert/davclient.js.git#0.1.2",
|
||||||
"es6-promise": "https://github.com/jakearchibald/es6-promise.git#~2.3.0",
|
"es6-promise": "https://github.com/jakearchibald/es6-promise.git#~2.3.0",
|
||||||
"base64": "~0.3.0",
|
"base64": "~0.3.0",
|
||||||
"clipboard": "^1.5.12",
|
"clipboard": "1.7.1",
|
||||||
"autosize": "4.0.0"
|
"autosize": "4.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
10
core/vendor/clipboard/.bower.json
vendored
10
core/vendor/clipboard/.bower.json
vendored
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "clipboard",
|
"name": "clipboard",
|
||||||
"version": "1.6.1",
|
"version": "1.7.1",
|
||||||
"description": "Modern copy to clipboard. No Flash. Just 2kb",
|
"description": "Modern copy to clipboard. No Flash. Just 2kb",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "dist/clipboard.js",
|
"main": "dist/clipboard.js",
|
||||||
|
@ -20,13 +20,13 @@
|
||||||
"cut"
|
"cut"
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/zenorocha/clipboard.js",
|
"homepage": "https://github.com/zenorocha/clipboard.js",
|
||||||
"_release": "1.6.1",
|
"_release": "1.7.1",
|
||||||
"_resolution": {
|
"_resolution": {
|
||||||
"type": "version",
|
"type": "version",
|
||||||
"tag": "v1.6.1",
|
"tag": "v1.7.1",
|
||||||
"commit": "f59d4e6b4db55b0f462eeb96fb74db3469e0765d"
|
"commit": "b6e6b80ab07eab03ce0d277515b3ed540773a330"
|
||||||
},
|
},
|
||||||
"_source": "https://github.com/zenorocha/clipboard.js.git",
|
"_source": "https://github.com/zenorocha/clipboard.js.git",
|
||||||
"_target": "^1.5.12",
|
"_target": "1.7.1",
|
||||||
"_originalSource": "clipboard"
|
"_originalSource": "clipboard"
|
||||||
}
|
}
|
4
core/vendor/clipboard/dist/clipboard.min.js
vendored
4
core/vendor/clipboard/dist/clipboard.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue