Skip to content

Commit

Permalink
fix(eslint-config-airlight-node): upgrade dependencies
Browse files Browse the repository at this point in the history
fix(eslint-config-airlight-node): upgrade peer dependencies

chore(eslint-config-airlight-node): update minimum `Node.js` engine version
  • Loading branch information
dalisoft committed Jan 4, 2024
1 parent 2889c66 commit 938fae6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
3 changes: 1 addition & 2 deletions packages/eslint-config-node/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# eslint-config-airlight-node

ESLint configure for Node.js focused on code quality,
security and performance on top of [eslint-config-airlight-base](../eslint-config-airlight-base)
ESLint configure for Node.js focused on code quality, security and performance on top of [eslint-config-airlight-base](../eslint-config-airlight-base)

## Installation

Expand Down
22 changes: 7 additions & 15 deletions packages/eslint-config-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,15 @@
"version": "1.0.0",
"description": "ESLint configure for Node.js focused on code quality, security and performance on top of eslint-config-airlight-base",
"main": "config.js",
"files": [
"config.js"
],
"files": ["config.js"],
"engines": {
"node": ">=18.12.1"
"node": ">=18.19.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dalisoft/airlight.git"
},
"keywords": [
"eslint",
"lint",
"config",
"airbnb",
"node"
],
"keywords": ["eslint", "lint", "config", "airbnb", "node"],
"author": "dalisoft",
"license": "MIT",
"bugs": {
Expand All @@ -28,11 +20,11 @@
"homepage": "https://github.com/dalisoft/airlight#readme",
"dependencies": {
"eslint-config-airlight-base": "*",
"eslint-plugin-n": "^16.0.0"
"eslint-plugin-n": "^16.4.0"
},
"peerDependencies": {
"eslint": "^8.36.0",
"prettier": "^2.8.4",
"typescript": "^5.0.2"
"eslint": "^8.55.0",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
}
}

0 comments on commit 938fae6

Please sign in to comment.