Skip to content

Commit

Permalink
Merge pull request #1150 from GSA/jf/swagger-update
Browse files Browse the repository at this point in the history
update Swagger UI
  • Loading branch information
jfredrickson authored Feb 27, 2024
2 parents 79bf488 + 4d0d468 commit b76e15b
Show file tree
Hide file tree
Showing 18 changed files with 38 additions and 123 deletions.
8 changes: 7 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,15 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.8.5)
multi_json (1.15.0)
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
pdf-reader (2.12.0)
Expand Down Expand Up @@ -128,8 +134,8 @@ GEM
zeitwerk (2.6.13)

PLATFORMS
ruby
arm64-darwin-22
ruby
x86_64-linux

DEPENDENCIES
Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ require "rake/testtask"

desc "Serve the site with live reload for development"
task :serve do
sh "bundle exec jekyll liveserve", verbose: false
sh "bundle exec jekyll serve --livereload", verbose: false
end

# This option may cause pages to not be rebuilt when an underlying data file
# (e.g., _data/*.yml) changes. In most cases it's OK, but you may need to use
# the 'serve' task instead if changing data files.
desc "Serve the site with live reload for development (incremental builds)"
task :incrementalserve do
sh "bundle exec jekyll liveserve --incremental", verbose: false
sh "bundle exec jekyll serve --livereload --incremental", verbose: false
end

desc "Build the site to the default Jekyll output directory"
Expand Down
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 b76e15b

Please sign in to comment.