diff options
author | 2024-10-15 14:42:58 +0800 | |
---|---|---|
committer | 2024-10-15 14:42:58 +0800 | |
commit | 5ab2d980aae8c92e71e01a8bd21c8d771e576085 (patch) | |
tree | 1427f61bf23ab3e71d267f8d214659d454268072 /examples/framework-lit | |
parent | 79ffa5d9f75c16465134aa4ed4a3d1d59908ba8b (diff) | |
download | astro-5ab2d980aae8c92e71e01a8bd21c8d771e576085.tar.gz astro-5ab2d980aae8c92e71e01a8bd21c8d771e576085.tar.zst astro-5ab2d980aae8c92e71e01a8bd21c8d771e576085.zip |
fix(deps): update all non-major dependencies (#12218)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.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 4c437bc5e..016b7d8f1 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -14,6 +14,6 @@ "@astrojs/lit": "^4.3.0", "@webcomponents/template-shadowroot": "^0.2.1", "astro": "^4.16.3", - "lit": "^3.2.0" + "lit": "^3.2.1" } } |