Explicitely support React out of the box

This commit is contained in:
garronej 2023-05-21 08:04:44 +02:00
parent ca7cc26df5
commit 4e0b798031
7 changed files with 63 additions and 10 deletions

View file

@ -41,7 +41,7 @@
"!dist/tsconfig.tsbuildinfo"
],
"keywords": [],
"homepage": "https://github.com/#{USER_OR_ORG}#/#{REPO_NAME}#",
"homepage": "https://github.com/garronej/update-ts-ci",
"devDependencies": {
"@types/node": "^20.2.1",
"typescript": "^5.0.4",
@ -52,6 +52,8 @@
"husky": "^4.3.8",
"lint-staged": "^11.1.1",
"prettier": "^2.8.8",
"ts-node": "^10.9.1"
"ts-node": "^10.9.1",
"react": "^18.2.0",
"@types/react": "^18.2.6"
}
}