Skip to content

Commit bcf3eae

Browse files
committed
build(deps): update lit
1 parent a4330bc commit bcf3eae

File tree

3 files changed

+29
-29
lines changed

3 files changed

+29
-29
lines changed

package-lock.json

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"npm": ">=8.0.0 < 9"
5656
},
5757
"dependencies": {
58-
"lit": "^2.2.8"
58+
"lit": "^2.3.1"
5959
},
6060
"devDependencies": {
6161
"@babel/core": "7.19.1",
@@ -91,7 +91,7 @@
9191
"github-markdown-css": "5.1.0",
9292
"husky": "8.0.1",
9393
"lint-staged": "13.0.3",
94-
"lit-html": "2.3.0",
94+
"lit-html": "2.3.1",
9595
"npm-check-updates": "16.0.0",
9696
"plop": "3.1.1",
9797
"postcss": "8.4.14",

packages/uui-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"lib/**/*.js"
2525
],
2626
"dependencies": {
27-
"lit": "^2.2.8"
27+
"lit": "^2.3.1"
2828
},
2929
"scripts": {
3030
"build": "tsc --build --force && rollup -c rollup.config.js",

0 commit comments

Comments
 (0)