Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Jul 21, 2024
1 parent 32c6ae7 commit f3ceef9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
8 changes: 4 additions & 4 deletions examples/api-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"dependencies": {
"@tanstack/react-query": "^5.51.11",
"addreth": "workspace:*",
"next": "14",
"next": "^14.2.5",
"prism-react-renderer": "^2.3.1",
"react": "18",
"react-dom": "18",
"viem": "2",
"wagmi": "2"
},
"devDependencies": {
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/node": "20",
"@types/react": "18",
"@types/react-dom": "18",
"oxlint": "^0.6.1",
"typescript": "^5.5.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@tanstack/react-query": "^5.51.11",
"addreth": "workspace:*",
"next": "14",
"next": "^14.2.5",
"rand-seed": "^1.0.2",
"react": "18",
"react-dom": "18",
Expand Down
13 changes: 7 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f3ceef9

Please sign in to comment.