Skip to content

Commit

Permalink
chore: updated renimated dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Aug 11, 2020
1 parent c372e25 commit dc6a38f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react-native": "0.62.2",
"react-native-gesture-handler": "^1.7.0",
"react-native-maps": "^0.27.1",
"react-native-reanimated": "^1.11.0",
"react-native-reanimated": "^1.12.0",
"react-native-redash": "^14.2.3",
"react-native-safe-area-context": "0.7.3",
"react-native-screens": "^2.9.0"
Expand Down
8 changes: 4 additions & 4 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3562,10 +3562,10 @@ react-native-maps@^0.27.1:
resolved "https://registry.yarnpkg.com/react-native-maps/-/react-native-maps-0.27.1.tgz#2f10cd417bb2fd938c9e015b1c9b6d9b1a44b97f"
integrity sha512-HygBkZBecTnIVRYrSiLRAvu4OmXOYso/A7c6Cy73HkOh9CgGV8Ap5eBea24tvmFGptjj5Hg8AJ94/YbmWK1Okw==

react-native-reanimated@^1.11.0:
version "1.11.0"
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-1.11.0.tgz#9fd2e65c3e0886039673667ba99e228776a85764"
integrity sha512-jiJUN1P7J4gwac1AUvYdedYThTDlFuUU1iXCB9RMcclLiuXbkNGiKDIyeOVIjWc0GwZceKBvaIgoW1RICNrvTg==
react-native-reanimated@^1.12.0:
version "1.12.0"
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-1.12.0.tgz#6a7d6746957e0fd56694ea7ef7ffb82b1b3666a3"
integrity sha512-OOO7HCLCrwA1YpOfwy6PjJnP1xfeFSAnEq52jH4m535y2WEG53BudF+tYVZ/vyQX+hlOZEEIr/TAwu5qE8nn4w==
dependencies:
fbjs "^1.0.0"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"react": "~16.9.0",
"react-native": "^0.62.2",
"react-native-gesture-handler": "^1.7.0",
"react-native-reanimated": "^1.11.0",
"react-native-reanimated": "^1.12.0",
"release-it": "^13.6.5",
"typescript": "^3.9.7"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6652,10 +6652,10 @@ react-native-gesture-handler@^1.7.0:
invariant "^2.2.4"
prop-types "^15.7.2"

react-native-reanimated@^1.11.0:
version "1.11.0"
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-1.11.0.tgz#9fd2e65c3e0886039673667ba99e228776a85764"
integrity sha512-jiJUN1P7J4gwac1AUvYdedYThTDlFuUU1iXCB9RMcclLiuXbkNGiKDIyeOVIjWc0GwZceKBvaIgoW1RICNrvTg==
react-native-reanimated@^1.12.0:
version "1.12.0"
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-1.12.0.tgz#6a7d6746957e0fd56694ea7ef7ffb82b1b3666a3"
integrity sha512-OOO7HCLCrwA1YpOfwy6PjJnP1xfeFSAnEq52jH4m535y2WEG53BudF+tYVZ/vyQX+hlOZEEIr/TAwu5qE8nn4w==
dependencies:
fbjs "^1.0.0"

Expand Down

0 comments on commit dc6a38f

Please sign in to comment.