Skip to content

Commit

Permalink
fix: abitype build (#2441)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm authored May 26, 2023
1 parent b1a6ce2 commit 326edee
Show file tree
Hide file tree
Showing 11 changed files with 105 additions and 103 deletions.
7 changes: 7 additions & 0 deletions .changeset/gorgeous-emus-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@wagmi/cli": patch
"@wagmi/core": patch
"wagmi": patch
---

Fixed internal type issue
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"eslint-config-next": "^12.1.6",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4"
"typescript": "^5.0.4"
}
}
2 changes: 1 addition & 1 deletion examples/_dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@wagmi/cli": "workspace:*",
"eslint": "^8.15.0",
"eslint-config-next": "^12.1.6",
"typescript": "^4.9.4"
"typescript": "^5.0.4"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/prettier": "^2.7.2",
"@vitest/coverage-c8": "^0.31.1",
"@vitest/ui": "^0.31.1",
"abitype": "^0.8.1",
"abitype": "^0.8.2",
"dedent": "^0.7.0",
"esbuild": "0.15.13",
"esbuild-register": "^3.4.2",
Expand All @@ -47,7 +47,7 @@
"rome": "^12.1.2",
"simple-git-hooks": "^2.8.1",
"tsup": "^6.5.0",
"typescript": "^4.9.4",
"typescript": "^5.0.4",
"viem": "~0.3.35",
"vite": "^4.0.4",
"vitest": "^0.31.1"
Expand All @@ -58,7 +58,7 @@
"packageManager": "pnpm@8.3.1",
"pnpm": {
"overrides": {
"abitype": "0.8.1",
"abitype": "0.8.2",
"esbuild": "0.15.13"
}
}
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
],
"peerDependencies": {
"@wagmi/core": ">=1.0.0",
"typescript": ">=4.9.4",
"typescript": "^5.0.4",
"wagmi": ">=1.0.0"
},
"peerDependenciesMeta": {
Expand All @@ -68,7 +68,7 @@
},
"dependencies": {
"@wagmi/chains": "workspace:*",
"abitype": "0.8.1",
"abitype": "0.8.2",
"abort-controller": "^3.0.0",
"bundle-require": "^3.1.2",
"cac": "^6.7.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/vhs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"@wagmi/cli": "workspace:*",
"typescript": "^4.9.4"
"typescript": "^5.0.4"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
],
"peerDependencies": {
"viem": "~0.3.35",
"typescript": ">=4.9.4"
"typescript": "^5.0.4"
},
"peerDependenciesMeta": {
"typescript": {
Expand All @@ -122,7 +122,7 @@
"dependencies": {
"@wagmi/chains": "workspace:*",
"@wagmi/connectors": "workspace:*",
"abitype": "0.8.1",
"abitype": "0.8.2",
"eventemitter3": "^4.0.7",
"zustand": "^4.3.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
],
"peerDependencies": {
"react": ">=17.0.0",
"typescript": ">=4.9.4",
"typescript": "^5.0.4",
"viem": "~0.3.35"
},
"peerDependenciesMeta": {
Expand All @@ -122,7 +122,7 @@
"@tanstack/react-query": "^4.28.0",
"@tanstack/react-query-persist-client": "^4.28.0",
"@wagmi/core": "workspace:*",
"abitype": "0.8.1",
"abitype": "0.8.2",
"use-sync-external-store": "^1.2.0"
},
"devDependencies": {
Expand Down
Loading

1 comment on commit 326edee

@vercel
Copy link

@vercel vercel bot commented on 326edee May 26, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.