Skip to content

Commit 1edc4ff

Browse files
authored
chore: bump teen_process (#285)
* chore: bump teen_process * correct * use newer fixed version
1 parent 0b93458 commit 1edc4ff

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

lib/subcommands/openurl.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ export async function openUrl (this: Simctl, url: string): Promise<TeenProcessEx
1818
args: [this.requireUdid('openurl'), url],
1919
});
2020
}
21-

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"lodash": "^4.2.1",
4040
"rimraf": "^6.0.1",
4141
"semver": "^7.0.0",
42-
"teen_process": "^3.0.0",
42+
"teen_process": "^4.0.4",
4343
"uuid": "^13.0.0",
4444
"which": "^6.0.0"
4545
},
@@ -69,7 +69,6 @@
6969
"@types/lodash": "^4.14.196",
7070
"@types/mocha": "^10.0.1",
7171
"@types/node": "^25.0.0",
72-
"@types/teen_process": "^2.0.2",
7372
"appium-xcode": "^6.0.0",
7473
"chai": "^6.0.0",
7574
"chai-as-promised": "^8.0.0",

0 commit comments

Comments
 (0)