Skip to content

Commit

Permalink
v11.7.4: ugprade widgets to 11.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Aug 16, 2023
1 parent 5fa69d3 commit 42a9049
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/buttons",
"moduleName": "DePayButtons",
"version": "11.7.3",
"version": "11.7.4",
"description": "A simple button brings Web3 Payments to your website or App. DePay simplifies and improves Web3 Payments with the power of DeFi. Accept any token with on-the-fly conversion with state-of-the-art widgets.",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@depay/react-shadow-dom": "^5.0.5",
"@depay/web3-blockchains": "^8.3.0",
"@depay/widgets": "^11.7.2"
"@depay/widgets": "^11.7.4"
},
"peerDependencies": {
"react": "^18",
Expand All @@ -53,7 +53,7 @@
"@depay/coinbase-wallet-sdk": "3.6.4",
"@depay/react-shadow-dom": "^5.0.5",
"@depay/web3-blockchains": "^8.3.0",
"@depay/widgets": "^11.7.2",
"@depay/widgets": "^11.7.4",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1476,15 +1476,15 @@
resolved "https://registry.yarnpkg.com/@depay/web3-tokens/-/web3-tokens-9.20.1.tgz#a067ad1d00e2e132f92ae4ee9b95bb62361387c2"
integrity sha512-f2PEC22E/b9dqhMGdIl3NEsgyCEsTEWF/PHznFOS5u8EpVaRqgLqHHm84zRptODEdsVJIlJ4QvGkf93FFUsexw==

"@depay/web3-wallets@^16.0.8":
version "16.0.8"
resolved "https://registry.yarnpkg.com/@depay/web3-wallets/-/web3-wallets-16.0.8.tgz#c000f6682b682847adccdbf4e44500db86f86ae7"
integrity sha512-SEiaUuAbBaALomSqYqkdkLh/JSNc5BUwBFxrieZPJjZQqLi/dMxdueWjVfxrGVep5ol/ZNyBs1rltPoFjoty7A==
"@depay/web3-wallets@^16.0.9":
version "16.0.9"
resolved "https://registry.yarnpkg.com/@depay/web3-wallets/-/web3-wallets-16.0.9.tgz#40e73f2cb9e6742bb5581b957f0bc02f503174ae"
integrity sha512-rmSzImAAinaBRNEjFI4/hikvShngQJVwzRUbH34E7h6Ypfm0iVtGDppU/2WcmZ6D/wb5wjIomIzEvpuc8LukZw==

"@depay/widgets@^11.7.2":
version "11.7.2"
resolved "https://registry.yarnpkg.com/@depay/widgets/-/widgets-11.7.2.tgz#ee0ba39fbec8946990364a19650035401b85a550"
integrity sha512-0rEzZe/1KYLbsUXa5IqSDoqoT9pnKapJ31PufZF4yTkSRf/mTZx22kryrNQ5nTg9lSRA/eYat+vUE9ylnLNzrw==
"@depay/widgets@^11.7.4":
version "11.7.4"
resolved "https://registry.yarnpkg.com/@depay/widgets/-/widgets-11.7.4.tgz#e5b8536dd5d5ae3d124cd5742d52fab2c096c156"
integrity sha512-x7eyiAKwQbbfQ2732wKmOWUni1SWr80VarzY0HlZTLnJCjyma9PPn6cuEPpIK6PQ3VE8IW1gt/0ca5LSkyW+6Q==
dependencies:
"@depay/coinbase-wallet-sdk" "^3.6.4"
"@depay/local-currency" "^3.6.0"
Expand All @@ -1500,7 +1500,7 @@
"@depay/web3-exchanges" "^12.2.14"
"@depay/web3-payments" "^12.0.9"
"@depay/web3-tokens" "^9.20.1"
"@depay/web3-wallets" "^16.0.8"
"@depay/web3-wallets" "^16.0.9"
"@tanstack/react-virtual" "^3.0.0-beta.54"
"@uiw/copy-to-clipboard" "^1.0.14"
decimal.js "^10.4.3"
Expand Down

0 comments on commit 42a9049

Please sign in to comment.