Skip to content

Commit

Permalink
Publish 16.2.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
wixmobile committed Apr 19, 2020
1 parent 43fd509 commit 87d9878
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 16 deletions.
12 changes: 10 additions & 2 deletions 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": "16.2.0",
"version": "16.2.1",
"bin": {
"detox": "local-cli/cli.js"
},
Expand Down Expand Up @@ -114,7 +114,15 @@
],
"resetMocks": true,
"resetModules": true,
"coverageReporters": [["lcov", {"projectRoot": ".." }], "html"],
"coverageReporters": [
[
"lcov",
{
"projectRoot": ".."
}
],
"html"
],
"coverageThreshold": {
"global": {
"statements": 100,
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": "16.2.0",
"version": "16.2.1",
"private": true,
"engines": {
"node": ">=8.3.0"
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@babel/core": "^7.4.5",
"detox": "^16.2.0",
"detox": "^16.2.1",
"express": "^4.15.3",
"jest": "25.3.x",
"jest-circus": "25.3.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": "16.2.0",
"version": "16.2.1",
"private": true,
"scripts": {
"packager": "react-native start",
"detox-server": "detox run-server",
"e2e": "mocha e2e --opts ./e2e/mocha.opts"
},
"devDependencies": {
"detox": "^16.2.0",
"detox": "^16.2.1",
"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": "16.2.0",
"version": "16.2.1",
"private": true,
"devDependencies": {
"detox": "^16.2.0",
"detox": "^16.2.1",
"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": "16.2.0",
"version": "16.2.1",
"private": true,
"scripts": {},
"devDependencies": {
"detox": "^16.2.0",
"detox": "^16.2.1",
"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": "16.2.0",
"version": "16.2.1",
"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 -o e2e/config-circus.json -l verbose --workers 2 --headless --record-logs all --take-screenshots all"
},
"devDependencies": {
"detox": "^16.2.0",
"detox": "^16.2.1",
"jest": "25.1.x",
"jest-circus": "25.1.x",
"sanitize-filename": "^1.6.1"
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": "16.2.0",
"version": "16.2.1",
"private": true,
"scripts": {
"start": "react-native start",
Expand All @@ -23,7 +23,7 @@
"react-native": "0.62.x"
},
"devDependencies": {
"detox": "^16.2.0",
"detox": "^16.2.1",
"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 @@ -12,7 +12,7 @@
"generation",
"."
],
"version": "16.2.0",
"version": "16.2.1",
"npmClient": "npm",
"command": {
"publish": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"semver": "5.x.x",
"shell-utils": "1.x.x"
},
"version": "16.2.0"
"version": "16.2.1"
}

0 comments on commit 87d9878

Please sign in to comment.