-
- Downloads
build(web): upgrade react dependencies (#1425)
* upgrades react from v18->v19, the latest * upgrades react router from v6->v7, the latest * removes `react-moment`, which is not updated for react 19 * replace the trivial usages of the `<Moment>` component with a new one
Showing
- webui/package-lock.json 639 additions, 118 deletionswebui/package-lock.json
- webui/package.json 7 additions, 7 deletionswebui/package.json
- webui/src/App.tsx 1 addition, 1 deletionwebui/src/App.tsx
- webui/src/components/Author.tsx 1 addition, 1 deletionwebui/src/components/Author.tsx
- webui/src/components/BackToListButton.tsx 1 addition, 1 deletionwebui/src/components/BackToListButton.tsx
- webui/src/components/BugTitleForm/BugTitleForm.tsx 2 additions, 2 deletionswebui/src/components/BugTitleForm/BugTitleForm.tsx
- webui/src/components/Content/AnchorTag.tsx 1 addition, 1 deletionwebui/src/components/Content/AnchorTag.tsx
- webui/src/components/Date.tsx 2 additions, 1 deletionwebui/src/components/Date.tsx
- webui/src/components/Header/Header.tsx 1 addition, 1 deletionwebui/src/components/Header/Header.tsx
- webui/src/components/Identity/CurrentIdentity.tsx 1 addition, 1 deletionwebui/src/components/Identity/CurrentIdentity.tsx
- webui/src/components/Moment.tsx 28 additions, 0 deletionswebui/src/components/Moment.tsx
- webui/src/index.tsx 1 addition, 1 deletionwebui/src/index.tsx
- webui/src/pages/bug/BugQuery.tsx 1 addition, 1 deletionwebui/src/pages/bug/BugQuery.tsx
- webui/src/pages/bug/MessageHistoryDialog.tsx 1 addition, 1 deletionwebui/src/pages/bug/MessageHistoryDialog.tsx
- webui/src/pages/identity/Identity.tsx 1 addition, 1 deletionwebui/src/pages/identity/Identity.tsx
- webui/src/pages/identity/IdentityQuery.tsx 1 addition, 1 deletionwebui/src/pages/identity/IdentityQuery.tsx
- webui/src/pages/list/BugRow.tsx 1 addition, 1 deletionwebui/src/pages/list/BugRow.tsx
- webui/src/pages/list/Filter.tsx 1 addition, 1 deletionwebui/src/pages/list/Filter.tsx
- webui/src/pages/list/FilterToolbar.tsx 1 addition, 1 deletionwebui/src/pages/list/FilterToolbar.tsx
- webui/src/pages/list/ListQuery.tsx 1 addition, 1 deletionwebui/src/pages/list/ListQuery.tsx
Loading