@typespec/playground 0.16.0-dev.3 → 0.16.0-dev.4

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.
Files changed (1) hide show
  1. package/package.json +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/playground",
3
- "version": "0.16.0-dev.3",
3
+ "version": "0.16.0-dev.4",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec playground UI components.",
6
6
  "homepage": "https://typespec.io",
@@ -61,15 +61,15 @@
61
61
  "dependencies": {
62
62
  "@fluentui/react-components": "^9.73.7",
63
63
  "@fluentui/react-icons": "^2.0.323",
64
- "@typespec/bundler": "^0.6.0 || >= 0.6.1-dev.0",
65
- "@typespec/compiler": "^1.13.0 || >= 1.14.0-dev.7",
66
- "@typespec/html-program-viewer": "^0.83.0 || >= 0.84.0-dev.2",
67
- "@typespec/http": "^1.13.0 || >= 1.14.0-dev.0",
68
- "@typespec/openapi": "^1.13.0 || >= 1.14.0-dev.0",
69
- "@typespec/openapi3": "^1.13.0 || >= 1.14.0-dev.2",
70
- "@typespec/protobuf": "^0.83.0 || >= 0.84.0-dev.0",
71
- "@typespec/rest": "^0.83.0 || >= 0.84.0-dev.0",
72
- "@typespec/versioning": "^0.83.0 || >= 0.84.0-dev.0",
64
+ "@typespec/bundler": "^0.6.0 || >= 0.6.1-dev.1",
65
+ "@typespec/compiler": "^1.13.0 || >= 1.14.0-dev.11",
66
+ "@typespec/html-program-viewer": "^0.83.0 || >= 0.84.0-dev.4",
67
+ "@typespec/http": "^1.13.0 || >= 1.14.0-dev.1",
68
+ "@typespec/openapi": "^1.13.0 || >= 1.14.0-dev.1",
69
+ "@typespec/openapi3": "^1.13.0 || >= 1.14.0-dev.3",
70
+ "@typespec/protobuf": "^0.83.0 || >= 0.84.0-dev.1",
71
+ "@typespec/rest": "^0.83.0 || >= 0.84.0-dev.1",
72
+ "@typespec/versioning": "^0.83.0 || >= 0.84.0-dev.1",
73
73
  "clsx": "^2.1.1",
74
74
  "debounce": "^3.0.0",
75
75
  "lzutf8": "0.6.3",
@@ -95,7 +95,7 @@
95
95
  "@types/react": "^19.2.16",
96
96
  "@types/react-dom": "^19.2.3",
97
97
  "@types/swagger-ui-dist": "^3.30.6",
98
- "@typespec/bundler": "^0.6.0 || >= 0.6.1-dev.0",
98
+ "@typespec/bundler": "^0.6.0 || >= 0.6.1-dev.1",
99
99
  "@vitejs/plugin-react": "^6.0.1",
100
100
  "cross-env": "^10.1.0",
101
101
  "es-module-shims": "^2.8.0",
@@ -118,7 +118,7 @@
118
118
  "start": "vite",
119
119
  "test": "vitest run",
120
120
  "test:ci": "vitest run --coverage --reporter=junit --reporter=default",
121
- "lint": "eslint . --max-warnings=0",
122
- "lint:fix": "eslint . --fix"
121
+ "lint": "oxlint . --deny-warnings",
122
+ "lint:fix": "oxlint . --fix"
123
123
  }
124
124
  }