Skip to content

Commit

Permalink
fix peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Nov 17, 2022
1 parent db625d9 commit cbf92f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/buttons",
"moduleName": "DePayButtons",
"version": "8.1.0",
"version": "8.1.1",
"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 @@ -35,11 +35,11 @@
"test:integration": "yarn test:cypress"
},
"dependencies": {
"@depay/react-shadow-dom": "^5.0.4",
"@depay/widgets": "^8.0.2",
"@depay/web3-blockchains": "^6.2.3"
},
"peerDependencies": {
"@depay/react-shadow-dom": "^5.0.4",
"@depay/widgets": "^8.0.2",
"react": "^18",
"react-dom": "^18"
},
Expand All @@ -50,7 +50,7 @@
"@babel/preset-react": "^7.12.7",
"@cypress/react": "^5.12.5",
"@depay/react-shadow-dom": "^5.0.4",
"@depay/widgets": "^8.0.1",
"@depay/widgets": "^8.0.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
Expand Down

0 comments on commit cbf92f3

Please sign in to comment.