Skip to content

Commit

Permalink
v11.1.3: upgrade widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Jun 16, 2023
1 parent 1746ad3 commit cf7221a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/esm/index.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/umd/index.bundle.js

Large diffs are not rendered by default.

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.1.2",
"version": "11.1.3",
"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.0.4",
"@depay/widgets": "^11.4.2"
"@depay/widgets": "^11.4.4"
},
"peerDependencies": {
"react": "^18",
Expand All @@ -52,7 +52,7 @@
"@cypress/react": "^5.12.5",
"@depay/react-shadow-dom": "^5.0.5",
"@depay/web3-blockchains": "^8.0.4",
"@depay/widgets": "^11.4.2",
"@depay/widgets": "^11.4.4",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1486,10 +1486,10 @@
resolved "https://registry.yarnpkg.com/@depay/web3-wallets/-/web3-wallets-15.12.4.tgz#79882fd53f6c28201fbccddab9317dbb92804cc2"
integrity sha512-QtpfmSmC4Ai8HH81v7oGKlQNkC/Vha3wU+cR7+WdbUT6vjVFGwtf7XK/VcF4B+UYu9aduRsSma+0YuPWTZbpaA==

"@depay/widgets@^11.4.2":
version "11.4.2"
resolved "https://registry.yarnpkg.com/@depay/widgets/-/widgets-11.4.2.tgz#46f16090a58fd8398d4ccdbaa05340f1a38d5c8c"
integrity sha512-ksGpOsfjYDwkwdhj6Su/vKgBHq7B5M9T3r6Y2D4CzhliimtbUl4+uRNxJZk1HZ45JkCd7YnrWKHTYSnJBN4nLQ==
"@depay/widgets@^11.4.4":
version "11.4.4"
resolved "https://registry.yarnpkg.com/@depay/widgets/-/widgets-11.4.4.tgz#6b6071f378d04addff36f7f15609abd1e0e53957"
integrity sha512-q35Hn9P2elyAwhcl/6twSTQ14ZM8ijiVGPIoKANnlw3JfXFb18fNePIAFisWi0YoWEMdocHTr2TpHVPhziAYng==
dependencies:
"@depay/coinbase-wallet-sdk" "^3.6.4"
"@depay/local-currency" "^3.6.0"
Expand Down

0 comments on commit cf7221a

Please sign in to comment.