@bosonprotocol/react-kit 0.41.0-alpha.4 → 0.41.0-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bosonprotocol/react-kit",
3
3
  "description": "React toolkit with smart components and hooks for building on top of the Boson Protocol.",
4
- "version": "0.41.0-alpha.4",
4
+ "version": "0.41.0-alpha.5",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",
7
7
  "types": "./dist/cjs/index.d.ts",
@@ -15,8 +15,8 @@
15
15
  "license": "Apache-2.0",
16
16
  "dependencies": {
17
17
  "@bosonprotocol/chat-sdk": "^1.3.1-alpha.20",
18
- "@bosonprotocol/core-sdk": "^1.45.0-alpha.4",
19
- "@bosonprotocol/ethers-sdk": "^1.17.0-alpha.4",
18
+ "@bosonprotocol/core-sdk": "^1.45.0-alpha.5",
19
+ "@bosonprotocol/ethers-sdk": "^1.17.0-alpha.5",
20
20
  "@bosonprotocol/ipfs-storage": "^1.13.0",
21
21
  "@davatar/react": "1.11.1",
22
22
  "@ethersproject/units": "5.6.0",
@@ -152,7 +152,7 @@
152
152
  }
153
153
  },
154
154
  "devDependencies": {
155
- "@bosonprotocol/common": "^1.32.0-alpha.4",
155
+ "@bosonprotocol/common": "^1.32.0-alpha.5",
156
156
  "@chromatic-com/storybook": "^1.2.18",
157
157
  "@storybook/addon-essentials": "^8.0.0",
158
158
  "@storybook/addon-interactions": "^8.0.0",
@@ -206,5 +206,5 @@
206
206
  "overrides": {
207
207
  "typescript": "^5.1.6"
208
208
  },
209
- "gitHead": "012b1519ee4471acd5b77eb49b198c26759edcdd"
209
+ "gitHead": "301095940225dda20b06fb07e1035724f49027fa"
210
210
  }