Skip to content

Commit

Permalink
Merge a8c0788 into c73f47d
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 20, 2019
2 parents c73f47d + a8c0788 commit ca6eba4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/redux-saga-requests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
},
"dependencies": {
"@babel/runtime": "^7.2.0",
"@redux-saga/delay-p": "1.0.0-rc.0"
"@redux-saga/delay-p": "1.0.0"
}
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1700,17 +1700,17 @@
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.0.tgz#50c1e2260ac0ed9439a181de3725a0168d59c48a"
integrity sha512-LAQ1d4OPfSJ/BMbI2DuizmYrrkD9JMaTdi2hQTlI53lQ4kRQPyZQRS4CYQ7O66bnBBnP/oYdRxbk++X0xuFU6A==

"@redux-saga/delay-p@1.0.0-rc.0":
version "1.0.0-rc.0"
resolved "https://registry.yarnpkg.com/@redux-saga/delay-p/-/delay-p-1.0.0-rc.0.tgz#ce44f7426e8ad9497c8e87a5877ee4f8a62252a6"
integrity sha512-bKFhVKiBC2BgnEpRMNO63D6iKydtQli0m/85CV/3kKeiCchJuBaQfVuGHJO/KsXjvMKDgLeYRvWBhLZdRXmyfw==
"@redux-saga/delay-p@1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@redux-saga/delay-p/-/delay-p-1.0.0.tgz#eefe4213080d517cc2a5429146ba3f44ece3de26"
integrity sha512-A/O+Olwi/qsLKqorb1AUxjlLsExjt3YM+e742d6p1blA0/fcyDpLhnejpSbcnka85dwzudQ6zV6krRq1WBswWQ==
dependencies:
"@redux-saga/symbols" "^1.0.0-rc.0"
"@redux-saga/symbols" "^1.0.0"

"@redux-saga/symbols@^1.0.0-rc.0":
version "1.0.0-rc.0"
resolved "https://registry.yarnpkg.com/@redux-saga/symbols/-/symbols-1.0.0-rc.0.tgz#f3aa0dc66fac77920087c919da59e70cc4b4f92d"
integrity sha512-A5ZCEDw06LE3AbVgIX7twz3BZHkMojI0W6pNDTpsFULnqeotpwOPLbueuHow6le5yleCUn8fRF1DE++ySHnnYA==
"@redux-saga/symbols@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@redux-saga/symbols/-/symbols-1.0.0.tgz#264748aff73feb5ea2627b2a1c5ef15f6a0fac5e"
integrity sha512-FXFonwg/UIXm1KDViIqDlE7Ywu/ai6XoC6rwyYI20kwMmqQZ2JPkchYiMt5IS0OaXvyroBZ5Ar4pu4mc3Y7/iw==

"@webassemblyjs/ast@1.7.11":
version "1.7.11"
Expand Down

0 comments on commit ca6eba4

Please sign in to comment.