fix: metro js crypto module build issues (#1047)

* fix sdk build issues

* fix build error

* sort and fix dependencies

* add constants-browserify
This commit is contained in:
Justin Hernandez
2025-09-10 22:58:51 -07:00
committed by GitHub
parent b26aca0eab
commit 88848efebc
5 changed files with 242 additions and 15 deletions

View File

@@ -29,10 +29,10 @@
"types": "yarn workspaces foreach --topological-dev --parallel --exclude @selfxyz/contracts -i --all run types "
},
"resolutions": {
"@typescript-eslint/eslint-plugin": "^8.39.0",
"@typescript-eslint/parser": "^8.39.0",
"@babel/core": "^7.28.3",
"@babel/runtime": "^7.28.3",
"@typescript-eslint/eslint-plugin": "^8.39.0",
"@typescript-eslint/parser": "^8.39.0",
"react": "^18.3.1",
"react-native": "0.76.9"
},