Skip to content

Commit

Permalink
chore(mojaloop/#3074): sync DFSP backend api with api-snippets (#428)
Browse files Browse the repository at this point in the history
* chore: sync DFSP backend api with api-snippets

* chore: audit

* chore: ttk

* chore: sync

* chore: update

* chore: update name regex
  • Loading branch information
kleyow committed Dec 16, 2022
1 parent 326e48d commit edf601e
Show file tree
Hide file tree
Showing 9 changed files with 2,795 additions and 986 deletions.
4 changes: 2 additions & 2 deletions modules/api-svc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@
"eslint": "^8.29.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.6",
"eslint-plugin-jest": "^27.1.7",
"jest": "^29.3.1",
"jest-junit": "^15.0.0",
"nock": "^13.2.9",
"npm-check-updates": "^16.5.6",
"npm-check-updates": "^16.6.0",
"openapi-response-validator": "^12.1.0",
"openapi-typescript": "^6.1.0",
"redis-mock": "^0.56.3",
Expand Down
2 changes: 1 addition & 1 deletion modules/outbound-command-event-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"eslint": "^8.29.0",
"jest": "^29.3.1",
"nodemon": "^2.0.20",
"npm-check-updates": "^16.5.6",
"npm-check-updates": "^16.6.0",
"replace": "^1.2.2",
"standard-version": "^9.5.0",
"ts-jest": "^29.0.3",
Expand Down
2 changes: 1 addition & 1 deletion modules/outbound-domain-event-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"eslint": "^8.29.0",
"jest": "^29.3.1",
"nodemon": "^2.0.20",
"npm-check-updates": "^16.5.6",
"npm-check-updates": "^16.6.0",
"replace": "^1.2.2",
"standard-version": "^9.5.0",
"ts-jest": "^29.0.3",
Expand Down
4 changes: 2 additions & 2 deletions modules/private-shared-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@mojaloop/api-snippets": "17.0.0",
"@mojaloop/central-services-shared": "^17.3.1",
"@mojaloop/logging-bc-public-types-lib": "^0.1.14",
"@mojaloop/platform-shared-lib-messaging-types-lib": "^0.2.27",
"@mojaloop/platform-shared-lib-messaging-types-lib": "^0.2.29",
"@mojaloop/platform-shared-lib-nodejs-kafka-client-lib": "0.2.15",
"ajv": "^8.11.2",
"redis": "^4.5.1",
Expand All @@ -40,7 +40,7 @@
"@types/node": "^18.11.15",
"eslint": "^8.29.0",
"jest": "^29.3.1",
"npm-check-updates": "^16.5.6",
"npm-check-updates": "^16.6.0",
"replace": "^1.2.2",
"standard-version": "^9.5.0",
"ts-jest": "^29.0.3",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@
"@types/node-cache": "^4.2.5",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"audit-ci": "^6.4.0",
"audit-ci": "^6.4.1",
"eslint": "^8.29.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "latest",
"husky": "^8.0.2",
"jest": "^29.3.1",
"nodemon": "^2.0.20",
"npm-check-updates": "^16.5.6",
"npm-check-updates": "^16.6.0",
"replace": "^1.2.2",
"standard-version": "^9.5.0",
"ts-jest": "^29.0.3",
Expand Down

0 comments on commit edf601e

Please sign in to comment.