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 6, 2021
1 parent 130e57b commit 91caa24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .eslintrc
Expand Up @@ -2,14 +2,4 @@
"root": true,

"extends": "@ljharb",

"overrides": [
{
"files": "test/**",
"globals": {
"WeakMap": false,
"WeakSet": false,
},
},
],
}
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -9,7 +9,7 @@
"prepublishOnly": "safe-publish-latest",
"prepublish": "not-in-publish || npm run prepublishOnly",
"pretest": "npm run lint",
"lint": "eslint .",
"lint": "eslint --ext=.js,.mjs .",
"tests-only": "nyc tape 'test/**/*.js'",
"tests:shims": "nyc tape --require=es5-shim --require=es5-shim 'test/**/*.js'",
"tests:corejs": "nyc tape --require=core-js 'test/**/*.js'",
Expand Down Expand Up @@ -37,18 +37,18 @@
},
"homepage": "https://github.com/inspect-js/is-set#readme",
"devDependencies": {
"@ljharb/eslint-config": "^18.0.0",
"@ljharb/eslint-config": "^20.0.0",
"aud": "^1.1.5",
"auto-changelog": "^2.3.0",
"core-js": "^2.6.12",
"es5-shim": "^4.6.2",
"es6-shim": "^0.35.6",
"eslint": "^7.32.0",
"eslint": "^8.4.0",
"for-each": "^0.3.3",
"nyc": "^10.3.2",
"object-inspect": "^1.11.0",
"safe-publish-latest": "^1.1.5",
"tape": "^5.3.1"
"object-inspect": "^1.11.1",
"safe-publish-latest": "^2.0.0",
"tape": "^5.3.2"
},
"auto-changelog": {
"output": "CHANGELOG.md",
Expand Down

0 comments on commit 91caa24

Please sign in to comment.