Skip to content

Commit

Permalink
fix(deps): utilize ApiDOM@1.0.0-alpha.5 (#3559)
Browse files Browse the repository at this point in the history
ApiDOM have now consistent versioning. We want
to reflect that in dependencies and always
install ApiDOM packages matching the same version.
  • Loading branch information
char0n committed Jun 6, 2024
1 parent 1c1c2a5 commit 67684b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 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 @@ -73,11 +73,11 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "^7.22.15",
"@swagger-api/apidom-core": ">=1.0.0-alpha.3 <1.0.0-beta.0",
"@swagger-api/apidom-error": ">=1.0.0-alpha.1 <1.0.0-beta.0",
"@swagger-api/apidom-json-pointer": ">=1.0.0-alpha.3 <1.0.0-beta.0",
"@swagger-api/apidom-ns-openapi-3-1": ">=1.0.0-alpha.4 <1.0.0-beta.0",
"@swagger-api/apidom-reference": ">=1.0.0-alpha.3 <1.0.0-beta.0",
"@swagger-api/apidom-core": ">=1.0.0-alpha.5 <1.0.0-beta.0",
"@swagger-api/apidom-error": ">=1.0.0-alpha.5 <1.0.0-beta.0",
"@swagger-api/apidom-json-pointer": ">=1.0.0-alpha.5 <1.0.0-beta.0",
"@swagger-api/apidom-ns-openapi-3-1": ">=1.0.0-alpha.5 <1.0.0-beta.0",
"@swagger-api/apidom-reference": ">=1.0.0-alpha.5 <1.0.0-beta.0",
"cookie": "~0.6.0",
"deepmerge": "~4.3.0",
"fast-json-patch": "^3.0.0-1",
Expand Down

0 comments on commit 67684b9

Please sign in to comment.