@typespec/playground 0.12.0-dev.4 → 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.
- package/dist/react/index.js +351 -1292
- package/dist/vite.storybook.config.d.ts +3 -0
- package/dist/vite.storybook.config.d.ts.map +1 -0
- package/package.json +23 -23
- package/dist/.storybook/main.d.ts +0 -4
- package/dist/.storybook/main.d.ts.map +0 -1
- package/dist/.storybook/preview.d.ts +0 -4
- package/dist/.storybook/preview.d.ts.map +0 -1
|
@@ -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.
|
|
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.
|
|
65
|
-
"@typespec/compiler": "^1.
|
|
66
|
-
"@typespec/html-program-viewer": "^0.
|
|
67
|
-
"@typespec/http": "^1.
|
|
68
|
-
"@typespec/openapi": "^1.
|
|
69
|
-
"@typespec/openapi3": "^1.
|
|
70
|
-
"@typespec/protobuf": "^0.
|
|
71
|
-
"@typespec/rest": "^0.
|
|
72
|
-
"@typespec/versioning": "^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": "~
|
|
78
|
-
"react-dom": "~
|
|
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",
|
|
@@ -83,24 +83,24 @@
|
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
85
|
"@babel/core": "^7.26.10",
|
|
86
|
-
"@playwright/test": "^1.
|
|
87
|
-
"@storybook/cli": "^10.
|
|
88
|
-
"@storybook/react-vite": "^10.
|
|
86
|
+
"@playwright/test": "^1.57.0",
|
|
87
|
+
"@storybook/cli": "^10.1.8",
|
|
88
|
+
"@storybook/react-vite": "^10.1.8",
|
|
89
89
|
"@types/debounce": "~1.2.4",
|
|
90
|
-
"@types/node": "~
|
|
91
|
-
"@types/react": "~19.2.
|
|
90
|
+
"@types/node": "~25.0.2",
|
|
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.
|
|
95
|
-
"@vitejs/plugin-react": "~5.1.
|
|
94
|
+
"@typespec/bundler": "^0.4.7 || >=0.5.0-dev <0.5.0",
|
|
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.
|
|
98
|
+
"es-module-shims": "~2.8.0",
|
|
99
99
|
"rimraf": "~6.1.2",
|
|
100
|
-
"storybook": "^10.
|
|
100
|
+
"storybook": "^10.1.8",
|
|
101
101
|
"typescript": "~5.9.2",
|
|
102
|
-
"vite": "^7.
|
|
103
|
-
"vite-plugin-checker": "^0.
|
|
102
|
+
"vite": "^7.2.7",
|
|
103
|
+
"vite-plugin-checker": "^0.12.0",
|
|
104
104
|
"vite-plugin-dts": "4.5.4",
|
|
105
105
|
"@typespec/react-components": "^0.57.0"
|
|
106
106
|
},
|
|
@@ -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 +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"}
|