diff options
author | 2023-08-23 19:52:13 +0800 | |
---|---|---|
committer | 2023-08-23 19:52:13 +0800 | |
commit | 353dcb23e8035c0fa93f4a1ae83195e371e757f1 (patch) | |
tree | ec6c569cbc7e13e59d077ae6b8c24177ca9dbfc3 /examples/with-mdx/package.json | |
parent | 632579dc2094cc342929261c89e689f0dd358284 (diff) | |
download | astro-353dcb23e8035c0fa93f4a1ae83195e371e757f1.tar.gz astro-353dcb23e8035c0fa93f4a1ae83195e371e757f1.tar.zst astro-353dcb23e8035c0fa93f4a1ae83195e371e757f1.zip |
Update non-major dependencies (#8199)
Diffstat (limited to 'examples/with-mdx/package.json')
-rw-r--r-- | examples/with-mdx/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 62869ac3b..b60f56a09 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -14,6 +14,6 @@ "@astrojs/mdx": "^1.0.0-rc.2", "@astrojs/preact": "^3.0.0-rc.2", "astro": "^3.0.0-rc.5", - "preact": "^10.15.1" + "preact": "^10.17.1" } } |