summaryrefslogtreecommitdiff
path: root/examples/framework-react
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2022-05-24 09:43:37 -0700
committerGravatar GitHub <noreply@github.com> 2022-05-24 11:43:37 -0500
commitccaea997659a6f14df98d7f22c835c4dcd49ef59 (patch)
treee117b229e804edcc8a9b00df7b838306b6d2afa1 /examples/framework-react
parent946630a112dca39d6afc32ef02edceda94a604cb (diff)
downloadastro-ccaea997659a6f14df98d7f22c835c4dcd49ef59.tar.gz
astro-ccaea997659a6f14df98d7f22c835c4dcd49ef59.tar.zst
astro-ccaea997659a6f14df98d7f22c835c4dcd49ef59.zip
[ci] update lockfile (#3419)
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 3d51be33b..d4af947f6 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -14,7 +14,7 @@
},
"dependencies": {
"@types/react": "^18.0.9",
- "@types/react-dom": "^18.0.4",
+ "@types/react-dom": "^18.0.5",
"react": "^18.1.0",
"react-dom": "^18.1.0"
}