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