Skip to content

Commit 5a8f985

Browse files
committed
chore(deps): added @types/react dependency
1 parent 6324586 commit 5a8f985

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

packages/jacaranda/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"devDependencies": {
2626
"@swc/cli": "0.3.12",
2727
"@swc/core": "1.4.16",
28+
"@types/react": "~18.3.12",
2829
"react-native": "^0.76.0"
2930
},
3031
"peerDependencies": {

packages/jacaranda/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"extends": "../../tsconfig.json",
3-
"include": ["src/**/*.ts"],
3+
"include": ["src/**/*.ts", "@types/react"],
44
"exclude": ["node_modules", "dist"]
55
}

pnpm-lock.yaml

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)