diff options
author | 2022-05-16 11:33:16 -0700 | |
---|---|---|
committer | 2022-05-16 13:33:16 -0500 | |
commit | 9dd16bace5c9ee337461baaacb0fa72b6ebdc485 (patch) | |
tree | bec30bc89142d14abbbf944b6a65244ad138bddc /examples/framework-react | |
parent | 58cca31e799912a43e179eb32c4e9ff98bcb9e11 (diff) | |
download | astro-9dd16bace5c9ee337461baaacb0fa72b6ebdc485.tar.gz astro-9dd16bace5c9ee337461baaacb0fa72b6ebdc485.tar.zst astro-9dd16bace5c9ee337461baaacb0fa72b6ebdc485.zip |
[ci] update lockfile (#3363)
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 8fc372c8a..94daf664e 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.3", + "@types/react-dom": "^18.0.4", "react": "^18.1.0", "react-dom": "^18.1.0" } |