Skip to content

Commit

Permalink
Publish 14.3.4 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
mobile1-internal committed Sep 24, 2019
1 parent 6c3aee7 commit e46827d
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion detox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "detox",
"description": "E2E tests and automation for mobile",
"version": "14.3.3",
"version": "14.3.4",
"bin": {
"detox": "local-cli/cli.js"
},
Expand Down
4 changes: 2 additions & 2 deletions detox/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "detox-test",
"version": "14.3.3",
"version": "14.3.4",
"private": true,
"engines": {
"node": ">=8.3.0"
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@babel/core": "^7.4.5",
"detox": "^14.3.3",
"detox": "^14.3.4",
"express": "^4.15.3",
"jest": "24.9.x",
"jest-circus": "24.9.x",
Expand Down
4 changes: 2 additions & 2 deletions examples/demo-native-android/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "detox-demo-native-android",
"version": "14.3.3",
"version": "14.3.4",
"private": true,
"scripts": {
"packager": "react-native start",
"detox-server": "detox run-server",
"e2e": "mocha e2e --opts ./e2e/mocha.opts"
},
"devDependencies": {
"detox": "^14.3.3",
"detox": "^14.3.4",
"mocha": "^6.1.3"
},
"detox": {}
Expand Down
4 changes: 2 additions & 2 deletions examples/demo-native-ios/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "detox-demo-native-ios",
"version": "14.3.3",
"version": "14.3.4",
"private": true,
"devDependencies": {
"detox": "^14.3.3",
"detox": "^14.3.4",
"mocha": "^6.1.3"
},
"detox": {
Expand Down
4 changes: 2 additions & 2 deletions examples/demo-react-native-detox-instruments/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "demo-react-native-detox-instruments",
"version": "14.3.3",
"version": "14.3.4",
"private": true,
"scripts": {},
"devDependencies": {
"detox": "^14.3.3",
"detox": "^14.3.4",
"mocha": "6.x.x"
},
"detox": {
Expand Down
4 changes: 2 additions & 2 deletions examples/demo-react-native-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-react-native-jest",
"version": "14.3.3",
"version": "14.3.4",
"private": true,
"scripts": {
"test:ios-release": "detox test --configuration ios.sim.release -l verbose",
Expand All @@ -13,7 +13,7 @@
"test:jest-circus:android-release-ci": "detox test --configuration android.emu.release -l verbose -o e2e/config-circus.json --workers 2"
},
"devDependencies": {
"detox": "^14.3.3",
"detox": "^14.3.4",
"jest": "24.8.x",
"jest-circus": "24.8.x"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/demo-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "14.3.3",
"version": "14.3.4",
"private": true,
"scripts": {
"start": "react-native start",
Expand All @@ -20,7 +20,7 @@
"react-native": "0.60.5"
},
"devDependencies": {
"detox": "^14.3.3",
"detox": "^14.3.4",
"mocha": "^6.1.3"
},
"detox": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"examples/demo-react-native-jest",
"generation"
],
"version": "14.3.3",
"version": "14.3.4",
"npmClient": "npm",
"command": {
"publish": {
Expand Down

0 comments on commit e46827d

Please sign in to comment.