Skip to content

Commit

Permalink
build(deps): TECH update dev dependencies (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirpichenko authored Oct 14, 2024
1 parent 4f77743 commit c2be227
Show file tree
Hide file tree
Showing 3 changed files with 1,533 additions and 1,685 deletions.
20 changes: 10 additions & 10 deletions packages/gcloud-express-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
"on-finished": "^2.4.1"
},
"devDependencies": {
"@join-private/eslint-config-backend": "^1.3.0",
"@types/express": "^4.17.17",
"@types/on-finished": "^2.3.1",
"@types/supertest": "^6.0.2",
"body-parser": "^1.20.2",
"eslint": "^8.37.0",
"express": "^4.18.2",
"@join-private/eslint-config-backend": "^1.6.0",
"@types/express": "^5.0.0",
"@types/on-finished": "^2.3.4",
"@types/supertest": "^2.0.12",
"body-parser": "^1.20.3",
"eslint": "^8.39.0",
"express": "^4.21.1",
"jest": "^29.7.0",
"prettier": "^2.8.7",
"supertest": "^7.0.0",
"typescript": "^5.0.2"
"prettier": "^3.3.3",
"supertest": "^6.3.3",
"typescript": "^5.6.3"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/gcloud-typeorm-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"test": "echo not tests"
},
"devDependencies": {
"@join-private/eslint-config-backend": "^1.3.0",
"@types/node": "^18.15.11",
"@join-private/eslint-config-backend": "^1.6.0",
"@types/node": "^22.7.5",
"eslint": "^8.37.0",
"prettier": "^2.8.7",
"typescript": "^5.0.2"
"prettier": "^3.3.3",
"typescript": "^5.6.3"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit c2be227

Please sign in to comment.