@typespec/openapi3
Advanced tools
Comparing version 0.49.0-dev.9 to 0.49.0-dev.10
{ | ||
"name": "@typespec/openapi3", | ||
"version": "0.49.0-dev.9", | ||
"version": "0.49.0-dev.10", | ||
"author": "Microsoft Corporation", | ||
@@ -45,3 +45,3 @@ "description": "TypeSpec library for emitting OpenAPI 3.0 from the TypeSpec REST protocol binding", | ||
"dependencies": { | ||
"yaml": "~2.3.1" | ||
"yaml": "~2.3.2" | ||
}, | ||
@@ -66,9 +66,9 @@ "peerDependencies": { | ||
"@typespec/tspd": "~0.46.0 || >=0.47.0-dev <0.47.0", | ||
"eslint": "^8.42.0", | ||
"eslint": "^8.49.0", | ||
"mocha": "~10.2.0", | ||
"mocha-junit-reporter": "~2.2.0", | ||
"mocha-junit-reporter": "~2.2.1", | ||
"mocha-multi-reporters": "~1.5.1", | ||
"c8": "~8.0.0", | ||
"c8": "~8.0.1", | ||
"rimraf": "~5.0.1", | ||
"typescript": "~5.1.3" | ||
"typescript": "~5.2.2" | ||
}, | ||
@@ -75,0 +75,0 @@ "scripts": { |
191254
Updatedyaml@~2.3.2