Skip to content

Commit

Permalink
chore(wip): check for regressions in version of interceptors without …
Browse files Browse the repository at this point in the history
…instanceof check
  • Loading branch information
milesrichardson committed Sep 29, 2022
1 parent 4ded61d commit fd3246d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"sideEffects": false,
"dependencies": {
"@mswjs/cookies": "^0.2.2",
"@mswjs/interceptors": "https://github.com/milesforks/msw-interceptors/blob/released/patched/pr-283-support-node-v18/msw-interceptors-6aaf5a14562f9deffc044aa3b2872e649612f957.tgz?raw=true",
"@mswjs/interceptors": "https://github.com/milesforks/msw-interceptors/blob/released/patched/without-instanceof/msw-interceptors-5fed2cb9b4cecdb519431e11547f83944a05b5a5.tgz?raw=true",
"@open-draft/until": "^1.0.3",
"@types/cookie": "^0.4.1",
"@types/js-levenshtein": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1722,9 +1722,9 @@
"@types/set-cookie-parser" "^2.4.0"
set-cookie-parser "^2.4.6"

"@mswjs/interceptors@https://github.com/milesforks/msw-interceptors/blob/released/patched/pr-283-support-node-v18/msw-interceptors-6aaf5a14562f9deffc044aa3b2872e649612f957.tgz?raw=true":
"@mswjs/interceptors@https://github.com/milesforks/msw-interceptors/blob/released/patched/without-instanceof/msw-interceptors-5fed2cb9b4cecdb519431e11547f83944a05b5a5.tgz?raw=true":
version "0.17.5"
resolved "https://github.com/milesforks/msw-interceptors/blob/released/patched/pr-283-support-node-v18/msw-interceptors-6aaf5a14562f9deffc044aa3b2872e649612f957.tgz?raw=true#4ec7576807641c7f6b65377029797ade5aadbdfe"
resolved "https://github.com/milesforks/msw-interceptors/blob/released/patched/without-instanceof/msw-interceptors-5fed2cb9b4cecdb519431e11547f83944a05b5a5.tgz?raw=true#fc57abf1975f6641c6767c5a435957c754f54bcd"
dependencies:
"@open-draft/until" "^1.0.3"
"@types/debug" "^4.1.7"
Expand Down

0 comments on commit fd3246d

Please sign in to comment.