Commit d6bc305
committed
deps: update peerDeps to support React 17 without warnings
- seems to work without any component modifications needed on React 17
- it was supposed to have "no new features" in any case
per the release blog post
- https://reactjs.org/blog/2020/10/20/react-v17.html
- ensure tests pass with React 17
- update devDeps to React 17 + react-dom 17
- update devDeps to use unofficial Enzyme Adapter for React 17
- official adapter has yet to be released, but this seems to work
for many people and the usage here is quite simple, so should be
fine for this use-case
- and tests seem to pass without issue too
- React 18 will be a separate story, but will cross that bridge
when we get there1 parent d449c18 commit d6bc305
File tree
3 files changed
+148
-126
lines changed- test-utils
3 files changed
+148
-126
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
68 | | - | |
69 | 69 | | |
70 | | - | |
71 | | - | |
| 70 | + | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments