@xyo-network/react-chain 1.0.11 → 1.0.13
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/eslint.config.mjs +9 -0
- package/package.json +25 -25
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import config from '../../eslint.config.mjs'
|
|
2
|
+
|
|
3
|
+
import { reactConfig } from '@xylabs/eslint-config-react-flat'
|
|
4
|
+
|
|
5
|
+
export default [
|
|
6
|
+
{ ignores: ['.yarn', '**/dist', '**/build', '**/public', '**/storybook-static', 'eslint.config.mjs', '**/.storybook', 'scripts'] },
|
|
7
|
+
...config,
|
|
8
|
+
reactConfig
|
|
9
|
+
]
|
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.0.13",
|
|
5
5
|
"description": "XYO Layer One React SDK",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -38,43 +38,43 @@
|
|
|
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.0.13",
|
|
42
|
+
"@xyo-network/react-chain-blockies": "^1.0.13",
|
|
43
|
+
"@xyo-network/react-chain-network": "^1.0.13",
|
|
44
|
+
"@xyo-network/react-chain-shared": "^1.0.13",
|
|
45
|
+
"@xyo-network/react-chain-stake": "^1.0.13"
|
|
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/icons-material": "^6.4.
|
|
52
|
-
"@mui/material": "^6.4.
|
|
53
|
-
"@mui/styles": "^6.4.
|
|
54
|
-
"@storybook/addon-essentials": "^8.6.
|
|
55
|
-
"@storybook/addon-interactions": "^8.6.
|
|
56
|
-
"@storybook/addon-links": "^8.6.
|
|
57
|
-
"@storybook/blocks": "^8.6.
|
|
58
|
-
"@storybook/components": "^8.6.
|
|
59
|
-
"@storybook/core-events": "^8.6.
|
|
60
|
-
"@storybook/react": "^8.6.
|
|
61
|
-
"@storybook/react-vite": "^8.6.
|
|
62
|
-
"@storybook/test": "^8.6.
|
|
63
|
-
"@storybook/theming": "^8.6.
|
|
51
|
+
"@mui/icons-material": "^6.4.9",
|
|
52
|
+
"@mui/material": "^6.4.9",
|
|
53
|
+
"@mui/styles": "^6.4.9",
|
|
54
|
+
"@storybook/addon-essentials": "^8.6.10",
|
|
55
|
+
"@storybook/addon-interactions": "^8.6.10",
|
|
56
|
+
"@storybook/addon-links": "^8.6.10",
|
|
57
|
+
"@storybook/blocks": "^8.6.10",
|
|
58
|
+
"@storybook/components": "^8.6.10",
|
|
59
|
+
"@storybook/core-events": "^8.6.10",
|
|
60
|
+
"@storybook/react": "^8.6.10",
|
|
61
|
+
"@storybook/react-vite": "^8.6.10",
|
|
62
|
+
"@storybook/test": "^8.6.10",
|
|
63
|
+
"@storybook/theming": "^8.6.10",
|
|
64
64
|
"@types/react": "^19.0.12",
|
|
65
65
|
"@xylabs/react-invertible-theme": "^6.0.9",
|
|
66
66
|
"@xylabs/react-theme": "^6.0.9",
|
|
67
|
-
"@xylabs/ts-scripts-yarn3": "^6.1.
|
|
68
|
-
"@xylabs/tsconfig-react": "^6.1.
|
|
67
|
+
"@xylabs/ts-scripts-yarn3": "^6.1.11",
|
|
68
|
+
"@xylabs/tsconfig-react": "^6.1.11",
|
|
69
69
|
"dotenv": "^16.4.7",
|
|
70
|
-
"eslint": "^9.
|
|
71
|
-
"ethers": "
|
|
70
|
+
"eslint": "^9.23.0",
|
|
71
|
+
"ethers": "6.13.6",
|
|
72
72
|
"react": "^19.0.0",
|
|
73
73
|
"react-dom": "^19.0.0",
|
|
74
74
|
"react-router-dom": "^7.4.0",
|
|
75
|
-
"storybook": "^8.6.
|
|
75
|
+
"storybook": "^8.6.10",
|
|
76
76
|
"typescript": "^5.8.2",
|
|
77
|
-
"vite": "^6.2.
|
|
77
|
+
"vite": "^6.2.3",
|
|
78
78
|
"vite-plugin-top-level-await": "^1.5.0"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|