Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Commit 26bd9a8

Browse files
Update shx
1 parent 10af48f commit 26bd9a8

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

packages/library/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"postcss-preset-env": "^6.7.0",
6363
"requirejs": "^2.3.3",
6464
"shelljs": "^0.8.2",
65-
"shx": "^0.2.2",
65+
"shx": "^0.3.2",
6666
"sinon": "^7.0.0",
6767
"webpack": "^4.8.0",
6868
"webpack-bundle-analyzer": "^3.0.0",

yarn.lock

+1-16
Original file line numberDiff line numberDiff line change
@@ -16052,14 +16052,6 @@ [email protected]:
1605216052
version "0.3.0"
1605316053
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.3.0.tgz#3596e6307a781544f591f37da618360f31db57b1"
1605416054

16055-
shelljs@^0.7.3:
16056-
version "0.7.8"
16057-
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.8.tgz#decbcf874b0d1e5fb72e14b164a9683048e9acb3"
16058-
dependencies:
16059-
glob "^7.0.0"
16060-
interpret "^1.0.0"
16061-
rechoir "^0.6.2"
16062-
1606316055
shelljs@^0.8.1:
1606416056
version "0.8.2"
1606516057
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.2.tgz#345b7df7763f4c2340d584abb532c5f752ca9e35"
@@ -16085,17 +16077,10 @@ shim-keyboard-event-key@^1.0.2:
1608516077
resolved "https://registry.yarnpkg.com/shim-keyboard-event-key/-/shim-keyboard-event-key-1.0.3.tgz#9a9441d6b7d1fb25819d86182caf554e821a515c"
1608616078
integrity sha512-PTNRkOxDlZ2+Xz4CbKJJsh/pe1DJdaC+b4HHV02A1aEWNmwh1g9am0ZiU/ktu3uVfQrY3yDHTOVhst3xpLhw2A==
1608716079

16088-
shx@^0.2.2:
16089-
version "0.2.2"
16090-
resolved "https://registry.yarnpkg.com/shx/-/shx-0.2.2.tgz#0a304d020b0edf1306ad81570e80f0346df58a39"
16091-
dependencies:
16092-
es6-object-assign "^1.0.3"
16093-
minimist "^1.2.0"
16094-
shelljs "^0.7.3"
16095-
1609616080
shx@^0.3.2:
1609716081
version "0.3.2"
1609816082
resolved "https://registry.yarnpkg.com/shx/-/shx-0.3.2.tgz#40501ce14eb5e0cbcac7ddbd4b325563aad8c123"
16083+
integrity sha512-aS0mWtW3T2sHAenrSrip2XGv39O9dXIFUqxAEWHEOS1ePtGIBavdPJY1kE2IHl14V/4iCbUiNDPGdyYTtmhSoA==
1609916084
dependencies:
1610016085
es6-object-assign "^1.0.3"
1610116086
minimist "^1.2.0"

0 commit comments

Comments
 (0)