@xyo-network/react-footer 9.0.0 → 9.0.2

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 +24 -34
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-footer",
3
- "version": "9.0.0",
3
+ "version": "9.0.2",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -45,40 +45,35 @@
45
45
  "@mui/material": "^9.0.1",
46
46
  "@opentelemetry/api": "^1.9.1",
47
47
  "@opentelemetry/sdk-trace-base": "^2.7.1",
48
- "@react-spring/web": "~10.0.3",
49
- "@storybook/react-vite": "~10.4.0",
50
- "@types/react": "^19.2.15",
51
- "@xylabs/pixel": "~6.0.2",
52
- "@xylabs/react-flexbox": "~9.0.0",
53
- "@xylabs/react-link": "~9.0.0",
54
- "@xylabs/react-theme": "~9.0.0",
55
- "@xylabs/sdk-js": "^6.0.2",
56
- "@xylabs/toolchain": "~8.1.1",
57
- "@xylabs/tsconfig": "^8.1.1",
58
- "@xylabs/tsconfig-dom": "^8.1.1",
59
- "@xylabs/tsconfig-react": "~8.1.1",
48
+ "@react-spring/web": "~10.1.0",
49
+ "@storybook/react-vite": "~10.4.1",
50
+ "@types/react": "^19.2.16",
51
+ "@xylabs/pixel": "~6.0.7",
52
+ "@xylabs/react-flexbox": "~9.0.2",
53
+ "@xylabs/react-link": "~9.0.2",
54
+ "@xylabs/react-theme": "~9.0.2",
55
+ "@xylabs/sdk-js": "^6.0.7",
56
+ "@xylabs/toolchain": "~8.1.12",
57
+ "@xylabs/tsconfig": "^8.1.12",
58
+ "@xylabs/tsconfig-dom": "^8.1.12",
59
+ "@xylabs/tsconfig-react": "~8.1.12",
60
60
  "async-mutex": "^0.5.0",
61
61
  "bn.js": "^5.2.3",
62
62
  "bowser": "^2.14.1",
63
63
  "buffer": "^6.0.3",
64
- "chalk": "^5.6.2",
65
- "eslint": "^10.4.0",
64
+ "eslint": "^10.4.1",
66
65
  "ethers": "^6.16.0",
67
- "fast-deep-equal": "~3.1.3",
68
- "js-cookie": "~3.0.7",
69
- "mixpanel-browser": "~2.79.0",
66
+ "mixpanel-browser": "~2.80.0",
70
67
  "pako": "^2.1.0",
71
- "query-string": "~9.3.1",
72
- "react": "^19.2.6",
73
- "react-dom": "^19.2.6",
68
+ "query-string": "~9.4.0",
69
+ "react": "^19.2.7",
70
+ "react-dom": "^19.2.7",
74
71
  "react-icons": "~5.6.0",
75
- "react-is": "^19.2.6",
76
- "react-router-dom": "^7.15.1",
77
- "recharts": "~3.8.1",
72
+ "react-router-dom": "^7.16.0",
78
73
  "spark-md5": "~3.0.2",
79
- "storybook": "^10.4.0",
74
+ "storybook": "^10.4.1",
80
75
  "typescript": "^6.0.3",
81
- "vite": "^8.0.13",
76
+ "vite": "^8.0.16",
82
77
  "zod": "^4.4.3"
83
78
  },
84
79
  "peerDependencies": {
@@ -86,7 +81,7 @@
86
81
  "@mui/material": "^9.0",
87
82
  "@opentelemetry/api": "^1.9",
88
83
  "@opentelemetry/sdk-trace-base": "^2.7",
89
- "@react-spring/web": "~10.0",
84
+ "@react-spring/web": "~10.1",
90
85
  "@xylabs/pixel": "~6.0",
91
86
  "@xylabs/react-flexbox": "~9.0",
92
87
  "@xylabs/react-link": "~9.0",
@@ -96,19 +91,14 @@
96
91
  "bn.js": "^5.2",
97
92
  "bowser": "^2.14",
98
93
  "buffer": "^6.0",
99
- "chalk": "^5.6",
100
94
  "ethers": "^6.16",
101
- "fast-deep-equal": "~3.1",
102
- "js-cookie": "~3.0",
103
- "mixpanel-browser": "~2.79",
95
+ "mixpanel-browser": "~2.80",
104
96
  "pako": "^2.1",
105
- "query-string": "~9.3",
97
+ "query-string": "~9.4",
106
98
  "react": "^19.2",
107
99
  "react-dom": "^19.2",
108
100
  "react-icons": "~5.6",
109
- "react-is": "^19.2",
110
101
  "react-router-dom": "^7.15",
111
- "recharts": "~3.8",
112
102
  "spark-md5": "~3.0",
113
103
  "zod": "^4.4"
114
104
  },