Skip to content

Commit 5d7f456

Browse files
committed
upgrade react and electron to latest (#6845)
1 parent dfe693f commit 5d7f456

2 files changed

Lines changed: 33 additions & 50 deletions

File tree

ui/desktop/package-lock.json

Lines changed: 26 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/desktop/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@
6969
"lodash": "^4.17.23",
7070
"lucide-react": "^0.562.0",
7171
"qrcode.react": "^4.2.0",
72-
"react": "^19.2.3",
73-
"react-dom": "^19.2.3",
72+
"react": "^19.2.4",
73+
"react-dom": "^19.2.4",
7474
"react-icons": "^5.5.0",
7575
"react-markdown": "^10.1.0",
76-
"react-router-dom": "^7.12.0",
76+
"react-router-dom": "^7.13.0",
7777
"react-select": "^5.10.2",
7878
"react-syntax-highlighter": "^16.1.0",
7979
"react-toastify": "^11.0.5",
@@ -117,7 +117,7 @@
117117
"@types/electron-squirrel-startup": "^1.0.2",
118118
"@types/express": "^5.0.6",
119119
"@types/lodash": "^4.17.23",
120-
"@types/react": "^19.2.8",
120+
"@types/react": "^19.2.10",
121121
"@types/react-dom": "^19.2.3",
122122
"@types/react-syntax-highlighter": "^15.5.13",
123123
"@types/shell-quote": "^1.7.5",
@@ -128,7 +128,7 @@
128128
"@vitest/coverage-v8": "^4.0.17",
129129
"@vitest/ui": "^4.0.17",
130130
"autoprefixer": "^10.4.23",
131-
"electron": "^39.3.0",
131+
"electron": "^40.1.0",
132132
"electron-devtools-installer": "^4.0.0",
133133
"eslint": "^9.39.2",
134134
"eslint-plugin-react": "^7.37.5",
@@ -147,8 +147,8 @@
147147
"keywords": [],
148148
"license": "Apache-2.0",
149149
"overrides": {
150-
"react": "^19.2.3",
151-
"react-dom": "^19.2.3"
150+
"react": "^19.2.4",
151+
"react-dom": "^19.2.4"
152152
},
153153
"lint-staged": {
154154
"src/**/*.{ts,tsx}": [

0 commit comments

Comments
 (0)