We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7704a3b commit 202787dCopy full SHA for 202787d
1 file changed
src/index.ts
@@ -72,8 +72,8 @@ function createPackageJson(targetDir: string, language: Language): void {
72
...(typeof pkg.devDependencies === "object" && pkg.devDependencies !== null
73
? (pkg.devDependencies as Record<string, string>)
74
: {}),
75
- "@mobilewright/test": "0.0.22",
76
- "mobilewright": "0.0.22",
+ "@mobilewright/test": "0.0.30",
+ "mobilewright": "0.0.30",
77
};
78
79
if (language === "ts") {
0 commit comments