Skip to content

Commit

Permalink
update Swagger UI
Browse files Browse the repository at this point in the history
  • Loading branch information
jfredrickson committed Feb 27, 2024
1 parent 79bf488 commit 4a34829
Show file tree
Hide file tree
Showing 16 changed files with 29 additions and 120 deletions.
Binary file removed assets/swaggerui-dist/favicon-16x16.png
Binary file not shown.
Binary file removed assets/swaggerui-dist/favicon-32x32.png
Binary file not shown.
94 changes: 2 additions & 92 deletions assets/swaggerui-dist/swagger-ui-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/swaggerui-dist/swagger-ui-bundle.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions assets/swaggerui-dist/swagger-ui-es-bundle-core.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/swaggerui-dist/swagger-ui-es-bundle-core.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions assets/swaggerui-dist/swagger-ui-es-bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/swaggerui-dist/swagger-ui-es-bundle.js.map

Large diffs are not rendered by default.

15 changes: 2 additions & 13 deletions assets/swaggerui-dist/swagger-ui-standalone-preset.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/swaggerui-dist/swagger-ui-standalone-preset.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/swaggerui-dist/swagger-ui.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/swaggerui-dist/swagger-ui.css.map

Large diffs are not rendered by default.

9 changes: 1 addition & 8 deletions assets/swaggerui-dist/swagger-ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/swaggerui-dist/swagger-ui.js.map

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"test:js": "npm run eslint",
"test": "npm run test:accessibility && npm run test:js && npm run test:css",
"build:uswds": "cp -R node_modules/uswds/dist/ assets/uswds",
"build:jquery": "cp node_modules/jquery/dist/jquery.min.* assets/js/lib"
"build:jquery": "cp node_modules/jquery/dist/jquery.min.* assets/js/lib",
"build:swagger": "cp node_modules/swagger-ui-dist/swagger-ui*.{css,js,map} assets/swaggerui-dist"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -44,6 +45,7 @@
"stylelint-config-recommended": "^14.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-scss": "^6.1.0",
"swagger-ui-dist": "^5.11.8",
"uswds": "^1.6.13"
},
"dependencies": {
Expand Down

0 comments on commit 4a34829

Please sign in to comment.