Skip to content

Commit

Permalink
chore: bump viem
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Aug 28, 2023
1 parent 4aef07c commit b43ae44
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 20 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"rome": "^12.1.3",
"simple-git-hooks": "^2.8.1",
"typescript": "5.0.4",
"viem": "0.0.0-w-20230822145918",
"viem": "0.0.0-w-20230828183856",
"vite": "^4.3.9",
"vitest": "^0.34.1"
},
Expand All @@ -60,13 +60,18 @@
"overrides": {
"@wagmi/connectors": "workspace:*",
"@wagmi/core": "workspace:*",
"viem": "0.0.0-w-20230822145918"
"viem": "0.0.0-w-20230828183856"
},
"patchedDependencies": {
"vitepress@1.0.0-rc.4": "patches/vitepress@1.0.0-rc.4.patch"
},
"peerDependencyRules": {
"ignoreMissing": ["@algolia/client-search", "react", "search-insights"]
"ignoreMissing": [
"@algolia/client-search",
"esbuild",
"react",
"search-insights"
]
}
},
"knip": {
Expand Down
31 changes: 14 additions & 17 deletions pnpm-lock.yaml

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

1 comment on commit b43ae44

@vercel
Copy link

@vercel vercel bot commented on b43ae44 Aug 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wagmi-v2 – ./docs

alpha.wagmi.sh
wagmi-v2-git-alpha-wagmi-dev.vercel.app
wagmi-v2-wagmi-dev.vercel.app
wagmi-v2.vercel.app

Please sign in to comment.