Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1
setup: true
orbs:
build: mojaloop/build@1.1.6
build: mojaloop/build@1.1.9
workflows:
setup:
jobs:
Expand Down
7 changes: 6 additions & 1 deletion .ncurc.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
## Add a TODO comment indicating the reason for each rejected dependency upgrade added to this list, and what should be done to resolve it (i.e. handle it through a story, etc).
reject: []
reject:
# @apidevtools/json-schema-ref-parser v15+ is ESM-only ("type": "module").
# This project uses CommonJS require() in src/lib/openApiMockGenerator.js.
# Upgrading would require migrating the entire project to ESM or using dynamic imports.
# Migrate to ESM when the project is ready for a major version bump.
- '@apidevtools/json-schema-ref-parser'
Loading