Skip to content

Commit b77786a

Browse files
committed
fix: Support Lit 3 as a peer dependency
1 parent 4d4d8cf commit b77786a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"tehanu-teru": "^1.0.1"
6262
},
6363
"peerDependencies": {
64-
"lit": "^2",
64+
"lit": "^2 || ^3",
6565
"rollup": "^2 || ^3 || ^4"
6666
},
6767
"keywords": [

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)