Skip to content

Commit

Permalink
v1.11.1: merging security fixes, update peerDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
chubillkelvin committed Dec 22, 2021
1 parent 8e019cc commit 24728d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-autoscroll-flatlist",
"version": "1.11.0",
"version": "1.11.1",
"description": "An enhanced React Native FlatList component to provide auto-scrolling functionality",
"author": "Kelvin Chu <chubillkelvin@gmail.com> (github.com/RageBill)",
"license": "MIT",
Expand Down Expand Up @@ -29,8 +29,8 @@
"build": "yarn ts-node script/build.ts"
},
"peerDependencies": {
"react": "17.0.2",
"react-native": "0.64.2"
"react": "^17.0.2",
"react-native": "^0.64.3"
},
"devDependencies": {
"@pinnacle0/eslint-plugin": "0.1.13",
Expand Down

0 comments on commit 24728d1

Please sign in to comment.