@xyo-network/react-property 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.
Files changed (1) hide show
  1. package/package.json +34 -44
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-property",
3
- "version": "9.0.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.0"
44
+ "@xyo-network/react-shared": "~9.0.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@bitauth/libauth": "~3.0.0",
@@ -49,56 +49,51 @@
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.3",
52
+ "@react-spring/web": "~10.1.0",
53
53
  "@scure/base": "~2.2.0",
54
- "@storybook/react-vite": "~10.4.0",
54
+ "@storybook/react-vite": "~10.4.1",
55
55
  "@types/react": "^19.2.15",
56
- "@xylabs/pixel": "~6.0.2",
57
- "@xylabs/react-button": "~9.0.0",
58
- "@xylabs/react-flexbox": "~9.0.0",
59
- "@xylabs/react-hooks": "~9.0.0",
60
- "@xylabs/react-identicon": "~9.0.0",
61
- "@xylabs/react-link": "~9.0.0",
62
- "@xylabs/react-promise": "~9.0.0",
63
- "@xylabs/react-quick-tip-button": "~9.0.0",
64
- "@xylabs/react-shared": "~9.0.0",
65
- "@xylabs/react-theme": "~9.0.0",
66
- "@xylabs/sdk-js": "^6.0.2",
67
- "@xylabs/threads": "~6.0.2",
68
- "@xylabs/toolchain": "~8.1.1",
69
- "@xylabs/tsconfig": "^8.1.1",
70
- "@xylabs/tsconfig-dom": "^8.1.1",
71
- "@xylabs/tsconfig-react": "~8.1.1",
72
- "@xyo-network/boundwitness-model": "^6.0.0",
73
- "@xyo-network/boundwitness-validator": "^6.0.0",
74
- "@xyo-network/payload-builder": "^6.0.0",
75
- "@xyo-network/payload-model": "^6.0.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-identicon": "~9.0.2",
61
+ "@xylabs/react-link": "~9.0.2",
62
+ "@xylabs/react-promise": "~9.0.2",
63
+ "@xylabs/react-quick-tip-button": "~9.0.2",
64
+ "@xylabs/react-shared": "~9.0.2",
65
+ "@xylabs/react-theme": "~9.0.2",
66
+ "@xylabs/sdk-js": "^6.0.4",
67
+ "@xylabs/threads": "^6.0.4",
68
+ "@xylabs/toolchain": "~8.1.8",
69
+ "@xylabs/tsconfig": "^8.1.8",
70
+ "@xylabs/tsconfig-dom": "^8.1.8",
71
+ "@xylabs/tsconfig-react": "~8.1.8",
72
+ "@xyo-network/boundwitness-model": "^6.0.5",
73
+ "@xyo-network/boundwitness-validator": "^6.0.5",
74
+ "@xyo-network/payload-builder": "^6.0.5",
75
+ "@xyo-network/payload-model": "^6.0.5",
76
76
  "@xyo-network/typeof": "~5.3.30",
77
77
  "async-mutex": "^0.5.0",
78
78
  "bn.js": "^5.2.3",
79
79
  "bowser": "^2.14.1",
80
80
  "buffer": "^6.0.3",
81
- "chalk": "^5.6.2",
82
81
  "debug": "~4.4.3",
83
- "eslint": "^10.4.0",
82
+ "eslint": "^10.4.1",
84
83
  "ethers": "^6.16.0",
85
- "fast-deep-equal": "~3.1.3",
86
84
  "hash-wasm": "~4.12.0",
87
- "js-cookie": "~3.0.7",
88
85
  "md5": "~2.3.0",
89
- "mixpanel-browser": "~2.79.0",
86
+ "mixpanel-browser": "~2.80",
90
87
  "observable-fns": "~0.6.1",
91
88
  "pako": "^2.1.0",
92
- "query-string": "~9.3.1",
89
+ "query-string": "~9.4.0",
93
90
  "react": "^19.2.6",
94
91
  "react-dom": "^19.2.6",
95
- "react-is": "^19.2.6",
96
- "react-router-dom": "^7.15.1",
97
- "recharts": "~3.8.1",
92
+ "react-router-dom": "^7.16.0",
98
93
  "spark-md5": "~3.0.2",
99
- "storybook": "^10.4.0",
94
+ "storybook": "^10.4.1",
100
95
  "typescript": "^6.0.3",
101
- "vite": "^8.0.13",
96
+ "vite": "^8.0.14",
102
97
  "wasm-feature-detect": "~1.8.0",
103
98
  "zod": "^4.4.3"
104
99
  },
@@ -108,7 +103,7 @@
108
103
  "@mui/material": "^9.0",
109
104
  "@opentelemetry/api": "^1.9",
110
105
  "@opentelemetry/sdk-trace-base": "^2.7",
111
- "@react-spring/web": "~10.0",
106
+ "@react-spring/web": "~10.1",
112
107
  "@scure/base": "~2.2",
113
108
  "@xylabs/pixel": "~6.0",
114
109
  "@xylabs/react-button": "~9.0",
@@ -121,7 +116,7 @@
121
116
  "@xylabs/react-shared": "~9.0",
122
117
  "@xylabs/react-theme": "~9.0",
123
118
  "@xylabs/sdk-js": "^6.0",
124
- "@xylabs/threads": "~6.0",
119
+ "@xylabs/threads": "^6.0",
125
120
  "@xyo-network/boundwitness-model": "^6.0",
126
121
  "@xyo-network/boundwitness-validator": "^6.0",
127
122
  "@xyo-network/payload-builder": "^6.0",
@@ -131,22 +126,17 @@
131
126
  "bn.js": "^5.2",
132
127
  "bowser": "^2.14",
133
128
  "buffer": "^6.0",
134
- "chalk": "^5.6",
135
129
  "debug": "~4.4",
136
130
  "ethers": "^6.16",
137
- "fast-deep-equal": "~3.1",
138
131
  "hash-wasm": "~4.12",
139
- "js-cookie": "~3.0",
140
132
  "md5": "~2.3",
141
- "mixpanel-browser": "~2.79",
133
+ "mixpanel-browser": "~2.80",
142
134
  "observable-fns": "~0.6",
143
135
  "pako": "^2.1",
144
- "query-string": "~9.3",
136
+ "query-string": "~9.4",
145
137
  "react": "^19.2",
146
138
  "react-dom": "^19.2",
147
- "react-is": "^19.2",
148
139
  "react-router-dom": "^7.15",
149
- "recharts": "~3.8",
150
140
  "spark-md5": "~3.0",
151
141
  "wasm-feature-detect": "~1.8",
152
142
  "zod": "^4.4"