summaryrefslogtreecommitdiff
path: root/examples/framework-react
diff options
context:
space:
mode:
authorGravatar Bjorn Lu <bjornlu.dev@gmail.com> 2023-06-21 21:09:49 +0800
committerGravatar GitHub <noreply@github.com> 2023-06-21 21:09:49 +0800
commitf275d058fcfe564b19bf3536c1a208e6f9cb2159 (patch)
tree2b239737ee68f2a46c493b595f3155ea6421c2db /examples/framework-react
parent01b1c21c6bf1a0f8f8a753fc31777186e5cb09c0 (diff)
downloadastro-f275d058fcfe564b19bf3536c1a208e6f9cb2159.tar.gz
astro-f275d058fcfe564b19bf3536c1a208e6f9cb2159.tar.zst
astro-f275d058fcfe564b19bf3536c1a208e6f9cb2159.zip
Update safe dependencies (#7430)
Diffstat (limited to 'examples/framework-react')
-rw-r--r--examples/framework-react/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 607234f8a..a814ecb1c 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -12,8 +12,8 @@
},
"dependencies": {
"@astrojs/react": "^2.2.1",
- "@types/react": "^18.2.5",
- "@types/react-dom": "^18.2.3",
+ "@types/react": "^18.2.13",
+ "@types/react-dom": "^18.2.6",
"astro": "^2.6.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"