@xyo-network/react-storybook 10.0.4 → 10.0.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.
- package/package.json +47 -45
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-storybook",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.5",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -41,69 +41,71 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@ariestools/sdk": "
|
|
44
|
+
"@ariestools/sdk": "~8.0.2",
|
|
45
|
+
"@ariestools/threads": "~8.0.2",
|
|
45
46
|
"@bitauth/libauth": "~3.0.0",
|
|
46
|
-
"@
|
|
47
|
+
"@metamask/providers": "~22.1.1",
|
|
48
|
+
"@mui/material": "~9.2.0",
|
|
47
49
|
"@noble/post-quantum": "~0.6.1",
|
|
48
|
-
"@opentelemetry/api": "
|
|
49
|
-
"@opentelemetry/sdk-trace-base": "
|
|
50
|
+
"@opentelemetry/api": "~1.9.1",
|
|
51
|
+
"@opentelemetry/sdk-trace-base": "~2.9.0",
|
|
50
52
|
"@scure/base": "~2.2.0",
|
|
51
53
|
"@scure/bip39": "~2.2.0",
|
|
52
54
|
"@storybook/react-vite": "~10.4.6",
|
|
55
|
+
"@types/react": "~19.2.17",
|
|
56
|
+
"@xylabs/toolchain": "~8.6.6",
|
|
57
|
+
"@xylabs/tsconfig": "~8.6.6",
|
|
58
|
+
"@xylabs/tsconfig-dom": "~8.6.6",
|
|
59
|
+
"@xylabs/tsconfig-react": "~8.6.6",
|
|
60
|
+
"@xyo-network/sdk": "~7.0.9",
|
|
61
|
+
"@xyo-network/sdk-protocol": "~7.0.14",
|
|
62
|
+
"ajv": "~8.20.0",
|
|
63
|
+
"async-mutex": "~0.5.0",
|
|
64
|
+
"debug": "~4.4.3",
|
|
65
|
+
"eslint": "~10.6.0",
|
|
66
|
+
"ethers": "~6.17.0",
|
|
67
|
+
"hash-wasm": "~4.12.0",
|
|
68
|
+
"idb": "~8.0.3",
|
|
69
|
+
"lru-cache": "~11.5.1",
|
|
70
|
+
"observable-fns": "~0.6.1",
|
|
71
|
+
"react": "~19.2.7",
|
|
72
|
+
"react-dom": "~19.2.7",
|
|
73
|
+
"storybook": "~10.4.6",
|
|
74
|
+
"typescript": "~6.0.3",
|
|
75
|
+
"vite": "~8.1.3",
|
|
76
|
+
"webextension-polyfill": "~0.12.0",
|
|
77
|
+
"zod": "~4.4.3"
|
|
78
|
+
},
|
|
79
|
+
"peerDependencies": {
|
|
80
|
+
"@ariestools/sdk": "^8.0.2",
|
|
81
|
+
"@ariestools/threads": "^8.0.2",
|
|
82
|
+
"@bitauth/libauth": "^3.0.0",
|
|
83
|
+
"@metamask/providers": "^22.1.1",
|
|
84
|
+
"@mui/material": "^9.2.0",
|
|
85
|
+
"@noble/post-quantum": "^0.6.1",
|
|
86
|
+
"@opentelemetry/api": "^1.9.1",
|
|
87
|
+
"@opentelemetry/sdk-trace-base": "^2.9.0",
|
|
88
|
+
"@scure/base": "^2.2.0",
|
|
89
|
+
"@scure/bip39": "^2.2.0",
|
|
90
|
+
"@storybook/react-vite": "^10.4.6",
|
|
53
91
|
"@types/react": "^19.2.17",
|
|
54
|
-
"@
|
|
55
|
-
"@
|
|
56
|
-
"@xylabs/toolchain": "~8.5.15",
|
|
57
|
-
"@xylabs/tsconfig": "^8.5.15",
|
|
58
|
-
"@xylabs/tsconfig-dom": "^8.5.15",
|
|
59
|
-
"@xylabs/tsconfig-react": "~8.5.15",
|
|
60
|
-
"@xyo-network/sdk": "^7.0.7",
|
|
61
|
-
"@xyo-network/sdk-protocol": "^7.0.12",
|
|
92
|
+
"@xyo-network/sdk": "^7.0.9",
|
|
93
|
+
"@xyo-network/sdk-protocol": "^7.0.14",
|
|
62
94
|
"ajv": "^8.20.0",
|
|
63
95
|
"async-mutex": "^0.5.0",
|
|
64
96
|
"debug": "^4.4.3",
|
|
65
|
-
"eslint": "^10.6.0",
|
|
66
97
|
"ethers": "^6.17.0",
|
|
67
|
-
"hash-wasm": "
|
|
98
|
+
"hash-wasm": "^4.12.0",
|
|
68
99
|
"idb": "^8.0.3",
|
|
69
100
|
"lru-cache": "^11.5.1",
|
|
70
101
|
"observable-fns": "^0.6.1",
|
|
71
102
|
"react": "^19.2.7",
|
|
72
103
|
"react-dom": "^19.2.7",
|
|
73
104
|
"storybook": "^10.4.6",
|
|
74
|
-
"typescript": "^6.0.3",
|
|
75
105
|
"vite": "^8.1.3",
|
|
106
|
+
"webextension-polyfill": "^0.12.0",
|
|
76
107
|
"zod": "^4.4.3"
|
|
77
108
|
},
|
|
78
|
-
"peerDependencies": {
|
|
79
|
-
"@ariestools/sdk": "^7.0",
|
|
80
|
-
"@bitauth/libauth": "~3.0",
|
|
81
|
-
"@mui/material": "^9.0",
|
|
82
|
-
"@noble/post-quantum": "~0.6.1",
|
|
83
|
-
"@opentelemetry/api": "^1.9",
|
|
84
|
-
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
85
|
-
"@scure/base": "~2.2",
|
|
86
|
-
"@scure/bip39": "~2.2",
|
|
87
|
-
"@storybook/react-vite": "~10.4",
|
|
88
|
-
"@types/react": "^19.2",
|
|
89
|
-
"@xylabs/geo": "^7.0",
|
|
90
|
-
"@xylabs/threads": "^7.0",
|
|
91
|
-
"@xyo-network/sdk": "*",
|
|
92
|
-
"@xyo-network/sdk-protocol": "^7.0",
|
|
93
|
-
"ajv": "^8.20",
|
|
94
|
-
"async-mutex": "^0.5",
|
|
95
|
-
"debug": "^4.4",
|
|
96
|
-
"ethers": "^6.16",
|
|
97
|
-
"hash-wasm": "~4.12",
|
|
98
|
-
"idb": "^8.0",
|
|
99
|
-
"lru-cache": "^11.3",
|
|
100
|
-
"observable-fns": "^0.6",
|
|
101
|
-
"react": "^19.2",
|
|
102
|
-
"react-dom": "^19.2",
|
|
103
|
-
"storybook": "^10.3",
|
|
104
|
-
"vite": "^8.0",
|
|
105
|
-
"zod": "^4.4"
|
|
106
|
-
},
|
|
107
109
|
"publishConfig": {
|
|
108
110
|
"access": "public"
|
|
109
111
|
},
|