Skip to content

Commit

Permalink
chore: chore: update peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chooin committed Sep 19, 2021
1 parent c785560 commit 78142b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "react-native-lifecycle",
"version": "2.0.0",
"version": "2.0.1",
"description": "React Native Lifecycle",
"main": "dist/index.js",
"repository": "git@github.com:Chooin/react-native-lifecycle.git",
"author": "Devin.Zhu",
"license": "MIT",
"peerDependencies": {
"@react-navigation/native": "^5.7.0"
"@react-navigation/native": ">= 5.7.0",
"react-native": ">= 0.65.0"
},
"devDependencies": {
"@types/react": "^17.0.21",
Expand Down

0 comments on commit 78142b9

Please sign in to comment.