Skip to content

Commit

Permalink
chore(bump): update lit supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
redfox-mx committed Dec 25, 2023
1 parent 611e196 commit 3c93eb7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cypress-ct-lit",
"version": "0.4.0",
"version": "0.4.1",
"description": "Cypress Component Testing for Lit and Web Components",
"keywords": [
"cypress",
Expand Down Expand Up @@ -34,13 +34,13 @@
},
"devDependencies": {
"cypress": "^13.0.0",
"lit": "^2.0.0",
"lit": "^3.0.0",
"typescript": "^5.1.6",
"vite": "4.5.0"
},
"peerDependencies": {
"cypress": ">=10.6.0",
"lit": "^2.0.0"
"lit": "^2.0.0 || ^3.0.0"
},
"author": {
"name": "Diego Jesus Hernandez Gonzalez",
Expand Down
38 changes: 19 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3c93eb7

Please sign in to comment.