Commit 0918fad
committed
Resolves #4783 ([FR-1770](https://lablup.atlassian.net/browse/FR-1770))
## Summary
This PR updates React and React Router dependencies to their latest patch versions to ensure we have the most recent bug fixes and improvements.
**Updated dependencies:**
- React: 19.2.0 → 19.2.1
- React-DOM: 19.2.0 → 19.2.1
- React-Router-DOM: 6.30.1 → 6.30.2
**Configuration changes:**
- Added React 19.2.1 and React-DOM 19.2.1 to `minimumReleaseAgeExclude` in `pnpm-workspace.yaml` to allow immediate adoption of this patch version
## Impact
- Minor patch version updates with bug fixes
- No breaking changes expected
- Both main React app and backend.ai-ui package are updated consistently
**Checklist:**
- [x] Documentation - No documentation changes needed for patch updates
- [ ] Minimum required manager version - No changes
- [ ] Specific setting for review - Standard dependency update, test all major React features
- [ ] Minimum requirements to check during review - Verify app builds and runs without errors
- [ ] Test case(s) - Smoke test the main React components and routing
[FR-1770]: https://lablup.atlassian.net/browse/FR-1770?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent adbf7f2 commit 0918fad
File tree
4 files changed
+902
-855
lines changed- packages/backend.ai-ui
- react
4 files changed
+902
-855
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
| 108 | + | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments