-
Notifications
You must be signed in to change notification settings - Fork 232
Commit 19ac8dd
fix(types): move types to optional peer dependencies
BREAKING CHANGE: type dependencies will not longer be automatically installed. If @types/react is not already listed in your package.json, please install it with `npm install --save-dev @types/react@^17`.1 parent f410f9e commit 19ac8dd
1 file changed
+11
-7
lines changedLines changed: 11 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 | - | ||
54 | - | ||
55 | - | ||
56 | 53 |
| |
57 | 54 |
| |
58 | 55 |
| |
56 | + | ||
57 | + | ||
58 | + | ||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 | - | ||
63 | + | ||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
78 | - | ||
79 | - | ||
80 | - | ||
78 | + | ||
79 | + | ||
80 | + | ||
81 | + | ||
81 | 82 |
| |
82 | 83 |
| |
84 | + | ||
85 | + | ||
86 | + | ||
83 | 87 |
| |
84 | 88 |
| |
85 | 89 |
| |
|
0 commit comments