Skip to content

Commit 7347e92

Browse files
chore: optional jest peer dep (#1101)
1 parent 510256a commit 7347e92

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,13 @@
6060
"peerDependencies": {
6161
"react": ">=16.0.0",
6262
"react-native": ">=0.59",
63-
"react-test-renderer": ">=16.0.0"
63+
"react-test-renderer": ">=16.0.0",
64+
"jest": ">=28.0.0"
65+
},
66+
"peerDependenciesMeta": {
67+
"jest": {
68+
"optional": true
69+
}
6470
},
6571
"scripts": {
6672
"clean": "del build",

0 commit comments

Comments
 (0)