Bump peer dep

This commit is contained in:
Nathan Bierema 2022-12-04 18:17:01 -05:00
parent 597b1d4d6c
commit 9340279f7f

View File

@ -85,7 +85,7 @@
"typescript": "~4.9.3"
},
"peerDependencies": {
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0"
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
}
}