Skip to content

Commit

Permalink
fix: define react and react-dom as peerDependencies (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmatatjahu authored Jul 5, 2022
1 parent f08e732 commit 3660a0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@
"openapi-sampler": "^1.2.1",
"use-resize-observer": "^8.0.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^5.9.0",
"@tailwindcss/typography": "^0.4.0",
Expand Down

0 comments on commit 3660a0e

Please sign in to comment.