Skip to content

Commit

Permalink
Add support for Lit 3.x as a dependency (#23)
Browse files Browse the repository at this point in the history
* Add support for Lit 3.x as a dependency
  • Loading branch information
peschee committed Oct 22, 2023
1 parent f7c3f2c commit 9272749
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 52 deletions.
102 changes: 52 additions & 50 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"eslint": "^8.30.0",
"eslint-config-google": "^0.14.0",
"hanbi": "^1.0.1",
"lit": "^2.5.0",
"lit": "^3.0.0",
"prettier": "^2.8.1",
"rimraf": "^4.1.2",
"typescript": "^4.9.4",
"uvu": "^0.5.6"
},
"peerDependencies": {
"lit": "^2.5.0"
"lit": ">=2.5.0"
},
"dependencies": {
"@types/marked": "^4.0.8",
Expand Down

0 comments on commit 9272749

Please sign in to comment.