Skip to content

Commit

Permalink
fix: fix peer deps version matercher, update deps and ci config (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
oderayi authored Mar 19, 2024
1 parent 30fbcb0 commit 11b83ae
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ workflows:
ignore:
- /feature*/
- /bugfix*/
- master
- test-lint:
context: org-global
requires:
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"audit-ci": "^6.6.1",
"npm-check-updates": "16.14.16",
"npm-check-updates": "16.14.17",
"nyc": "15.1.0",
"pre-commit": "1.2.2",
"replace": "^1.2.2",
Expand All @@ -75,8 +75,8 @@
"#test/*": "./test/*.js"
},
"peerDependencies": {
"@mojaloop/central-services-error-handling": "12.x.x",
"@mojaloop/central-services-logger": "11.x.x"
"@mojaloop/central-services-error-handling": ">=12.x.x",
"@mojaloop/central-services-logger": ">=11.x.x"
},
"peerDependenciesMeta": {
"@mojaloop/central-services-error-handling": {
Expand Down

0 comments on commit 11b83ae

Please sign in to comment.