Skip to content

Commit

Permalink
bump the version of @web3-onboard/core in other packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mhughdo committed Feb 22, 2024
1 parent 2a0dcb6 commit fc3c831
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "2.0.10-alpha.1",
"version": "2.0.10",
"devDependencies": {
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@web3-onboard/capsule": "2.0.1",
"@web3-onboard/cede-store": "^2.2.0",
"@web3-onboard/coinbase": "^2.2.6",
"@web3-onboard/core": "^2.21.2",
"@web3-onboard/core": "^2.21.3-alpha.1",
"@web3-onboard/dcent": "^2.2.7",
"@web3-onboard/enkrypt": "^2.0.3",
"@web3-onboard/fortmatic": "^2.0.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"dependencies": {
"@web3-onboard/common": "^2.3.3",
"@web3-onboard/core": "^2.21.2",
"@web3-onboard/core": "^2.21.3-alpha.1",
"use-sync-external-store": "1.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"dependencies": {
"@web3-onboard/common": "^2.3.3",
"@web3-onboard/core": "^2.21.0",
"@web3-onboard/core": "^2.21.3-alpha.1",
"solid-js": "^1.8.1"
}
}
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@vueuse/core": "^8.4.2",
"@vueuse/rxjs": "^8.2.0",
"@web3-onboard/common": "^2.3.3",
"@web3-onboard/core": "^2.21.2",
"@web3-onboard/core": "^2.21.3-alpha.1",
"vue-demi": "^0.12.4"
},
"peerDependencies": {
Expand Down

0 comments on commit fc3c831

Please sign in to comment.