Skip to content

Commit

Permalink
Upgrade: eslint-visitor-keys@3.0.0 (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Jun 29, 2021
1 parent e08c9d7 commit c335413
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion espree.js
Expand Up @@ -61,7 +61,7 @@ import jsx from "acorn-jsx";
import astNodeTypes from "./lib/ast-node-types.js";
import espree from "./lib/espree.js";
import espreeVersion from "./lib/version.js";
import visitorKeys from "eslint-visitor-keys";
import * as visitorKeys from "eslint-visitor-keys";
import { getLatestEcmaVersion, getSupportedEcmaVersions } from "./lib/options.js";


Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"acorn": "^8.4.1",
"acorn-jsx": "^5.3.1",
"eslint-visitor-keys": "^2.1.0"
"eslint-visitor-keys": "^3.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.1.0",
Expand Down

0 comments on commit c335413

Please sign in to comment.