Skip to content

Commit c78dfea

Browse files
committedDec 2, 2019
Use resolutions to determine the correct version for @types/react.
1 parent 6b90026 commit c78dfea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@
5454
"@storybook/react": "5.2.6",
5555
"@testing-library/jest-dom": "4.2.4",
5656
"@testing-library/react": "9.3.2",
57-
"@types/react": "16.9.13",
58-
"@types/react-dom": "16.9.4",
5957
"@typescript-eslint/eslint-plugin": "2.8.0",
6058
"@typescript-eslint/parser": "2.8.0",
6159
"babel-eslint": "10.0.3",
@@ -81,5 +79,8 @@
8179
"react-dom": "16.12.0",
8280
"storybook-chromatic": "3.1.0",
8381
"typescript": "3.7.2"
82+
},
83+
"resolutions": {
84+
"@types/react": "16.9.13"
8485
}
8586
}

0 commit comments

Comments
 (0)