Skip to content

Commit

Permalink
Fix: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
just1and0 committed Sep 29, 2024
1 parent 7ef28f0 commit 12e3629
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@
},
"devDependencies": {
"semantic-release":"^24.0.0",
"typescript": "^4.3.5"
"typescript": "^4.3.5",
"@types/validator": "^13.6.3",
"react": "^17.0.2",
"react-native": "^0.64.2",
"@types/jest": "^26.0.24",
"@types/react-native": "^0.64.12",
"@types/react-test-renderer": "^17.0.1"
},
"peerDependencies": {
"react": "*",
Expand Down

0 comments on commit 12e3629

Please sign in to comment.