@typespec/html-program-viewer 0.76.0-dev.0 → 0.76.0-dev.1

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.
@@ -1558,9 +1558,7 @@ function useOverrides() {
1558
1558
  * @internal
1559
1559
  */ const CustomStyleHooksProvider = CustomStyleHooksContext.Provider;
1560
1560
 
1561
- /**
1562
- * Verifies if an application can use DOM.
1563
- */ function canUseDOM() {
1561
+ function canUseDOM() {
1564
1562
  return /* eslint-disable @nx/workspace-no-restricted-globals -- expected ignore ( SSR friendly acquisition of globals )*/ typeof window !== 'undefined' && !!(window.document && // eslint-disable-next-line @typescript-eslint/no-deprecated
1565
1563
  window.document.createElement);
1566
1564
  }
@@ -1,6 +1,6 @@
1
1
  const manifest = {
2
2
  "version": "1.5.0",
3
- "commit": "20b4486d08707bdff026c981ab67d470316102f8"
3
+ "commit": "26936583098495a9c2bc2fe09f8c47865c9b4d2d"
4
4
  };
5
5
 
6
6
  export { manifest as default };
@@ -34384,7 +34384,7 @@ let manifest;
34384
34384
  try {
34385
34385
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
34386
34386
  // @ts-ignore
34387
- manifest = (await import('../manifest-WKUvygNB.js')).default;
34387
+ manifest = (await import('../manifest-TRRff3AQ.js')).default;
34388
34388
  }
34389
34389
  catch {
34390
34390
  const name = "../dist/manifest.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/html-program-viewer",
3
- "version": "0.76.0-dev.0",
3
+ "version": "0.76.0-dev.1",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec library for emitting an html view of the program.",
6
6
  "homepage": "https://typespec.io",
@@ -39,7 +39,7 @@
39
39
  "@typespec/compiler": "^1.5.0"
40
40
  },
41
41
  "dependencies": {
42
- "@fluentui/react-components": "~9.70.0",
42
+ "@fluentui/react-components": "~9.72.3",
43
43
  "@fluentui/react-icons": "^2.0.292",
44
44
  "@fluentui/react-list": "^9.1.2",
45
45
  "react": "~18.3.1",
@@ -51,21 +51,21 @@
51
51
  "@testing-library/dom": "^10.4.0",
52
52
  "@testing-library/jest-dom": "^6.6.3",
53
53
  "@testing-library/react": "^16.2.0",
54
- "@types/node": "~24.3.0",
55
- "@types/react": "~18.3.11",
56
- "@types/react-dom": "~18.3.0",
54
+ "@types/node": "~24.9.1",
55
+ "@types/react": "~19.2.2",
56
+ "@types/react-dom": "~19.2.2",
57
57
  "@typespec/compiler": "^1.5.0",
58
- "@vitejs/plugin-react": "~5.0.2",
59
- "@vitest/coverage-v8": "^3.1.2",
60
- "@vitest/ui": "^3.1.2",
58
+ "@vitejs/plugin-react": "~5.1.0",
59
+ "@vitest/coverage-v8": "^4.0.4",
60
+ "@vitest/ui": "^4.0.4",
61
61
  "c8": "^10.1.3",
62
62
  "rimraf": "~6.0.1",
63
63
  "typescript": "~5.9.2",
64
64
  "vite": "^7.0.5",
65
- "vite-plugin-checker": "^0.10.1",
65
+ "vite-plugin-checker": "^0.11.0",
66
66
  "vite-plugin-dts": "4.5.4",
67
67
  "vite-plugin-node-polyfills": "^0.24.0",
68
- "vitest": "^3.1.2",
68
+ "vitest": "^4.0.4",
69
69
  "@typespec/react-components": "^0.57.0"
70
70
  },
71
71
  "scripts": {