Skip to content

Commit 0790b62

Browse files
committed
[Dev Deps] update eslint, @ljharb/eslint-config, safe-publish-latest, tape
1 parent 04143b5 commit 0790b62

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.eslintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"root": true,
44
"rules": {
55
"func-style": 1,
6-
"operator-linebreak": [2, "before"],
76
},
87
"overrides": [
98
{

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@
4949
"has": "^1.0.3"
5050
},
5151
"devDependencies": {
52-
"@ljharb/eslint-config": "^18.0.0",
52+
"@ljharb/eslint-config": "^20.0.0",
5353
"aud": "^1.1.5",
5454
"auto-changelog": "^2.3.0",
55-
"eslint": "^7.32.0",
55+
"eslint": "^8.4.1",
5656
"nyc": "^10.3.2",
57-
"safe-publish-latest": "^1.1.4",
57+
"safe-publish-latest": "^2.0.0",
5858
"semver": "^6.3.0",
59-
"tape": "^5.3.1"
59+
"tape": "^5.3.2"
6060
},
6161
"auto-changelog": {
6262
"output": "CHANGELOG.md",

0 commit comments

Comments
 (0)