Skip to content

Commit

Permalink
fix(di): supports react@17
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Stenin authored and yarastqt committed Apr 27, 2021
1 parent 9694787 commit 0c19c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/di/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"unit": "../../node_modules/.bin/jest --config ../../.config/jest/jest.config.js"
},
"peerDependencies": {
"react": "^16.8.0"
"react": "^16.8.0 || ^17.0.0"
},
"nyc": {
"include": ["di.tsx"],
Expand Down

0 comments on commit 0c19c61

Please sign in to comment.