Skip to content

Commit

Permalink
fix: upgrade npm dependencies (axelarnetwork#1436)
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth authored Apr 22, 2022
1 parent 02eff60 commit 56325e3
Show file tree
Hide file tree
Showing 4 changed files with 2,750 additions and 1,284 deletions.
6 changes: 3 additions & 3 deletions client/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"scripts": {
"combine": "swagger-combine ./config.json -o static/swagger/swagger.yaml -f yaml --continueOnConflictingPaths true --includeDefinitions true",
"convert": "swagger2openapi static/swagger/swagger.yaml --outfile static/openapi/openapi.yaml --yaml",
"build": "redoc-cli bundle static/openapi/openapi.yaml --output ./static/openapi/index.html"
"build": "redoc-cli build static/openapi/openapi.yaml --output ./static/openapi/index.html"
},
"dependencies": {
"redoc-cli": "^0.9.12",
"swagger-combine": "^1.3.0",
"redoc-cli": "^0.13.10",
"swagger-combine": "^1.4.0",
"swagger2openapi": "^7.0.8"
}
}
3,435 changes: 2,537 additions & 898 deletions client/docs/static/openapi/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

Loading

0 comments on commit 56325e3

Please sign in to comment.