We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
eslint
@ljharb/eslint-config
aud
tape
1 parent 3ee55ed commit bee2a99Copy full SHA for bee2a99
.eslintignore
package.json
@@ -38,16 +38,17 @@
38
"is-callable": "^1.2.4"
39
},
40
"devDependencies": {
41
- "@ljharb/eslint-config": "^20.0.0",
42
- "aud": "^1.1.5",
43
- "eslint": "^8.4.1",
+ "@ljharb/eslint-config": "^21.0.0",
+ "aud": "^2.0.1",
+ "eslint": "=8.8.0",
44
"for-each": "^0.3.3",
45
+ "in-publish": "^2.0.1",
46
"make-arrow-function": "^1.2.0",
47
"make-async-function": "^1.0.0",
48
"make-generator-function": "^2.0.0",
49
"nyc": "^10.3.2",
50
"safe-publish-latest": "^2.0.0",
- "tape": "^5.3.2"
51
+ "tape": "^5.6.1"
52
53
"testling": {
54
"files": "test/index.js",
0 commit comments