@bosonprotocol/react-kit 0.42.0-alpha.4 → 0.42.1-alpha.0
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.
- 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.42.
|
|
4
|
+
"version": "0.42.1-alpha.0",
|
|
5
5
|
"main": "./dist/cjs/index.js",
|
|
6
6
|
"module": "./dist/esm/index.js",
|
|
7
7
|
"types": "./dist/cjs/index.d.ts",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@bosonprotocol/chat-sdk": "^1.3.1-alpha.20",
|
|
22
|
-
"@bosonprotocol/core-sdk": "^1.46.
|
|
23
|
-
"@bosonprotocol/ethers-sdk": "^1.17.
|
|
22
|
+
"@bosonprotocol/core-sdk": "^1.46.1-alpha.0",
|
|
23
|
+
"@bosonprotocol/ethers-sdk": "^1.17.2-alpha.0",
|
|
24
24
|
"@bosonprotocol/ipfs-storage": "^1.13.0",
|
|
25
25
|
"@davatar/react": "1.11.1",
|
|
26
26
|
"@ethersproject/units": "5.6.0",
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
}
|
|
157
157
|
},
|
|
158
158
|
"devDependencies": {
|
|
159
|
-
"@bosonprotocol/common": "^1.32.
|
|
159
|
+
"@bosonprotocol/common": "^1.32.2-alpha.0",
|
|
160
160
|
"@chromatic-com/storybook": "^1.2.18",
|
|
161
161
|
"@storybook/addon-essentials": "^8.0.0",
|
|
162
162
|
"@storybook/addon-interactions": "^8.0.0",
|
|
@@ -210,5 +210,5 @@
|
|
|
210
210
|
"overrides": {
|
|
211
211
|
"typescript": "^5.1.6"
|
|
212
212
|
},
|
|
213
|
-
"gitHead": "
|
|
213
|
+
"gitHead": "129dc90530e41a259641758af631de350aa6d19d"
|
|
214
214
|
}
|