Skip to content

Commit 63b0edc

Browse files
authored
Merge pull request #83 from ui-router/greenkeeper/shelljs-0.8.0
Update shelljs to the latest version πŸš€
2 parents ac7e4e0 + d6beee3 commit 63b0edc

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"react-test-renderer": "^16.2.0",
7474
"readline-sync": "^1.4.7",
7575
"replace-in-file": "^3.1.0",
76-
"shelljs": "^0.7.7",
76+
"shelljs": "^0.8.0",
7777
"shx": "^0.2.2",
7878
"ts-jest": "^22.0.0",
7979
"typedoc": "^0.9.0",

β€Žyarn.lockβ€Ž

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5119,7 +5119,15 @@ shell-quote@^1.6.1:
51195119
array-reduce "~0.0.0"
51205120
jsonify "~0.0.0"
51215121

5122-
shelljs@^0.7.0, shelljs@^0.7.3, shelljs@^0.7.7, shelljs@^0.7.8:
5122+
shelljs@0.8.0:
5123+
version "0.8.0"
5124+
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.0.tgz#12f561c52ec5d0d3315af15616c011a18ff80d59"
5125+
dependencies:
5126+
glob "^7.0.0"
5127+
interpret "^1.0.0"
5128+
rechoir "^0.6.2"
5129+
5130+
shelljs@^0.7.0, shelljs@^0.7.3, shelljs@^0.7.8:
51235131
version "0.7.8"
51245132
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.8.tgz#decbcf874b0d1e5fb72e14b164a9683048e9acb3"
51255133
dependencies:

0 commit comments

Comments
Β (0)