Skip to content

Commit

Permalink
fix(definition): add lit version 3 to minVersion option
Browse files Browse the repository at this point in the history
  • Loading branch information
redfox-mx committed Mar 27, 2024
1 parent 3c93eb7 commit 5f6daa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 5f6daa0

Please sign in to comment.