@typespec/playground 0.12.0-dev.5 → 0.12.0-dev.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.
@@ -0,0 +1,3 @@
1
+ declare const _default: import('vite').UserConfig;
2
+ export default _default;
3
+ //# sourceMappingURL=vite.storybook.config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vite.storybook.config.d.ts","sourceRoot":"","sources":["../vite.storybook.config.ts"],"names":[],"mappings":";AAIA,wBAWG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/playground",
3
- "version": "0.12.0-dev.5",
3
+ "version": "0.12.0-dev.6",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec playground UI components.",
6
6
  "homepage": "https://typespec.io",
@@ -61,21 +61,21 @@
61
61
  "dependencies": {
62
62
  "@fluentui/react-components": "~9.72.3",
63
63
  "@fluentui/react-icons": "^2.0.292",
64
- "@typespec/bundler": "^0.4.6 || >=0.5.0-dev <0.5.0",
65
- "@typespec/compiler": "^1.7.1",
66
- "@typespec/html-program-viewer": "^0.77.0 || >=0.78.0-dev <0.78.0",
67
- "@typespec/http": "^1.7.0",
68
- "@typespec/openapi": "^1.7.0",
69
- "@typespec/openapi3": "^1.7.0",
70
- "@typespec/protobuf": "^0.77.0 || >=0.78.0-dev <0.78.0",
71
- "@typespec/rest": "^0.77.0 || >=0.78.0-dev <0.78.0",
72
- "@typespec/versioning": "^0.77.0 || >=0.78.0-dev <0.78.0",
64
+ "@typespec/bundler": "^0.4.7 || >=0.5.0-dev <0.5.0",
65
+ "@typespec/compiler": "^1.8.0",
66
+ "@typespec/html-program-viewer": "^0.78.0 || >=0.79.0-dev <0.79.0",
67
+ "@typespec/http": "^1.8.0",
68
+ "@typespec/openapi": "^1.8.0",
69
+ "@typespec/openapi3": "^1.8.0",
70
+ "@typespec/protobuf": "^0.78.0 || >=0.79.0-dev <0.79.0",
71
+ "@typespec/rest": "^0.78.0 || >=0.79.0-dev <0.79.0",
72
+ "@typespec/versioning": "^0.78.0 || >=0.79.0-dev <0.79.0",
73
73
  "clsx": "^2.1.1",
74
74
  "debounce": "~3.0.0",
75
75
  "lzutf8": "0.6.3",
76
76
  "monaco-editor": "~0.55.0",
77
- "react": "~18.3.1",
78
- "react-dom": "~18.3.1",
77
+ "react": "~19.2.3",
78
+ "react-dom": "~19.2.3",
79
79
  "react-error-boundary": "^6.0.0",
80
80
  "swagger-ui-dist": "^5.20.1",
81
81
  "vscode-languageserver": "~9.0.1",
@@ -91,11 +91,11 @@
91
91
  "@types/react": "~19.2.7",
92
92
  "@types/react-dom": "~19.2.2",
93
93
  "@types/swagger-ui-dist": "~3.30.5",
94
- "@typespec/bundler": "^0.4.6 || >=0.5.0-dev <0.5.0",
94
+ "@typespec/bundler": "^0.4.7 || >=0.5.0-dev <0.5.0",
95
95
  "@vitejs/plugin-react": "~5.1.2",
96
96
  "c8": "^10.1.3",
97
97
  "cross-env": "~10.1.0",
98
- "es-module-shims": "~2.7.0",
98
+ "es-module-shims": "~2.8.0",
99
99
  "rimraf": "~6.1.2",
100
100
  "storybook": "^10.1.8",
101
101
  "typescript": "~5.9.2",
@@ -1,4 +0,0 @@
1
- import { StorybookConfig } from '@storybook/react-vite';
2
- declare const config: StorybookConfig;
3
- export default config;
4
- //# sourceMappingURL=main.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../.storybook/main.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAoB,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAE/E,QAAA,MAAM,MAAM,EAAE,eAcb,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -1,4 +0,0 @@
1
- import { Preview } from '@storybook/react-vite';
2
- declare const preview: Preview;
3
- export default preview;
4
- //# sourceMappingURL=preview.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"preview.d.ts","sourceRoot":"","sources":["../../.storybook/preview.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAErD,QAAA,MAAM,OAAO,EAAE,OAUd,CAAC;AAEF,eAAe,OAAO,CAAC"}