Skip to content

Commit

Permalink
Publish 19.1.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
mobile1-internal committed Nov 19, 2021
1 parent 399a19f commit 4b4d018
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 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": "19.0.0",
"version": "19.1.0",
"bin": {
"detox": "local-cli/cli.js"
},
Expand Down Expand Up @@ -48,6 +48,7 @@
"wtfnode": "^0.8.0"
},
"dependencies": {
"ajv": "^8.6.3",
"bunyan": "^1.8.12",
"bunyan-debug-stream": "^1.1.0",
"chalk": "^2.4.2",
Expand All @@ -72,8 +73,7 @@
"which": "^1.3.1",
"ws": "^7.0.0",
"yargs": "^16.0.3",
"yargs-unparser": "^2.0.0",
"ajv": "^8.6.3"
"yargs-unparser": "^2.0.0"
},
"peerDependencies": {
"jest-circus": "26.0.x - 26.4.x || >=26.5.2",
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": "19.0.0",
"version": "19.1.0",
"private": true,
"engines": {
"node": ">=8.3.0"
Expand Down Expand Up @@ -40,7 +40,7 @@
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@types/node": "^14.14.20",
"detox": "^19.0.0",
"detox": "^19.1.0",
"dtslint": "^4.0.6",
"express": "^4.15.3",
"jest": "^27.0.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": "19.0.0",
"version": "19.1.0",
"private": true,
"scripts": {
"packager": "react-native start",
"detox-server": "detox run-server",
"e2e": "mocha e2e --opts ./e2e/mocha.opts"
},
"devDependencies": {
"detox": "^19.0.0",
"detox": "^19.1.0",
"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": "19.0.0",
"version": "19.1.0",
"private": true,
"devDependencies": {
"detox": "^19.0.0",
"detox": "^19.1.0",
"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": "19.0.0",
"version": "19.1.0",
"private": true,
"scripts": {},
"devDependencies": {
"detox": "^19.0.0",
"detox": "^19.1.0",
"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": "19.0.0",
"version": "19.1.0",
"private": true,
"scripts": {
"test:ios-release": "detox test --configuration ios.sim.release -l verbose",
Expand All @@ -12,7 +12,7 @@
},
"devDependencies": {
"@types/jest": "^26.0.24",
"detox": "^19.0.0",
"detox": "^19.1.0",
"jest": "^27.0.0",
"sanitize-filename": "^1.6.1",
"ts-jest": "^27.0.0",
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": "19.0.0",
"version": "19.1.0",
"private": true,
"scripts": {
"start": "react-native start",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@types/mocha": "^8.2.0",
"detox": "^19.0.0",
"detox": "^19.1.0",
"mocha": "^6.1.3",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
Expand Down
2 changes: 1 addition & 1 deletion generation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generation",
"version": "19.0.0",
"version": "19.1.0",
"description": "Generate wrapper code for native dependencies",
"main": "index.js",
"private": true,
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": "19.0.0",
"version": "19.1.0",
"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 @@ -54,5 +54,5 @@
"shell-utils": "1.x.x",
"unified": "^10.1.0"
},
"version": "19.0.0"
"version": "19.1.0"
}

0 comments on commit 4b4d018

Please sign in to comment.