Skip to content

Commit

Permalink
Merge 58a6bca into 97cb6b6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 24, 2018
2 parents 97cb6b6 + 58a6bca commit 561462b
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/redux-saga-requests-axios/package.json
Expand Up @@ -59,7 +59,7 @@
"eslint-plugin-react": "7.11.1",
"mocha": "5.2.0",
"nodemon": "1.18.6",
"npm-run-all": "4.1.3",
"npm-run-all": "4.1.5",
"rimraf": "2.6.2",
"sinon": "7.1.1",
"typescript": "3.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-saga-requests-fetch/package.json
Expand Up @@ -60,7 +60,7 @@
"eslint-plugin-react": "7.11.1",
"mocha": "5.2.0",
"nodemon": "1.18.6",
"npm-run-all": "4.1.3",
"npm-run-all": "4.1.5",
"rimraf": "2.6.2",
"sinon": "7.1.1",
"typescript": "3.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-saga-requests-mock/package.json
Expand Up @@ -59,7 +59,7 @@
"eslint-plugin-react": "7.11.1",
"mocha": "5.2.0",
"nodemon": "1.18.6",
"npm-run-all": "4.1.3",
"npm-run-all": "4.1.5",
"rimraf": "2.6.2",
"sinon": "7.1.1",
"typescript": "3.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-saga-requests/package.json
Expand Up @@ -57,7 +57,7 @@
"eslint-plugin-react": "7.11.1",
"mocha": "5.2.0",
"nodemon": "1.18.6",
"npm-run-all": "4.1.3",
"npm-run-all": "4.1.5",
"redux": "4.0.1",
"redux-mock-store": "1.5.3",
"redux-saga": "0.16.2",
Expand Down
25 changes: 15 additions & 10 deletions yarn.lock
Expand Up @@ -1612,7 +1612,7 @@ ansi-regex@^3.0.0:
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=

ansi-styles@^3.1.0, ansi-styles@^3.2.0, ansi-styles@^3.2.1:
ansi-styles@^3.1.0, ansi-styles@^3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
Expand Down Expand Up @@ -2810,7 +2810,7 @@ cross-spawn@^5.0.1:
shebang-command "^1.2.0"
which "^1.2.9"

cross-spawn@^6.0.0, cross-spawn@^6.0.4, cross-spawn@^6.0.5:
cross-spawn@^6.0.0, cross-spawn@^6.0.5:
version "6.0.5"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
Expand Down Expand Up @@ -5891,17 +5891,17 @@ npm-registry-fetch@^3.8.0:
make-fetch-happen "^4.0.1"
npm-package-arg "^6.1.0"

npm-run-all@4.1.3:
version "4.1.3"
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.3.tgz#49f15b55a66bb4101664ce270cb18e7103f8f185"
integrity sha512-aOG0N3Eo/WW+q6sUIdzcV2COS8VnTZCmdji0VQIAZF3b+a3YWb0AD0vFIyjKec18A7beLGbaQ5jFTNI2bPt9Cg==
npm-run-all@4.1.5:
version "4.1.5"
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba"
integrity sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==
dependencies:
ansi-styles "^3.2.0"
chalk "^2.1.0"
cross-spawn "^6.0.4"
ansi-styles "^3.2.1"
chalk "^2.4.1"
cross-spawn "^6.0.5"
memorystream "^0.3.1"
minimatch "^3.0.4"
ps-tree "^1.1.0"
pidtree "^0.3.0"
read-pkg "^3.0.0"
shell-quote "^1.6.1"
string.prototype.padend "^3.0.0"
Expand Down Expand Up @@ -6409,6 +6409,11 @@ performance-now@^2.1.0:
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=

pidtree@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.0.tgz#f6fada10fccc9f99bf50e90d0b23d72c9ebc2e6b"
integrity sha512-9CT4NFlDcosssyg8KVFltgokyKZIFjoBxw8CTGy+5F38Y1eQWrt8tRayiUOXE+zVKQnYu5BR8JjCtvK3BcnBhg==

pify@^2.0.0, pify@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
Expand Down

0 comments on commit 561462b

Please sign in to comment.