mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
⬆️ upgrade react deps (#6717)
* react & react-dom * react-virtualized-auto-sizer v2 * react-grid-layout v2 * note * Update table.tsx Co-authored-by: Joel Jeremy Marquez <joeljeremy.marquez@gmail.com> * Update VRT screenshots Auto-generated by VRT workflow PR: #6717 --------- Co-authored-by: Joel Jeremy Marquez <joeljeremy.marquez@gmail.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -41,7 +41,6 @@
|
||||
"@types/promise-retry": "^1.1.6",
|
||||
"@types/react": "^19.2.5",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@types/react-grid-layout": "^1",
|
||||
"@types/react-modal": "^3.16.3",
|
||||
"@uiw/react-codemirror": "^4.25.4",
|
||||
"@use-gesture/react": "^10.3.1",
|
||||
@@ -66,14 +65,14 @@
|
||||
"promise-retry": "^2.0.1",
|
||||
"prop-types": "^15.8.1",
|
||||
"re-resizable": "^6.11.2",
|
||||
"react": "19.2.0",
|
||||
"react": "19.2.3",
|
||||
"react-aria": "^3.45.0",
|
||||
"react-aria-components": "^1.14.0",
|
||||
"react-dnd": "^16.0.1",
|
||||
"react-dnd-html5-backend": "^16.0.1",
|
||||
"react-dom": "19.2.0",
|
||||
"react-dom": "19.2.3",
|
||||
"react-error-boundary": "^6.0.3",
|
||||
"react-grid-layout": "^1.5.3",
|
||||
"react-grid-layout": "^2.2.2",
|
||||
"react-hotkeys-hook": "^5.2.1",
|
||||
"react-i18next": "^16.5.1",
|
||||
"react-markdown": "^10.1.0",
|
||||
@@ -83,7 +82,7 @@
|
||||
"react-simple-pull-to-refresh": "^1.3.4",
|
||||
"react-spring": "10.0.0",
|
||||
"react-swipeable": "^7.0.2",
|
||||
"react-virtualized-auto-sizer": "^1.0.26",
|
||||
"react-virtualized-auto-sizer": "^2.0.2",
|
||||
"recharts": "^3.4.1",
|
||||
"rehype-external-links": "^3.0.0",
|
||||
"remark-gfm": "^4.0.1",
|
||||
|
||||
Reference in New Issue
Block a user