Skip to content

Commit 46d5f1e

Browse files
chore(deps): update react monorepo to v19
1 parent 97fbae0 commit 46d5f1e

File tree

4 files changed

+155
-108
lines changed

4 files changed

+155
-108
lines changed

examples/nextjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"algosdk": "2.9.0",
1717
"lute-connect": "^1.4.1",
1818
"next": "14.2.18",
19-
"react": "18.3.1",
20-
"react-dom": "18.3.1"
19+
"react": "19.0.0",
20+
"react-dom": "19.0.0"
2121
},
2222
"devDependencies": {
2323
"@types/node": "20.11.30",
24-
"@types/react": "18.3.12",
25-
"@types/react-dom": "18.3.1",
24+
"@types/react": "19.0.2",
25+
"@types/react-dom": "19.0.2",
2626
"eslint": "8.57.1",
2727
"eslint-config-next": "14.2.18",
2828
"typescript": "5.6.3"

examples/react-ts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"@walletconnect/sign-client": "^2.17.2",
1818
"algosdk": "2.9.0",
1919
"lute-connect": "^1.4.1",
20-
"react": "18.3.1",
21-
"react-dom": "18.3.1"
20+
"react": "19.0.0",
21+
"react-dom": "19.0.0"
2222
},
2323
"devDependencies": {
24-
"@types/react": "18.3.12",
25-
"@types/react-dom": "18.3.1",
24+
"@types/react": "19.0.2",
25+
"@types/react-dom": "19.0.2",
2626
"@typescript-eslint/eslint-plugin": "8.16.0",
2727
"@typescript-eslint/parser": "8.16.0",
2828
"@vitejs/plugin-react": "4.3.4",

packages/use-wallet-react/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
"@txnlab/use-wallet": "workspace:*"
4343
},
4444
"devDependencies": {
45-
"@types/react": "18.3.12",
45+
"@types/react": "19.0.2",
4646
"algosdk": "2.9.0",
4747
"jsdom": "25.0.1",
48-
"react": "18.3.1",
49-
"react-dom": "18.3.1",
48+
"react": "19.0.0",
49+
"react-dom": "19.0.0",
5050
"tsup": "8.3.5",
5151
"typescript": "5.6.3"
5252
},
@@ -60,8 +60,8 @@
6060
"algosdk": "^2.7.0",
6161
"lute-connect": "^1.4.1",
6262
"magic-sdk": "^28.19.0",
63-
"react": "^17.0.0 || ^18.0.0",
64-
"react-dom": "^17.0.0 || ^18.0.0"
63+
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
64+
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
6565
},
6666
"peerDependenciesMeta": {
6767
"@blockshake/defly-connect": {

0 commit comments

Comments
 (0)