@xyo-network/react-footer 7.6.1 → 7.6.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 +44 -44
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-footer",
3
- "version": "7.6.1",
3
+ "version": "7.6.3",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -41,22 +41,22 @@
41
41
  "README.md"
42
42
  ],
43
43
  "devDependencies": {
44
- "@mui/icons-material": "^7.3.10",
45
- "@mui/material": "^7.3.10",
44
+ "@mui/icons-material": "^7.3.11",
45
+ "@mui/material": "^7.3.11",
46
46
  "@opentelemetry/api": "^1.9.1",
47
47
  "@opentelemetry/sdk-trace-base": "^2.7.1",
48
48
  "@react-spring/web": "~10.0.3",
49
49
  "@storybook/react-vite": "~10.3.6",
50
50
  "@types/react": "^19.2.14",
51
- "@xylabs/pixel": "~5.1.1",
52
- "@xylabs/react-flexbox": "~7.2.3",
53
- "@xylabs/react-link": "~7.2.3",
54
- "@xylabs/react-theme": "~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",
51
+ "@xylabs/pixel": "~5.1.2",
52
+ "@xylabs/react-flexbox": "~7.2.4",
53
+ "@xylabs/react-link": "~7.2.4",
54
+ "@xylabs/react-theme": "~7.2.4",
55
+ "@xylabs/sdk-js": "^5.1.2",
56
+ "@xylabs/toolchain": "~7.13.15",
57
+ "@xylabs/tsconfig": "^7.13.15",
58
+ "@xylabs/tsconfig-dom": "^7.13.15",
59
+ "@xylabs/tsconfig-react": "~7.13.15",
60
60
  "async-mutex": "^0.5.0",
61
61
  "bn.js": "^5.2.3",
62
62
  "bowser": "^2.14.1",
@@ -69,10 +69,10 @@
69
69
  "mixpanel-browser": "~2.78.0",
70
70
  "pako": "^2.1.0",
71
71
  "query-string": "~9.3.1",
72
- "react": "^19.2.5",
73
- "react-dom": "^19.2.5",
72
+ "react": "^19.2.6",
73
+ "react-dom": "^19.2.6",
74
74
  "react-icons": "~5.6.0",
75
- "react-is": "^19.2.5",
75
+ "react-is": "^19.2.6",
76
76
  "react-router-dom": "^7.15.0",
77
77
  "recharts": "~3.8.1",
78
78
  "spark-md5": "~3.0.2",
@@ -82,35 +82,35 @@
82
82
  "zod": "^4.4.3"
83
83
  },
84
84
  "peerDependencies": {
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
- "@react-spring/web": ">=10.0.3 <10.1",
90
- "@xylabs/pixel": ">=5.1.1 <5.2",
91
- "@xylabs/react-flexbox": ">=7.2.3 <7.3",
92
- "@xylabs/react-link": ">=7.2.3 <7.3",
93
- "@xylabs/react-theme": ">=7.2.3 <7.3",
94
- "@xylabs/sdk-js": ">=5.1.1 <6",
95
- "async-mutex": ">=0.5.0 <1",
96
- "bn.js": ">=5.2.3 <6",
97
- "bowser": ">=2.14.1 <3",
98
- "buffer": ">=6.0.3 <7",
99
- "chalk": ">=5.6.2 <6",
100
- "ethers": ">=6.16.0 <7",
101
- "fast-deep-equal": ">=3.1.3 <3.2",
102
- "js-cookie": ">=3.0.5 <3.1",
103
- "mixpanel-browser": ">=2.78.0 <2.79",
104
- "pako": ">=2.1.0 <3",
105
- "query-string": ">=9.3.1 <9.4",
106
- "react": ">=19.2.5 <20",
107
- "react-dom": ">=19.2.5 <20",
108
- "react-icons": ">=5.6.0 <5.7",
109
- "react-is": ">=19.2.5 <20",
110
- "react-router-dom": ">=7.15.0 <8",
111
- "recharts": ">=3.8.1 <3.9",
112
- "spark-md5": ">=3.0.2 <3.1",
113
- "zod": ">=4.4.3 <5"
85
+ "@mui/icons-material": "^7.3",
86
+ "@mui/material": "^7.3",
87
+ "@opentelemetry/api": "^1.9",
88
+ "@opentelemetry/sdk-trace-base": "^2.7",
89
+ "@react-spring/web": "~10.0",
90
+ "@xylabs/pixel": "~5.1",
91
+ "@xylabs/react-flexbox": "~7.2",
92
+ "@xylabs/react-link": "~7.2",
93
+ "@xylabs/react-theme": "~7.2",
94
+ "@xylabs/sdk-js": "^5.1",
95
+ "async-mutex": "^0.5",
96
+ "bn.js": "^5.2",
97
+ "bowser": "^2.14",
98
+ "buffer": "^6.0",
99
+ "chalk": "^5.6",
100
+ "ethers": "^6.16",
101
+ "fast-deep-equal": "~3.1",
102
+ "js-cookie": "~3.0",
103
+ "mixpanel-browser": "~2.78",
104
+ "pako": "^2.1",
105
+ "query-string": "~9.3",
106
+ "react": "^19.2",
107
+ "react-dom": "^19.2",
108
+ "react-icons": "~5.6",
109
+ "react-is": "^19.2",
110
+ "react-router-dom": "^7.15",
111
+ "recharts": "~3.8",
112
+ "spark-md5": "~3.0",
113
+ "zod": "^4.4"
114
114
  },
115
115
  "publishConfig": {
116
116
  "access": "public"