Skip to content

Commit 7401b3a

Browse files
committed
Refine types
1 parent d5235aa commit 7401b3a

File tree

3 files changed

+336
-7
lines changed

3 files changed

+336
-7
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"nanoid": "^4.0.0",
9797
"rxjs": "^7.5.5",
9898
"svelte": "^3.49.0",
99-
"svelte-i18n": "^3.3.13",
99+
"svelte-i18n": "^4.0.1",
100100
"viem": "2.12.0"
101101
},
102102
"engines": {

packages/core/src/provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { fromEventPattern, Observable } from 'rxjs'
1+
import { fromEventPattern, type Observable } from 'rxjs'
22
import { filter, takeUntil, take, share, switchMap } from 'rxjs/operators'
33
import partition from 'lodash.partition'
44
import { isAddress, weiHexToEth } from '@web3-onboard/common'

0 commit comments

Comments
 (0)