From bc3a4951607017af085925f145d665e670b4e50d Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Tue, 7 Feb 2023 18:43:45 -0800 Subject: [PATCH] Pin eslint-plugin-compat to <4.1.0 to fix import error on CI See . --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fced8840..092b3c66 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ ], "devDependencies": { "eslint": "^7.32.0", - "eslint-plugin-compat": "^4.0.0", + "eslint-plugin-compat": ">=4.0.0 <4.1.0", "glob": "^7.2.0", "grunt": ">=1.0.4 <1.6.0", "grunt-cli": "^1.3.2",