Skip to content

Commit c3fe61c

Browse files
committed
Add back peer dependencies
1 parent 960e372 commit c3fe61c

File tree

2 files changed

+23
-22
lines changed

2 files changed

+23
-22
lines changed

package-lock.json

Lines changed: 19 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
"bugs": {
3131
"url": "https://github.com/michaeldzjap/react-signature-pad-wrapper/issues"
3232
},
33+
"peerDependencies": {
34+
"react": "^15.5.0 || ^16.0.0 || ^17.0.0",
35+
"react-dom": "^15.5.0 || ^16.0.0 || ^17.0.0"
36+
},
3337
"devDependencies": {
3438
"@babel/core": "^7.11.6",
3539
"@babel/plugin-external-helpers": "^7.10.4",
@@ -59,8 +63,6 @@
5963
"prettier": "^2.1.1",
6064
"prettier-standard": "^16.4.1",
6165
"prop-types": "^15.7.2",
62-
"react": "^17.0.1",
63-
"react-dom": "^17.0.1",
6466
"rollup": "^2.26.11",
6567
"rollup-plugin-eslint": "^7.0.0",
6668
"rollup-plugin-terser": "^7.0.2",

0 commit comments

Comments
 (0)