Skip to content

Commit

Permalink
v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Jul 10, 2019
1 parent 681318f commit 3a17d44
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.10.6",
"version": "2.4.0",
"version": "2.4.1",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/cli",
"version": "2.4.0",
"version": "2.4.1",
"description": "React Native CLI",
"license": "MIT",
"main": "build/index.js",
Expand All @@ -24,9 +24,9 @@
},
"dependencies": {
"@hapi/joi": "^15.0.3",
"@react-native-community/cli-platform-android": "^2.1.1",
"@react-native-community/cli-platform-ios": "^2.2.0",
"@react-native-community/cli-tools": "^2.0.2",
"@react-native-community/cli-platform-android": "^2.4.1",
"@react-native-community/cli-platform-ios": "^2.4.1",
"@react-native-community/cli-tools": "^2.4.1",
"chalk": "^2.4.2",
"commander": "^2.19.0",
"compression": "^1.7.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/platform-android/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@react-native-community/cli-platform-android",
"version": "2.1.1",
"version": "2.4.1",
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"@react-native-community/cli-tools": "^2.0.2",
"@react-native-community/cli-tools": "^2.4.1",
"chalk": "^2.4.2",
"logkitty": "^0.5.0",
"slash": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/platform-ios/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@react-native-community/cli-platform-ios",
"version": "2.2.0",
"version": "2.4.1",
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"@react-native-community/cli-tools": "^2.0.2",
"@react-native-community/cli-tools": "^2.4.1",
"chalk": "^2.4.2",
"xcode": "^2.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/cli-tools",
"version": "2.0.2",
"version": "2.4.1",
"license": "MIT",
"main": "build/index.js",
"dependencies": {
Expand Down

0 comments on commit 3a17d44

Please sign in to comment.