From 7fc9c7b7ad90c233b1c33f5894ccf12ba96afab2 Mon Sep 17 00:00:00 2001 From: chohmann Date: Wed, 1 Jul 2020 14:17:22 -0500 Subject: [PATCH] fix: bump stoplight types version --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 64589e0..a287449 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "@stoplight/ordered-object-literal": "^1.0.1", - "@stoplight/types": "^11.8.0", + "@stoplight/types": "^11.9.0", "@stoplight/yaml-ast-parser": "0.0.48", "tslib": "^1.12.0" }, diff --git a/yarn.lock b/yarn.lock index e116b39..12d3768 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1580,10 +1580,10 @@ typedoc "0.13.x" typescript-plugin-styled-components "1.0.x" -"@stoplight/types@^11.8.0": - version "11.8.0" - resolved "https://registry.yarnpkg.com/@stoplight/types/-/types-11.8.0.tgz#5fba735d730bd50754ed587e86854a8becbf90bb" - integrity sha512-JSCLtuy9Buf89rRV9AmnK452mUqen3cpZgx0eOQdv+ayDuy8uuezU6hcsC93cfQ9E3OOpWs91El4sTrjZkv9IQ== +"@stoplight/types@^11.9.0": + version "11.9.0" + resolved "https://registry.yarnpkg.com/@stoplight/types/-/types-11.9.0.tgz#ced7de2dd53439d2409a3cb390bf7d5b76382ac6" + integrity sha512-4bzPpWZobt0e+d0OtALCJyl1HGzKo6ur21qxnId9dTl8v3yeD+5HJKZ2h1mv7e94debH5QDtimMU80V6jbXM8Q== dependencies: "@types/json-schema" "^7.0.4" utility-types "^3.10.0"