Skip to content

Commit

Permalink
Publish 18.14.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
mobile1-internal committed May 24, 2021
1 parent bc0d079 commit 61b95b2
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion detox-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "detox-cli",
"version": "18.13.0",
"version": "18.14.1",
"description": "Optional wrapper for Detox CLI, meant to be installed globally",
"main": "cli.js",
"scripts": {
Expand Down
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": "18.14.0",
"version": "18.14.1",
"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": "18.14.0",
"version": "18.14.1",
"private": true,
"engines": {
"node": ">=8.3.0"
Expand Down Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@babel/core": "^7.8.7",
"@types/node": "^14.14.20",
"detox": "^18.14.0",
"detox": "^18.14.1",
"dtslint": "^4.0.6",
"express": "^4.15.3",
"jest": "^26.5.0",
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": "18.14.0",
"version": "18.14.1",
"private": true,
"scripts": {
"packager": "react-native start",
"detox-server": "detox run-server",
"e2e": "mocha e2e --opts ./e2e/mocha.opts"
},
"devDependencies": {
"detox": "^18.14.0",
"detox": "^18.14.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": "18.14.0",
"version": "18.14.1",
"private": true,
"devDependencies": {
"detox": "^18.14.0",
"detox": "^18.14.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": "18.14.0",
"version": "18.14.1",
"private": true,
"scripts": {},
"devDependencies": {
"detox": "^18.14.0",
"detox": "^18.14.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": "18.14.0",
"version": "18.14.1",
"private": true,
"scripts": {
"test:ios-release": "detox test --configuration ios.sim.release -l verbose",
Expand All @@ -10,7 +10,7 @@
},
"devDependencies": {
"@types/jest": "^26.0.19",
"detox": "^18.14.0",
"detox": "^18.14.1",
"jest": "^26.5.0",
"jest-circus": "^26.5.2",
"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": "18.14.0",
"version": "18.14.1",
"private": true,
"scripts": {
"start": "react-native start",
Expand All @@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/mocha": "^8.2.0",
"detox": "^18.14.0",
"detox": "^18.14.1",
"mocha": "^6.1.3",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"generation",
"."
],
"version": "18.14.0",
"version": "18.14.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 @@ -19,5 +19,5 @@
"semver": "5.x.x",
"shell-utils": "1.x.x"
},
"version": "18.14.0"
"version": "18.14.1"
}

0 comments on commit 61b95b2

Please sign in to comment.