Skip to content

Commit 22428ce

Browse files
authored
Update the core version within vue and react projects (#1686)
1 parent 587a6e6 commit 22428ce

File tree

3 files changed

+4
-23
lines changed

3 files changed

+4
-23
lines changed

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/react",
3-
"version": "2.8.2-alpha.1",
3+
"version": "2.8.2-alpha.2",
44
"description": "A collection of React hooks for integrating Web3-Onboard in to React and Next.js projects. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
55
"keywords": [
66
"Ethereum",
@@ -62,7 +62,7 @@
6262
"typescript": "^4.5.5"
6363
},
6464
"dependencies": {
65-
"@web3-onboard/core": "^2.17.0",
65+
"@web3-onboard/core": "^2.18.0-alpha.1",
6666
"@web3-onboard/common": "^2.3.2-alpha.1",
6767
"use-sync-external-store": "1.0.0"
6868
},

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/vue",
3-
"version": "2.7.1-alpha.1",
3+
"version": "2.7.1-alpha.2",
44
"description": "A collection of Vue Composables for integrating Web3-Onboard in to a Vue or Nuxt project. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
55
"keywords": [
66
"Ethereum",
@@ -63,7 +63,7 @@
6363
"@vueuse/core": "^8.4.2",
6464
"@vueuse/rxjs": "^8.2.0",
6565
"@web3-onboard/common": "^2.3.2-alpha.1",
66-
"@web3-onboard/core": "^2.17.0",
66+
"@web3-onboard/core": "^2.18.0-alpha.1",
6767
"vue-demi": "^0.12.4"
6868
},
6969
"peerDependencies": {

yarn.lock

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3714,25 +3714,6 @@
37143714
ethers "5.5.4"
37153715
joi "17.9.1"
37163716

3717-
"@web3-onboard/core@^2.17.0":
3718-
version "2.17.0"
3719-
resolved "https://registry.yarnpkg.com/@web3-onboard/core/-/core-2.17.0.tgz#5c0a0114e1d53cfc473f9b0aef5bae355b50e502"
3720-
integrity sha512-N6LKiNVjHHOqEdh9RrRAhlWid3bm6SqaCyMcfbqcJceWL53V4nFMTleutIX/YGZbqfms27p6oTAk1xZ0470L+g==
3721-
dependencies:
3722-
"@web3-onboard/common" "^2.3.1"
3723-
bignumber.js "^9.0.0"
3724-
bnc-sdk "^4.6.7"
3725-
bowser "^2.11.0"
3726-
ethers "5.5.3"
3727-
eventemitter3 "^4.0.7"
3728-
joi "17.9.1"
3729-
lodash.merge "^4.6.2"
3730-
lodash.partition "^4.6.0"
3731-
nanoid "^4.0.0"
3732-
rxjs "^7.5.5"
3733-
svelte "^3.49.0"
3734-
svelte-i18n "^3.3.13"
3735-
37363717
"@web3-onboard/gas@^2.1.5":
37373718
version "2.1.6"
37383719
resolved "https://registry.yarnpkg.com/@web3-onboard/gas/-/gas-2.1.6.tgz#33130abbbd94d65645e911b324f4b229343f7536"

0 commit comments

Comments
 (0)