Skip to content

Commit

Permalink
chore: dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
kleyow committed Nov 7, 2022
1 parent e51aa79 commit d43c618
Show file tree
Hide file tree
Showing 6 changed files with 279 additions and 196 deletions.
4 changes: 2 additions & 2 deletions modules/api-svc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@
"@babel/preset-env": "^7.20.2",
"@redocly/openapi-cli": "^1.0.0-beta.94",
"@types/jest": "^29.2.2",
"babel-jest": "^29.2.2",
"babel-jest": "^29.3.0",
"eslint": "^8.27.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.4",
"jest": "^29.2.2",
"jest": "^29.3.0",
"jest-junit": "^14.0.1",
"nock": "^13.2.9",
"npm-check-updates": "^16.3.16",
Expand Down
6 changes: 3 additions & 3 deletions modules/outbound-command-event-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@
"@types/supertest": "^2.0.12",
"@types/swagger-ui-express": "^4.1.3",
"@types/yamljs": "^0.2.31",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"copyfiles": "^2.4.1",
"eslint": "^8.27.0",
"jest": "^29.2.2",
"jest": "^29.3.0",
"nodemon": "^2.0.20",
"npm-check-updates": "^16.3.16",
"replace": "^1.2.2",
Expand Down
6 changes: 3 additions & 3 deletions modules/outbound-domain-event-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
"@types/supertest": "^2.0.12",
"@types/swagger-ui-express": "^4.1.3",
"@types/yamljs": "^0.2.31",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"copyfiles": "^2.4.1",
"eslint": "^8.27.0",
"jest": "^29.2.2",
"jest": "^29.3.0",
"nodemon": "^2.0.20",
"npm-check-updates": "^16.3.16",
"replace": "^1.2.2",
Expand Down
2 changes: 1 addition & 1 deletion modules/private-shared-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@types/node": "^18.11.9",
"eslint": "^8.27.0",
"jest": "^29.2.2",
"jest": "^29.3.0",
"npm-check-updates": "^16.3.16",
"replace": "^1.2.2",
"standard-version": "^9.5.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@
"@types/jest": "^29.2.2",
"@types/node": "^18.11.9",
"@types/node-cache": "^4.2.5",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"audit-ci": "^6.3.0",
"eslint": "^8.27.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "latest",
"husky": "^8.0.1",
"jest": "^29.2.2",
"jest": "^29.3.0",
"nodemon": "^2.0.20",
"npm-check-updates": "^16.3.16",
"replace": "^1.2.2",
Expand Down
Loading

0 comments on commit d43c618

Please sign in to comment.