Skip to content

Commit 29b51b8

Browse files
Replace dependency eslint-plugin-node with eslint-plugin-n ^14.0.0
1 parent 431da86 commit 29b51b8

File tree

8 files changed

+153
-66
lines changed

8 files changed

+153
-66
lines changed

REPOS/cheerio/package-lock.json

Lines changed: 110 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

REPOS/cheerio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"eslint-config-prettier": "^8.3.0",
5858
"eslint-plugin-jest": "^24.3.6",
5959
"eslint-plugin-jsdoc": "^34.7.0",
60-
"eslint-plugin-node": "^11.1.0",
60+
"eslint-plugin-n": "^14.0.0",
6161
"husky": "^4.3.8",
6262
"jest": "^26.6.3",
6363
"jquery": "^3.6.0",

REPOS/cloudinary-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"eslint-config-standard-react": "^9.2.0",
6060
"eslint-plugin-import": "^2.18.2",
6161
"eslint-plugin-jsx-a11y": "^6.4.1",
62-
"eslint-plugin-node": "^11.0.0",
62+
"eslint-plugin-n": "^14.0.0",
6363
"eslint-plugin-promise": "^4.3.1",
6464
"eslint-plugin-react": "^7.17.0",
6565
"eslint-plugin-standard": "^4.0.1",

REPOS/karma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@
454454
"eslint": "^7.6.0",
455455
"eslint-config-standard": "^14.1.1",
456456
"eslint-plugin-import": "^2.22.0",
457-
"eslint-plugin-node": "^11.1.0",
457+
"eslint-plugin-n": "^14.0.0",
458458
"eslint-plugin-promise": "^4.2.1",
459459
"eslint-plugin-standard": "^4.0.1",
460460
"http2": "^3.3.6",

REPOS/marked/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"eslint": "^7.27.0",
4949
"eslint-config-standard": "^16.0.2",
5050
"eslint-plugin-import": "^2.23.3",
51-
"eslint-plugin-node": "^11.1.0",
51+
"eslint-plugin-n": "^14.0.0",
5252
"eslint-plugin-promise": "^4.3.1",
5353
"front-matter": "^4.0.2",
5454
"highlight.js": "^10.7.2",

REPOS/mocha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"eslint-config-semistandard": "^15.0.1",
105105
"eslint-config-standard": "^14.1.1",
106106
"eslint-plugin-import": "^2.22.0",
107-
"eslint-plugin-node": "^11.0.0",
107+
"eslint-plugin-n": "^14.0.0",
108108
"eslint-plugin-prettier": "^3.1.4",
109109
"eslint-plugin-promise": "^4.2.1",
110110
"eslint-plugin-standard": "^4.0.1",

REPOS/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"eslint-config-prettier": "^8.1.0",
5757
"eslint-plugin-jest": "^24.1.3",
5858
"eslint-plugin-jsdoc": "^33.0.0",
59-
"eslint-plugin-node": "^11.0.0",
59+
"eslint-plugin-n": "^14.0.0",
6060
"eslint-plugin-prettier": "^3.1.4",
6161
"file-loader": "^6.0.0",
6262
"fork-ts-checker-webpack-plugin": "^6.0.5",

0 commit comments

Comments
 (0)