diff options
author | 2022-05-18 08:15:42 -0700 | |
---|---|---|
committer | 2022-05-18 10:15:42 -0500 | |
commit | ef32b7c39c6ee5c4c84d2818cb046387989e3cab (patch) | |
tree | 79c18c53e67aec5712ac8d635d467c1f88365dc5 /examples/integrations-playground | |
parent | 1297c10480d6aa7216e48b6e95fedb037d6f9d67 (diff) | |
download | astro-ef32b7c39c6ee5c4c84d2818cb046387989e3cab.tar.gz astro-ef32b7c39c6ee5c4c84d2818cb046387989e3cab.tar.zst astro-ef32b7c39c6ee5c4c84d2818cb046387989e3cab.zip |
[ci] update lockfile (#3395)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Diffstat (limited to 'examples/integrations-playground')
-rw-r--r-- | examples/integrations-playground/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index e1a911c91..ae90dd55d 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", - "lit": "^2.2.3", + "lit": "^2.2.4", "preact": "^10.7.2", "react": "^18.1.0", "react-dom": "^18.1.0", |