Skip to content

Commit

Permalink
Update non-major-devDependencies (#203)
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 Jan 29, 2024
1 parent 92936e8 commit d8e3ba4
Show file tree
Hide file tree
Showing 4 changed files with 270 additions and 47 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@api3/commons": "^0.6.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
Expand All @@ -38,7 +38,7 @@
"jest": "^29.7.0",
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-feed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"devDependencies": {
"@types/express": "^4.17.21",
"@types/lodash": "^4.14.202",
"nodemon": "^3.0.2"
"nodemon": "^3.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/signed-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@types/express": "^4.17.21",
"@types/lodash": "^4.14.202",
"nodemon": "^3.0.2"
"nodemon": "^3.0.3"
},
"dependencies": {
"@api3/commons": "^0.6.0",
Expand Down
Loading

0 comments on commit d8e3ba4

Please sign in to comment.