Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, `@safe-publish-l…
Browse files Browse the repository at this point in the history
…atest`, `tape`
  • Loading branch information
ljharb committed Dec 4, 2021
1 parent 71234be commit 7ab37aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
"max-params": [2, 3],
"new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }],
"no-magic-numbers": 0,
"operator-linebreak": [2, "before"],
},
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
"node": ">= 0.4"
},
"devDependencies": {
"@ljharb/eslint-config": "^18.0.0",
"@ljharb/eslint-config": "^19.1.0",
"aud": "^1.1.5",
"auto-changelog": "^2.3.0",
"eslint": "^7.32.0",
"eslint": "^8.4.0",
"foreach": "^2.0.5",
"nyc": "^10.3.2",
"object-inspect": "^1.11.0",
"safe-publish-latest": "^1.1.5",
"tape": "^5.3.1"
"safe-publish-latest": "^2.0.0",
"tape": "^5.3.2"
},
"dependencies": {
"get-intrinsic": "^1.1.1",
Expand Down

0 comments on commit 7ab37aa

Please sign in to comment.