Skip to content

Commit

Permalink
fix: update package
Browse files Browse the repository at this point in the history
  • Loading branch information
ieow committed Dec 20, 2024
1 parent 0ba4c1c commit a7f910f
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-webview (13.8.6):
- react-native-webview (13.12.5):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1513,7 +1513,7 @@ SPEC CHECKSUMS:
React-logger: 257858bd55f3a4e1bc0cf07ddc8fb9faba6f8c7c
React-Mapbuffer: 6c1cacdbf40b531f549eba249e531a7d0bfd8e7f
react-native-quick-crypto: ed672a726b7c7508bb4f54f5fffd498eae87ce4a
react-native-webview: 05bae3a03a1e4f59568dfc05286c0ebf8954106c
react-native-webview: 66f10ef00efe847017fc1c809a84c412712bbef6
React-nativeconfig: ba9a2e54e2f0882cf7882698825052793ed4c851
React-NativeModulesApple: 8d11ff8955181540585c944cf48e9e7236952697
React-perflogger: ed4e0c65781521e0424f2e5e40b40cc7879d737e
Expand All @@ -1539,7 +1539,7 @@ SPEC CHECKSUMS:
ReactCommon: f7da14a8827b72704169a48c929bcde802698361
SimpleKeychain: f8707c8e97b38c6a6e687b17732afc9bcef06439
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
Yoga: 2246eea72aaf1b816a68a35e6e4b74563653ae09
Yoga: 950bbfd7e6f04790fdb51149ed51df41f329fcc8

PODFILE CHECKSUM: 1aa16d00e266ed46c845784a38e2efdd1b7a55b9

Expand Down
110 changes: 90 additions & 20 deletions mpc-core-kit-react-native/mpc-core-kit-rn-expo-auth0/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,27 @@
"@web3auth/base-provider": "^9.0.2",
"@web3auth/ethereum-mpc-provider": "^9.0.2",
"@web3auth/mpc-core-kit": "^3.2.1",
"@web3auth/react-native-mpc-core-kit": "^0.1.1-alpha.0",
"@web3auth/single-factor-auth-react-native": "^2.1.0",
"@web3auth/react-native-mpc-core-kit": "file:/Users/yashovardhanagrawal/Documents/GitHub/react-native-mpc-core-kit/web3auth-react-native-mpc-core-kit-0.1.0.tgz",
"bn.js": "^5.2.1",
"ethers": "^6.13.2",
"expo": "~51.0.28",
"expo-secure-store": "^13.0.2",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-auth0": "^3.2.1",
"react-native-quick-crypto": "^0.7.5",
"react-native-webview": "13.8.6",
"react-native-react-bridge": "^0.12.3",
"react-dom": "18.2.0"
"react-native-webview": "^13.12.1"
},
"devDependencies": {
"@types/react-native": "^0.72.8",
"@babel/core": "^7.20.0",
"esbuild-plugins-node-modules-polyfill": "^1.6.8",
"@craftzdog/react-native-buffer": "^6.0.5",
"@types/react": "^18.3.9",
"@types/react-native": "^0.72.8",
"empty-module": "^0.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
Expand Down

0 comments on commit a7f910f

Please sign in to comment.