diff options
author | 2022-06-01 08:39:32 -0700 | |
---|---|---|
committer | 2022-06-01 10:39:32 -0500 | |
commit | cfb85ee10e159304ad1dbc48bda9ff90fe6f9adf (patch) | |
tree | 6ed02050138bb816eead42572de6045ad82c9c2b /examples/blog | |
parent | 9a98f6a332b8053af97009c78af6a5f650ff33b1 (diff) | |
download | astro-cfb85ee10e159304ad1dbc48bda9ff90fe6f9adf.tar.gz astro-cfb85ee10e159304ad1dbc48bda9ff90fe6f9adf.tar.zst astro-cfb85ee10e159304ad1dbc48bda9ff90fe6f9adf.zip |
[ci] update lockfile (#3495)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Diffstat (limited to 'examples/blog')
-rw-r--r-- | examples/blog/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index 5cd0cf6f0..57510eeae 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -13,6 +13,6 @@ "astro": "^1.0.0-beta.38" }, "dependencies": { - "preact": "^10.7.2" + "preact": "^10.7.3" } } |