Skip to content

Commit 195f88b

Browse files
authored
chore(example): fix @types install type (#3656)
1 parent 7d4699b commit 195f88b

2 files changed

Lines changed: 15 additions & 6 deletions

File tree

examples/framework-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
},
1111
"devDependencies": {
1212
"@astrojs/react": "^0.1.3",
13+
"@types/react": "^18.0.10",
14+
"@types/react-dom": "^18.0.5",
1315
"astro": "^1.0.0-beta.48"
1416
},
1517
"dependencies": {
16-
"@types/react": "^18.0.10",
17-
"@types/react-dom": "^18.0.5",
1818
"react": "^18.1.0",
1919
"react-dom": "^18.1.0"
2020
}

pnpm-lock.yaml

Lines changed: 13 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)