Skip to content
This repository was archived by the owner on Nov 11, 2023. It is now read-only.

Commit c77e52e

Browse files
authored
Merge pull request #378 from disrupted/react-17
Initial support for React 17
2 parents 2e52b90 + d5d836a commit c77e52e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "restful-react",
3-
"version": "15.9.2",
3+
"version": "15.9.3",
44
"description": "A consistent, declarative way of interacting with RESTful backends, featuring code-generation from Swagger and OpenAPI specs",
55
"keywords": [
66
"rest",
@@ -106,7 +106,7 @@
106106
"typescript": "^3.7.4"
107107
},
108108
"peerDependencies": {
109-
"react": "^16.8.5"
109+
"react": "^16.8.5 || ^17"
110110
},
111111
"husky": {
112112
"hooks": {

0 commit comments

Comments
 (0)