Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit ad3bb2a

Browse files
committed
chore: upgrade React
1 parent 3714c0b commit ad3bb2a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@reown/appkit-adapter-wagmi": "^1.7.16",
2323
"@tanstack/react-query": "^5.83.0",
2424
"@verax-attestation-registry/verax-sdk": "^2.4.0",
25-
"react": "19.1.2",
26-
"react-dom": "19.1.2",
25+
"react": "19.1.4",
26+
"react-dom": "19.1.4",
2727
"react-json-view-lite": "^2.4.1",
2828
"viem": "^2.33.1",
2929
"vite": "^7.1.11",
@@ -34,8 +34,8 @@
3434
"@eslint/compat": "^1.3.1",
3535
"@eslint/eslintrc": "^3.3.1",
3636
"@eslint/js": "^9.32.0",
37-
"@types/react": "19.1.2",
38-
"@types/react-dom": "19.1.2",
37+
"@types/react": "19.1.4",
38+
"@types/react-dom": "19.1.4",
3939
"@typescript-eslint/eslint-plugin": "^8.38.0",
4040
"@typescript-eslint/parser": "^8.38.0",
4141
"@vitejs/plugin-react": "^4.7.0",
@@ -51,8 +51,8 @@
5151
"typescript": "^5.8.3"
5252
},
5353
"overrides": {
54-
"react": "19.1.2",
55-
"react-dom": "19.1.2",
54+
"react": "19.1.4",
55+
"react-dom": "19.1.4",
5656
"use-sync-external-store": "^1.4.0"
5757
}
5858
}

0 commit comments

Comments
 (0)