Skip to content

Commit

Permalink
chore: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Nov 6, 2024
1 parent ef8d42d commit 67bf26e
Show file tree
Hide file tree
Showing 5 changed files with 146 additions and 172 deletions.
14 changes: 1 addition & 13 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,7 @@
"quickfix.biome": "explicit",
"source.organizeImports.biome": "explicit"
},
"[json]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[javascript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[javascriptreact]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[typescript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[typescriptreact]": {
"[javascript][javascriptreact][json][typescript][typescriptreact]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[vue]": {
Expand Down
6 changes: 3 additions & 3 deletions packages/register-tests/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"check:types": "tsc --noEmit"
},
"dependencies": {
"@tanstack/react-query": ">=5.45.1",
"react": ">=18.3.1",
"@tanstack/react-query": "catalog:react",
"react": "catalog:react",
"wagmi": "workspace:*"
},
"devDependencies": {
"@types/react": ">=18.3.1"
"@types/react": "catalog:react"
}
}
4 changes: 2 additions & 2 deletions packages/register-tests/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"check:types": "tsc --noEmit"
},
"dependencies": {
"@tanstack/vue-query": ">=5.45.0",
"@tanstack/vue-query": "catalog:vue",
"@wagmi/vue": "workspace:*",
"vue": ">=3.4.21"
"vue": "catalog:vue"
}
}
1 change: 1 addition & 0 deletions packages/vue/src/composables/useSimulateContract.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ test('default', () => {
})

test('select data', () => {
// @ts-ignore TODO: Type instantiation is excessively deep and possibly infinite.
const result = useSimulateContract({
address: '0x',
abi: abi.erc20,
Expand Down
Loading

0 comments on commit 67bf26e

Please sign in to comment.