Skip to content

Commit

Permalink
Remove uneeded packages
Browse files Browse the repository at this point in the history
  • Loading branch information
r-n-o committed Sep 25, 2023
1 parent b606d8a commit 4fe68d4
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 2,914 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@
"pnpm": {
"overrides": {
"@confio/[email protected]>protobufjs": ">=7.2.4",
"protobufjs@>=6.10.0 <7.2.4": ">=7.2.4"
"protobufjs@>=6.10.0 <7.2.4": ">=7.2.4",
"parse-path@<5.0.0": ">=5.0.0",
"got@<11.8.5": ">=11.8.5",
"got@>=12.0.0 <12.1.0": ">=12.1.0",
"parse-url@<8.1.0": ">=8.1.0"
}
}
}
10 changes: 1 addition & 9 deletions packages/native-passkey-stamper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,23 +59,15 @@
},
"devDependencies": {
"@commitlint/config-conventional": "^17.0.2",
"@react-native-community/eslint-config": "^3.0.2",
"@release-it/conventional-changelog": "^5.0.0",
"@types/jest": "^28.1.2",
"@types/react": "~17.0.21",
"@types/react-native": "0.68.0",
"commitlint": "^17.0.2",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^28.1.1",
"pod-install": "^0.1.0",
"prettier": "^2.0.5",
"react": "18.1.0",
"react-native": "0.70.3",
"react-native-builder-bob": "^0.20.0",
"release-it": "^15.0.0",
"typescript": "^4.5.2"
"react-native-builder-bob": "^0.20.0"
},
"resolutions": {
"@types/react": "17.0.21"
Expand Down
Loading

0 comments on commit 4fe68d4

Please sign in to comment.