Skip to content

Commit 12e3629

Browse files
committed
Fix: dependencies
1 parent 7ef28f0 commit 12e3629

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@
1515
},
1616
"devDependencies": {
1717
"semantic-release":"^24.0.0",
18-
"typescript": "^4.3.5"
18+
"typescript": "^4.3.5",
19+
"@types/validator": "^13.6.3",
20+
"react": "^17.0.2",
21+
"react-native": "^0.64.2",
22+
"@types/jest": "^26.0.24",
23+
"@types/react-native": "^0.64.12",
24+
"@types/react-test-renderer": "^17.0.1"
1925
},
2026
"peerDependencies": {
2127
"react": "*",

0 commit comments

Comments
 (0)