Skip to content

Commit 60d7a53

Browse files
authored
Merge pull request #62 from ReactiveDB/greenkeeper/shx-0.3.0
Update shx to the latest version 🚀
2 parents fceb1ce + 4f1cf9e commit 60d7a53

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"raw-loader": "^0.5.1",
7979
"rxjs": "^5.5.6",
8080
"shelljs": "^0.8.1",
81-
"shx": "^0.2.2",
81+
"shx": "^0.3.0",
8282
"sinon": "^5.0.0",
8383
"sinon-chai": "^3.0.0",
8484
"source-map-loader": "^0.2.3",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6588,7 +6588,7 @@ shell-quote@^1.6.1:
65886588
array-reduce "~0.0.0"
65896589
jsonify "~0.0.0"
65906590

6591-
shelljs@^0.7.0, shelljs@^0.7.3:
6591+
shelljs@^0.7.0:
65926592
version "0.7.8"
65936593
resolved "https://registry.npmjs.org/shelljs/-/shelljs-0.7.8.tgz#decbcf874b0d1e5fb72e14b164a9683048e9acb3"
65946594
dependencies:
@@ -6604,13 +6604,13 @@ shelljs@^0.8.1:
66046604
interpret "^1.0.0"
66056605
rechoir "^0.6.2"
66066606

6607-
shx@^0.2.2:
6608-
version "0.2.2"
6609-
resolved "https://registry.npmjs.org/shx/-/shx-0.2.2.tgz#0a304d020b0edf1306ad81570e80f0346df58a39"
6607+
shx@^0.3.0:
6608+
version "0.3.0"
6609+
resolved "https://registry.npmjs.org/shx/-/shx-0.3.0.tgz#f978c7a2c18cbf26ecdc1c44c22cc0238ff7c444"
66106610
dependencies:
66116611
es6-object-assign "^1.0.3"
66126612
minimist "^1.2.0"
6613-
shelljs "^0.7.3"
6613+
shelljs "^0.8.1"
66146614

66156615
signal-exit@^3.0.0, signal-exit@^3.0.1, signal-exit@^3.0.2:
66166616
version "3.0.2"

0 commit comments

Comments
 (0)