We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00020e5 commit f9df5a5Copy full SHA for f9df5a5
packages/uui-base/package.json
@@ -27,7 +27,7 @@
27
"lib/**/*.js"
28
],
29
"peerDependencies": {
30
- "lit": "^2.3.1"
+ "lit": "^2.3.1 || ^3.1.1"
31
},
32
"scripts": {
33
"build": "tsc --build && rollup -c rollup.config.js",
packages/uui-css/package.json
@@ -30,7 +30,7 @@
- "lit": "^2.2.2"
34
35
36
"build": "npm run build:cssprops && tsc --build && rollup -c rollup.config.js",
0 commit comments