Skip to content

Commit

Permalink
Web-components: Add Lit3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Oct 11, 2023
1 parent 37f33ab commit 55d6b8d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion code/frameworks/web-components-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"typescript": "~4.9.3"
},
"peerDependencies": {
"lit": "^2.0.0",
"lit": "^2.0.0 || ^3.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion code/presets/web-components-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"typescript": "~4.9.3"
},
"peerDependencies": {
"lit": "^2.0.0"
"lit": "^2.0.0 || ^3.0.0"
},
"engines": {
"node": ">=16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion code/renderers/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"web-component-analyzer": "^1.1.6"
},
"peerDependencies": {
"lit": "^2.0.0"
"lit": "^2.0.0 || ^3.0.0"
},
"engines": {
"node": ">=16.0.0"
Expand Down
6 changes: 3 additions & 3 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7613,7 +7613,7 @@ __metadata:
lit: 2.3.1
typescript: ~4.9.3
peerDependencies:
lit: ^2.0.0
lit: ^2.0.0 || ^3.0.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -8383,7 +8383,7 @@ __metadata:
lit: 2.3.1
typescript: ~4.9.3
peerDependencies:
lit: ^2.0.0
lit: ^2.0.0 || ^3.0.0
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
languageName: unknown
Expand All @@ -8409,7 +8409,7 @@ __metadata:
typescript: ~4.9.3
web-component-analyzer: ^1.1.6
peerDependencies:
lit: ^2.0.0
lit: ^2.0.0 || ^3.0.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 55d6b8d

Please sign in to comment.