@xyo-network/react-card 9.0.0 → 9.0.1
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 +33 -43
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-card",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.1",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@xyo-network/react-shared": "~9.0.
|
|
44
|
+
"@xyo-network/react-shared": "~9.0.1"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@bitauth/libauth": "~3.0.0",
|
|
@@ -49,55 +49,50 @@
|
|
|
49
49
|
"@mui/material": "^9.0.1",
|
|
50
50
|
"@opentelemetry/api": "^1.9.1",
|
|
51
51
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
52
|
-
"@react-spring/web": "~10.0
|
|
52
|
+
"@react-spring/web": "~10.1.0",
|
|
53
53
|
"@scure/base": "~2.2.0",
|
|
54
|
-
"@storybook/react-vite": "~10.4.
|
|
54
|
+
"@storybook/react-vite": "~10.4.1",
|
|
55
55
|
"@types/react": "^19.2.15",
|
|
56
|
-
"@xylabs/pixel": "~6.0.
|
|
57
|
-
"@xylabs/react-button": "~9.0.
|
|
58
|
-
"@xylabs/react-flexbox": "~9.0.
|
|
59
|
-
"@xylabs/react-hooks": "~9.0.
|
|
60
|
-
"@xylabs/react-link": "~9.0.
|
|
61
|
-
"@xylabs/react-promise": "~9.0.
|
|
62
|
-
"@xylabs/react-shared": "~9.0.
|
|
63
|
-
"@xylabs/react-theme": "~9.0.
|
|
64
|
-
"@xylabs/sdk-js": "^6.0.
|
|
65
|
-
"@xylabs/threads": "
|
|
66
|
-
"@xylabs/toolchain": "~8.1.
|
|
67
|
-
"@xylabs/tsconfig": "^8.1.
|
|
68
|
-
"@xylabs/tsconfig-dom": "^8.1.
|
|
69
|
-
"@xylabs/tsconfig-react": "~8.1.
|
|
70
|
-
"@xyo-network/boundwitness-model": "^6.0.
|
|
71
|
-
"@xyo-network/boundwitness-validator": "^6.0.
|
|
72
|
-
"@xyo-network/payload-builder": "^6.0.
|
|
73
|
-
"@xyo-network/payload-model": "^6.0.
|
|
56
|
+
"@xylabs/pixel": "~6.0.4",
|
|
57
|
+
"@xylabs/react-button": "~9.0.2",
|
|
58
|
+
"@xylabs/react-flexbox": "~9.0.2",
|
|
59
|
+
"@xylabs/react-hooks": "~9.0.2",
|
|
60
|
+
"@xylabs/react-link": "~9.0.2",
|
|
61
|
+
"@xylabs/react-promise": "~9.0.2",
|
|
62
|
+
"@xylabs/react-shared": "~9.0.2",
|
|
63
|
+
"@xylabs/react-theme": "~9.0.2",
|
|
64
|
+
"@xylabs/sdk-js": "^6.0.4",
|
|
65
|
+
"@xylabs/threads": "^6.0.4",
|
|
66
|
+
"@xylabs/toolchain": "~8.1.8",
|
|
67
|
+
"@xylabs/tsconfig": "^8.1.8",
|
|
68
|
+
"@xylabs/tsconfig-dom": "^8.1.8",
|
|
69
|
+
"@xylabs/tsconfig-react": "~8.1.8",
|
|
70
|
+
"@xyo-network/boundwitness-model": "^6.0.5",
|
|
71
|
+
"@xyo-network/boundwitness-validator": "^6.0.5",
|
|
72
|
+
"@xyo-network/payload-builder": "^6.0.5",
|
|
73
|
+
"@xyo-network/payload-model": "^6.0.5",
|
|
74
74
|
"async-mutex": "^0.5.0",
|
|
75
75
|
"bn.js": "^5.2.3",
|
|
76
76
|
"bowser": "^2.14.1",
|
|
77
77
|
"buffer": "^6.0.3",
|
|
78
|
-
"chalk": "^5.6.2",
|
|
79
78
|
"debug": "~4.4.3",
|
|
80
|
-
"eslint": "^10.4.
|
|
79
|
+
"eslint": "^10.4.1",
|
|
81
80
|
"ethers": "^6.16.0",
|
|
82
|
-
"fast-deep-equal": "~3.1.3",
|
|
83
81
|
"hash-wasm": "~4.12.0",
|
|
84
|
-
"
|
|
85
|
-
"mixpanel-browser": "~2.79.0",
|
|
82
|
+
"mixpanel-browser": "~2.80",
|
|
86
83
|
"observable-fns": "~0.6.1",
|
|
87
84
|
"pako": "^2.1.0",
|
|
88
|
-
"query-string": "~9.
|
|
85
|
+
"query-string": "~9.4.0",
|
|
89
86
|
"react": "^19.2.6",
|
|
90
87
|
"react-dom": "^19.2.6",
|
|
91
|
-
"react-
|
|
92
|
-
"react-router-dom": "^7.15.1",
|
|
93
|
-
"recharts": "~3.8.1",
|
|
88
|
+
"react-router-dom": "^7.16.0",
|
|
94
89
|
"spark-md5": "~3.0.2",
|
|
95
|
-
"storybook": "^10.4.
|
|
90
|
+
"storybook": "^10.4.1",
|
|
96
91
|
"typescript": "^6.0.3",
|
|
97
|
-
"vite": "^8.0.
|
|
92
|
+
"vite": "^8.0.14",
|
|
98
93
|
"wasm-feature-detect": "~1.8.0",
|
|
99
94
|
"zod": "^4.4.3",
|
|
100
|
-
"@xyo-network/react-storybook": "~9.0.
|
|
95
|
+
"@xyo-network/react-storybook": "~9.0.1"
|
|
101
96
|
},
|
|
102
97
|
"peerDependencies": {
|
|
103
98
|
"@bitauth/libauth": "~3.0",
|
|
@@ -105,7 +100,7 @@
|
|
|
105
100
|
"@mui/material": "^9.0",
|
|
106
101
|
"@opentelemetry/api": "^1.9",
|
|
107
102
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
108
|
-
"@react-spring/web": "~10.
|
|
103
|
+
"@react-spring/web": "~10.1",
|
|
109
104
|
"@scure/base": "~2.2",
|
|
110
105
|
"@xylabs/pixel": "~6.0",
|
|
111
106
|
"@xylabs/react-button": "~9.0",
|
|
@@ -116,7 +111,7 @@
|
|
|
116
111
|
"@xylabs/react-shared": "~9.0",
|
|
117
112
|
"@xylabs/react-theme": "~9.0",
|
|
118
113
|
"@xylabs/sdk-js": "^6.0",
|
|
119
|
-
"@xylabs/threads": "
|
|
114
|
+
"@xylabs/threads": "^6.0",
|
|
120
115
|
"@xyo-network/boundwitness-model": "^6.0",
|
|
121
116
|
"@xyo-network/boundwitness-validator": "^6.0",
|
|
122
117
|
"@xyo-network/payload-builder": "^6.0",
|
|
@@ -125,21 +120,16 @@
|
|
|
125
120
|
"bn.js": "^5.2",
|
|
126
121
|
"bowser": "^2.14",
|
|
127
122
|
"buffer": "^6.0",
|
|
128
|
-
"chalk": "^5.6",
|
|
129
123
|
"debug": "~4.4",
|
|
130
124
|
"ethers": "^6.16",
|
|
131
|
-
"fast-deep-equal": "~3.1",
|
|
132
125
|
"hash-wasm": "~4.12",
|
|
133
|
-
"
|
|
134
|
-
"mixpanel-browser": "~2.79",
|
|
126
|
+
"mixpanel-browser": "~2.80",
|
|
135
127
|
"observable-fns": "~0.6",
|
|
136
128
|
"pako": "^2.1",
|
|
137
|
-
"query-string": "~9.
|
|
129
|
+
"query-string": "~9.4",
|
|
138
130
|
"react": "^19.2",
|
|
139
131
|
"react-dom": "^19.2",
|
|
140
|
-
"react-is": "^19.2",
|
|
141
132
|
"react-router-dom": "^7.15",
|
|
142
|
-
"recharts": "~3.8",
|
|
143
133
|
"spark-md5": "~3.0",
|
|
144
134
|
"wasm-feature-detect": "~1.8",
|
|
145
135
|
"zod": "^4.4"
|