Skip to content

Commit

Permalink
fix: update peer dependency range (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajtslegr committed Feb 20, 2023
1 parent 21d9849 commit 8ad53b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/msw-addon/package.json
Expand Up @@ -40,7 +40,7 @@
"typescript": "^4.5.2"
},
"peerDependencies": {
"msw": ">=0.35.0 <1.0.0"
"msw": ">=0.35.0 <2.0.0"
},
"storybook": {
"displayName": "Mock Service Worker",
Expand Down

2 comments on commit 8ad53b0

@vercel
Copy link

@vercel vercel bot commented on 8ad53b0 Feb 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

msw-storybook-addon – ./

msw-sb.vercel.app
msw-storybook-addon-mswjs.vercel.app
msw-storybook-addon-git-main-mswjs.vercel.app

@willjenks
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When will this make it through? This change would be really useful 🙏

Please sign in to comment.