Skip to content

Commit f5c118d

Browse files
build(deps): bump react and @types/react (#153)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: 0x5457 <0x5457@protonmail.com>
1 parent ea1ebbe commit f5c118d

File tree

4 files changed

+482
-449
lines changed

4 files changed

+482
-449
lines changed

packages/aipex-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,13 @@
175175
"@testing-library/jest-dom": "^6.9.1",
176176
"@testing-library/react": "^16.3.0",
177177
"@types/chrome": "0.1.32",
178-
"@types/react": "19.2.8",
178+
"@types/react": "19.2.14",
179179
"@types/react-dom": "19.2.3",
180180
"@types/react-syntax-highlighter": "^15.5.13",
181181
"@types/three": "^0.177.0",
182182
"jsdom": "^27.4.0",
183-
"react": "19.2.3",
184-
"react-dom": "19.2.3",
183+
"react": "19.2.4",
184+
"react-dom": "19.2.4",
185185
"tsc-alias": "^1.8.13",
186186
"vitest": "^4.0.14"
187187
}

packages/browser-ext/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
"lucide-react": "^0.563.0",
6262
"markdown-to-jsx": "^9.6.1",
6363
"nanoid": "^5.1.6",
64-
"react": "19.2.3",
65-
"react-dom": "19.2.3",
64+
"react": "19.2.4",
65+
"react-dom": "19.2.4",
6666
"react-syntax-highlighter": "^16.1.0",
6767
"remark-gfm": "^4.0.1",
6868
"streamdown": "^2.1.0",
@@ -80,7 +80,7 @@
8080
"@testing-library/jest-dom": "^6.9.1",
8181
"@testing-library/react": "^16.3.0",
8282
"@types/chrome": "0.1.32",
83-
"@types/react": "19.2.8",
83+
"@types/react": "19.2.14",
8484
"@types/react-dom": "19.2.3",
8585
"@types/react-syntax-highlighter": "^15.5.13",
8686
"@vitejs/plugin-react": "^5.1.1",

packages/browser-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
}
5757
},
5858
"devDependencies": {
59-
"@types/react": "19.2.8",
59+
"@types/react": "19.2.14",
6060
"puppeteer": "^24.35.0"
6161
}
6262
}

0 commit comments

Comments
 (0)