Skip to content

Commit 44bb023

Browse files
authored
React 19 support (#818)
1 parent 86b5567 commit 44bb023

File tree

11 files changed

+127
-125
lines changed

11 files changed

+127
-125
lines changed

frontend/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"@rollup/plugin-node-resolve": "^15.2.3",
2121
"@rollup/plugin-replace": "^5.0.7",
2222
"@rollup/plugin-typescript": "^11.1.6",
23-
"@types/react": "18.3.3",
24-
"@types/react-dom": "18.3.0",
23+
"@types/react": "19.1.1",
24+
"@types/react-dom": "19.1.1",
2525
"@types/react-file-icon": "^1.0.4",
2626
"@types/react-router": "5.1.20",
2727
"husky": "^9.0.11",
@@ -30,8 +30,8 @@
3030
"inquirer": "^9.2.23",
3131
"prettier": "^3.3.2",
3232
"prettier-plugin-import-sort": "^0.0.7",
33-
"react": "18.3.1",
34-
"react-dom": "18.3.1",
33+
"react": "19.1.1",
34+
"react-dom": "19.1.1",
3535
"rollup": "^4.22.4",
3636
"rollup-plugin-delete": "^2.0.0",
3737
"rollup-plugin-external-globals": "^0.10.0",
@@ -47,13 +47,13 @@
4747
}
4848
},
4949
"dependencies": {
50-
"@decky/ui": "^4.10.5",
50+
"@decky/ui": "^4.11.0",
5151
"compare-versions": "^6.1.1",
5252
"filesize": "^10.1.2",
53-
"i18next": "^23.11.5",
53+
"i18next": "^25.6.0",
5454
"i18next-http-backend": "^2.5.2",
55-
"react-file-icon": "^1.5.0",
56-
"react-i18next": "^14.1.2",
55+
"react-file-icon": "^1.6.0",
56+
"react-i18next": "^16.0.1",
5757
"react-icons": "^5.2.1",
5858
"react-markdown": "^9.0.1",
5959
"remark-gfm": "^4.0.0"

0 commit comments

Comments
 (0)