Skip to content

Commit d3dd923

Browse files
authored
fix: pin @types/react to 16.8.3 (#182)
1 parent 21b7129 commit d3dd923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"@storybook/components": "^4.1.11",
117117
"@storybook/react": "^4.1.4",
118118
"@types/jest": "^24.0.4",
119-
"@types/react": "^16.8.2",
119+
"@types/react": "16.8.3",
120120
"@types/storybook__addon-actions": "^3.4.1",
121121
"@types/storybook__react": "^4.0.0",
122122
"@typescript-eslint/eslint-plugin": "^1.1.1",

0 commit comments

Comments
 (0)