Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, @es-shims/api,…
Browse files Browse the repository at this point in the history
… `safe-publish-latest`, `tape`
  • Loading branch information
ljharb committed Dec 4, 2021
1 parent 40ea9ce commit 2f0ac7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,14 @@
],
}],
"no-restricted-syntax": [2, "BreakStatement", "ContinueStatement", "DebuggerStatement", "LabeledStatement", "WithStatement"],
"operator-linebreak": [2, "before"],
},

"overrides": [
{
"files": "test/**",
"extends": "@ljharb/eslint-config/tests",
"rules": {
"max-lines-per-function": 0,
"max-nested-callbacks": 0,
"prefer-regex-literals": 0,
},
},
],
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,22 @@
"side-channel": "^1.0.4"
},
"devDependencies": {
"@es-shims/api": "^2.2.2",
"@ljharb/eslint-config": "^18.0.0",
"@es-shims/api": "^2.2.3",
"@ljharb/eslint-config": "^19.1.0",
"aud": "^1.1.5",
"auto-changelog": "^2.3.0",
"es5-shim": "^4.6.2",
"es6-shim": "^0.35.6",
"eslint": "^7.32.0",
"eslint": "^8.4.0",
"evalmd": "^0.0.19",
"foreach": "^2.0.5",
"functions-have-names": "^1.2.2",
"nyc": "^10.3.2",
"object-inspect": "^1.11.0",
"object.assign": "^4.1.2",
"object.entries": "^1.1.5",
"safe-publish-latest": "^1.1.4",
"tape": "^5.3.1"
"safe-publish-latest": "^2.0.0",
"tape": "^5.3.2"
},
"auto-changelog": {
"output": "CHANGELOG.md",
Expand Down

0 comments on commit 2f0ac7d

Please sign in to comment.