@xyo-network/react-chain 1.0.12 → 1.1.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 +28 -37
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",
|
|
4
|
-
"version": "1.0
|
|
4
|
+
"version": "1.1.0",
|
|
5
5
|
"description": "XYO Layer One React SDK",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -38,59 +38,50 @@
|
|
|
38
38
|
"start": "storybook dev -p 6006"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@xyo-network/react-chain-blockchain": "^1.0
|
|
42
|
-
"@xyo-network/react-chain-blockies": "^1.0
|
|
43
|
-
"@xyo-network/react-chain-network": "^1.0
|
|
44
|
-
"@xyo-network/react-chain-shared": "^1.0
|
|
45
|
-
"@xyo-network/react-chain-stake": "^1.0
|
|
41
|
+
"@xyo-network/react-chain-blockchain": "^1.1.0",
|
|
42
|
+
"@xyo-network/react-chain-blockies": "^1.1.0",
|
|
43
|
+
"@xyo-network/react-chain-network": "^1.1.0",
|
|
44
|
+
"@xyo-network/react-chain-shared": "^1.1.0",
|
|
45
|
+
"@xyo-network/react-chain-stake": "^1.1.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@chromatic-com/storybook": "^3.2.6",
|
|
49
49
|
"@emotion/react": "^11.14.0",
|
|
50
50
|
"@emotion/styled": "^11.14.0",
|
|
51
|
-
"@mui/
|
|
52
|
-
"@
|
|
53
|
-
"@
|
|
54
|
-
"@storybook/
|
|
55
|
-
"@storybook/
|
|
56
|
-
"@storybook/
|
|
57
|
-
"@
|
|
58
|
-
"@
|
|
59
|
-
"@
|
|
60
|
-
"@
|
|
61
|
-
"@
|
|
62
|
-
"@storybook/test": "^8.6.9",
|
|
63
|
-
"@storybook/theming": "^8.6.9",
|
|
64
|
-
"@types/react": "^19.0.12",
|
|
65
|
-
"@xylabs/react-invertible-theme": "^6.0.9",
|
|
66
|
-
"@xylabs/react-theme": "^6.0.9",
|
|
67
|
-
"@xylabs/ts-scripts-yarn3": "^6.1.5",
|
|
68
|
-
"@xylabs/tsconfig-react": "^6.1.5",
|
|
51
|
+
"@mui/material": "^7.0.1",
|
|
52
|
+
"@storybook/addon-essentials": "^8.6.11",
|
|
53
|
+
"@storybook/addon-interactions": "^8.6.11",
|
|
54
|
+
"@storybook/react": "^8.6.11",
|
|
55
|
+
"@storybook/react-vite": "^8.6.11",
|
|
56
|
+
"@storybook/test": "^8.6.11",
|
|
57
|
+
"@types/react": "^19.1.0",
|
|
58
|
+
"@xylabs/react-invertible-theme": "^6.1.2",
|
|
59
|
+
"@xylabs/react-theme": "^6.1.2",
|
|
60
|
+
"@xylabs/ts-scripts-yarn3": "^6.2.1",
|
|
61
|
+
"@xylabs/tsconfig-react": "^6.2.1",
|
|
69
62
|
"dotenv": "^16.4.7",
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"react": "^19.
|
|
73
|
-
"react-dom": "^
|
|
74
|
-
"
|
|
75
|
-
"storybook": "^8.6.9",
|
|
63
|
+
"ethers": "6.13.6",
|
|
64
|
+
"react": "^19.1.0",
|
|
65
|
+
"react-dom": "^19.1.0",
|
|
66
|
+
"react-router-dom": "^7.4.1",
|
|
67
|
+
"storybook": "^8.6.11",
|
|
76
68
|
"typescript": "^5.8.2",
|
|
77
|
-
"vite": "^6.2.
|
|
69
|
+
"vite": "^6.2.4",
|
|
78
70
|
"vite-plugin-top-level-await": "^1.5.0"
|
|
79
71
|
},
|
|
80
72
|
"peerDependencies": {
|
|
81
73
|
"@emotion/react": "^11",
|
|
82
74
|
"@emotion/styled": "^11",
|
|
83
|
-
"@mui/icons-material": "^
|
|
84
|
-
"@mui/material": "^
|
|
85
|
-
"@mui/styles": "^6",
|
|
75
|
+
"@mui/icons-material": "^7",
|
|
76
|
+
"@mui/material": "^7",
|
|
86
77
|
"ethers": "^6",
|
|
87
78
|
"react": "^19",
|
|
88
79
|
"react-dom": "^19"
|
|
89
80
|
},
|
|
90
|
-
"
|
|
91
|
-
"node": "22.3
|
|
92
|
-
"yarn": "4.6.0"
|
|
81
|
+
"engines": {
|
|
82
|
+
"node": ">=22.3 <23"
|
|
93
83
|
},
|
|
84
|
+
"engineStrict": true,
|
|
94
85
|
"publishConfig": {
|
|
95
86
|
"access": "restricted"
|
|
96
87
|
},
|