Update dependency react-native-reanimated to v2.12.0

This commit is contained in:
renovate[bot] 2022-10-27 12:58:53 +00:00 committed by GitHub
parent abb1c84304
commit 7dbf25e396
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -86,7 +86,7 @@
"react-native-quick-actions": "0.3.13",
"react-native-randombytes": "3.6.1",
"react-native-rate": "1.2.9",
"react-native-reanimated": "2.11.0",
"react-native-reanimated": "2.12.0",
"react-native-safe-area-context": "3.4.1",
"react-native-screens": "3.18.2",
"react-native-secure-key-store": "https://github.com/BlueWallet/react-native-secure-key-store#63ab38c9d382a819844a086a69cc204c46aa93f9",
@ -22152,9 +22152,9 @@
}
},
"node_modules/react-native-reanimated": {
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-2.11.0.tgz",
"integrity": "sha512-/QnujrXSNyXasv7v8K3eu5Z4XGRYMPRa0+x0RjNr6Z5/KEuPHwrg1Xm7UZ2YSm6jCF2b1BW6ceqP/1d626gvhQ==",
"version": "2.12.0",
"resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-2.12.0.tgz",
"integrity": "sha512-nrlPyw+Hx9u4iJhZk9PoTvDo/QmVAd+bo7OK9Tv3hveNEF9++5oig/g3Uv9V93shy9avTYGsUprUvAEt/xdzeQ==",
"dependencies": {
"@babel/plugin-transform-object-assign": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
@ -44814,9 +44814,9 @@
}
},
"react-native-reanimated": {
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-2.11.0.tgz",
"integrity": "sha512-/QnujrXSNyXasv7v8K3eu5Z4XGRYMPRa0+x0RjNr6Z5/KEuPHwrg1Xm7UZ2YSm6jCF2b1BW6ceqP/1d626gvhQ==",
"version": "2.12.0",
"resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-2.12.0.tgz",
"integrity": "sha512-nrlPyw+Hx9u4iJhZk9PoTvDo/QmVAd+bo7OK9Tv3hveNEF9++5oig/g3Uv9V93shy9avTYGsUprUvAEt/xdzeQ==",
"requires": {
"@babel/plugin-transform-object-assign": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",

View File

@ -172,7 +172,7 @@
"react-native-quick-actions": "0.3.13",
"react-native-randombytes": "3.6.1",
"react-native-rate": "1.2.9",
"react-native-reanimated": "2.11.0",
"react-native-reanimated": "2.12.0",
"react-native-safe-area-context": "3.4.1",
"react-native-screens": "3.18.2",
"react-native-secure-key-store": "https://github.com/BlueWallet/react-native-secure-key-store#63ab38c9d382a819844a086a69cc204c46aa93f9",