Skip to content

Commit

Permalink
chore(deps): update react (#240)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent 82b769b commit 21a5042
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 57 deletions.
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/node": "20.11.30",
"@types/react": "18.2.70",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "18.2.70",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
Expand Down
6 changes: 3 additions & 3 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.2.70",
"@types/react": "18.3.5",
"algosdk": "2.9.0",
"jsdom": "25.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"tsup": "8.2.4",
"typescript": "5.4.3"
},
Expand Down
Loading

0 comments on commit 21a5042

Please sign in to comment.