Merge pull request #4838 from BlueWallet/renovate/react-native-reanimated-2.x

Update dependency react-native-reanimated to v2.9.0
This commit is contained in:
GLaDOS 2022-07-01 02:25:58 +01:00 committed by GitHub
commit 5bc0e54de2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 8 deletions

16
package-lock.json generated
View file

@ -87,7 +87,7 @@
"react-native-quick-actions": "0.3.13",
"react-native-randombytes": "3.6.1",
"react-native-rate": "1.2.9",
"react-native-reanimated": "2.8.0",
"react-native-reanimated": "2.9.0",
"react-native-safe-area-context": "3.4.1",
"react-native-screens": "3.14.0",
"react-native-secure-key-store": "https://github.com/BlueWallet/react-native-secure-key-store#63ab38c9d382a819844a086a69cc204c46aa93f9",
@ -22068,10 +22068,11 @@
}
},
"node_modules/react-native-reanimated": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-2.8.0.tgz",
"integrity": "sha512-kJvf/UWLBMaGCs9X66MKq5zdFMgwx8D0nHnolbHR7s8ZnbLdb7TlQ/yuzIXqn/9wABfnwtNRI3CyaP1aHWMmZg==",
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-2.9.0.tgz",
"integrity": "sha512-UuUQDIYv0F4cKGcwQN3c9PfVd5+dgXqDZ9S97JQCOfrU2JlfhR6MLurpOyW0GxgLy/TIFPPvHRBW4oL674kaSQ==",
"dependencies": {
"@babel/plugin-proposal-export-namespace-from": "^7.17.12",
"@babel/plugin-transform-object-assign": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@types/invariant": "^2.2.35",
@ -44525,10 +44526,11 @@
}
},
"react-native-reanimated": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-2.8.0.tgz",
"integrity": "sha512-kJvf/UWLBMaGCs9X66MKq5zdFMgwx8D0nHnolbHR7s8ZnbLdb7TlQ/yuzIXqn/9wABfnwtNRI3CyaP1aHWMmZg==",
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-2.9.0.tgz",
"integrity": "sha512-UuUQDIYv0F4cKGcwQN3c9PfVd5+dgXqDZ9S97JQCOfrU2JlfhR6MLurpOyW0GxgLy/TIFPPvHRBW4oL674kaSQ==",
"requires": {
"@babel/plugin-proposal-export-namespace-from": "^7.17.12",
"@babel/plugin-transform-object-assign": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@types/invariant": "^2.2.35",

View file

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