Skip to content

Commit

Permalink
chore(deps): update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent 9869279 commit b7558ac
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 95 deletions.
8 changes: 4 additions & 4 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"algosdk": "2.9.0",
"lute-connect": "^1.4.1",
"next": "14.2.18",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/node": "20.11.30",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"eslint": "8.57.1",
"eslint-config-next": "14.2.18",
"typescript": "5.6.3"
Expand Down
8 changes: 4 additions & 4 deletions examples/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"@walletconnect/sign-client": "^2.17.2",
"algosdk": "2.9.0",
"lute-connect": "^1.4.1",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"@vitejs/plugin-react": "4.3.4",
Expand Down
10 changes: 5 additions & 5 deletions packages/use-wallet-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"@txnlab/use-wallet": "workspace:*"
},
"devDependencies": {
"@types/react": "18.3.12",
"@types/react": "19.0.1",
"algosdk": "2.9.0",
"jsdom": "25.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"tsup": "8.3.5",
"typescript": "5.6.3"
},
Expand All @@ -60,8 +60,8 @@
"algosdk": "^2.7.0",
"lute-connect": "^1.4.1",
"magic-sdk": "^28.19.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"@blockshake/defly-connect": {
Expand Down
Loading

0 comments on commit b7558ac

Please sign in to comment.