Skip to content

Commit b574e99

Browse files
Bump react-native-reanimated from 2.8.0 to 2.10.0 in /Example (#421)
Bumps [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) from 2.8.0 to 2.10.0. - [Release notes](https://github.com/software-mansion/react-native-reanimated/releases) - [Commits](software-mansion/react-native-reanimated@2.8.0...2.10.0) --- updated-dependencies: - dependency-name: react-native-reanimated dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1193af7 commit b574e99

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"react-dom": "17.0.2",
3232
"react-native": "0.68.2",
3333
"react-native-gesture-handler": "~2.2.1",
34-
"react-native-reanimated": "~2.8.0",
34+
"react-native-reanimated": "~2.10.0",
3535
"react-native-safe-area-context": "4.2.4",
3636
"react-native-screens": "~3.11.1",
3737
"react-native-swipeable-item": "^2.0.2",

Example/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6913,10 +6913,10 @@ react-native-gradle-plugin@^0.0.6:
69136913
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.0.6.tgz#b61a9234ad2f61430937911003cddd7e15c72b45"
69146914
integrity sha512-eIlgtsmDp1jLC24dRn43hB3kEcZVqx6DUQbR0N1ABXGnMEafm9I3V3dUUeD1vh+Dy5WqijSoEwLNUPLgu5zDMg==
69156915

6916-
react-native-reanimated@~2.8.0:
6917-
version "2.8.0"
6918-
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-2.8.0.tgz#93c06ca84d91fb3865110b0857c49a24e316130e"
6919-
integrity sha512-kJvf/UWLBMaGCs9X66MKq5zdFMgwx8D0nHnolbHR7s8ZnbLdb7TlQ/yuzIXqn/9wABfnwtNRI3CyaP1aHWMmZg==
6916+
react-native-reanimated@~2.10.0:
6917+
version "2.10.0"
6918+
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-2.10.0.tgz#ed53be66bbb553b5b5e93e93ef4217c87b8c73db"
6919+
integrity sha512-jKm3xz5nX7ABtHzzuuLmawP0pFWP77lXNdIC6AWOceBs23OHUaJ29p4prxr/7Sb588GwTbkPsYkDqVFaE3ezNQ==
69206920
dependencies:
69216921
"@babel/plugin-transform-object-assign" "^7.16.7"
69226922
"@babel/preset-typescript" "^7.16.7"

0 commit comments

Comments
 (0)