Remove cpy-cli from the dependencies.
This commit is contained in:
parent
fc31109291
commit
c33cf5b532
|
@ -20,7 +20,6 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"cpy": "^8.1.0",
|
"cpy": "^8.1.0",
|
||||||
"cpy-cli": "^3.1.1",
|
|
||||||
"husky": "^4.2.5",
|
"husky": "^4.2.5",
|
||||||
"netlify-cli": "^2.58.0",
|
"netlify-cli": "^2.58.0",
|
||||||
"nodemon": "^2.0.4",
|
"nodemon": "^2.0.4",
|
||||||
|
|
27
yarn.lock
27
yarn.lock
|
@ -2264,15 +2264,7 @@ cp-file@^7.0.0:
|
||||||
nested-error-stacks "^2.0.0"
|
nested-error-stacks "^2.0.0"
|
||||||
p-event "^4.1.0"
|
p-event "^4.1.0"
|
||||||
|
|
||||||
cpy-cli@^3.1.1:
|
cpy@^8.1.0:
|
||||||
version "3.1.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/cpy-cli/-/cpy-cli-3.1.1.tgz#2adb06544102c948ce098e522d5b8ddcf4f7c0b4"
|
|
||||||
integrity sha512-HCpNdBkQy3rw+uARLuIf0YurqsMXYzBa9ihhSAuxYJcNIrqrSq3BstPfr0cQN38AdMrQiO9Dp4hYy7GtGJsLPg==
|
|
||||||
dependencies:
|
|
||||||
cpy "^8.0.0"
|
|
||||||
meow "^6.1.1"
|
|
||||||
|
|
||||||
cpy@^8.0.0, cpy@^8.1.0:
|
|
||||||
version "8.1.0"
|
version "8.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/cpy/-/cpy-8.1.0.tgz#e8ac07f3caeb0113bd55326e5cda052c19fa6c60"
|
resolved "https://registry.yarnpkg.com/cpy/-/cpy-8.1.0.tgz#e8ac07f3caeb0113bd55326e5cda052c19fa6c60"
|
||||||
integrity sha512-XwlImkjPxMr01qXqC564VD4rfcDQ2eKtYmFlCy0ixsLRJ1cwYVUBh+v47jsQTO1IrmvdjqO813VpDQ0JiTuOdA==
|
integrity sha512-XwlImkjPxMr01qXqC564VD4rfcDQ2eKtYmFlCy0ixsLRJ1cwYVUBh+v47jsQTO1IrmvdjqO813VpDQ0JiTuOdA==
|
||||||
|
@ -5655,23 +5647,6 @@ memory-fs@^0.2.0:
|
||||||
resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.2.0.tgz#f2bb25368bc121e391c2520de92969caee0a0290"
|
resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.2.0.tgz#f2bb25368bc121e391c2520de92969caee0a0290"
|
||||||
integrity sha1-8rslNovBIeORwlIN6Slpyu4KApA=
|
integrity sha1-8rslNovBIeORwlIN6Slpyu4KApA=
|
||||||
|
|
||||||
meow@^6.1.1:
|
|
||||||
version "6.1.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/meow/-/meow-6.1.1.tgz#1ad64c4b76b2a24dfb2f635fddcadf320d251467"
|
|
||||||
integrity sha512-3YffViIt2QWgTy6Pale5QpopX/IvU3LPL03jOTqp6pGj3VjesdO/U8CuHMKpnQr4shCNCM5fd5XFFvIIl6JBHg==
|
|
||||||
dependencies:
|
|
||||||
"@types/minimist" "^1.2.0"
|
|
||||||
camelcase-keys "^6.2.2"
|
|
||||||
decamelize-keys "^1.1.0"
|
|
||||||
hard-rejection "^2.1.0"
|
|
||||||
minimist-options "^4.0.2"
|
|
||||||
normalize-package-data "^2.5.0"
|
|
||||||
read-pkg-up "^7.0.1"
|
|
||||||
redent "^3.0.0"
|
|
||||||
trim-newlines "^3.0.0"
|
|
||||||
type-fest "^0.13.1"
|
|
||||||
yargs-parser "^18.1.3"
|
|
||||||
|
|
||||||
meow@^7.0.1:
|
meow@^7.0.1:
|
||||||
version "7.0.1"
|
version "7.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/meow/-/meow-7.0.1.tgz#1ed4a0a50b3844b451369c48362eb0515f04c1dc"
|
resolved "https://registry.yarnpkg.com/meow/-/meow-7.0.1.tgz#1ed4a0a50b3844b451369c48362eb0515f04c1dc"
|
||||||
|
|
Loading…
Reference in New Issue