Skip to content

Commit

Permalink
Merge pull request #18 from aidnyu/create-seia-app/typescript-templat…
Browse files Browse the repository at this point in the history
…e-fix/react-dom-types-version

fix(create-seia-app/ts-template): correct `@types/react-dom` version to `^18.3.0`
  • Loading branch information
abiriadev committed Jun 6, 2024
2 parents 5e3b7f9 + f01a119 commit 40940a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.3",
"@types/react-dom": "^18.3.0",
"typescript": "^5.2.2"
}
}

0 comments on commit 40940a0

Please sign in to comment.