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
998 changes: 497 additions & 501 deletions mpc-core-kit-node/mpc-core-kit-node-quick-start/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@web3auth/ethereum-provider": "^9.3.0",
"@web3auth/mpc-core-kit": "^3.2.4",
"bn.js": "^5.2.1",
"firebase": "^10.13.2",
"firebase": "^12.15.0",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.2",
"web3": "^4.13.0"
Expand Down
1,422 changes: 744 additions & 678 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.1.1",
"@react-native-firebase/auth": "^24.1.1",
"@web3auth/base": "^9.5.3",
"@web3auth/ethereum-mpc-provider": "^9.5.3",
"@web3auth/react-native-mpc-core-kit": "^1.0.0",
Expand All @@ -28,7 +28,7 @@
},
"//IMP END": "IMP END - Web3Auth Installation",
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/core": "^7.29.6",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@craftzdog/react-native-buffer": "^6.0.5",
Expand Down
1,470 changes: 771 additions & 699 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.1.1",
"@react-native-firebase/auth": "^24.1.1",
"@solana/web3.js": "^1.98.0",
"@web3auth/base": "^9.5.3",
"@web3auth/react-native-mpc-core-kit": "^1.0.0",
Expand All @@ -26,7 +26,7 @@
},
"//IMP END": "IMP END - Web3Auth Installation",
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/core": "^7.29.6",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@craftzdog/react-native-buffer": "^6.0.5",
Expand Down
Loading