Skip to content

Commit f9df5a5

Browse files
committed
feat: allow lit 3 to be loaded for uui
1 parent 00020e5 commit f9df5a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/uui-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"lib/**/*.js"
2828
],
2929
"peerDependencies": {
30-
"lit": "^2.3.1"
30+
"lit": "^2.3.1 || ^3.1.1"
3131
},
3232
"scripts": {
3333
"build": "tsc --build && rollup -c rollup.config.js",

packages/uui-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"lib/**/*.js"
3131
],
3232
"peerDependencies": {
33-
"lit": "^2.2.2"
33+
"lit": "^2.3.1 || ^3.1.1"
3434
},
3535
"scripts": {
3636
"build": "npm run build:cssprops && tsc --build && rollup -c rollup.config.js",

0 commit comments

Comments
 (0)