@cccsaurora/howler-ui 3.1.0-dev.1607 → 3.1.0-dev.1610

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.
@@ -40,7 +40,8 @@ const FavouriteProvider = ({ children }) => {
40
40
  icon: _jsx(SavedSearch, {}),
41
41
  items
42
42
  };
43
- }, [favouriteViews, fetchViews, t]);
43
+ // oxlint-disable-next-line react-hooks/exhaustive-deps
44
+ }, [favouriteViews, t]);
44
45
  const processAnalyticMenu = useCallback(() => {
45
46
  const favourites = favouriteAnalytics ?? [];
46
47
  if (favourites.length < 1) {
package/package.json CHANGED
@@ -24,7 +24,7 @@
24
24
  "@jsonforms/core": "^3.8.0",
25
25
  "@jsonforms/material-renderers": "^3.8.0",
26
26
  "@jsonforms/react": "^3.8.0",
27
- "@microlink/react-json-view": "^1.31.32",
27
+ "@microlink/react-json-view": "^1.31.33",
28
28
  "@monaco-editor/react": "^4.7.0",
29
29
  "@tui/a11y": "file:./tui/a11y-4.0.10.tgz",
30
30
  "@tui/apps": "file:./tui/apps-4.0.10.tgz",
@@ -51,10 +51,10 @@
51
51
  "mermaid": "^11.17.2",
52
52
  "monaco-editor": "0.49.0",
53
53
  "notistack": "^3.0.2",
54
- "react": "^19.2.3",
54
+ "react": "^19.3.0",
55
55
  "react-chartjs-2": "^5.3.1",
56
56
  "react-device-detect": "^2.2.3",
57
- "react-dom": "^19.2.3",
57
+ "react-dom": "^19.3.0",
58
58
  "react-i18next": "^16.2.1",
59
59
  "react-ipynb-renderer": "^2.3.2",
60
60
  "react-markdown": "^10.1.0",
@@ -65,7 +65,7 @@
65
65
  "rehype-raw": "^7.0.0",
66
66
  "remark": "^15.0.1",
67
67
  "remark-gfm": "^4.0.1",
68
- "scheduler": "^0.27.0",
68
+ "scheduler": "^0.28.0",
69
69
  "unified": "^11.0.5",
70
70
  "unist-util-visit": "^5.1.0",
71
71
  "url-join": "^5.0.0",
@@ -97,7 +97,7 @@
97
97
  "url": "https://github.com/CybercentreCanada/howler"
98
98
  },
99
99
  "type": "module",
100
- "version": "3.1.0-dev.1607",
100
+ "version": "3.1.0-dev.1610",
101
101
  "exports": {
102
102
  "./i18n": "./i18n.js",
103
103
  "./index.css": "./index.css",