diff --git a/.changeset/stupid-points-attend.md b/.changeset/stupid-points-attend.md new file mode 100644 index 0000000..703eba9 --- /dev/null +++ b/.changeset/stupid-points-attend.md @@ -0,0 +1,5 @@ +--- +"react-native-reanimated-carousel": patch +--- + +Delete unnecessary peer denpendences diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..5820057 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,19 @@ + + + +### Description + + + +### Review + +- [ ] I self-reviewed this PR + + + +### Testing + +- [ ] I added/updated tests +- [ ] I manually tested + + diff --git a/README.md b/README.md index e735afb..9540cba 100644 --- a/README.md +++ b/README.md @@ -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) 🍺 | | | | | :------------------------------------------------------------------: | :-------------------------------------------------------------------: | :--------------------------------------------------------------------: | diff --git a/package.json b/package.json index e93c9a6..773ac2a 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index e80c8bf..8166e20 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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