Skip to content

Commit 6ac3fa2

Browse files
authored
chore: cleanup cli-platform-android unused deps (#1735)
1 parent b570308 commit 6ac3fa2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

packages/cli-platform-android/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@
1010
"@react-native-community/cli-tools": "^10.0.0-alpha.0",
1111
"chalk": "^4.1.2",
1212
"execa": "^1.0.0",
13-
"fs-extra": "^8.1.0",
1413
"glob": "^7.1.3",
15-
"logkitty": "^0.7.1",
16-
"slash": "^3.0.0"
14+
"logkitty": "^0.7.1"
1715
},
1816
"files": [
1917
"build",
@@ -25,8 +23,7 @@
2523
"@react-native-community/cli-types": "^10.0.0-alpha.0",
2624
"@types/execa": "^0.9.0",
2725
"@types/fs-extra": "^8.1.0",
28-
"@types/glob": "^7.1.1",
29-
"@types/lodash": "^4.14.149"
26+
"@types/glob": "^7.1.1"
3027
},
3128
"homepage": "https://github.com/react-native-community/cli/tree/master/packages/platform-android",
3229
"repository": {

0 commit comments

Comments
 (0)