summaryrefslogtreecommitdiff
path: root/examples/framework-react
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2022-06-01 08:39:32 -0700
committerGravatar GitHub <noreply@github.com> 2022-06-01 10:39:32 -0500
commitcfb85ee10e159304ad1dbc48bda9ff90fe6f9adf (patch)
tree6ed02050138bb816eead42572de6045ad82c9c2b /examples/framework-react
parent9a98f6a332b8053af97009c78af6a5f650ff33b1 (diff)
downloadastro-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/framework-react')
-rw-r--r--examples/framework-react/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index d94126054..72df99d88 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -13,7 +13,7 @@
"astro": "^1.0.0-beta.38"
},
"dependencies": {
- "@types/react": "^18.0.9",
+ "@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"react": "^18.1.0",
"react-dom": "^18.1.0"