Skip to content

Commit b69e4f4

Browse files
fix(deps): update dependency @types/react to v19.2.14 (#3537)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4197695 commit b69e4f4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

examples/nextjs-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@types/node": "25.2.3",
13-
"@types/react": "19.2.13",
13+
"@types/react": "19.2.14",
1414
"@types/react-dom": "19.2.3",
1515
"fets": "0.8.5",
1616
"next": "16.1.6",

package-lock.json

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

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@svgr/webpack": "^8.0.1",
2727
"@theguild/tailwind-config": "0.6.4",
2828
"@types/node": "25.2.3",
29-
"@types/react": "19.2.13",
29+
"@types/react": "19.2.14",
3030
"@typescript/sandbox": "^0.1.0",
3131
"dompurify": "3.3.1",
3232
"estree-util-value-to-estree": "3.5.0",

0 commit comments

Comments
 (0)