Skip to content

Commit

Permalink
Update devDependencies (non-major) (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 1, 2023
1 parent 284a447 commit 6aba9aa
Show file tree
Hide file tree
Showing 4 changed files with 154 additions and 154 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/node": "^20.6.3",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@types/node": "^20.8.0",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.0",
"eslint": "^8.49.0",
"eslint-plugin-jest": "^27.4.2",
"eslint": "^8.50.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
},
"license": "MIT",
"devDependencies": {
"@types/express": "^4.17.17",
"@types/lodash": "^4.14.198",
"@types/source-map-support": "^0.5.7",
"@types/express": "^4.17.18",
"@types/lodash": "^4.14.199",
"@types/source-map-support": "^0.5.8",
"nodemon": "^3.0.1"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/pusher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"zod": "^3.22.2"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/lodash": "^4.14.198",
"@types/source-map-support": "^0.5.7",
"@types/express": "^4.17.18",
"@types/lodash": "^4.14.199",
"@types/source-map-support": "^0.5.8",
"nodemon": "^3.0.1"
}
}
Loading

0 comments on commit 6aba9aa

Please sign in to comment.