Skip to content

Commit 8c1fb39

Browse files
chore(deps): replace dependency eslint-plugin-node with eslint-plugin-n ^14.0.0
1 parent 9b5b015 commit 8c1fb39

File tree

3 files changed

+55
-125
lines changed

3 files changed

+55
-125
lines changed

package-lock.json

+53-123
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"eslint-config-standard": "^17.1.0",
1111
"eslint-formatter-rdjson": "file:eslint-formatter-rdjson",
1212
"eslint-plugin-import": "^2.22.1",
13-
"eslint-plugin-node": "^11.1.0",
13+
"eslint-plugin-n": "^14.0.0",
1414
"eslint-plugin-promise": "^6.0.0",
1515
"eslint-plugin-standard": "^5.0.0"
1616
},

test-subproject/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"eslint": "^8.0.0",
1010
"eslint-config-standard": "^17.0.0",
1111
"eslint-plugin-import": "^2.18.2",
12-
"eslint-plugin-node": "^11.0.0",
12+
"eslint-plugin-n": "^14.0.0",
1313
"eslint-plugin-promise": "^6.0.0",
1414
"eslint-plugin-standard": "^5.0.0"
1515
},

0 commit comments

Comments
 (0)