diff options
author | 2024-08-09 14:49:10 -0700 | |
---|---|---|
committer | 2024-08-09 17:49:10 -0400 | |
commit | 8118120e91ba9497f98f6a95511b9d401ffd7299 (patch) | |
tree | e47e4ff78c76b14af0b4b27d919686983d1c79a0 /examples/hackernews | |
parent | ee69a065d32edd9f55a167c9056ba89fe19997f1 (diff) | |
download | astro-8118120e91ba9497f98f6a95511b9d401ffd7299.tar.gz astro-8118120e91ba9497f98f6a95511b9d401ffd7299.tar.zst astro-8118120e91ba9497f98f6a95511b9d401ffd7299.zip |
[ci] release (#11654)astro@4.13.3@astrojs/solid-js@4.4.1@astrojs/react@3.6.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/hackernews')
-rw-r--r-- | examples/hackernews/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index b27ee2f23..e47cf63d7 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.3.2", - "astro": "^4.13.2" + "astro": "^4.13.3" } } |