diff options
author | 2022-05-12 10:42:34 -0600 | |
---|---|---|
committer | 2022-05-12 11:42:34 -0500 | |
commit | 7cd4b1bc12d75f3a39cd2f4a3d20a74b29eabde4 (patch) | |
tree | 008d841b8ce69f0604e2381be8e9a0e80ddc3b2d /examples/with-markdown | |
parent | 4838c510816dc111b5ac81eaacfa5c1a3a2ceff7 (diff) | |
download | astro-7cd4b1bc12d75f3a39cd2f4a3d20a74b29eabde4.tar.gz astro-7cd4b1bc12d75f3a39cd2f4a3d20a74b29eabde4.tar.zst astro-7cd4b1bc12d75f3a39cd2f4a3d20a74b29eabde4.zip |
[ci] update lockfile (#3287)
* [ci] update lockfile
* chore: fix lockfile
* fix: pin turbo
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Co-authored-by: Nate Moore <nate@skypack.dev>
Diffstat (limited to 'examples/with-markdown')
-rw-r--r-- | examples/with-markdown/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index cfbc1fae2..fde7e444e 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -17,10 +17,10 @@ "astro": "^1.0.0-beta.27" }, "dependencies": { - "preact": "^10.7.1", - "react": "^18.0.0", - "react-dom": "^18.0.0", - "svelte": "^3.47.0", + "preact": "^10.7.2", + "react": "^18.1.0", + "react-dom": "^18.1.0", + "svelte": "^3.48.0", "vue": "^3.2.33" } } |