Skip to content

Commit

Permalink
chore: upds pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
stackchain committed Nov 28, 2024
1 parent 885fee0 commit 31d5925
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions apps/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"react-native-skeleton-placeholder": "^5.2.4",
"react-native-svg": "^15.9.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-webview": "^13.12.4",
"reselect": "^4.0.0",
"rxjs": "7.8.1",
"uuid": "^11.0.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/wallet/src/InitApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {useAsyncStorage} from '@yoroi/common'
import {App} from '@yoroi/types'
import React, {useEffect} from 'react'
import {Platform, UIManager} from 'react-native'
import uuid from 'uuid'
import * as uuid from 'uuid'

import {AppNavigator} from './AppNavigator'
import {useInitScreenShare} from './features/Settings/useCases/changeAppSettings/ScreenShare'
Expand Down
10 changes: 9 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9550,7 +9550,7 @@ [email protected]:
"@formatjs/icu-messageformat-parser" "2.7.8"
tslib "^2.4.0"

invariant@^2.2.4:
invariant@2.2.4, invariant@^2.2.4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
Expand Down Expand Up @@ -14036,6 +14036,14 @@ react-native-url-polyfill@^2.0.0:
dependencies:
whatwg-url-without-unicode "8.0.0-3"

react-native-webview@^13.12.4:
version "13.12.4"
resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-13.12.4.tgz#1a563a7fbd6bf53d688388d46708f273ed0ebb94"
integrity sha512-8lWeYPVWeOj0ya9ZpDesOQPRgczuN3ogQHlhS21sNXndd4kvfPG+WjlRdrvxYgj//udpwmzcWzagwLnEp60Aqg==
dependencies:
escape-string-regexp "^4.0.0"
invariant "2.2.4"

[email protected]:
version "0.74.4"
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.74.4.tgz#932901ac635b2f135a5e4e210bc52f3f1153b8d0"
Expand Down

0 comments on commit 31d5925

Please sign in to comment.