@typespec/html-program-viewer 0.62.0-dev.0 → 0.62.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.
@@ -1,6 +1,6 @@
1
1
  const manifest = {
2
2
  "version": "0.61.0",
3
- "commit": "29c0082df30abf50262dc8bfd304622453973a12"
3
+ "commit": "52beb60a6b9a490891d2f94eb328cf35159f5168"
4
4
  };
5
5
 
6
6
  export { manifest as default };
@@ -17785,7 +17785,7 @@ let manifest;
17785
17785
  try {
17786
17786
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
17787
17787
  // @ts-ignore
17788
- manifest = (await import('../manifest-1IDK9ZR4.js')).default;
17788
+ manifest = (await import('../manifest-sbs2hQhm.js')).default;
17789
17789
  }
17790
17790
  catch {
17791
17791
  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.62.0-dev.0",
3
+ "version": "0.62.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,9 +39,9 @@
39
39
  "@typespec/compiler": "~0.61.0 || >=0.62.0-dev <0.62.0"
40
40
  },
41
41
  "dependencies": {
42
- "@fluentui/react-components": "~9.54.16",
43
- "@fluentui/react-icons": "^2.0.258",
44
- "@fluentui/react-list-preview": "^0.3.7",
42
+ "@fluentui/react-components": "~9.55.0",
43
+ "@fluentui/react-icons": "^2.0.260",
44
+ "@fluentui/react-list-preview": "^0.3.8",
45
45
  "react": "~18.3.1",
46
46
  "react-dom": "~18.3.1",
47
47
  "react-hotkeys-hook": "^4.5.1"
@@ -51,20 +51,20 @@
51
51
  "@testing-library/dom": "^10.4.0",
52
52
  "@testing-library/jest-dom": "^6.5.0",
53
53
  "@testing-library/react": "^16.0.1",
54
- "@types/node": "~22.7.1",
55
- "@types/react": "~18.3.9",
54
+ "@types/node": "~22.7.5",
55
+ "@types/react": "~18.3.11",
56
56
  "@types/react-dom": "~18.3.0",
57
57
  "@typespec/compiler": "~0.61.0 || >=0.62.0-dev <0.62.0",
58
- "@vitejs/plugin-react": "~4.3.1",
59
- "@vitest/coverage-v8": "^2.1.1",
60
- "@vitest/ui": "^2.1.1",
58
+ "@vitejs/plugin-react": "~4.3.2",
59
+ "@vitest/coverage-v8": "^2.1.2",
60
+ "@vitest/ui": "^2.1.2",
61
61
  "c8": "^10.1.2",
62
62
  "rimraf": "~6.0.1",
63
- "typescript": "~5.6.2",
63
+ "typescript": "~5.6.3",
64
64
  "vite": "^5.4.8",
65
65
  "vite-plugin-checker": "^0.8.0",
66
- "vite-plugin-dts": "4.2.2",
67
- "vitest": "^2.1.1",
66
+ "vite-plugin-dts": "4.2.3",
67
+ "vitest": "^2.1.2",
68
68
  "@typespec/react-components": "~0.57.0"
69
69
  },
70
70
  "scripts": {