Skip to content

Commit

Permalink
chore(example): fix @types install type (#3656)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Jun 21, 2022
1 parent 7d4699b commit 195f88b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/framework-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
"devDependencies": {
"@astrojs/react": "^0.1.3",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"astro": "^1.0.0-beta.48"
},
"dependencies": {
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"react": "^18.1.0",
"react-dom": "^18.1.0"
}
Expand Down
17 changes: 13 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 195f88b

Please sign in to comment.