Skip to content
Merged
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ showcase
output/*
*.tsbuildinfo
.yarnrc.yml
package-lock.json

# CI-generated tarballs (don't commit these!)
mobile-sdk-alpha-ci.tgz
Expand Down
233 changes: 0 additions & 233 deletions package-lock.json

This file was deleted.

18 changes: 11 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,24 @@
"types": "yarn workspaces foreach --topological-dev --parallel --exclude @selfxyz/contracts -i --all run types "
},
"resolutions": {
"@babel/core": "^7.28.3",
"@babel/runtime": "^7.28.3",
"@typescript-eslint/eslint-plugin": "^8.39.0",
"@typescript-eslint/parser": "^8.39.0",
"@babel/core": "^7.28.4",
"@babel/runtime": "^7.28.4",
"@typescript-eslint/eslint-plugin": "^8.43.0",
"@typescript-eslint/parser": "^8.43.0",
"@types/node": "^22.18.3",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-native": "0.76.9"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/node": "^22.18.3",
"gitleaks": "1.0.0",
"husky": "9.1.7",
"knip": "^5.62.0",
"knip": "^5.63.1",
"patch-package": "^8.0.0",
"prettier": "^3.5.3",
"prettier": "^3.6.2",
"typescript": "^5.9.2"
},
"packageManager": "[email protected]",
Expand Down
Loading
Loading