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

Commit 5f4af4e

Browse files
authored
Merge pull request #14 from withspectrum/depfu/update/yarn/rimraf-2.6.2
Update rimraf: 2.6.1 → 2.6.2 (patch)
2 parents 59f1e9c + 1e54a3e commit 5f4af4e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"jest": "19.x.x",
3939
"lint-staged": "^3.4.1",
4040
"prettier": "^1.3.1",
41-
"rimraf": "^2.6.1"
41+
"rimraf": "^2.6.2"
4242
}
4343
}

yarn.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2594,6 +2594,12 @@ rimraf@2, rimraf@^2.5.1, rimraf@^2.6.1:
25942594
dependencies:
25952595
glob "^7.0.5"
25962596

2597+
rimraf@^2.6.2:
2598+
version "2.6.2"
2599+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.2.tgz#2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36"
2600+
dependencies:
2601+
glob "^7.0.5"
2602+
25972603
rxjs@^5.0.0-beta.11:
25982604
version "5.3.1"
25992605
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.3.1.tgz#9ecc9e722247e4f4490d30a878577a3740fd0cb7"

0 commit comments

Comments
 (0)