Skip to content

Commit 67684b9

Browse files
authored
fix(deps): utilize ApiDOM@1.0.0-alpha.5 (#3559)
ApiDOM have now consistent versioning. We want to reflect that in dependencies and always install ApiDOM packages matching the same version.
1 parent 1c1c2a5 commit 67684b9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@
7373
"license": "Apache-2.0",
7474
"dependencies": {
7575
"@babel/runtime-corejs3": "^7.22.15",
76-
"@swagger-api/apidom-core": ">=1.0.0-alpha.3 <1.0.0-beta.0",
77-
"@swagger-api/apidom-error": ">=1.0.0-alpha.1 <1.0.0-beta.0",
78-
"@swagger-api/apidom-json-pointer": ">=1.0.0-alpha.3 <1.0.0-beta.0",
79-
"@swagger-api/apidom-ns-openapi-3-1": ">=1.0.0-alpha.4 <1.0.0-beta.0",
80-
"@swagger-api/apidom-reference": ">=1.0.0-alpha.3 <1.0.0-beta.0",
76+
"@swagger-api/apidom-core": ">=1.0.0-alpha.5 <1.0.0-beta.0",
77+
"@swagger-api/apidom-error": ">=1.0.0-alpha.5 <1.0.0-beta.0",
78+
"@swagger-api/apidom-json-pointer": ">=1.0.0-alpha.5 <1.0.0-beta.0",
79+
"@swagger-api/apidom-ns-openapi-3-1": ">=1.0.0-alpha.5 <1.0.0-beta.0",
80+
"@swagger-api/apidom-reference": ">=1.0.0-alpha.5 <1.0.0-beta.0",
8181
"cookie": "~0.6.0",
8282
"deepmerge": "~4.3.0",
8383
"fast-json-patch": "^3.0.0-1",

0 commit comments

Comments
 (0)