Skip to content

Commit

Permalink
v7.2.2: upgrade widgets to 7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Jun 16, 2022
1 parent 87ca4fa commit c18d064
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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": "7.2.1",
"version": "7.2.2",
"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 @@ -36,7 +36,7 @@
"dependencies": {},
"peerDependencies": {
"@depay/react-shadow-dom": "^5.0.2",
"@depay/widgets": "^7.2.1",
"@depay/widgets": "^7.2.2",
"react": "^18",
"react-dom": "^18"
},
Expand All @@ -47,7 +47,7 @@
"@babel/preset-react": "^7.12.7",
"@cypress/react": "^5.12.5",
"@depay/react-shadow-dom": "^5.0.2",
"@depay/widgets": "^7.2.1",
"@depay/widgets": "^7.2.2",
"@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 @@ -1290,10 +1290,10 @@
resolved "https://registry.yarnpkg.com/@depay/web3-wallets/-/web3-wallets-11.1.0.tgz#96bd41c44afff906835587716538c121b3b854c6"
integrity sha512-OMPTbHmpmpMoKFp3T3UnXr/PU/0xn9C4FHCbVAqQXFDNkMVExKJN6vPAoH6x2MbmhtcwhYx6ICOg4p0w0w7rIA==

"@depay/widgets@^7.2.1":
version "7.2.1"
resolved "https://registry.yarnpkg.com/@depay/widgets/-/widgets-7.2.1.tgz#327c314d8cd5110c60c26fc50d814132338a30bc"
integrity sha512-PXgAh5TcwcPmijxWbVPH1DpfXEMzSvJVDq6I/pX8cn6tV81IhpLIOPJtnS+GAShrJNI3oXKfLXpIe7bNgwM9jw==
"@depay/widgets@^7.2.2":
version "7.2.2"
resolved "https://registry.yarnpkg.com/@depay/widgets/-/widgets-7.2.2.tgz#f4e2b0efebe13d055729ba3f74400d6d6f36cd85"
integrity sha512-r3xGYuDX3ujbUP5j1Zd+YaLx/Qz/S4zfAYKk9BqWQZ16qfDUSEz0BbqhUPshqV3GzNy6mHmImYVWLoMQjFZfyg==
dependencies:
"@depay/coinbase-wallet-sdk" "^1.0.5"
"@depay/local-currency" "^3.2.2"
Expand Down

0 comments on commit c18d064

Please sign in to comment.