Skip to content

Commit

Permalink
chore(deps): upgrading all of our oas deps to their latest releases (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion authored Oct 30, 2023
1 parent 1c66a59 commit 6ac55ce
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 29 deletions.
36 changes: 12 additions & 24 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 packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"lodash.deburr": "^4.1.0",
"lodash.setwith": "^4.3.2",
"lodash.startcase": "^4.4.0",
"oas": "^23.0.0",
"oas": "^23.1.0",
"ora": "^7.0.1",
"prompts": "^2.4.2",
"semver": "^7.3.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
"node": ">=18"
},
"dependencies": {
"@readme/oas-to-har": "^23.0.12",
"@readme/oas-to-har": "^23.1.0",
"caseless": "^0.12.0",
"datauri": "^4.1.0",
"fetch-har": "^11.0.1",
"json-schema-traverse": "^1.0.0",
"lodash.merge": "^4.6.2",
"oas": "^23.0.0",
"oas": "^23.1.0",
"remove-undefined-objects": "^5.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/httpsnippet-client-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"peerDependencies": {
"@readme/httpsnippet": ">=8.1.2",
"oas": "^23.0.0"
"oas": "^23.1.0"
},
"devDependencies": {
"@readme/oas-examples": "^5.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@types/caseless": "^0.12.3",
"oas": "^23.0.0",
"oas": "^23.1.0",
"typescript": "^5.2.2"
},
"prettier": "@readme/eslint-config/prettier"
Expand Down

0 comments on commit 6ac55ce

Please sign in to comment.