[go: nahoru, domu]

Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, object-inspect
Browse files Browse the repository at this point in the history
…, `safe-publish-latest`, `tape`
  • Loading branch information
ljharb committed Dec 11, 2021
1 parent b074105 commit f60b277
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,4 @@
"root": true,

"extends": "@ljharb",

"overrides": [
{
"files": "test/**",
"globals": {
"WeakMap": false,
"WeakSet": false,
},
},
],
}
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"./package.json": "./package.json"
},
"scripts": {
"prepublish": "safe-publish-latest",
"prepublishOnly": "safe-publish-latest",
"prepublish": "not-in-publish || npm run prepublishOnly",
"lint": "eslint --ext=js,mjs .",
"pretest": "npm run lint",
"tests-only": "nyc tape 'test/**/*.js'",
Expand Down Expand Up @@ -45,15 +46,15 @@
},
"homepage": "https://github.com/inspect-js/which-collection#readme",
"devDependencies": {
"@ljharb/eslint-config": "^17.6.0",
"@ljharb/eslint-config": "^20.0.0",
"aud": "^1.1.5",
"auto-changelog": "^2.3.0",
"eslint": "^7.30.0",
"eslint": "^8.4.1",
"for-each": "^0.3.3",
"nyc": "^10.3.2",
"object-inspect": "^1.10.3",
"safe-publish-latest": "^1.1.4",
"tape": "^5.2.2"
"object-inspect": "^1.11.1",
"safe-publish-latest": "^2.0.0",
"tape": "^5.3.2"
},
"dependencies": {
"is-map": "^2.0.2",
Expand Down

0 comments on commit f60b277

Please sign in to comment.