From 5f6daa05bdc78f8d0d074a5468a8c7930322ca44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Jes=C3=BAs?= Date: Wed, 27 Mar 2024 10:31:20 -0600 Subject: [PATCH] fix(definition): add lit version 3 to minVersion option --- src/definition.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/definition.ts b/src/definition.ts index 628c55b..be185ac 100644 --- a/src/definition.ts +++ b/src/definition.ts @@ -6,7 +6,7 @@ const dep: Cypress.CypressComponentDependency = { package: 'lit', installer: 'lit', description: "Lit is a simple library for building fast, lightweight web components.", - minVersion: '^2.0.0' + minVersion: '^2.0.0 || ^3.0.0' }; export default defineComponentFramework({