Skip to content

Commit bee2a99

Browse files
committed
[Dev Deps] update eslint, @ljharb/eslint-config, aud, tape
1 parent 3ee55ed commit bee2a99

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,17 @@
3838
"is-callable": "^1.2.4"
3939
},
4040
"devDependencies": {
41-
"@ljharb/eslint-config": "^20.0.0",
42-
"aud": "^1.1.5",
43-
"eslint": "^8.4.1",
41+
"@ljharb/eslint-config": "^21.0.0",
42+
"aud": "^2.0.1",
43+
"eslint": "=8.8.0",
4444
"for-each": "^0.3.3",
45+
"in-publish": "^2.0.1",
4546
"make-arrow-function": "^1.2.0",
4647
"make-async-function": "^1.0.0",
4748
"make-generator-function": "^2.0.0",
4849
"nyc": "^10.3.2",
4950
"safe-publish-latest": "^2.0.0",
50-
"tape": "^5.3.2"
51+
"tape": "^5.6.1"
5152
},
5253
"testling": {
5354
"files": "test/index.js",

0 commit comments

Comments
 (0)