@etsoo/materialui 1.5.7 → 1.5.8

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.
@@ -74,10 +74,10 @@ root.append(container);
74
74
 
75
75
  // The state provider
76
76
  const Provider = ReactApp.notifierProvider;
77
- const reactRoot = createRoot(container);
78
77
 
79
78
  act(() => {
80
79
  // Concorrent renderer needs act block
80
+ const reactRoot = createRoot(container);
81
81
  reactRoot.render(<Provider />);
82
82
  });
83
83
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/materialui",
3
- "version": "1.5.7",
3
+ "version": "1.5.8",
4
4
  "description": "TypeScript Material-UI Implementation",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -40,10 +40,10 @@
40
40
  "@dnd-kit/sortable": "^10.0.0",
41
41
  "@emotion/react": "^11.14.0",
42
42
  "@emotion/styled": "^11.14.0",
43
- "@etsoo/appscript": "^1.6.20",
44
- "@etsoo/notificationbase": "^1.1.59",
45
- "@etsoo/react": "^1.8.34",
46
- "@etsoo/shared": "^1.2.63",
43
+ "@etsoo/appscript": "^1.6.21",
44
+ "@etsoo/notificationbase": "^1.1.60",
45
+ "@etsoo/react": "^1.8.35",
46
+ "@etsoo/shared": "^1.2.64",
47
47
  "@mui/icons-material": "^7.0.1",
48
48
  "@mui/material": "^7.0.1",
49
49
  "@mui/x-data-grid": "^7.28.2",
@@ -83,6 +83,6 @@
83
83
  "@vitejs/plugin-react": "^4.3.4",
84
84
  "jsdom": "^26.0.0",
85
85
  "typescript": "^5.8.2",
86
- "vitest": "^3.0.9"
86
+ "vitest": "^3.1.1"
87
87
  }
88
88
  }