Skip to content

Commit

Permalink
Upgrade: @eslint/esintrc and espree for bug fixes (refs #13878) (#13908)
Browse files Browse the repository at this point in the history
  • Loading branch information
btmills committed Dec 5, 2020
1 parent 0eb7957 commit 5c11aab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -47,7 +47,7 @@
"bugs": "https://github.com/eslint/eslint/issues/",
"dependencies": {
"@babel/code-frame": "^7.0.0",
"@eslint/eslintrc": "^0.2.1",
"@eslint/eslintrc": "^0.2.2",
"ajv": "^6.10.0",
"chalk": "^4.0.0",
"cross-spawn": "^7.0.2",
Expand All @@ -57,7 +57,7 @@
"eslint-scope": "^5.1.1",
"eslint-utils": "^2.1.0",
"eslint-visitor-keys": "^2.0.0",
"espree": "^7.3.0",
"espree": "^7.3.1",
"esquery": "^1.2.0",
"esutils": "^2.0.2",
"file-entry-cache": "^6.0.0",
Expand Down

0 comments on commit 5c11aab

Please sign in to comment.