Skip to content

Commit 28fa203

Browse files
committed
fix(core): do not pin lit-html version and allow lit-element patches
1 parent 7829a4c commit 28fa203

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"*.js"
3232
],
3333
"dependencies": {
34-
"lit-element": "2.1.0",
35-
"lit-html": "1.0.0"
34+
"lit-element": "~2.1.0",
35+
"lit-html": "^1.0.0"
3636
},
3737
"devDependencies": {
3838
"@open-wc/demoing-storybook": "^0.2.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8226,14 +8226,14 @@ listr@^0.14.2:
82268226
p-map "^2.0.0"
82278227
rxjs "^6.3.3"
82288228

8229-
lit-element@2.1.0:
8229+
lit-element@~2.1.0:
82308230
version "2.1.0"
82318231
resolved "https://registry.yarnpkg.com/lit-element/-/lit-element-2.1.0.tgz#85bc3f1da0227f4b13de8a1be978229b9fa327e9"
82328232
integrity sha512-0z/KHm1xZweivfOVRr8AKR06+D3k02u15m9s4jkuRdnGe5wfmEwePzrQQBsSZNILdnfJvfo3TJOeGhBCVZaPbw==
82338233
dependencies:
82348234
lit-html "^1.0.0"
82358235

8236-
lit-html@1.0.0, lit-html@^1.0.0:
8236+
lit-html@^1.0.0:
82378237
version "1.0.0"
82388238
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-1.0.0.tgz#3dc3781a8ca68a9b5c2ff2a61e263662b9b2267b"
82398239
integrity sha512-oeWlpLmBW3gFl7979Wol2LKITpmKTUFNn7PnFbh6YNynF61W74l6x5WhwItAwPRSATpexaX1egNnRzlN4GOtfQ==

0 commit comments

Comments
 (0)