Skip to content

Commit

Permalink
Update non-major-devDependencies (#145)
Browse files Browse the repository at this point in the history
* Update non-major-devDependencies

* Disable new rule which is too strict

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Emanuel Tesař <e.tesarr@gmail.com>
  • Loading branch information
renovate[bot] and Siegrift authored Dec 4, 2023
1 parent fe01bfc commit 783ff7a
Show file tree
Hide file tree
Showing 6 changed files with 547 additions and 257 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ module.exports = {
},
rules: {
'@typescript-eslint/prefer-destructuring': 'off', // The commons universal ESLint configuration already uses "prefer-destructuring" and this extended version is not needed.
'@typescript-eslint/max-params': 'off', // It is sometimes necessary to have enough arguments. This rule is too strict.
},
};
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
"license": "MIT",
"devDependencies": {
"@api3/commons": "^0.5.0",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.51.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.2",
"@types/jest": "^29.5.10",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}
4 changes: 2 additions & 2 deletions packages/airnode-feed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@types/express": "^4.17.20",
"@types/lodash": "^4.14.200",
"@types/express": "^4.17.21",
"@types/lodash": "^4.14.202",
"nodemon": "^3.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
},
"license": "MIT",
"devDependencies": {
"@types/express": "^4.17.20",
"@types/lodash": "^4.14.200",
"@types/express": "^4.17.21",
"@types/lodash": "^4.14.202",
"nodemon": "^3.0.1"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@types/express": "^4.17.20",
"@types/lodash": "^4.14.200"
"@types/express": "^4.17.21",
"@types/lodash": "^4.14.202"
}
}
Loading

0 comments on commit 783ff7a

Please sign in to comment.