Skip to content

Commit 4dba958

Browse files
authored
⬆️ upgrade react dependencies to their newest minor version (#5027)
1 parent af499c6 commit 4dba958

File tree

4 files changed

+1112
-1104
lines changed

4 files changed

+1112
-1104
lines changed

packages/component-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@emotion/css": "^11.13.5",
11-
"react-aria-components": "^1.7.1",
11+
"react-aria-components": "^1.8.0",
1212
"usehooks-ts": "^3.1.1"
1313
},
1414
"devDependencies": {

packages/desktop-client/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,22 @@
5151
"prop-types": "^15.8.1",
5252
"re-resizable": "^6.9.18",
5353
"react": "19.1.0",
54-
"react-aria": "^3.38.1",
55-
"react-aria-components": "^1.7.1",
54+
"react-aria": "^3.39.0",
55+
"react-aria-components": "^1.8.0",
5656
"react-dnd": "^16.0.1",
5757
"react-dnd-html5-backend": "^16.0.1",
5858
"react-dom": "19.1.0",
5959
"react-error-boundary": "^5.0.0",
60-
"react-grid-layout": "^1.4.4",
61-
"react-hotkeys-hook": "^4.5.1",
60+
"react-grid-layout": "^1.5.1",
61+
"react-hotkeys-hook": "^4.6.2",
6262
"react-i18next": "^14.1.3",
6363
"react-markdown": "^10.1.0",
6464
"react-modal": "3.16.3",
6565
"react-redux": "^9.2.0",
66-
"react-router-dom": "6.21.3",
66+
"react-router-dom": "6.30.0",
6767
"react-simple-pull-to-refresh": "^1.3.3",
6868
"react-spring": "^10.0.0",
69-
"react-stately": "^3.33.0",
69+
"react-stately": "^3.37.0",
7070
"react-swipeable": "^7.0.2",
7171
"react-virtualized-auto-sizer": "^1.0.26",
7272
"recharts": "^2.15.3",

upcoming-release-notes/5027.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
category: Maintenance
3+
authors: [matt-fidd]
4+
---
5+
6+
Upgrade react dependencies to their newest minor version

0 commit comments

Comments
 (0)