Skip to content

Commit

Permalink
fix: dependencies fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rams23 committed May 5, 2023
1 parent e9c0af2 commit b5d19ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"@oclif/core": "^2",
"@oclif/plugin-help": "^5",
"@oclif/plugin-plugins": "^2.3.2",
"@react-native-community/cli-platform-ios": "^10.2.0",
"@react-native-community/cli-platform-ios": "10.2.0",
"@react-native-community/cli-platform-android": "10.2.0",
"@react-native-community/cli-tools": "10.1.1",
"axios": "^1.3.4",
"chalk": "^4.1.2",
"ios-deploy": "^1.12.1",
Expand All @@ -36,8 +38,6 @@
"@oclif/test": "^2.3.7",
"@react-native-community/cli": "^10.2.0",
"@react-native-community/cli-config": "^10.1.1",
"@react-native-community/cli-platform-android": "^10.2.0",
"@react-native-community/cli-tools": "^10.1.1",
"@types/chai": "^4",
"@types/mocha": "^9.0.0",
"@types/node": "^16.18.12",
Expand Down

0 comments on commit b5d19ab

Please sign in to comment.