diff options
author | 2023-10-18 05:31:13 -0700 | |
---|---|---|
committer | 2023-10-18 13:31:13 +0100 | |
commit | c6e0d8e1cdf58e4cc797e86fb3cc4494e2111566 (patch) | |
tree | bfa7d812ec5024d84bd266803ae60e45b66bfbb7 /examples/framework-lit | |
parent | edc467d3b0c341ed60728fd80be36ea1fe335050 (diff) | |
download | astro-c6e0d8e1cdf58e4cc797e86fb3cc4494e2111566.tar.gz astro-c6e0d8e1cdf58e4cc797e86fb3cc4494e2111566.tar.zst astro-c6e0d8e1cdf58e4cc797e86fb3cc4494e2111566.zip |
[ci] release (#8848)create-astro@4.3.0astro@3.3.2@astrojs/sitemap@3.0.2
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 040b830d9..157f64e1a 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/lit": "^3.0.2", "@webcomponents/template-shadowroot": "^0.2.1", - "astro": "^3.3.1", + "astro": "^3.3.2", "lit": "^2.8.0" } } |