Skip to content

Commit 459a1c5

Browse files
committed
[Dev Deps] update eslint, @ljharb/eslint-config, safe-publish-latest
1 parent d487add commit 459a1c5

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.eslintrc

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"root": true,
3+
"extends": "@ljharb",
34
"env": {
45
"browser": true,
56
"node": true,
67
},
7-
"extends": "@ljharb",
8+
"parserOptions": {
9+
"ecmaVersion": 5,
10+
},
811
"globals": {
912
"Promise": false,
1013
},

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@
4646
"through": "^2.3.8"
4747
},
4848
"devDependencies": {
49-
"@ljharb/eslint-config": "^18.0.0",
49+
"@ljharb/eslint-config": "^19.0.1",
5050
"array.prototype.flatmap": "^1.2.5",
5151
"aud": "^1.1.5",
5252
"concat-stream": "^1.6.2",
5353
"eclint": "^2.8.1",
5454
"ecstatic": "^4.1.4",
5555
"es-value-fixtures": "^1.2.1",
56-
"eslint": "^7.32.0",
56+
"eslint": "^8.2.0",
5757
"falafel": "^2.2.4",
5858
"js-yaml": "^3.14.0",
59-
"safe-publish-latest": "^1.1.4",
59+
"safe-publish-latest": "^2.0.0",
6060
"tap": "^8.0.1",
6161
"tap-parser": "^3.0.5"
6262
},

0 commit comments

Comments
 (0)