Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, `safe-publish-la…
Browse files Browse the repository at this point in the history
…test`, `array.prototype.flatmap`
  • Loading branch information
ljharb committed Nov 14, 2021
1 parent af5b2f2 commit 3287a68
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .eslintrc
@@ -1,10 +1,13 @@
{
"root": true,
"extends": "@ljharb",
"env": {
"browser": true,
"node": true,
},
"extends": "@ljharb",
"parserOptions": {
"ecmaVersion": 5,
},
"globals": {
"Promise": false,
},
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -26,17 +26,17 @@
"through": "~2.3.8"
},
"devDependencies": {
"@ljharb/eslint-config": "^17.6.0",
"array.prototype.flatmap": "^1.2.4",
"@ljharb/eslint-config": "^19.0.1",
"array.prototype.flatmap": "^1.2.5",
"aud": "^1.1.5",
"concat-stream": "^1.6.2",
"eclint": "^2.8.1",
"ecstatic": "^4.1.4",
"es-value-fixtures": "^1.2.1",
"eslint": "^7.31.0",
"eslint": "^8.2.0",
"falafel": "^2.2.4",
"js-yaml": "^3.14.0",
"safe-publish-latest": "^1.1.4",
"safe-publish-latest": "^2.0.0",
"tap": "^8.0.1",
"tap-parser": "^3.0.5"
},
Expand Down

0 comments on commit 3287a68

Please sign in to comment.