Skip to content

Commit

Permalink
fix: remove react as peer dep
Browse files Browse the repository at this point in the history
As demosplan-ui does not depend on react, it can be removed here.

The massive warnings of storybook addons like "Unmet peer dependency: react"
is a known issue of Storybook, which will eventually be resolved.
See storybookjs/storybook#15938
  • Loading branch information
spiess-demos committed Dec 16, 2022
1 parent 925f174 commit fcf5827
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"webpack-cli": "^5.0.0"
},
"peerDependencies": {
"react": "16.14.0",
"tiptap": "^1.32.2",
"tiptap-commands": "^1.17.0",
"tiptap-extensions": "^1.35.2",
Expand Down

0 comments on commit fcf5827

Please sign in to comment.