diff options
author | 2022-05-24 09:43:37 -0700 | |
---|---|---|
committer | 2022-05-24 11:43:37 -0500 | |
commit | ccaea997659a6f14df98d7f22c835c4dcd49ef59 (patch) | |
tree | e117b229e804edcc8a9b00df7b838306b6d2afa1 /examples/framework-react | |
parent | 946630a112dca39d6afc32ef02edceda94a604cb (diff) | |
download | astro-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.json | 2 |
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" } |