mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
update @types/copy-webpack-plugin
This commit is contained in:
parent
2e190be645
commit
cc4d538b71
2 changed files with 5 additions and 6 deletions
|
|
@ -71,7 +71,7 @@
|
|||
"@types/async-retry": "1.4.2",
|
||||
"@types/color": "3.0.1",
|
||||
"@types/columnify": "^1.5.0",
|
||||
"@types/copy-webpack-plugin": "5.0.0",
|
||||
"@types/copy-webpack-plugin": "^6.0.0",
|
||||
"@types/electron-devtools-installer": "2.2.0",
|
||||
"@types/fs-extra": "9.0.0",
|
||||
"@types/lodash": "^4.14.152",
|
||||
|
|
|
|||
|
|
@ -640,12 +640,11 @@
|
|||
resolved "https://registry.yarnpkg.com/@types/columnify/-/columnify-1.5.0.tgz#94bb31f14c66bab6d968caa455ff13af1f0e7632"
|
||||
integrity sha512-f39gUbf4NuSTVG9XEUJzYQ8L9e3l91jwywbJdU0fJixCRHKzQnyWxa9KfRPEuC3PhH5TIAi79kX2sAkXXSTB9Q==
|
||||
|
||||
"@types/copy-webpack-plugin@5.0.0":
|
||||
version "5.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@types/copy-webpack-plugin/-/copy-webpack-plugin-5.0.0.tgz#db7f9c9763b10b2af5c83f598fa9b5a13733b20b"
|
||||
integrity sha512-yQHocgdgES7W5Q2UyxJ5cj/E6MrV1zq3MZ8jdApS9NJKqax+rux9IE3QAbBmNCGbgivEsejrkIq3Rm76JLubkg==
|
||||
"@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==
|
||||
dependencies:
|
||||
"@types/minimatch" "*"
|
||||
"@types/node" "*"
|
||||
"@types/webpack" "*"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue