Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
fix: upgrading oas to fix a bug with parsing null examples
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Feb 19, 2021
1 parent e44eea6 commit 3bb3cb0
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 89 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@readme/emojis": "^3.0.0",
"@readme/ui": "^1.17.8",
"babel-polyfill": "^6.26.0",
"oas": "^10.1.1",
"oas": "^10.1.2",
"prop-types": "^15.7.2",
"react-hot-loader": "^4.12.16",
"swagger2openapi": "^7.0.0",
Expand Down
76 changes: 5 additions & 71 deletions packages/api-explorer/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/api-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"js-cookie": "^2.1.4",
"lodash.clonedeep": "^4.5.0",
"lodash.kebabcase": "^4.1.1",
"oas": "^10.1.1",
"oas": "^10.1.2",
"prop-types": "^15.7.2",
"react-copy-to-clipboard": "^5.0.1",
"react-debounce-input": "^3.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/oas-to-har/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/oas-to-har/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@readme/oas-extensions": "^12.0.0",
"oas": "^10.1.1",
"oas": "^10.1.2",
"parse-data-url": "^3.0.0"
},
"devDependencies": {
Expand Down
11 changes: 3 additions & 8 deletions packages/oas-to-snippet/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/oas-to-snippet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@readme/oas-to-har": "^12.0.0",
"@readme/syntax-highlighter": "^10.4.1",
"httpsnippet-client-api": "^2.7.0",
"oas": "^10.1.1"
"oas": "^10.1.2"
},
"devDependencies": {
"@readme/eslint-config": "^4.0.0",
Expand Down

0 comments on commit 3bb3cb0

Please sign in to comment.