Skip to content

Commit

Permalink
Merge pull request #689 from dohooo/dev
Browse files Browse the repository at this point in the history
feat: Removed unnecessary peer dependences
  • Loading branch information
dohooo authored Oct 4, 2024
2 parents f0d7003 + efc0e7b commit 4e5747a
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 18 deletions.
5 changes: 5 additions & 0 deletions .changeset/stupid-points-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-native-reanimated-carousel": patch
---

Delete unnecessary peer denpendences
19 changes: 19 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!-- Is this PR related to an open issue? -->
<!-- GitHub: Fixes #0, Relates to #1, etc. -->

### Description

<!-- Summary of changes and why if no corresponding issue -->

### Review

- [ ] I self-reviewed this PR

<!-- Call out any changes that you'd like people to review or feedback on -->

### Testing

- [ ] I added/updated tests
- [ ] I manually tested

<!-- Describe any manual testing -->
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Check out the [documentation](https://rn-carousel.dev) website.

## Examples

> Click on the image to see the code snippets [[Try it]](https://snack.expo.dev/@zhaodonghao586/simple-carousel) 🍺
> Click on the image to see the code snippets [[Try it]](https://snack.expo.dev/@caspian.zhao/react-native-reanimated-carousel) 🍺
| <img src="assets/normal-horizontal.gif"/> | <img src="assets/normal-vertical.gif"/> | <img src="assets/parallax-horizontal.gif"/> |
| :------------------------------------------------------------------: | :-------------------------------------------------------------------: | :--------------------------------------------------------------------: |
Expand Down
10 changes: 0 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,11 @@
"registry": "https://registry.npmjs.org/"
},
"peerDependencies": {
"@types/react": "*",
"@types/react-native": "*",
"react": ">=18.0.0",
"react-native": ">=0.70.3",
"react-native-gesture-handler": ">=2.9.0",
"react-native-reanimated": ">=3.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"@types/react-native": {
"optional": true
}
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-private-methods": "^7.18.6",
Expand Down
7 changes: 0 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13424,17 +13424,10 @@ __metadata:
typescript: "npm:^5.5.4"
watch: "npm:^1.0.2"
peerDependencies:
"@types/react": "*"
"@types/react-native": "*"
react: ">=18.0.0"
react-native: ">=0.70.3"
react-native-gesture-handler: ">=2.9.0"
react-native-reanimated: ">=3.0.0"
peerDependenciesMeta:
"@types/react":
optional: true
"@types/react-native":
optional: true
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 4e5747a

Please sign in to comment.