Skip to content

Commit

Permalink
Publish 20.0.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
mobile1-internal committed Nov 10, 2022
1 parent a1c70ef commit 8c533cd
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 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": "19.0.0",
"version": "20.0.0",
"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": "19.13.0",
"version": "20.0.0",
"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": "19.13.0",
"version": "20.0.0",
"private": true,
"engines": {
"node": ">=14.5.0"
Expand Down Expand Up @@ -54,7 +54,7 @@
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"cross-env": "^7.0.3",
"detox": "^19.13.0",
"detox": "^20.0.0",
"eslint": "^7.32.0",
"eslint-plugin-unicorn": "^39.0.0",
"express": "^4.15.3",
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,13 +1,13 @@
{
"name": "detox-demo-native-android",
"version": "19.13.0",
"version": "20.0.0",
"private": true,
"scripts": {
"packager": "react-native start",
"detox-server": "detox run-server"
},
"devDependencies": {
"detox": "^19.13.0"
"detox": "^20.0.0"
},
"detox": {}
}
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.13.0",
"version": "20.0.0",
"private": true,
"devDependencies": {
"detox": "^19.13.0"
"detox": "^20.0.0"
},
"detox": {
"specs": "",
Expand Down
4 changes: 2 additions & 2 deletions examples/demo-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "demo-plugin",
"version": "19.13.0",
"version": "20.0.0",
"private": true,
"scripts": {
"test:plugin": "detox test --configuration plugin -l verbose"
},
"devDependencies": {
"detox": "^19.13.0",
"detox": "^20.0.0",
"jest": "^28.0.0"
},
"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.13.0",
"version": "20.0.0",
"private": true,
"scripts": {},
"devDependencies": {
"detox": "^19.13.0"
"detox": "^20.0.0"
},
"detox": {
"configurations": {
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.13.0",
"version": "20.0.0",
"private": true,
"scripts": {
"start": "react-native start",
Expand Down Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/jest": "^29.2.1",
"detox": "^19.13.0",
"detox": "^20.0.0",
"fs-extra": "^9.1.0",
"jest": "^29.2.1",
"ts-jest": "^29.0.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": "20.0.11-prerelease.0",
"version": "20.0.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.13.0",
"version": "20.0.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.13.0"
"version": "20.0.0"
}

0 comments on commit 8c533cd

Please sign in to comment.