diff options
author | 2023-09-04 02:09:43 -0700 | |
---|---|---|
committer | 2023-09-04 10:09:43 +0100 | |
commit | e43ae88528d536237266d6eccce2d714d2ac936a (patch) | |
tree | 0fd0a13976d39a84cd86444a21d8524b5fe99f71 /examples/framework-lit | |
parent | 362491b8da33317c9a1116fbd5a648184b9b3c7f (diff) | |
download | astro-e43ae88528d536237266d6eccce2d714d2ac936a.tar.gz astro-e43ae88528d536237266d6eccce2d714d2ac936a.tar.zst astro-e43ae88528d536237266d6eccce2d714d2ac936a.zip |
[ci] release (#8372)astro@3.0.8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-lit')
-rw-r--r-- | examples/framework-lit/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index b509d6a87..0596fbd8d 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/lit": "^3.0.0", "@webcomponents/template-shadowroot": "^0.2.1", - "astro": "^3.0.7", + "astro": "^3.0.8", "lit": "^2.8.0" } } |