Skip to content

Commit f60b277

Browse files
committed
[Dev Deps] update eslint, @ljharb/eslint-config, object-inspect, safe-publish-latest, tape
1 parent b074105 commit f60b277

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

.eslintrc

-10
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,4 @@
22
"root": true,
33

44
"extends": "@ljharb",
5-
6-
"overrides": [
7-
{
8-
"files": "test/**",
9-
"globals": {
10-
"WeakMap": false,
11-
"WeakSet": false,
12-
},
13-
},
14-
],
155
}

package.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"./package.json": "./package.json"
1515
},
1616
"scripts": {
17-
"prepublish": "safe-publish-latest",
17+
"prepublishOnly": "safe-publish-latest",
18+
"prepublish": "not-in-publish || npm run prepublishOnly",
1819
"lint": "eslint --ext=js,mjs .",
1920
"pretest": "npm run lint",
2021
"tests-only": "nyc tape 'test/**/*.js'",
@@ -45,15 +46,15 @@
4546
},
4647
"homepage": "https://github.com/inspect-js/which-collection#readme",
4748
"devDependencies": {
48-
"@ljharb/eslint-config": "^17.6.0",
49+
"@ljharb/eslint-config": "^20.0.0",
4950
"aud": "^1.1.5",
5051
"auto-changelog": "^2.3.0",
51-
"eslint": "^7.30.0",
52+
"eslint": "^8.4.1",
5253
"for-each": "^0.3.3",
5354
"nyc": "^10.3.2",
54-
"object-inspect": "^1.10.3",
55-
"safe-publish-latest": "^1.1.4",
56-
"tape": "^5.2.2"
55+
"object-inspect": "^1.11.1",
56+
"safe-publish-latest": "^2.0.0",
57+
"tape": "^5.3.2"
5758
},
5859
"dependencies": {
5960
"is-map": "^2.0.2",

0 commit comments

Comments
 (0)