Skip to content

Commit 0c19c61

Browse files
Nikita Steninyarastqt
authored andcommitted
fix(di): supports react@17
1 parent 9694787 commit 0c19c61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/di/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"unit": "../../node_modules/.bin/jest --config ../../.config/jest/jest.config.js"
1919
},
2020
"peerDependencies": {
21-
"react": "^16.8.0"
21+
"react": "^16.8.0 || ^17.0.0"
2222
},
2323
"nyc": {
2424
"include": ["di.tsx"],

0 commit comments

Comments
 (0)