@xyo-network/react-price-forecast-plugin 7.5.4 → 7.5.6

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-price-forecast-plugin",
3
- "version": "7.5.4",
3
+ "version": "7.5.6",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -43,12 +43,12 @@
43
43
  "src"
44
44
  ],
45
45
  "dependencies": {
46
- "@xylabs/react-async-effect": "~7.1.15",
47
- "@xylabs/react-flexbox": "~7.1.15",
48
- "@xylabs/react-theme": "~7.1.15",
49
- "@xyo-network/diviner-forecasting-model": "~5.3.5",
50
- "@xyo-network/payload-model": "~5.3.5",
51
- "@xyo-network/react-payload-plugin": "7.5.4",
46
+ "@xylabs/react-async-effect": "~7.1.17",
47
+ "@xylabs/react-flexbox": "~7.1.17",
48
+ "@xylabs/react-theme": "~7.1.17",
49
+ "@xyo-network/diviner-forecasting-model": "~5.3.17",
50
+ "@xyo-network/payload-model": "~5.3.17",
51
+ "@xyo-network/react-payload-plugin": "7.5.6",
52
52
  "chart.js": "~4.5.1",
53
53
  "chartjs-adapter-luxon": "~1.3.1",
54
54
  "react-chartjs-2": "~5.3.1"
@@ -56,21 +56,21 @@
56
56
  "devDependencies": {
57
57
  "@emotion/react": "~11.14.0",
58
58
  "@emotion/styled": "~11.14.1",
59
- "@mui/icons-material": "~7.3.8",
60
- "@mui/material": "~7.3.8",
61
- "@storybook/react-vite": "~10.2.9",
59
+ "@mui/icons-material": "~7.3.9",
60
+ "@mui/material": "~7.3.9",
61
+ "@storybook/react-vite": "~10.3.3",
62
62
  "@types/react": "^19.2.14",
63
- "@xylabs/ts-scripts-yarn3": "~7.3.2",
64
- "@xylabs/tsconfig": "~7.3.2",
65
- "@xylabs/tsconfig-dom": "~7.3.2",
66
- "@xylabs/tsconfig-react": "~7.3.2",
63
+ "@xylabs/ts-scripts-yarn3": "~7.5.6",
64
+ "@xylabs/tsconfig": "~7.5.6",
65
+ "@xylabs/tsconfig-dom": "~7.5.6",
66
+ "@xylabs/tsconfig-react": "~7.5.6",
67
67
  "luxon": "^3.7.2",
68
68
  "react": "^19.2.4",
69
69
  "react-dom": "^19.2.4",
70
- "react-router-dom": "^7.13.0",
71
- "storybook": "~10.2.9",
70
+ "react-router-dom": "^7.13.2",
71
+ "storybook": "~10.3.3",
72
72
  "typescript": "^5.9.3",
73
- "vite": "~7.3.1",
73
+ "vite": "~8.0.3",
74
74
  "zod": "^4.3.6"
75
75
  },
76
76
  "peerDependencies": {
@@ -130,6 +130,7 @@ export class ForecastLineChartConfigBuilder {
130
130
  }
131
131
 
132
132
  protected parseTheme(theme: Theme) {
133
+ // eslint-disable-next-line react-x/rules-of-hooks, react-hooks/rules-of-hooks
133
134
  const dark = useIsDark()
134
135
  return {
135
136
  dataSetColorPrimary: theme.vars.palette.primary.light,