Skip to content

Commit 3287a68

Browse files
committed
[Dev Deps] update eslint, @ljharb/eslint-config, safe-publish-latest, array.prototype.flatmap
1 parent af5b2f2 commit 3287a68

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
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

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@
2626
"through": "~2.3.8"
2727
},
2828
"devDependencies": {
29-
"@ljharb/eslint-config": "^17.6.0",
30-
"array.prototype.flatmap": "^1.2.4",
29+
"@ljharb/eslint-config": "^19.0.1",
30+
"array.prototype.flatmap": "^1.2.5",
3131
"aud": "^1.1.5",
3232
"concat-stream": "^1.6.2",
3333
"eclint": "^2.8.1",
3434
"ecstatic": "^4.1.4",
3535
"es-value-fixtures": "^1.2.1",
36-
"eslint": "^7.31.0",
36+
"eslint": "^8.2.0",
3737
"falafel": "^2.2.4",
3838
"js-yaml": "^3.14.0",
39-
"safe-publish-latest": "^1.1.4",
39+
"safe-publish-latest": "^2.0.0",
4040
"tap": "^8.0.1",
4141
"tap-parser": "^3.0.5"
4242
},

0 commit comments

Comments
 (0)