Skip to content

Commit

Permalink
fix: move prop-types to dependencies (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas authored Jul 19, 2023
1 parent 8656b63 commit 049b94d
Show file tree
Hide file tree
Showing 2 changed files with 604 additions and 683 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"author": "Kévin Dunglas",
"license": "MIT",
"private": false,
"dependencies": {
"prop-types": "^15.6.2"
},
"peerDependencies": {
"react": "^16.7.0 || ^17.0.0 || ^18.0.0"
},
Expand All @@ -31,7 +34,6 @@
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^2.4.1",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-test-renderer": "^16.8.1",
Expand Down
Loading

0 comments on commit 049b94d

Please sign in to comment.