Skip to content

Commit

Permalink
chore(deps temp): use patched mswjs/interceptors from pending PR
Browse files Browse the repository at this point in the history
- Point `@mswjs/interceptors` to a tarball that was built from
the code in this pending PR: mswjs/interceptors#283
  • Loading branch information
milesrichardson committed Aug 31, 2022
1 parent 561156d commit 3a427f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"sideEffects": false,
"dependencies": {
"@mswjs/cookies": "^0.2.2",
"@mswjs/interceptors": "^0.17.2",
"@mswjs/interceptors": "https://github.com/milesforks/msw-interceptors/blob/released/patched/pr-283-support-node-v18/msw-4194572c90f9a9dab25efd121c95285f8f8ea158.tgz?raw=true",
"@open-draft/until": "^1.0.3",
"@types/cookie": "^0.4.1",
"@types/js-levenshtein": "^1.1.1",
Expand Down Expand Up @@ -153,4 +153,4 @@
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1722,12 +1722,12 @@
"@types/set-cookie-parser" "^2.4.0"
set-cookie-parser "^2.4.6"

"@mswjs/interceptors@^0.17.2":
version "0.17.2"
resolved "https://registry.yarnpkg.com/@mswjs/interceptors/-/interceptors-0.17.2.tgz#a1d1cd8ef98b944c91d9fe202f27a68ec3673b88"
integrity sha512-DbfVSteMnBbxTmtldNO2PRmEXl+f5ehxN6cxbbhp22xcQx4wldbpW6xk3zlxS0gTbyBe0hvdIR7CCUnm2OIDRw==
"@mswjs/interceptors@https://github.com/milesforks/msw-interceptors/blob/released/patched/pr-283-support-node-v18/msw-4194572c90f9a9dab25efd121c95285f8f8ea158.tgz?raw=true":
version "0.17.4"
resolved "https://github.com/milesforks/msw-interceptors/blob/released/patched/pr-283-support-node-v18/msw-4194572c90f9a9dab25efd121c95285f8f8ea158.tgz?raw=true#ba0dd44031b9c26d9e7809690cb5ce157e75602e"
dependencies:
"@open-draft/until" "^1.0.3"
"@types/debug" "^4.1.7"
"@xmldom/xmldom" "^0.7.5"
debug "^4.3.3"
headers-polyfill "^3.0.4"
Expand Down

0 comments on commit 3a427f9

Please sign in to comment.