nftychat-universe 1.3.7 → 1.3.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/nftychat/nftychat-universe"
6
6
  },
7
- "version": "1.3.7",
7
+ "version": "1.3.8",
8
8
  "license": "MIT",
9
9
  "description": "nftychat plugins for your website",
10
10
  "author": "nftychat",
@@ -86,9 +86,9 @@
86
86
  "webpack-cli": "^4.10.0"
87
87
  },
88
88
  "peerDependencies": {
89
- "ethers": "^5.7.0",
89
+ "ethers": ">=5.7.0",
90
90
  "react": ">=16.0.0",
91
91
  "react-dom": ">=16.0.0",
92
- "wagmi": "^0.6.4"
92
+ "wagmi": ">=0.6.4"
93
93
  }
94
94
  }