Skip to content

Commit

Permalink
fix(deps): allow to consolidate deps in downstream projects (#3513)
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed May 13, 2024
1 parent 48576cd commit e2db1c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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 @@ -110,11 +110,11 @@
},
"dependencies": {
"@babel/runtime-corejs3": "^7.22.15",
"@swagger-api/apidom-core": ">=0.99.1 <1.0.0",
"@swagger-api/apidom-core": ">=0.99.2 <1.0.0",
"@swagger-api/apidom-error": ">=0.99.0 <1.0.0",
"@swagger-api/apidom-json-pointer": ">=0.99.1 <1.0.0",
"@swagger-api/apidom-ns-openapi-3-1": ">=0.99.1 <1.0.0",
"@swagger-api/apidom-reference": ">=0.99.1 <1.0.0",
"@swagger-api/apidom-json-pointer": ">=0.99.2 <1.0.0",
"@swagger-api/apidom-ns-openapi-3-1": ">=0.99.2 <1.0.0",
"@swagger-api/apidom-reference": ">=0.99.2 <1.0.0",
"cookie": "~0.6.0",
"deepmerge": "~4.3.0",
"fast-json-patch": "^3.0.0-1",
Expand Down

0 comments on commit e2db1c3

Please sign in to comment.