Skip to content

Commit

Permalink
docs(orval): add yamljs type dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
anymaniax committed Apr 21, 2023
1 parent a542d29 commit ec13f8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/orval/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/inquirer": "^8.2.2",
"@types/js-yaml": "^4.0.5",
"@types/lodash.uniq": "^4.5.7"
},
"dependencies": {
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -965,6 +965,11 @@
dependencies:
"@types/through" "*"

"@types/js-yaml@^4.0.5":
version "4.0.5"
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.5.tgz#738dd390a6ecc5442f35e7f03fa1431353f7e138"
integrity sha512-FhpRzf927MNQdRZP0J5DLIdTXhjLYzeUTmLAu69mnVksLH9CJY3IuSeEgbKUki7GQZm0WqDkGzyxju2EZGD2wA==

"@types/json-schema@^7.0.11", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.7", "@types/json-schema@^7.0.9":
version "7.0.11"
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz"
Expand Down

1 comment on commit ec13f8c

@vercel
Copy link

@vercel vercel bot commented on ec13f8c Apr 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.