Skip to content

Commit

Permalink
Merge branch 'bug/9158-fix-reset-button' of https://github.com/aviral…
Browse files Browse the repository at this point in the history
…-badola9/swagger-ui into bug/9158-fix-reset-button
  • Loading branch information
aviral-badola9 committed Dec 4, 2023
2 parents a165027 + 81140e0 commit 21d3a70
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 57 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# We don't declare them here — take a look at our docs.
# https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/configuration.md

FROM nginx:1.25.2-alpine
FROM nginx:1.25.3-alpine

RUN apk update && apk add --no-cache "nodejs>=18.14.1-r0" && apk add --no-cache "tiff>=4.4.0-r4"

Expand Down
164 changes: 113 additions & 51 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,13 @@
"cross-env": "=7.0.3",
"css-loader": "=6.8.1",
"cssnano": "=6.0.1",
"cypress": "=13.3.2",
"cypress": "=13.4.0",
"dedent": "^1.5.1",
"deepmerge": "^4.3.1",
"enzyme": "=3.11.0",
"eslint": "^8.52.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.4.3",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-mocha": "^10.2.0",
"eslint-plugin-react": "^7.33.2",
"esm": "=3.2.25",
Expand Down Expand Up @@ -173,16 +173,16 @@
"open": "^9.1.0",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.0",
"postcss-preset-env": "^9.2.0",
"postcss-preset-env": "^9.3.0",
"prettier": "^3.0.3",
"process": "^0.11.10",
"react-refresh": "^0.14.0",
"react-test-renderer": "=17.0.2",
"release-it": "=15.4.2",
"rimraf": "^5.0.5",
"sass": "^1.69.4",
"sass": "^1.69.5",
"sass-loader": "^13.3.0",
"sinon": "=17.0.0",
"sinon": "=17.0.1",
"source-map-support": "^0.5.21",
"start-server-and-test": "^2.0.1",
"stream-browserify": "^3.0.0",
Expand Down

0 comments on commit 21d3a70

Please sign in to comment.