Skip to content

Commit

Permalink
Publish 20.12.2 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
mobile1-internal committed Sep 27, 2023
1 parent 446bc41 commit 3ed86bf
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 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": "20.12.1",
"version": "20.12.2",
"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": "20.12.1",
"version": "20.12.2",
"private": true,
"engines": {
"node": ">=14.5.0"
Expand Down Expand Up @@ -56,7 +56,7 @@
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"cross-env": "^7.0.3",
"detox": "^20.12.1",
"detox": "^20.12.2",
"eslint": "^8.41.0",
"eslint-plugin-unicorn": "^47.0.0",
"execa": "^5.1.1",
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": "20.12.1",
"version": "20.12.2",
"private": true,
"scripts": {
"packager": "react-native start",
"detox-server": "detox run-server"
},
"devDependencies": {
"detox": "^20.12.1"
"detox": "^20.12.2"
},
"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": "20.12.1",
"version": "20.12.2",
"private": true,
"devDependencies": {
"detox": "^20.12.1"
"detox": "^20.12.2"
},
"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": "20.12.1",
"version": "20.12.2",
"private": true,
"scripts": {
"test:plugin": "detox test --configuration plugin -l verbose"
},
"devDependencies": {
"detox": "^20.12.1",
"detox": "^20.12.2",
"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": "20.12.1",
"version": "20.12.2",
"private": true,
"scripts": {},
"devDependencies": {
"detox": "^20.12.1"
"detox": "^20.12.2"
},
"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": "20.12.1",
"version": "20.12.2",
"private": true,
"scripts": {
"start": "react-native start",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@types/fs-extra": "^9.0.13",
"@types/jest": "^29.2.1",
"@types/react": "^18.0.24",
"detox": "^20.12.1",
"detox": "^20.12.2",
"fs-extra": "^9.1.0",
"jest": "^29.2.1",
"ts-jest": "^29.0.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": "20.12.1",
"version": "20.12.2",
"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": "20.12.1"
"version": "20.12.2"
}

0 comments on commit 3ed86bf

Please sign in to comment.