Skip to content

Commit

Permalink
fix(deps): update ApiDOM to v0.69.1 (#2901)
Browse files Browse the repository at this point in the history
Along with the manual update, ApiDOM version ranges
now comes with following range: >=0.69.1 <1.0.0

This allows to always install latest version of ApiDOM
instead of pinning to specific version.

Refs https://github.com/swagger-api/apidom/releases/tag/v0.69.1
  • Loading branch information
char0n authored Mar 28, 2023
1 parent 886da8b commit 29afce6
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 109 deletions.
184 changes: 79 additions & 105 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@
},
"dependencies": {
"@babel/runtime-corejs3": "^7.20.13",
"@swagger-api/apidom-core": "=0.69.0",
"@swagger-api/apidom-json-pointer": "=0.69.0",
"@swagger-api/apidom-ns-openapi-3-1": "=0.69.0",
"@swagger-api/apidom-reference": "=0.69.0",
"@swagger-api/apidom-core": ">=0.69.1 <1.0.0",
"@swagger-api/apidom-json-pointer": ">=0.69.1 <1.0.0",
"@swagger-api/apidom-ns-openapi-3-1": ">=0.69.1 <1.0.0",
"@swagger-api/apidom-reference": ">=0.69.1 <1.0.0",
"cookie": "~0.5.0",
"cross-fetch": "^3.1.5",
"deepmerge": "~4.3.0",
Expand Down

0 comments on commit 29afce6

Please sign in to comment.