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