Skip to content

Commit

Permalink
Update the core version within vue and react projects (#1686)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamj1232 authored May 8, 2023
1 parent 587a6e6 commit 22428ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 23 deletions.
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/react",
"version": "2.8.2-alpha.1",
"version": "2.8.2-alpha.2",
"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.",
"keywords": [
"Ethereum",
Expand Down Expand Up @@ -62,7 +62,7 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@web3-onboard/core": "^2.17.0",
"@web3-onboard/core": "^2.18.0-alpha.1",
"@web3-onboard/common": "^2.3.2-alpha.1",
"use-sync-external-store": "1.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/vue",
"version": "2.7.1-alpha.1",
"version": "2.7.1-alpha.2",
"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.",
"keywords": [
"Ethereum",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@vueuse/core": "^8.4.2",
"@vueuse/rxjs": "^8.2.0",
"@web3-onboard/common": "^2.3.2-alpha.1",
"@web3-onboard/core": "^2.17.0",
"@web3-onboard/core": "^2.18.0-alpha.1",
"vue-demi": "^0.12.4"
},
"peerDependencies": {
Expand Down
19 changes: 0 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3714,25 +3714,6 @@
ethers "5.5.4"
joi "17.9.1"

"@web3-onboard/core@^2.17.0":
version "2.17.0"
resolved "https://registry.yarnpkg.com/@web3-onboard/core/-/core-2.17.0.tgz#5c0a0114e1d53cfc473f9b0aef5bae355b50e502"
integrity sha512-N6LKiNVjHHOqEdh9RrRAhlWid3bm6SqaCyMcfbqcJceWL53V4nFMTleutIX/YGZbqfms27p6oTAk1xZ0470L+g==
dependencies:
"@web3-onboard/common" "^2.3.1"
bignumber.js "^9.0.0"
bnc-sdk "^4.6.7"
bowser "^2.11.0"
ethers "5.5.3"
eventemitter3 "^4.0.7"
joi "17.9.1"
lodash.merge "^4.6.2"
lodash.partition "^4.6.0"
nanoid "^4.0.0"
rxjs "^7.5.5"
svelte "^3.49.0"
svelte-i18n "^3.3.13"

"@web3-onboard/gas@^2.1.5":
version "2.1.6"
resolved "https://registry.yarnpkg.com/@web3-onboard/gas/-/gas-2.1.6.tgz#33130abbbd94d65645e911b324f4b229343f7536"
Expand Down

0 comments on commit 22428ce

Please sign in to comment.