Skip to content

Commit 98cef00

Browse files
fix(deps): update react monorepo
1 parent bbd10ad commit 98cef00

10 files changed

Lines changed: 1291 additions & 246 deletions

File tree

apps/batch-multiswap/bun.lock

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

apps/batch-multiswap/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
"@metamask/sdk": "^0.34.0",
1414
"@tanstack/react-query": "^5.100.9",
1515
"ky": "^2.0.2",
16-
"react": "^18.2.0",
17-
"react-dom": "^18.2.0",
16+
"react": "^19.0.0",
17+
"react-dom": "^19.0.0",
1818
"viem": "^2.48.8",
1919
"wagmi": "2",
2020
"zustand": "^5.0.13"
2121
},
2222
"devDependencies": {
2323
"@eslint/js": "^10.0.1",
2424
"@types/node": "^25.6.0",
25-
"@types/react": "^18.0.26",
26-
"@types/react-dom": "^18.0.9",
25+
"@types/react": "^19.0.0",
26+
"@types/react-dom": "^19.0.0",
2727
"@vitejs/plugin-react": "6",
2828
"autoprefixer": "^10.5.0",
2929
"eslint": "^10.3.0",

apps/particle-auth-core-vite/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
"license": "ISC",
2020
"devDependencies": {
2121
"@types/node": "^24.0.0",
22-
"@types/react": "^18.0.15",
23-
"@types/react-dom": "^18.2.17",
22+
"@types/react": "^19.0.0",
23+
"@types/react-dom": "^19.0.0",
2424
"@typescript-eslint/eslint-plugin": "^8.0.0",
2525
"@typescript-eslint/parser": "^8.0.0",
2626
"@vitejs/plugin-react": "^6.0.0",
2727
"eslint": "^10.0.0",
2828
"eslint-config-prettier": "^10.1.5",
2929
"eslint-plugin-prettier": "^5.4.0",
3030
"eslint-plugin-react": "^7.33.2",
31-
"eslint-plugin-react-hooks": "^4.6.0",
31+
"eslint-plugin-react-hooks": "^7.0.0",
3232
"prettier": "^3.0.0",
3333
"typescript": "^6.0.0",
3434
"vite": "^8.0.0"
@@ -42,8 +42,8 @@
4242
"@particle-network/provider": "^1.2.1",
4343
"antd": "^6.0.0",
4444
"ethers": "^6.14.1",
45-
"react": "^18.2.0",
46-
"react-dom": "^18.2.0",
45+
"react": "^19.0.0",
46+
"react-dom": "^19.0.0",
4747
"viem": "^2.29.4"
4848
}
4949
}

apps/particle-auth-core-vite/yarn.lock

Lines changed: 306 additions & 35 deletions
Large diffs are not rendered by default.

apps/rainbowkit-vite/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@rainbow-me/rainbowkit": "^2.0.5",
1818
"buffer": "^6.0.3",
1919
"ethers": "^6.12.0",
20-
"react": "^18.2.0",
21-
"react-dom": "^18.2.0",
20+
"react": "^19.0.0",
21+
"react-dom": "^19.0.0",
2222
"wagmi": "^2.5.22"
2323
},
2424
"devDependencies": {
@@ -28,11 +28,11 @@
2828
"prettier": "^3.0.0",
2929
"tsup": "^8.0.0",
3030
"typescript": "^6.0.0",
31-
"@types/react": "^18.2.66",
32-
"@types/react-dom": "^18.2.22",
31+
"@types/react": "^19.0.0",
32+
"@types/react-dom": "^19.0.0",
3333
"@vitejs/plugin-react": "^6.0.0",
3434
"eslint": "^10.0.0",
35-
"eslint-plugin-react-hooks": "^4.6.0",
35+
"eslint-plugin-react-hooks": "^7.0.0",
3636
"eslint-plugin-react-refresh": "^0.5.0",
3737
"vite": "^8.0.0"
3838
}

apps/thirdweb-connectwallet-nextjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"@thirdweb-dev/sdk": "^4",
2121
"ethers": "^6.0.0",
2222
"next": "^14",
23-
"react": "^18.2",
24-
"react-dom": "^18.2"
23+
"react": "^19.0.0",
24+
"react-dom": "^19.0.0"
2525
},
2626
"devDependencies": {
2727
"eslint": "^10.0.0",
2828
"typescript": "^6.0.0",
2929
"@types/jest": "^30.0.0",
3030
"@types/node": "^24.0.0",
31-
"@types/react": "^18",
31+
"@types/react": "^19.0.0",
3232
"eslint-config-next": "^13",
3333
"jest": "^30.0.0",
3434
"prettier": "^3.0.0",

0 commit comments

Comments
 (0)