Skip to content

Commit ca13835

Browse files
committed
feat(bump): dep lit-html to v1.0.0 from v0.14.0
1 parent ca35c71 commit ca13835

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"flat": true,
3939
"dependencies": {
40-
"lit-html": "^0.14.0",
40+
"lit-html": "^1.0.0",
4141
"skatejs": "^5.2.4"
4242
}
4343
}

src/client/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
lit-html@^0.14.0:
6-
version "0.14.0"
7-
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-0.14.0.tgz#d6830e8f55fb923b0f5824decf7da082a1d22997"
8-
integrity sha512-+xqUPzzJGEDqb0F5DOnMXvL0jxpkKebAMlXycKZxFtzlmD+qePEmYrEUPF9XVXcc5eYBzYXTCOUcjSCod4YvgQ==
5+
lit-html@^1.0.0:
6+
version "1.0.0"
7+
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-1.0.0.tgz#3dc3781a8ca68a9b5c2ff2a61e263662b9b2267b"
8+
integrity sha512-oeWlpLmBW3gFl7979Wol2LKITpmKTUFNn7PnFbh6YNynF61W74l6x5WhwItAwPRSATpexaX1egNnRzlN4GOtfQ==
99

1010
skatejs@^5.2.4:
1111
version "5.2.4"

0 commit comments

Comments
 (0)