From 37f2184f1d7b0097ee7af1a011c0e61500c0d669 Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Fri, 11 Feb 2022 23:44:25 +0100 Subject: [PATCH] chore: Upgrade to eslint-visitor-keys@3.3.0 (#535) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b88aed6..9be0ef9c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "acorn": "^8.7.0", "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^3.2.0" + "eslint-visitor-keys": "^3.3.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^17.1.0",