@typespec/playground 0.1.0 → 0.2.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.
- package/dist/tooling/index.js +1 -1
- package/package.json +42 -41
package/dist/tooling/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typespec/playground",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0-dev.1",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec playground UI components.",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -55,55 +55,56 @@
|
|
|
55
55
|
"!dist/test/**"
|
|
56
56
|
],
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@fluentui/react-components": "~9.
|
|
59
|
-
"@fluentui/react-icons": "^2.0.
|
|
60
|
-
"@typespec/bundler": "~0.1.0",
|
|
61
|
-
"@typespec/compiler": "~0.53.0",
|
|
62
|
-
"@typespec/html-program-viewer": "~0.53.0",
|
|
63
|
-
"@typespec/http": "~0.53.0",
|
|
64
|
-
"@typespec/openapi": "~0.53.0",
|
|
65
|
-
"@typespec/openapi3": "~0.53.0",
|
|
66
|
-
"@typespec/protobuf": "~0.53.0",
|
|
67
|
-
"@typespec/rest": "~0.53.0",
|
|
68
|
-
"@typespec/versioning": "~0.53.0",
|
|
58
|
+
"@fluentui/react-components": "~9.46.4",
|
|
59
|
+
"@fluentui/react-icons": "^2.0.226",
|
|
60
|
+
"@typespec/bundler": "~0.1.0 || >=0.2.0-dev <0.2.0",
|
|
61
|
+
"@typespec/compiler": "~0.53.1 || >=0.54.0-dev <0.54.0",
|
|
62
|
+
"@typespec/html-program-viewer": "~0.53.0 || >=0.54.0-dev <0.54.0",
|
|
63
|
+
"@typespec/http": "~0.53.0 || >=0.54.0-dev <0.54.0",
|
|
64
|
+
"@typespec/openapi": "~0.53.0 || >=0.54.0-dev <0.54.0",
|
|
65
|
+
"@typespec/openapi3": "~0.53.2 || >=0.54.0-dev <0.54.0",
|
|
66
|
+
"@typespec/protobuf": "~0.53.0 || >=0.54.0-dev <0.54.0",
|
|
67
|
+
"@typespec/rest": "~0.53.0 || >=0.54.0-dev <0.54.0",
|
|
68
|
+
"@typespec/versioning": "~0.53.0 || >=0.54.0-dev <0.54.0",
|
|
69
|
+
"clsx": "^2.1.0",
|
|
69
70
|
"debounce": "~2.0.0",
|
|
70
71
|
"lzutf8": "0.6.3",
|
|
71
|
-
"monaco-editor": "~0.
|
|
72
|
-
"react-dom": "~18.2.0",
|
|
72
|
+
"monaco-editor": "~0.46.0",
|
|
73
73
|
"react": "~18.2.0",
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"vscode-languageserver": "~9.0.
|
|
77
|
-
"
|
|
74
|
+
"react-dom": "~18.2.0",
|
|
75
|
+
"swagger-ui-react": "~5.11.3",
|
|
76
|
+
"vscode-languageserver": "~9.0.1",
|
|
77
|
+
"vscode-languageserver-textdocument": "~1.0.11"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@babel/core": "^7.
|
|
81
|
-
"@playwright/test": "^1.
|
|
82
|
-
"@
|
|
83
|
-
"@
|
|
84
|
-
"@
|
|
85
|
-
"@
|
|
86
|
-
"@types/
|
|
87
|
-
"@types/
|
|
88
|
-
"@
|
|
89
|
-
"@
|
|
80
|
+
"@babel/core": "^7.23.9",
|
|
81
|
+
"@playwright/test": "^1.41.2",
|
|
82
|
+
"@rollup/plugin-commonjs": "~25.0.7",
|
|
83
|
+
"@rollup/plugin-json": "~6.1.0",
|
|
84
|
+
"@rollup/plugin-node-resolve": "~15.2.3",
|
|
85
|
+
"@rollup/plugin-typescript": "~11.1.6",
|
|
86
|
+
"@types/debounce": "~1.2.4",
|
|
87
|
+
"@types/node": "~18.11.19",
|
|
88
|
+
"@types/react": "~18.2.55",
|
|
89
|
+
"@types/react-dom": "~18.2.19",
|
|
90
|
+
"@types/swagger-ui": "~3.52.4",
|
|
91
|
+
"@types/swagger-ui-react": "^4.18.3",
|
|
92
|
+
"@typespec/bundler": "~0.1.0 || >=0.2.0-dev <0.2.0",
|
|
93
|
+
"@typespec/eslint-config-typespec": "~0.53.0 || >=0.54.0-dev <0.54.0",
|
|
90
94
|
"@vitejs/plugin-react": "~4.2.1",
|
|
91
|
-
"c8": "
|
|
92
|
-
"cross-env": "~7.0.3",
|
|
93
|
-
"eslint": "^8.55.0",
|
|
94
|
-
"rimraf": "~5.0.1",
|
|
95
|
-
"rollup-plugin-visualizer": "~5.11.0",
|
|
96
|
-
"typescript": "~5.3.3",
|
|
97
|
-
"vite": "^5.0.12",
|
|
95
|
+
"c8": "^9.1.0",
|
|
98
96
|
"copyfiles": "~2.4.1",
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
97
|
+
"cross-env": "~7.0.3",
|
|
98
|
+
"eslint": "^8.56.0",
|
|
99
|
+
"rimraf": "~5.0.5",
|
|
100
|
+
"rollup": "~4.9.6",
|
|
103
101
|
"rollup-plugin-dts": "~6.1.0",
|
|
104
|
-
"rollup": "~4.
|
|
105
|
-
"
|
|
102
|
+
"rollup-plugin-postcss": "~4.0.2",
|
|
103
|
+
"rollup-plugin-visualizer": "~5.12.0",
|
|
104
|
+
"typescript": "~5.3.3",
|
|
105
|
+
"vite": "^5.1.0"
|
|
106
106
|
},
|
|
107
|
+
"peerDependencies": {},
|
|
107
108
|
"scripts": {
|
|
108
109
|
"clean": "rimraf ./dist ./dist-dev ./temp ./typespecContents.json",
|
|
109
110
|
"build": "rollup --config rollup.config.ts --configPlugin typescript --failAfterWarnings 2>&1",
|