Bump cpy-cli from 3.1.1 to 4.2.0 (#6724)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Labhansh Agrawal <labhansh.agrawal@gmail.com>
This commit is contained in:
dependabot[bot] 2023-02-20 23:28:37 +05:30 committed by GitHub
parent f4273b697e
commit b688ab10d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 149 additions and 860 deletions

View file

@ -12,7 +12,7 @@
"test:unit": "ava",
"test:unit:watch": "yarn run test:unit -- --watch",
"test:e2e": "ava --config ava-e2e.config.js",
"postinstall": "yarn run v8-snapshot && webpack --config-name hyper-app && electron-builder install-app-deps && yarn run rebuild-node-pty && cpy --cwd=target --parents \"node_modules/**/*\" \"../app/\" && husky install && yarn run generate-schema",
"postinstall": "yarn run v8-snapshot && webpack --config-name hyper-app && electron-builder install-app-deps && yarn run rebuild-node-pty && cpy --cwd=target node_modules \"../app/\" && husky install && yarn run generate-schema",
"rebuild-node-pty": "electron-rebuild -f -o node-pty -m target",
"dist": "yarn run build && cross-env BABEL_ENV=production babel target/renderer/bundle.js --out-file target/renderer/bundle.js --no-comments --minified && electron-builder",
"clean": "node ./bin/rimraf-standalone.js node_modules && node ./bin/rimraf-standalone.js ./app/node_modules && node ./bin/rimraf-standalone.js ./app/renderer",
@ -103,7 +103,7 @@
"babel-loader": "9.1.2",
"concurrently": "7.6.0",
"copy-webpack-plugin": "11.0.0",
"cpy-cli": "^3.1.1",
"cpy-cli": "^4.2.0",
"cross-env": "7.0.3",
"electron": "21.3.3",
"electron-builder": "^23.3.3",

1005
yarn.lock

File diff suppressed because it is too large Load diff