Skip to content

Commit 47ea776

Browse files
authored
Merge pull request #208 from Ryannnkl/dependabot/npm_and_yarn/react-native-reanimated-2.2.0
Bump react-native-reanimated from 1.13.1 to 2.2.0
2 parents 28b5cb1 + 5aab856 commit 47ea776

File tree

2 files changed

+49
-11
lines changed

2 files changed

+49
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.3.tar.gz",
2525
"react-native-gesture-handler": "~1.7.0",
2626
"react-native-gifted-chat": "^0.16.3",
27-
"react-native-reanimated": "~1.13.0",
27+
"react-native-reanimated": "~2.2.0",
2828
"react-native-safe-area-context": "3.1.4",
2929
"react-native-screens": "~2.10.1",
3030
"react-native-web": "~0.13.7"

yarn.lock

Lines changed: 48 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,11 @@
192192
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375"
193193
integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
194194

195+
"@babel/helper-plugin-utils@^7.12.13":
196+
version "7.13.0"
197+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz#806526ce125aed03373bc416a828321e3a6a33af"
198+
integrity sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ==
199+
195200
"@babel/helper-regex@^7.10.4":
196201
version "7.10.5"
197202
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.10.5.tgz#32dfbb79899073c415557053a19bd055aae50ae0"
@@ -699,12 +704,12 @@
699704
dependencies:
700705
"@babel/helper-plugin-utils" "^7.10.4"
701706

702-
"@babel/plugin-transform-object-assign@^7.0.0":
703-
version "7.10.4"
704-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-assign/-/plugin-transform-object-assign-7.10.4.tgz#f7c8f54ce8052ccd8b9da9b3358848423221c338"
705-
integrity sha512-6zccDhYEICfMeQqIjuY5G09/yhKzG30DKHJeYBQUHIsJH7c2jXSGvgwRalufLAXAq432OSlsEfAOLlzEsQzxVw==
707+
"@babel/plugin-transform-object-assign@^7.0.0", "@babel/plugin-transform-object-assign@^7.10.4":
708+
version "7.12.13"
709+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-assign/-/plugin-transform-object-assign-7.12.13.tgz#d9b9200a69e03403a813e44a933ad9f4bddfd050"
710+
integrity sha512-4QxDMc0lAOkIBSfCrnSGbAJ+4epDBF2XXwcLXuBcG1xl9u7LrktNVD4+LwhL47XuKVPQ7R25e/WdcV+h97HyZA==
706711
dependencies:
707-
"@babel/helper-plugin-utils" "^7.10.4"
712+
"@babel/helper-plugin-utils" "^7.12.13"
708713

709714
"@babel/plugin-transform-object-super@^7.0.0", "@babel/plugin-transform-object-super@^7.10.4":
710715
version "7.10.4"
@@ -2521,6 +2526,13 @@ create-react-class@^15.6.2:
25212526
loose-envify "^1.3.1"
25222527
object-assign "^4.1.1"
25232528

2529+
cross-fetch@^3.0.4:
2530+
version "3.1.4"
2531+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.4.tgz#9723f3a3a247bf8b89039f3a380a9244e8fa2f39"
2532+
integrity sha512-1eAtFWdIubi6T4XPy6ei9iUFoKpUkIF971QLN8lIvvvwueI65+Nw5haMNKUwfJxabqlIIDODJKGrQ66gxC0PbQ==
2533+
dependencies:
2534+
node-fetch "2.6.1"
2535+
25242536
cross-spawn@^5.1.0:
25252537
version "5.1.0"
25262538
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
@@ -3136,6 +3148,19 @@ fbjs@^0.8.4, fbjs@^0.8.9:
31363148
setimmediate "^1.0.5"
31373149
ua-parser-js "^0.7.18"
31383150

3151+
fbjs@^3.0.0:
3152+
version "3.0.0"
3153+
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-3.0.0.tgz#0907067fb3f57a78f45d95f1eacffcacd623c165"
3154+
integrity sha512-dJd4PiDOFuhe7vk4F80Mba83Vr2QuK86FoxtgPmzBqEJahncp+13YCmfoa53KHCo6OnlXLG7eeMWPfB5CrpVKg==
3155+
dependencies:
3156+
cross-fetch "^3.0.4"
3157+
fbjs-css-vars "^1.0.0"
3158+
loose-envify "^1.0.0"
3159+
object-assign "^4.1.0"
3160+
promise "^7.1.1"
3161+
setimmediate "^1.0.5"
3162+
ua-parser-js "^0.7.18"
3163+
31393164
figures@^2.0.0:
31403165
version "2.0.0"
31413166
resolved "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962"
@@ -4624,6 +4649,11 @@ mkdirp@^0.5.1:
46244649
dependencies:
46254650
minimist "^1.2.5"
46264651

4652+
mockdate@^3.0.2:
4653+
version "3.0.5"
4654+
resolved "https://registry.yarnpkg.com/mockdate/-/mockdate-3.0.5.tgz#789be686deb3149e7df2b663d2bc4392bc3284fb"
4655+
integrity sha512-iniQP4rj1FhBdBYS/+eQv7j1tadJ9lJtdzgOpvsOHng/GbcDh2Fhdeq+ZRldrPYdXvCyfFUmFeEwEGXZB5I/AQ==
4656+
46274657
moment@^2.29.1:
46284658
version "2.29.1"
46294659
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3"
@@ -5232,12 +5262,15 @@ [email protected]:
52325262
dependencies:
52335263
prop-types "^15.7.x"
52345264

5235-
react-native-reanimated@~1.13.0:
5236-
version "1.13.1"
5237-
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-1.13.1.tgz#c370c32cc4d447ae896cb029bb9c6a2f7608c5b4"
5238-
integrity sha512-3sF46jts9MbktgIasf0sTM8uhOYO5a5Q3YyQ4X1jjSE82n/fY2nW3XTFsLGfLEpK2ir4XSDhQWVgFHazaXZTww==
5265+
react-native-reanimated@~2.2.0:
5266+
version "2.2.0"
5267+
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-2.2.0.tgz#a6412c56b4e591d1f00fac949f62d0c72c357c78"
5268+
integrity sha512-lOJDd+5w1gY6DHGXG2jD1dsjzQmXQ2699HUc3IztvI2WP4zUT+UAA+zSG+5JiBS5DUnTL8YhhkmUQmr1KNGO5w==
52395269
dependencies:
5240-
fbjs "^1.0.0"
5270+
"@babel/plugin-transform-object-assign" "^7.10.4"
5271+
fbjs "^3.0.0"
5272+
mockdate "^3.0.2"
5273+
string-hash-64 "^1.0.3"
52415274

52425275
52435276
version "3.1.4"
@@ -5828,6 +5861,11 @@ strict-uri-encode@^2.0.0:
58285861
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546"
58295862
integrity sha1-ucczDHBChi9rFC3CdLvMWGbONUY=
58305863

5864+
string-hash-64@^1.0.3:
5865+
version "1.0.3"
5866+
resolved "https://registry.yarnpkg.com/string-hash-64/-/string-hash-64-1.0.3.tgz#0deb56df58678640db5c479ccbbb597aaa0de322"
5867+
integrity sha512-D5OKWKvDhyVWWn2x5Y9b+37NUllks34q1dCDhk/vYcso9fmhs+Tl3KR/gE4v5UNj2UA35cnX4KdVVGkG1deKqw==
5868+
58315869
string-width@^2.1.0:
58325870
version "2.1.1"
58335871
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"

0 commit comments

Comments
 (0)