Skip to content

Commit 4963cb0

Browse files
committed
fix(governance): use correct openapi-diff version
- Change openapi-diff from ^0.24.1 to ^0.23.7 - Version 0.24.x doesn't exist on npm, latest is 0.23.7 - Fixes npm install errors when using published packages
1 parent a18dcec commit 4963cb0

2 files changed

Lines changed: 1623 additions & 4491 deletions

File tree

packages/governance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@contractual/types": "workspace:*",
4848
"ajv": "^8.17.1",
4949
"ajv-formats": "^3.0.1",
50-
"openapi-diff": "^0.24.1"
50+
"openapi-diff": "^0.23.7"
5151
},
5252
"peerDependencies": {
5353
"@redocly/openapi-core": "^1.0.0"

0 commit comments

Comments
 (0)