mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Bump @types/copy-webpack-plugin from 6.0.0 to 6.2.0
Bumps [@types/copy-webpack-plugin](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/copy-webpack-plugin) from 6.0.0 to 6.2.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/copy-webpack-plugin) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
fd038a790b
commit
5118014b06
2 changed files with 5 additions and 6 deletions
|
|
@ -72,7 +72,7 @@
|
|||
"@types/async-retry": "1.4.2",
|
||||
"@types/color": "3.0.1",
|
||||
"@types/columnify": "^1.5.0",
|
||||
"@types/copy-webpack-plugin": "^6.0.0",
|
||||
"@types/copy-webpack-plugin": "^6.2.0",
|
||||
"@types/electron-devtools-installer": "2.2.0",
|
||||
"@types/fs-extra": "9.0.3",
|
||||
"@types/lodash": "^4.14.165",
|
||||
|
|
|
|||
|
|
@ -680,12 +680,11 @@
|
|||
resolved "https://registry.yarnpkg.com/@types/columnify/-/columnify-1.5.0.tgz#94bb31f14c66bab6d968caa455ff13af1f0e7632"
|
||||
integrity sha512-f39gUbf4NuSTVG9XEUJzYQ8L9e3l91jwywbJdU0fJixCRHKzQnyWxa9KfRPEuC3PhH5TIAi79kX2sAkXXSTB9Q==
|
||||
|
||||
"@types/copy-webpack-plugin@^6.0.0":
|
||||
version "6.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@types/copy-webpack-plugin/-/copy-webpack-plugin-6.0.0.tgz#ad4a4d7be859ba6a6adcb970aab3256a705cd049"
|
||||
integrity sha512-Ousy+sNap1j44eG+C9FZvTUybpp9lFmKjBRF7L0NDs/+SDA9OXKo2OpsHJfD/LMWflz+uvfTCBXH1CgdL6AW/g==
|
||||
"@types/copy-webpack-plugin@^6.2.0":
|
||||
version "6.2.0"
|
||||
resolved "https://registry.yarnpkg.com/@types/copy-webpack-plugin/-/copy-webpack-plugin-6.2.0.tgz#801f99b6e8378cfc8ea086cf7cd09988a29e6fe6"
|
||||
integrity sha512-b4dGTj36/FiiBI8nzPWBACX85n6pIjlwXgEPvf12C5rOEDFyFxMCbRJ8g1l1ZM5NFH/hafw2/5QM1HmReE4AKA==
|
||||
dependencies:
|
||||
"@types/node" "*"
|
||||
"@types/webpack" "*"
|
||||
|
||||
"@types/debug@^4.1.5":
|
||||
|
|
|
|||
Loading…
Reference in a new issue