Skip to content

Commit

Permalink
Merge 93121f8 into 442dd3f
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 14, 2019
2 parents 442dd3f + 93121f8 commit 532de71
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/redux-saga-requests-axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"jest": "24.8.0",
"nodemon": "1.19.1",
"npm-run-all": "4.1.5",
"rimraf": "2.6.3",
"rimraf": "2.7.1",
"typescript": "3.5.2",
"webpack": "4.35.0",
"webpack-cli": "3.3.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-saga-requests-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"jest": "24.8.0",
"nodemon": "1.19.1",
"npm-run-all": "4.1.5",
"rimraf": "2.6.3",
"rimraf": "2.7.1",
"typescript": "3.5.2",
"webpack": "4.35.0",
"webpack-cli": "3.3.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-saga-requests-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"jest": "24.8.0",
"nodemon": "1.19.1",
"npm-run-all": "4.1.5",
"rimraf": "2.6.3",
"rimraf": "2.7.1",
"typescript": "3.5.2",
"webpack": "4.35.0",
"webpack-cli": "3.3.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-saga-requests-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"jest": "24.8.0",
"nodemon": "1.19.1",
"npm-run-all": "4.1.5",
"rimraf": "2.6.3",
"rimraf": "2.7.1",
"typescript": "3.5.2",
"webpack": "4.35.0",
"webpack-cli": "3.3.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-saga-requests-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"react-test-renderer": "16.8.6",
"redux": "4.0.1",
"redux-mock-store": "1.5.3",
"rimraf": "2.6.3",
"rimraf": "2.7.1",
"typescript": "3.5.2",
"webpack": "4.35.0",
"webpack-cli": "3.3.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-saga-requests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"redux-mock-store": "1.5.3",
"redux-saga": "0.16.2",
"redux-saga-test-plan": "3.7.0",
"rimraf": "2.6.3",
"rimraf": "2.7.1",
"typescript": "3.5.2",
"webpack": "4.35.0",
"webpack-cli": "3.3.5"
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7733,13 +7733,20 @@ retry@^0.10.0:
resolved "https://registry.yarnpkg.com/retry/-/retry-0.10.1.tgz#e76388d217992c252750241d3d3956fed98d8ff4"
integrity sha1-52OI0heZLCUnUCQdPTlW/tmNj/Q=

rimraf@2, rimraf@2.6.3, rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2, rimraf@^2.6.3, rimraf@~2.6.2:
rimraf@2, rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2, rimraf@^2.6.3, rimraf@~2.6.2:
version "2.6.3"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
dependencies:
glob "^7.1.3"

rimraf@2.7.1:
version "2.7.1"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==
dependencies:
glob "^7.1.3"

ripemd160@^2.0.0, ripemd160@^2.0.1:
version "2.0.2"
resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c"
Expand Down

0 comments on commit 532de71

Please sign in to comment.