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 6b90026 commit c78dfeaCopy full SHA for c78dfea
package.json
@@ -54,8 +54,6 @@
54
"@storybook/react": "5.2.6",
55
"@testing-library/jest-dom": "4.2.4",
56
"@testing-library/react": "9.3.2",
57
- "@types/react": "16.9.13",
58
- "@types/react-dom": "16.9.4",
59
"@typescript-eslint/eslint-plugin": "2.8.0",
60
"@typescript-eslint/parser": "2.8.0",
61
"babel-eslint": "10.0.3",
@@ -81,5 +79,8 @@
81
79
"react-dom": "16.12.0",
82
80
"storybook-chromatic": "3.1.0",
83
"typescript": "3.7.2"
+ },
+ "resolutions": {
84
+ "@types/react": "16.9.13"
85
}
86
0 commit comments