Skip to content

Commit

Permalink
fix: package upgrade (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
XVincentX authored and P0lip committed Aug 23, 2019
1 parent 9b7d10f commit 245b40f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"test.watch": "yarn test --watch"
},
"dependencies": {
"@stoplight/types": "^10.0.1",
"@stoplight/types": "^11.0.0",
"@types/js-yaml": "3.12.1",
"lodash": "^4.17.15",
"yaml-ast-parser": "~0.0.43"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1575,10 +1575,10 @@
typedoc "0.13.x"
typescript-plugin-styled-components "1.0.x"

"@stoplight/types@^10.0.1":
version "10.0.1"
resolved "https://registry.yarnpkg.com/@stoplight/types/-/types-10.0.1.tgz#aad7ddf667fc4a86b71b4813a22285e959300595"
integrity sha512-NC/LV+p9UQL18RfiKuTmPnuyA/ZqRFpYaQYGU0Z60/snluiRDDBIsq3FPjPwQQFYn0L5lqbNMiRcPs0yUZ2wNA==
"@stoplight/types@^11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@stoplight/types/-/types-11.0.0.tgz#fd234cfcb1a1cee28ef9642735d9206e009a8fa6"
integrity sha512-Tt8doUE2E5HACigjBHyBpMHS+Td+9tBmGvf4giDH9jK7mS6Q7dyLOeE2QSKyMrslmzd1mRuKBvPhS18g9EEjog==
dependencies:
"@types/json-schema" "^7.0.3"

Expand Down

0 comments on commit 245b40f

Please sign in to comment.