Merge pull request #1853 from gradido/1851-integrate-and-test-the-behaviour-of-clipboard-polyfill

1851 integrate and test the behaviour of clipboard polyfill
This commit is contained in:
Alexander Friedland 2022-04-28 16:57:28 +02:00 committed by GitHub
commit da54ccda87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 0 deletions

View File

@ -25,6 +25,7 @@
"babel-preset-vue": "^2.0.2",
"bootstrap": "^4.5.3",
"bootstrap-vue": "^2.21.2",
"clipboard-polyfill": "^4.0.0-rc1",
"es6-promise": "^4.1.1",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.1.0",

View File

@ -16,6 +16,8 @@ import router from './routes/router'
import { apolloProvider } from './plugins/apolloProvider'
import 'clipboard-polyfill/overwrite-globals'
// plugin setup
Vue.use(DashboardPlugin)
Vue.config.productionTip = false

View File

@ -4856,6 +4856,11 @@ cli-width@^2.0.0:
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.1.tgz#b0433d0b4e9c847ef18868a4ef16fd5fc8271c48"
integrity sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==
clipboard-polyfill@^4.0.0-rc1:
version "4.0.0-rc1"
resolved "https://registry.yarnpkg.com/clipboard-polyfill/-/clipboard-polyfill-4.0.0-rc1.tgz#a000ab25b1f582bca03667dc572854f1c8d92b04"
integrity sha512-Cel03Es9ZgP6pYA2JT9cZ2VgvOH2/EHgB7jji84FpINBJWqfMEwiI1Y3LstVL+E43cm3CnCrLL2vwb9DMbr28A==
clipboardy@^2.0.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/clipboardy/-/clipboardy-2.3.0.tgz#3c2903650c68e46a91b388985bc2774287dba290"