Skip to content

Commit c1c1198

Browse files
committed
[Dev Deps] update eslint, @ljharb/eslint-config, aud, core-js, tape
1 parent 6b39408 commit c1c1198

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.eslintignore

-1
This file was deleted.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test:corejs": "nyc tape test-corejs.js",
1919
"posttest": "npx aud --production",
2020
"prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
21-
"lint": "eslint .",
21+
"lint": "eslint --ext=js,mjs .",
2222
"version": "auto-changelog && git add CHANGELOG.md",
2323
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
2424
},
@@ -43,16 +43,16 @@
4343
"has-tostringtag": "^1.0.0"
4444
},
4545
"devDependencies": {
46-
"@ljharb/eslint-config": "^20.0.0",
47-
"aud": "^1.1.5",
46+
"@ljharb/eslint-config": "^20.2.0",
47+
"aud": "^2.0.0",
4848
"auto-changelog": "^2.3.0",
49-
"core-js": "^3.16.0",
49+
"core-js": "^3.20.2",
5050
"eclint": "^2.8.1",
51-
"eslint": "^8.4.1",
51+
"eslint": "^8.6.0",
5252
"foreach": "^2.0.5",
5353
"nyc": "^10.3.2",
5454
"safe-publish-latest": "^2.0.0",
55-
"tape": "^5.3.2"
55+
"tape": "^5.4.0"
5656
},
5757
"testling": {
5858
"files": "test/index.js",

0 commit comments

Comments
 (0)