@xyo-network/react-property 10.0.2 → 10.0.3

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.
Files changed (1) hide show
  1. package/package.json +41 -47
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-property",
3
- "version": "10.0.2",
3
+ "version": "10.0.3",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -41,64 +41,60 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-shared": "~10.0.2"
44
+ "@xyo-network/react-shared": "~10.0.3"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@bitauth/libauth": "~3.0.0",
48
- "@metamask/providers": "^22.1.1",
49
48
  "@mui/icons-material": "^9.1.1",
50
49
  "@mui/material": "^9.1.2",
51
50
  "@noble/post-quantum": "~0.6.1",
52
51
  "@opentelemetry/api": "^1.9.1",
53
52
  "@opentelemetry/sdk-trace-base": "^2.8.0",
54
- "@react-spring/web": "~10.1.1",
53
+ "@react-spring/web": "~10.1.2",
55
54
  "@scure/base": "~2.2.0",
56
55
  "@scure/bip39": "~2.2.0",
57
56
  "@storybook/react-vite": "~10.4.6",
58
57
  "@types/react": "^19.2.17",
59
- "@xylabs/geo": "^6.1.4",
60
- "@xylabs/pixel": "^6.1.4",
61
- "@xylabs/react-button": "^9.1.2",
62
- "@xylabs/react-flexbox": "^9.1.2",
63
- "@xylabs/react-hooks": "^9.1.2",
64
- "@xylabs/react-identicon": "^9.1.2",
65
- "@xylabs/react-link": "^9.1.2",
66
- "@xylabs/react-promise": "^9.1.2",
67
- "@xylabs/react-quick-tip-button": "^9.1.2",
68
- "@xylabs/react-shared": "^9.1.2",
69
- "@xylabs/react-theme": "^9.1.2",
70
- "@xylabs/sdk-js": "^6.1.4",
71
- "@xylabs/threads": "^6.1.4",
72
- "@xylabs/toolchain": "~8.3.0",
73
- "@xylabs/tsconfig": "^8.3.0",
74
- "@xylabs/tsconfig-dom": "^8.3.0",
75
- "@xylabs/tsconfig-react": "~8.3.0",
76
- "@xyo-network/sdk-js": "~7.0",
77
- "@xyo-network/sdk-protocol-js": "~7.0",
58
+ "@xylabs/geo": "^7.0.1",
59
+ "@xylabs/pixel": "^7.0.1",
60
+ "@xylabs/react-button": "~10.0",
61
+ "@xylabs/react-flexbox": "~10.0",
62
+ "@xylabs/react-hooks": "~10.0",
63
+ "@xylabs/react-identicon": "~10.0",
64
+ "@xylabs/react-link": "~10.0",
65
+ "@xylabs/react-promise": "~10.0",
66
+ "@xylabs/react-quick-tip-button": "~10.0",
67
+ "@xylabs/react-shared": "~10.0",
68
+ "@xylabs/react-theme": "~10.0",
69
+ "@xylabs/sdk": "^7.0.1",
70
+ "@xylabs/threads": "^7.0.1",
71
+ "@xylabs/toolchain": "~8.5.3",
72
+ "@xylabs/tsconfig": "^8.5.3",
73
+ "@xylabs/tsconfig-dom": "^8.5.3",
74
+ "@xylabs/tsconfig-react": "~8.5.3",
75
+ "@xyo-network/sdk": "^7.0.3",
78
76
  "@xyo-network/typeof": "~5.3.30",
79
77
  "ajv": "^8.20.0",
80
78
  "async-mutex": "^0.5.0",
81
- "debug": "~4.4.3",
82
- "eslint": "^10.5.0",
79
+ "debug": "^4.4.3",
80
+ "eslint": "^10.6.0",
83
81
  "ethers": "^6.17.0",
84
82
  "hash-wasm": "~4.12.0",
85
83
  "idb": "^8.0.3",
86
84
  "lru-cache": "^11.5.1",
87
85
  "md5": "~2.3.0",
88
- "observable-fns": "~0.6.1",
89
- "query-string": "~9.4.0",
86
+ "observable-fns": "^0.6.1",
87
+ "query-string": "~9.4.1",
90
88
  "react": "^19.2.7",
91
89
  "react-dom": "^19.2.7",
92
90
  "react-router-dom": "^7.18.0",
93
91
  "storybook": "^10.4.6",
94
92
  "typescript": "^6.0.3",
95
93
  "vite": "^8.1.0",
96
- "webextension-polyfill": "^0.12.0",
97
94
  "zod": "^4.4.3"
98
95
  },
99
96
  "peerDependencies": {
100
97
  "@bitauth/libauth": "~3.0",
101
- "@metamask/providers": "^22.1",
102
98
  "@mui/icons-material": "^9.0",
103
99
  "@mui/material": "^9.0",
104
100
  "@noble/post-quantum": "~0.6.1",
@@ -107,36 +103,34 @@
107
103
  "@react-spring/web": "~10.1",
108
104
  "@scure/base": "~2.2",
109
105
  "@scure/bip39": "~2.2",
110
- "@xylabs/geo": "^6.0",
111
- "@xylabs/pixel": "^6.1",
112
- "@xylabs/react-button": "^9.1",
113
- "@xylabs/react-flexbox": "^9.1",
114
- "@xylabs/react-hooks": "^9.1",
115
- "@xylabs/react-identicon": "^9.1",
116
- "@xylabs/react-link": "^9.1",
117
- "@xylabs/react-promise": "^9.1",
118
- "@xylabs/react-quick-tip-button": "^9.1",
119
- "@xylabs/react-shared": "^9.1",
120
- "@xylabs/react-theme": "^9.1",
121
- "@xylabs/sdk-js": "^6.0",
122
- "@xylabs/threads": "^6.0",
123
- "@xyo-network/sdk-js": "^7.0",
124
- "@xyo-network/sdk-protocol-js": "^7.0",
106
+ "@xylabs/geo": "^7.0",
107
+ "@xylabs/pixel": "^7.0",
108
+ "@xylabs/react-button": "^10.0",
109
+ "@xylabs/react-flexbox": "^10.0",
110
+ "@xylabs/react-hooks": "^10.0",
111
+ "@xylabs/react-identicon": "^10.0",
112
+ "@xylabs/react-link": "^10.0",
113
+ "@xylabs/react-promise": "^10.0",
114
+ "@xylabs/react-quick-tip-button": "^10.0",
115
+ "@xylabs/react-shared": "^10.0",
116
+ "@xylabs/react-theme": "^10.0",
117
+ "@xylabs/sdk": "^7.0",
118
+ "@xylabs/threads": "^7.0",
119
+ "@xyo-network/sdk": "*",
125
120
  "@xyo-network/typeof": "~5.3",
126
121
  "ajv": "^8.20",
127
122
  "async-mutex": "^0.5",
128
- "debug": "~4.4",
123
+ "debug": "^4.4",
129
124
  "ethers": "^6.16",
130
125
  "hash-wasm": "~4.12",
131
126
  "idb": "^8.0",
132
127
  "lru-cache": "^11.3",
133
128
  "md5": "~2.3",
134
- "observable-fns": "~0.6",
129
+ "observable-fns": "^0.6",
135
130
  "query-string": "~9.4",
136
131
  "react": "^19.2",
137
132
  "react-dom": "^19.2",
138
133
  "react-router-dom": "^7.15",
139
- "webextension-polyfill": "^0.12",
140
134
  "zod": "^4.4"
141
135
  },
142
136
  "publishConfig": {