fix(types): declare missing peerDependencies

This commit is contained in:
Romain Dejoux 2022-05-06 11:12:04 +02:00 committed by GitHub
parent 1a3488344b
commit e32ff04d93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,5 +23,9 @@
"utility-types": "^3.10.0",
"webpack": "^5.72.0",
"webpack-merge": "^5.8.0"
},
"peerDependencies": {
"react": "^16.8.4 || ^17.0.0",
"react-dom": "^16.8.4 || ^17.0.0"
}
}