create-wdio
Advanced tools
Comparing version 8.4.6 to 8.4.7
@@ -78,3 +78,4 @@ import fs from 'node:fs/promises'; | ||
'config', | ||
...(opts.yes ? ['--yes'] : []) | ||
...(opts.yes ? ['--yes'] : []), | ||
...(opts.npmTag ? ['--npm-tag', opts.npmTag] : []) | ||
].filter(i => !!i), { cwd: root }); | ||
@@ -81,0 +82,0 @@ } |
{ | ||
"name": "create-wdio", | ||
"version": "8.4.6", | ||
"version": "8.4.7", | ||
"description": "Install and setup a WebdriverIO project with all its dependencies in a single run", | ||
@@ -42,22 +42,22 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
"@types/cross-spawn": "^6.0.6", | ||
"@types/node": "^20.10.5", | ||
"@types/semver": "^7.5.6", | ||
"@typescript-eslint/eslint-plugin": "^6.16.0", | ||
"@typescript-eslint/parser": "^6.16.0", | ||
"@vitest/coverage-v8": "^1.1.0", | ||
"eslint": "^8.56.0", | ||
"@types/node": "^20.11.26", | ||
"@types/semver": "^7.5.8", | ||
"@typescript-eslint/eslint-plugin": "^7.2.0", | ||
"@typescript-eslint/parser": "^7.2.0", | ||
"@vitest/coverage-v8": "^1.3.1", | ||
"eslint": "^8.57.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-unicorn": "^50.0.1", | ||
"eslint-plugin-unicorn": "^51.0.1", | ||
"npm-run-all": "^4.1.5", | ||
"release-it": "^17.0.1", | ||
"typescript": "^5.3.3", | ||
"vitest": "^1.1.0" | ||
"release-it": "^17.1.1", | ||
"typescript": "^5.4.2", | ||
"vitest": "^1.3.1" | ||
}, | ||
"dependencies": { | ||
"chalk": "^5.3.0", | ||
"commander": "^11.1.0", | ||
"commander": "^12.0.0", | ||
"cross-spawn": "^7.0.3", | ||
"import-meta-resolve": "^4.0.0", | ||
"semver": "^7.5.4" | ||
"semver": "^7.6.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17603
315
+ Addedcommander@12.1.0(transitive)
- Removedcommander@11.1.0(transitive)
Updatedcommander@^12.0.0
Updatedsemver@^7.6.0