Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
0.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
gomes042 committed Dec 24, 2022
1 parent 129c0e7 commit b36dc89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@
"prepack": "npm run build"
},
"dependencies": {
"@types/react": "^18.0.23",
"react": "^18.2.0",
"react-native": "^0.70.5"
},
"devDependencies": {
"@types/react": "^18.0.23",
"@types/react-native": "^0.70.6",
"rimraf": "^3.0.2",
"typescript": "^4.9.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "*"
"react-native": "^0.70.5"
}
}

0 comments on commit b36dc89

Please sign in to comment.