forked from mui/material-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] yarn docs:export support for Windows (mui#17009)
* fix yarn install * substitute systems cp command with cpy-cli * fixes mui#16998 * add cpy-cli as a dev-dependency * move cpy-cli to docs workspace - /docs/pacage.json * fix yarn.lock with yarn install
- Loading branch information
1 parent
4a8539b
commit 3d973a2
Showing
3 changed files
with
46 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -165,5 +165,6 @@ | |
"workspaces": [ | ||
"packages/*", | ||
"docs" | ||
] | ||
], | ||
"dependencies": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4677,7 +4677,7 @@ cosmiconfig@^5.0.0, cosmiconfig@^5.0.7, cosmiconfig@^5.1.0, cosmiconfig@^5.2.0: | |
js-yaml "^3.13.1" | ||
parse-json "^4.0.0" | ||
|
||
cp-file@^6.2.0: | ||
cp-file@^6.1.0, cp-file@^6.2.0: | ||
version "6.2.0" | ||
resolved "https://registry.yarnpkg.com/cp-file/-/cp-file-6.2.0.tgz#40d5ea4a1def2a9acdd07ba5c0b0246ef73dc10d" | ||
integrity sha512-fmvV4caBnofhPe8kOcitBwSn2f39QLjnAnGq3gO9dfd75mUytzKNZB1hde6QHunW2Rt+OwuBOMc3i1tNElbszA== | ||
|
@@ -4688,6 +4688,24 @@ cp-file@^6.2.0: | |
pify "^4.0.1" | ||
safe-buffer "^5.0.1" | ||
|
||
cpy-cli@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/cpy-cli/-/cpy-cli-2.0.0.tgz#13f1528a231605c52ee7b7f74848e4be82253274" | ||
integrity sha512-LzrtY3lBWvFZcw4lXgkEbbDUd7y78juC3C5l7gj3UyezMEZF0Be9fjCVLN1HoZAzdMDeC3KHehWpHBJvgVAPkw== | ||
dependencies: | ||
cpy "^7.0.0" | ||
meow "^5.0.0" | ||
|
||
cpy@^7.0.0: | ||
version "7.3.0" | ||
resolved "https://registry.yarnpkg.com/cpy/-/cpy-7.3.0.tgz#62f2847986b4ff9d029710568a49e9a9ab5a210e" | ||
integrity sha512-auvDu6h/J+cO1uqV40ymL/VoPM0+qPpNGaNttTzkYVXO/+GeynuyAK/MwFcWgU/P82ezcZw7RaN34CIIWajKLA== | ||
dependencies: | ||
arrify "^1.0.1" | ||
cp-file "^6.1.0" | ||
globby "^9.2.0" | ||
nested-error-stacks "^2.1.0" | ||
|
||
create-ecdh@^4.0.0: | ||
version "4.0.3" | ||
resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.3.tgz#c9111b6f33045c4697f144787f9254cdc77c45ff" | ||
|
@@ -9591,6 +9609,21 @@ meow@^4.0.0: | |
redent "^2.0.0" | ||
trim-newlines "^2.0.0" | ||
|
||
meow@^5.0.0: | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/meow/-/meow-5.0.0.tgz#dfc73d63a9afc714a5e371760eb5c88b91078aa4" | ||
integrity sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig== | ||
dependencies: | ||
camelcase-keys "^4.0.0" | ||
decamelize-keys "^1.0.0" | ||
loud-rejection "^1.0.0" | ||
minimist-options "^3.0.1" | ||
normalize-package-data "^2.3.4" | ||
read-pkg-up "^3.0.0" | ||
redent "^2.0.0" | ||
trim-newlines "^2.0.0" | ||
yargs-parser "^10.0.0" | ||
|
||
merge-anything@^2.2.4: | ||
version "2.4.0" | ||
resolved "https://registry.yarnpkg.com/merge-anything/-/merge-anything-2.4.0.tgz#86959caf02bb8969d1ae5e1b652862bc5fe54e44" | ||
|
@@ -9968,7 +10001,7 @@ neo-async@^2.5.0, neo-async@^2.6.0, neo-async@^2.6.1: | |
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c" | ||
integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw== | ||
|
||
nested-error-stacks@^2.0.0: | ||
nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/nested-error-stacks/-/nested-error-stacks-2.1.0.tgz#0fbdcf3e13fe4994781280524f8b96b0cdff9c61" | ||
integrity sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug== | ||
|
@@ -15191,6 +15224,13 @@ [email protected]: | |
camelcase "^5.0.0" | ||
decamelize "^1.2.0" | ||
|
||
yargs-parser@^10.0.0: | ||
version "10.1.0" | ||
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-10.1.0.tgz#7202265b89f7e9e9f2e5765e0fe735a905edbaa8" | ||
integrity sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ== | ||
dependencies: | ||
camelcase "^4.1.0" | ||
|
||
yargs-parser@^11.1.1: | ||
version "11.1.1" | ||
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-11.1.1.tgz#879a0865973bca9f6bab5cbdf3b1c67ec7d3bcf4" | ||
|