Skip to content

Commit

Permalink
fix: adds lit v3 to peer dependencies list (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamind authored Nov 29, 2023
1 parent a1e9d20 commit 8759604
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -34,7 +34,7 @@
"test:watch": "npm run test:build-watch & wtr --watch"
},
"peerDependencies": {
"lit": "^2.0.0",
"lit": "^2.0.0 || ^3.0.0",
"mobx": "^5.0.0 || ^6.0.0"
},
"devDependencies": {
Expand All @@ -55,7 +55,7 @@
"eslint-plugin-notice": "^0.9.10",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^4.3.8",
"lit": "^2.0.0",
"lit": "^2.0.0 || ^3.0.0",
"mobx": "^5.15.7",
"prettier": "^2.2.1",
"pretty-quick": "^3.0.0",
Expand Down

0 comments on commit 8759604

Please sign in to comment.