Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
273 changes: 126 additions & 147 deletions mpc-core-kit-react-native/mpc-core-kit-rn-auth0/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"assert": "^2.1.0",
"babel-jest": "^29.6.3",
"base-64": "^1.0.0",
"bn.js": "^5.2.1",
"bn.js": "^5.2.3",
"buffer": "^6.0.3",
"empty-module": "^0.0.2",
"esbuild-plugins-node-modules-polyfill": "^1.6.8",
Expand Down
393 changes: 186 additions & 207 deletions mpc-core-kit-react-native/mpc-core-kit-rn-expo-auth0/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@web3auth/base": "^9.5.3",
"@web3auth/ethereum-mpc-provider": "^9.5.3",
"@web3auth/react-native-mpc-core-kit": "^1.0.0",
"bn.js": "^5.2.1",
"bn.js": "^5.2.3",
"ethers": "^6.13.5",
"expo": "~51.0.28",
"expo-secure-store": "^13.0.2",
Expand Down
1,446 changes: 750 additions & 696 deletions mpc-core-kit-react-native/mpc-core-kit-rn-quick-start/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"//IMP START": "IMP START - Web3Auth Installation",
"dependencies": {
"@ethersproject/shims": "^5.7.0",
"@react-native-firebase/app": "^20.4.0",
"@react-native-firebase/auth": "^20.4.0",
"@react-native-firebase/app": "^24.0.0",
"@react-native-firebase/auth": "^24.0.0",
"@web3auth/base": "^9.5.3",
"@web3auth/ethereum-mpc-provider": "^9.5.3",
"@web3auth/react-native-mpc-core-kit": "^1.0.0",
Expand Down Expand Up @@ -41,7 +41,7 @@
"assert": "^2.1.0",
"babel-jest": "^29.6.3",
"base-64": "^1.0.0",
"bn.js": "^5.2.1",
"bn.js": "^5.2.3",
"empty-module": "^0.0.2",
"esbuild-plugins-node-modules-polyfill": "^1.6.8",
"eslint": "^8.19.0",
Expand Down
1,446 changes: 750 additions & 696 deletions mpc-core-kit-react-native/mpc-core-kit-rn-solana/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions mpc-core-kit-react-native/mpc-core-kit-rn-solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"//IMP START": "IMP START - Web3Auth Installation",
"dependencies": {
"@react-native-firebase/app": "^20.4.0",
"@react-native-firebase/auth": "^20.4.0",
"@react-native-firebase/app": "^24.0.0",
"@react-native-firebase/auth": "^24.0.0",
"@solana/web3.js": "^1.98.0",
"@web3auth/base": "^9.5.3",
"@web3auth/react-native-mpc-core-kit": "^1.0.0",
Expand All @@ -39,7 +39,7 @@
"assert": "^2.1.0",
"babel-jest": "^29.6.3",
"base-64": "^1.0.0",
"bn.js": "^5.2.1",
"bn.js": "^5.2.3",
"empty-module": "^0.0.2",
"esbuild-plugins-node-modules-polyfill": "^1.6.8",
"eslint": "^8.19.0",
Expand Down
Loading