mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 07:28:07 +01:00
Update dependency react-native-reanimated to v2.9.0
This commit is contained in:
parent
196457e647
commit
50706cae1c
2 changed files with 10 additions and 8 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -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.13.1",
|
||||
"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",
|
||||
|
|
|
@ -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.13.1",
|
||||
"react-native-secure-key-store": "https://github.com/BlueWallet/react-native-secure-key-store#63ab38c9d382a819844a086a69cc204c46aa93f9",
|
||||
|
|
Loading…
Add table
Reference in a new issue