Skip to content

Commit

Permalink
Add openapi-fetch dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Jul 16, 2024
1 parent 1c77ca0 commit f7fdac6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"markdown-it": "^13.0.2",
"markdown-it-regexp": "^0.4.0",
"object-hash": "^3.0.0",
"openapi-fetch": "^0.10.2",
"openapi-typescript-fetch": "^1.1.3",
"pinia": "^2.1.7",
"popper.js": "^1.16.1",
Expand Down
12 changes: 12 additions & 0 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9031,11 +9031,23 @@ open@^8.0.9:
is-docker "^2.1.1"
is-wsl "^2.2.0"

openapi-fetch@^0.10.2:
version "0.10.2"
resolved "https://registry.yarnpkg.com/openapi-fetch/-/openapi-fetch-0.10.2.tgz#2c16bda62cf182ba780a9d94818294731de0b2d6"
integrity sha512-GCzgKIZchnxZRnztiOlRTKk9tQT0NHvs5MNXYFtOwG7xaj1iCJOGDsTLbn/2QUP37PjGTT890qERFjvmjxzQMg==
dependencies:
openapi-typescript-helpers "^0.0.9"

openapi-typescript-fetch@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/openapi-typescript-fetch/-/openapi-typescript-fetch-1.1.3.tgz#354e6803b7885c7142ae11adc1b758afafd8aa2e"
integrity sha512-smLZPck4OkKMNExcw8jMgrMOGgVGx2N/s6DbKL2ftNl77g5HfoGpZGFy79RBzU/EkaO0OZpwBnslfdBfh7ZcWg==

openapi-typescript-helpers@^0.0.9:
version "0.0.9"
resolved "https://registry.yarnpkg.com/openapi-typescript-helpers/-/openapi-typescript-helpers-0.0.9.tgz#bb20cc0b79bf56d4a31a96477d7b2c8d33b9c836"
integrity sha512-BO2TvIDAO/FPVKz1Nj2gy+pUOHfaoENdK5UP3H0Jbh0VXBf3dwYMs58ZwOjiezrbHA2LamdquoyQgahTPvIxGA==

openapi-typescript@^7.0.2:
version "7.0.2"
resolved "https://registry.yarnpkg.com/openapi-typescript/-/openapi-typescript-7.0.2.tgz#9e50f8388dbeed87984f340149e6f853e5d77d0f"
Expand Down

0 comments on commit f7fdac6

Please sign in to comment.