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-multiple-authors | |
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-multiple-authors')
-rw-r--r-- | examples/blog-multiple-authors/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 772e7b99b..7e1f0cbf4 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -14,6 +14,6 @@ "sass": "^1.52.1" }, "dependencies": { - "preact": "^10.7.2" + "preact": "^10.7.3" } } |