@xyo-network/react-error 7.5.12 → 7.6.0

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 +48 -52
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-error",
3
- "version": "7.5.12",
3
+ "version": "7.6.0",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -44,77 +44,73 @@
44
44
  "@mui/icons-material": "^7.3.10",
45
45
  "@mui/material": "^7.3.10",
46
46
  "@opentelemetry/api": "^1.9.1",
47
- "@opentelemetry/sdk-trace-base": "^2.7.0",
47
+ "@opentelemetry/sdk-trace-base": "^2.7.1",
48
48
  "@rollbar/react": "~1.0.0",
49
- "@storybook/react-vite": "~10.3.5",
50
- "@types/node": "~25.6.0",
49
+ "@storybook/react-vite": "~10.3.6",
51
50
  "@types/react": "^19.2.14",
52
- "@xylabs/react-async-effect": "~7.1.20",
53
- "@xylabs/react-button": "~7.1.20",
54
- "@xylabs/react-dialogs": "~7.1.20",
55
- "@xylabs/react-error": "~7.1.20",
56
- "@xylabs/react-flexbox": "~7.1.20",
57
- "@xylabs/react-promise": "~7.1.20",
58
- "@xylabs/react-quick-tip-button": "~7.1.20",
59
- "@xylabs/sdk-js": "^5.0.100",
60
- "@xylabs/toolchain": "~7.11.9",
61
- "@xylabs/tsconfig": "^7.11.9",
62
- "@xylabs/tsconfig-dom": "^7.11.9",
63
- "@xylabs/tsconfig-react": "~7.11.9",
64
- "@xylabs/zod": "~5.0.100",
65
- "@xyo-network/payload-model": "^5.5.1",
51
+ "@xylabs/pixel": "~5.1.1",
52
+ "@xylabs/react-button": "~7.2.3",
53
+ "@xylabs/react-error": "~7.2.3",
54
+ "@xylabs/react-flexbox": "~7.2.3",
55
+ "@xylabs/sdk-js": "^5.1.1",
56
+ "@xylabs/toolchain": "~7.13.4",
57
+ "@xylabs/tsconfig": "^7.13.4",
58
+ "@xylabs/tsconfig-dom": "^7.13.4",
59
+ "@xylabs/tsconfig-react": "~7.13.4",
60
+ "@xyo-network/payload-model": "^5.6.2",
66
61
  "async-mutex": "^0.5.0",
67
- "axios": "^1.15.2",
68
62
  "bn.js": "^5.2.3",
69
63
  "bowser": "^2.14.1",
70
64
  "buffer": "^6.0.3",
71
65
  "chalk": "^5.6.2",
72
- "esbuild": "~0.28.0",
73
- "eslint": "^10.2.1",
66
+ "eslint": "^10.3.0",
74
67
  "ethers": "^6.16.0",
75
68
  "fast-deep-equal": "~3.1.3",
76
69
  "js-cookie": "~3.0.5",
70
+ "mixpanel-browser": "~2.78.0",
77
71
  "pako": "^2.1.0",
78
72
  "prop-types": "^15.8.1",
73
+ "query-string": "~9.3.1",
79
74
  "react": "^19.2.5",
80
75
  "react-dom": "^19.2.5",
81
- "react-router-dom": "^7.14.2",
76
+ "react-router-dom": "^7.15.0",
82
77
  "rollbar": "~3.1.0",
83
78
  "spark-md5": "~3.0.2",
84
- "storybook": "^10.3.5",
79
+ "storybook": "^10.3.6",
85
80
  "typescript": "^5.9.3",
86
81
  "vite": "^8.0.10",
87
- "zod": "^4.3.6"
82
+ "zod": "^4.4.3"
88
83
  },
89
84
  "peerDependencies": {
90
- "@mui/icons-material": "^7.3.10",
91
- "@mui/material": "^7.3.10",
92
- "@opentelemetry/sdk-trace-base": "^2.7.0",
93
- "@rollbar/react": "~1.0.0",
94
- "@xylabs/react-async-effect": "~7.1.20",
95
- "@xylabs/react-button": "~7.1.20",
96
- "@xylabs/react-error": "~7.1.20",
97
- "@xylabs/react-flexbox": "~7.1.20",
98
- "@xylabs/react-quick-tip-button": "~7.1.20",
99
- "@xylabs/sdk-js": "^5.0.100",
100
- "@xylabs/zod": "~5.0.100",
101
- "@xyo-network/payload-model": "^5.5.1",
102
- "async-mutex": "^0.5.0",
103
- "bn.js": "^5.2.3",
104
- "bowser": "^2.14.1",
105
- "buffer": "^6.0.3",
106
- "chalk": "^5.6.2",
107
- "ethers": "^6.16.0",
108
- "fast-deep-equal": "~3.1.3",
109
- "js-cookie": "~3.0.5",
110
- "pako": "^2.1.0",
111
- "prop-types": "^15.8.1",
112
- "react": "^19.2.5",
113
- "react-dom": "^19.2.5",
114
- "react-router-dom": "^7.14.2",
115
- "rollbar": "~3.1.0",
116
- "spark-md5": "~3.0.2",
117
- "zod": "^4.3.6"
85
+ "@mui/icons-material": ">=7.3.10 <8",
86
+ "@mui/material": ">=7.3.10 <8",
87
+ "@opentelemetry/api": ">=1.9.1 <2",
88
+ "@opentelemetry/sdk-trace-base": ">=2.7.1 <3",
89
+ "@rollbar/react": ">=1.0.0 <1.1",
90
+ "@xylabs/pixel": ">=5.1.1 <5.2",
91
+ "@xylabs/react-button": ">=7.2.3 <7.3",
92
+ "@xylabs/react-error": ">=7.2.3 <7.3",
93
+ "@xylabs/react-flexbox": ">=7.2.3 <7.3",
94
+ "@xylabs/sdk-js": ">=5.1.1 <6",
95
+ "@xyo-network/payload-model": ">=5.6.2 <6",
96
+ "async-mutex": ">=0.5.0 <1",
97
+ "bn.js": ">=5.2.3 <6",
98
+ "bowser": ">=2.14.1 <3",
99
+ "buffer": ">=6.0.3 <7",
100
+ "chalk": ">=5.6.2 <6",
101
+ "ethers": ">=6.16.0 <7",
102
+ "fast-deep-equal": ">=3.1.3 <3.2",
103
+ "js-cookie": ">=3.0.5 <3.1",
104
+ "mixpanel-browser": ">=2.78.0 <2.79",
105
+ "pako": ">=2.1.0 <3",
106
+ "prop-types": ">=15.8.1 <16",
107
+ "query-string": ">=9.3.1 <9.4",
108
+ "react": ">=19.2.5 <20",
109
+ "react-dom": ">=19.2.5 <20",
110
+ "react-router-dom": ">=7.15.0 <8",
111
+ "rollbar": ">=3.1.0 <3.2",
112
+ "spark-md5": ">=3.0.2 <3.1",
113
+ "zod": ">=4.4.3 <5"
118
114
  },
119
115
  "peerDependenciesMeta": {
120
116
  "rollbar": {