Skip to content

Commit

Permalink
v2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Aug 2, 2019
1 parent 9cfc146 commit a12f1fa
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.8.2",
"version": "2.8.3",
"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.8.2",
"version": "2.8.3",
"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.8.2",
"@react-native-community/cli-platform-ios": "^2.8.0",
"@react-native-community/cli-tools": "^2.7.0",
"@react-native-community/cli-platform-android": "^2.8.3",
"@react-native-community/cli-platform-ios": "^2.8.3",
"@react-native-community/cli-tools": "^2.8.3",
"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.8.2",
"version": "2.8.3",
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"@react-native-community/cli-tools": "^2.7.0",
"@react-native-community/cli-tools": "^2.8.3",
"chalk": "^2.4.2",
"execa": "^1.0.0",
"jetifier": "^1.6.2",
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.8.0",
"version": "2.8.3",
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"@react-native-community/cli-tools": "^2.7.0",
"@react-native-community/cli-tools": "^2.8.3",
"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.7.0",
"version": "2.8.3",
"license": "MIT",
"main": "build/index.js",
"dependencies": {
Expand Down

0 comments on commit a12f1fa

Please sign in to comment.