diff options
author | 2025-03-13 08:22:18 -0700 | |
---|---|---|
committer | 2025-03-13 15:22:18 +0000 | |
commit | 61b71544b68a5ca79370cb516a38f25667eb65eb (patch) | |
tree | b2eb308904cf138b7275b8769cd3606a76e6fb55 /examples/framework-react | |
parent | 2f039b927a3a1334948adc7788b1f24c074dfac7 (diff) | |
download | astro-61b71544b68a5ca79370cb516a38f25667eb65eb.tar.gz astro-61b71544b68a5ca79370cb516a38f25667eb65eb.tar.zst astro-61b71544b68a5ca79370cb516a38f25667eb65eb.zip |
[ci] release (#13418)astro@5.5.2
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-react')
-rw-r--r-- | examples/framework-react/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index da9aafc30..bd297802e 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^4.2.1", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", - "astro": "^5.5.1", + "astro": "^5.5.2", "react": "^18.3.1", "react-dom": "^18.3.1" } |