Skip to content

Commit

Permalink
Merge pull request #7 from CHC383/fix/remove-react-from-bundle
Browse files Browse the repository at this point in the history
fix: Remove React from peerDependencies
  • Loading branch information
stevensacks authored Nov 29, 2024
2 parents d43f59e + b0d1397 commit d97af71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Easy next-intl Storybook integration.
Required Peer Dependencies:
* storybook - `^8.2.0`
* next-intl - `^3.0.0`
* React - `^18 || ^19`

This Storybook addon assumes your project is already set up with [next-intl](https://next-intl-docs.vercel.app/), and that it is properly configured and working.

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@
"zx": "7.2.3"
},
"peerDependencies": {
"next-intl": "^3",
"react": "^18 || ^19"
"next-intl": "^3"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit d97af71

Please sign in to comment.