Skip to content

Commit

Permalink
move react and react-dom to peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
steppy452 committed Jul 31, 2024
1 parent 560be54 commit c018e98
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
"remark-gfm": "^4.0.0",
"remark-youtube": "^1.3.2"
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18"
},
"devDependencies": {
"@storybook/addon-docs": "^8.2.6",
"@storybook/addon-essentials": "^8.2.6",
Expand Down Expand Up @@ -83,9 +87,7 @@
"postcss-nested": "^6.0.1",
"postcss-preset-env": "^9.5.2",
"prettier": "^3.2.5",
"react": "^18.0.0",
"react-docgen-typescript": "^2.2.2",
"react-dom": "^18.0.0",
"react-hook-form": "^7.51.1",
"rollup-plugin-peer-deps-external": "2.2.4",
"storybook": "^8.2.6",
Expand Down

0 comments on commit c018e98

Please sign in to comment.