Commit 4293608
authored
fix: Update react-router-dom to 6.3.0 and restrict its version in Feast UI (#4556)
As noted in #3794, Feast UI is not compatible with latest react-router-dom
versions, more precisely from 6.4.0 onwards. Limit react-router-dom version
to a compatible range to avoid the runtime errors mentioned in the issue
when installing peer dependencies without specifying exact versions.
After setting the restricted versions, `yarn install` updated
`react-router-dom` to the latest compatible version 6.3.0. It should be a
minor upgrade (https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v630),
and I didn't notice anything not working in the UI after it.
Signed-off-by: Harri Lehtola <peruukki@hotmail.com>1 parent f308572 commit 4293608
2 files changed
+11
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9345 | 9345 | | |
9346 | 9346 | | |
9347 | 9347 | | |
9348 | | - | |
9349 | | - | |
9350 | | - | |
9351 | | - | |
| 9348 | + | |
| 9349 | + | |
| 9350 | + | |
| 9351 | + | |
9352 | 9352 | | |
9353 | 9353 | | |
9354 | | - | |
| 9354 | + | |
9355 | 9355 | | |
9356 | | - | |
9357 | | - | |
9358 | | - | |
9359 | | - | |
| 9356 | + | |
| 9357 | + | |
| 9358 | + | |
| 9359 | + | |
9360 | 9360 | | |
9361 | 9361 | | |
9362 | 9362 | | |
| |||
0 commit comments