Skip to content

Commit

Permalink
chore: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chooin committed Jan 28, 2021
1 parent f5c8e09 commit 426dc2e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 34 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
yarn add react-native-lifecycle
```

##### Dependencies
##### Peer Dependencies

```sh
yarn add @react-navigation/native # >=5.7.0
Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
yarn add react-native-lifecycle
```

##### 第三方依赖
##### Peer 依赖

```sh
yarn add @react-navigation/native # >=5.7.0
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "react-native-lifecycle",
"version": "1.1.4",
"version": "1.1.5",
"description": "React Native Lifecycle",
"main": "dist/index.js",
"repository": "[email protected]:Chooin/react-native-lifecycle.git",
"author": "Devin.Zhu",
"license": "MIT",
"peerDependencies": {
"@react-navigation/native": ">=5.7.0"
"@react-navigation/native": ">= 5.7.0"
},
"devDependencies": {
"react": ">=0.16.8",
"react-native": ">=0.60.0",
"react": "^0.16.8",
"react-native": "^0.60.0",
"@types/react": "^16.9.49",
"@types/react-native": "^0.63.18",
"husky": "^4.3.0",
Expand Down
28 changes: 0 additions & 28 deletions src/hooks/use-before-unload.ts

This file was deleted.

0 comments on commit 426dc2e

Please sign in to comment.