@xyo-network/react-chain-boundwitness 1.19.17 → 1.20.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 +21 -21
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@xyo-network/react-chain-boundwitness",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.20.0",
|
|
5
5
|
"description": "XYO Layer One React SDK BoundWitness",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -44,25 +44,25 @@
|
|
|
44
44
|
"!**/*.test.*"
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@xylabs/react-error": "~7.1.
|
|
48
|
-
"@xylabs/react-flexbox": "~7.1.
|
|
49
|
-
"@xylabs/react-promise": "~7.1.
|
|
50
|
-
"@xylabs/react-quick-tip-button": "~7.1.
|
|
47
|
+
"@xylabs/react-error": "~7.1.16",
|
|
48
|
+
"@xylabs/react-flexbox": "~7.1.16",
|
|
49
|
+
"@xylabs/react-promise": "~7.1.16",
|
|
50
|
+
"@xylabs/react-quick-tip-button": "~7.1.16",
|
|
51
51
|
"@xylabs/sdk-js": "~5.0.80",
|
|
52
|
-
"@xyo-network/boundwitness-model": "~5.3.
|
|
53
|
-
"@xyo-network/chain-utils": "~1.
|
|
54
|
-
"@xyo-network/chain-validation": "~1.
|
|
55
|
-
"@xyo-network/chain-wrappers": "~1.
|
|
52
|
+
"@xyo-network/boundwitness-model": "~5.3.15",
|
|
53
|
+
"@xyo-network/chain-utils": "~1.20.0",
|
|
54
|
+
"@xyo-network/chain-validation": "~1.20.0",
|
|
55
|
+
"@xyo-network/chain-wrappers": "~1.20.0",
|
|
56
56
|
"@xyo-network/react-boundwitness-plugin": "~7.5.5",
|
|
57
|
-
"@xyo-network/react-chain-blockchain": "~1.
|
|
58
|
-
"@xyo-network/react-chain-blockies": "~1.
|
|
59
|
-
"@xyo-network/react-chain-shared": "~1.
|
|
57
|
+
"@xyo-network/react-chain-blockchain": "~1.20.0",
|
|
58
|
+
"@xyo-network/react-chain-blockies": "~1.20.0",
|
|
59
|
+
"@xyo-network/react-chain-shared": "~1.20.0",
|
|
60
60
|
"@xyo-network/react-event": "~7.5.5",
|
|
61
61
|
"@xyo-network/react-shared": "~7.5.5",
|
|
62
62
|
"@xyo-network/react-table": "~7.5.5",
|
|
63
|
-
"@xyo-network/sdk-js": "~5.3.
|
|
64
|
-
"@xyo-network/xl1-sdk": "~1.
|
|
65
|
-
"react-icons": "~5.
|
|
63
|
+
"@xyo-network/sdk-js": "~5.3.15",
|
|
64
|
+
"@xyo-network/xl1-sdk": "~1.25.14",
|
|
65
|
+
"react-icons": "~5.6.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@emotion/react": "~11.14.0",
|
|
@@ -72,22 +72,22 @@
|
|
|
72
72
|
"@mui/system": "^7.3.8",
|
|
73
73
|
"@mui/x-charts": "^8.27.0",
|
|
74
74
|
"@opentelemetry/api": "^1.9.0",
|
|
75
|
-
"@storybook/react-vite": "~10.2.
|
|
75
|
+
"@storybook/react-vite": "~10.2.14",
|
|
76
76
|
"@types/react": "^19.2.14",
|
|
77
77
|
"@xylabs/ts-scripts-yarn3": "~7.3.2",
|
|
78
78
|
"@xylabs/tsconfig": "~7.3.2",
|
|
79
79
|
"@xylabs/tsconfig-dom": "~7.3.2",
|
|
80
80
|
"@xylabs/tsconfig-react": "~7.3.2",
|
|
81
|
-
"@xyo-network/react-chain-network": "~1.
|
|
82
|
-
"@xyo-network/react-chain-provider": "~1.
|
|
83
|
-
"@xyo-network/sdk-js": "~5.3.
|
|
84
|
-
"axios": "^1.13.
|
|
81
|
+
"@xyo-network/react-chain-network": "~1.20.0",
|
|
82
|
+
"@xyo-network/react-chain-provider": "~1.20.0",
|
|
83
|
+
"@xyo-network/sdk-js": "~5.3.15",
|
|
84
|
+
"axios": "^1.13.6",
|
|
85
85
|
"eslint": "^9.39.3",
|
|
86
86
|
"ethers": "^6.16.0",
|
|
87
87
|
"react": "~19.2.4",
|
|
88
88
|
"react-dom": "~19.2.4",
|
|
89
89
|
"react-router-dom": "^7.13.1",
|
|
90
|
-
"storybook": "^10.2.
|
|
90
|
+
"storybook": "^10.2.14",
|
|
91
91
|
"typescript": "~5.9.3",
|
|
92
92
|
"vite": "^7.3.1",
|
|
93
93
|
"zod": "^4.3.6"
|