Skip to content

Commit

Permalink
feat(deps)!: update dependency ky to ^0.24.0 (#131)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: (ky) remove response property for the first argument passed to `beforeRetry` hook. You can access it on `error.response` instead.
  • Loading branch information
renovate[bot] authored Oct 1, 2020
1 parent c123f5c commit 6d16a87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"abort-controller": "^3.0.0",
"consola": "^2.15.0",
"destr": "^1.0.0",
"ky": "^0.23.0",
"ky": "^0.24.0",
"node-fetch": "^2.6.1",
"web-streams-polyfill": "^3.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6720,10 +6720,10 @@ kleur@^3.0.3:
resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==

ky@^0.23.0:
version "0.23.0"
resolved "https://registry.yarnpkg.com/ky/-/ky-0.23.0.tgz#54c2f3fa9003d591cb2f368384e6c84795a92e64"
integrity sha512-+t2CbQsLmpN3HeYPBxN+VbZqBOd86njF3cvnueC77pJKVHRjiMI0Ac+pfkB8e17Bw1dGHbMk9hrHst9Bw7ndgw==
ky@^0.24.0:
version "0.24.0"
resolved "https://registry.yarnpkg.com/ky/-/ky-0.24.0.tgz#337e534a7f47c12476988eef3cb968daef318349"
integrity sha512-/vpuQguwV30jErrqLpoaU/YJAFALrUkqqWLILnSoBOj5/O/LKzro/pPNtxbLgY6m4w5XNM6YZ3v7/or8qLlFuw==

last-call-webpack-plugin@^3.0.0:
version "3.0.0"
Expand Down

0 comments on commit 6d16a87

Please sign in to comment.