We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4772f09 commit 8741081Copy full SHA for 8741081
saofile.js
@@ -43,7 +43,9 @@ module.exports = {
43
'\t\t"tslint": "^5.13.0"',
44
'\t\t"tslint-config-prettier": "^1.18.0"',
45
'\t\t"tslint-react": "^3.6.0"',
46
- '\t\t"typescript": "^3.3.3333"'
+ '\t\t"typescript": "^3.3.3333"',
47
+ '\t\t"react": "*"',
48
+ '\t\t"react-dom": "*"'
49
];
50
51
const peerDependencies = ['\t\t"react": "*"', '\t\t"react-dom": "*"'];
0 commit comments