@xyo-network/react-property 9.0.2 → 9.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 +45 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-property",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.5",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -41,39 +41,42 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@xyo-network/react-shared": "~9.0.
|
|
44
|
+
"@xyo-network/react-shared": "~9.0.5"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@bitauth/libauth": "~3.0.0",
|
|
48
|
+
"@metamask/providers": "^22.1.1",
|
|
48
49
|
"@mui/icons-material": "^9.0.1",
|
|
49
50
|
"@mui/material": "^9.0.1",
|
|
51
|
+
"@noble/post-quantum": "~0.6.1",
|
|
50
52
|
"@opentelemetry/api": "^1.9.1",
|
|
51
53
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
52
54
|
"@react-spring/web": "~10.1.0",
|
|
53
55
|
"@scure/base": "~2.2.0",
|
|
54
|
-
"@
|
|
56
|
+
"@scure/bip39": "~2.2.0",
|
|
57
|
+
"@storybook/react-vite": "~10.4.2",
|
|
55
58
|
"@types/react": "^19.2.16",
|
|
56
|
-
"@xylabs/
|
|
57
|
-
"@xylabs/
|
|
58
|
-
"@xylabs/react-
|
|
59
|
-
"@xylabs/react-
|
|
60
|
-
"@xylabs/react-
|
|
61
|
-
"@xylabs/react-
|
|
62
|
-
"@xylabs/react-
|
|
63
|
-
"@xylabs/react-
|
|
64
|
-
"@xylabs/react-
|
|
65
|
-
"@xylabs/react-
|
|
66
|
-
"@xylabs/
|
|
67
|
-
"@xylabs/
|
|
68
|
-
"@xylabs/
|
|
69
|
-
"@xylabs/
|
|
70
|
-
"@xylabs/tsconfig
|
|
71
|
-
"@xylabs/tsconfig-
|
|
72
|
-
"@
|
|
73
|
-
"@xyo-network/
|
|
74
|
-
"@xyo-network/
|
|
75
|
-
"@xyo-network/payload-model": "^6.0.7",
|
|
59
|
+
"@xylabs/geo": "^6.0.8",
|
|
60
|
+
"@xylabs/pixel": "~6.0.8",
|
|
61
|
+
"@xylabs/react-button": "~9.0.3",
|
|
62
|
+
"@xylabs/react-flexbox": "~9.0.3",
|
|
63
|
+
"@xylabs/react-hooks": "~9.0.3",
|
|
64
|
+
"@xylabs/react-identicon": "~9.0.3",
|
|
65
|
+
"@xylabs/react-link": "~9.0.3",
|
|
66
|
+
"@xylabs/react-promise": "~9.0.3",
|
|
67
|
+
"@xylabs/react-quick-tip-button": "~9.0.3",
|
|
68
|
+
"@xylabs/react-shared": "~9.0.3",
|
|
69
|
+
"@xylabs/react-theme": "~9.0.3",
|
|
70
|
+
"@xylabs/sdk-js": "^6.0.8",
|
|
71
|
+
"@xylabs/threads": "^6.0.8",
|
|
72
|
+
"@xylabs/toolchain": "~8.1.16",
|
|
73
|
+
"@xylabs/tsconfig": "^8.1.16",
|
|
74
|
+
"@xylabs/tsconfig-dom": "^8.1.16",
|
|
75
|
+
"@xylabs/tsconfig-react": "~8.1.16",
|
|
76
|
+
"@xyo-network/sdk-js": "^6.0.4",
|
|
77
|
+
"@xyo-network/sdk-protocol-js": "~6.0.9",
|
|
76
78
|
"@xyo-network/typeof": "~5.3.30",
|
|
79
|
+
"ajv": "^8.20.0",
|
|
77
80
|
"async-mutex": "^0.5.0",
|
|
78
81
|
"bn.js": "^5.2.3",
|
|
79
82
|
"bowser": "^2.14.1",
|
|
@@ -82,28 +85,36 @@
|
|
|
82
85
|
"eslint": "^10.4.1",
|
|
83
86
|
"ethers": "^6.16.0",
|
|
84
87
|
"hash-wasm": "~4.12.0",
|
|
88
|
+
"idb": "^8.0.3",
|
|
89
|
+
"lru-cache": "^11.5.1",
|
|
85
90
|
"md5": "~2.3.0",
|
|
86
91
|
"mixpanel-browser": "~2.80.0",
|
|
87
92
|
"observable-fns": "~0.6.1",
|
|
88
|
-
"pako": "^2.1.0",
|
|
89
93
|
"query-string": "~9.4.0",
|
|
90
94
|
"react": "^19.2.7",
|
|
91
95
|
"react-dom": "^19.2.7",
|
|
92
|
-
"react-
|
|
96
|
+
"react-is": "^19.2",
|
|
97
|
+
"react-router-dom": "^7.17.0",
|
|
98
|
+
"recharts": "^3.8",
|
|
93
99
|
"spark-md5": "~3.0.2",
|
|
94
|
-
"storybook": "^10.4.
|
|
100
|
+
"storybook": "^10.4.2",
|
|
95
101
|
"typescript": "^6.0.3",
|
|
96
102
|
"vite": "^8.0.16",
|
|
103
|
+
"webextension-polyfill": "^0.12.0",
|
|
97
104
|
"zod": "^4.4.3"
|
|
98
105
|
},
|
|
99
106
|
"peerDependencies": {
|
|
100
107
|
"@bitauth/libauth": "~3.0",
|
|
108
|
+
"@metamask/providers": "^22.1",
|
|
101
109
|
"@mui/icons-material": "^9.0",
|
|
102
110
|
"@mui/material": "^9.0",
|
|
111
|
+
"@noble/post-quantum": "~0.6.1",
|
|
103
112
|
"@opentelemetry/api": "^1.9",
|
|
104
113
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
105
114
|
"@react-spring/web": "~10.1",
|
|
106
115
|
"@scure/base": "~2.2",
|
|
116
|
+
"@scure/bip39": "~2.2",
|
|
117
|
+
"@xylabs/geo": "^6.0",
|
|
107
118
|
"@xylabs/pixel": "~6.0",
|
|
108
119
|
"@xylabs/react-button": "~9.0",
|
|
109
120
|
"@xylabs/react-flexbox": "~9.0",
|
|
@@ -116,11 +127,10 @@
|
|
|
116
127
|
"@xylabs/react-theme": "~9.0",
|
|
117
128
|
"@xylabs/sdk-js": "^6.0",
|
|
118
129
|
"@xylabs/threads": "^6.0",
|
|
119
|
-
"@xyo-network/
|
|
120
|
-
"@xyo-network/
|
|
121
|
-
"@xyo-network/payload-builder": "^6.0",
|
|
122
|
-
"@xyo-network/payload-model": "^6.0",
|
|
130
|
+
"@xyo-network/sdk-js": "^6.0",
|
|
131
|
+
"@xyo-network/sdk-protocol-js": "~6.0",
|
|
123
132
|
"@xyo-network/typeof": "~5.3",
|
|
133
|
+
"ajv": "^8.20",
|
|
124
134
|
"async-mutex": "^0.5",
|
|
125
135
|
"bn.js": "^5.2",
|
|
126
136
|
"bowser": "^2.14",
|
|
@@ -128,15 +138,19 @@
|
|
|
128
138
|
"debug": "~4.4",
|
|
129
139
|
"ethers": "^6.16",
|
|
130
140
|
"hash-wasm": "~4.12",
|
|
141
|
+
"idb": "^8.0",
|
|
142
|
+
"lru-cache": "^11.3",
|
|
131
143
|
"md5": "~2.3",
|
|
132
144
|
"mixpanel-browser": "~2.80",
|
|
133
145
|
"observable-fns": "~0.6",
|
|
134
|
-
"pako": "^2.1",
|
|
135
146
|
"query-string": "~9.4",
|
|
136
147
|
"react": "^19.2",
|
|
137
148
|
"react-dom": "^19.2",
|
|
149
|
+
"react-is": "^19.2",
|
|
138
150
|
"react-router-dom": "^7.15",
|
|
151
|
+
"recharts": "^3.8",
|
|
139
152
|
"spark-md5": "~3.0",
|
|
153
|
+
"webextension-polyfill": "^0.12",
|
|
140
154
|
"zod": "^4.4"
|
|
141
155
|
},
|
|
142
156
|
"publishConfig": {
|