create-wdio
Advanced tools
Comparing version 8.2.0 to 8.2.1
{ | ||
"name": "create-wdio", | ||
"version": "8.2.0", | ||
"version": "8.2.1", | ||
"description": "Install and setup a WebdriverIO project with all its dependencies in a single run", | ||
@@ -42,19 +42,19 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
"@types/cross-spawn": "^6.0.2", | ||
"@types/node": "^18.11.13", | ||
"@types/node": "^18.11.18", | ||
"@types/semver": "^7.3.13", | ||
"@typescript-eslint/eslint-plugin": "^5.46.0", | ||
"@typescript-eslint/parser": "^5.46.0", | ||
"@vitest/coverage-c8": "^0.25.7", | ||
"@typescript-eslint/eslint-plugin": "^5.48.2", | ||
"@typescript-eslint/parser": "^5.48.2", | ||
"@vitest/coverage-c8": "^0.28.1", | ||
"c8": "^7.12.0", | ||
"eslint": "^8.29.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-unicorn": "^45.0.1", | ||
"eslint": "^8.32.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-unicorn": "^45.0.2", | ||
"npm-run-all": "^4.1.5", | ||
"release-it": "^15.5.1", | ||
"release-it": "^15.6.0", | ||
"typescript": "^4.9.4", | ||
"vitest": "^0.25.7" | ||
"vitest": "^0.28.1" | ||
}, | ||
"dependencies": { | ||
"chalk": "^5.2.0", | ||
"commander": "^9.4.1", | ||
"commander": "^10.0.0", | ||
"cross-spawn": "^7.0.3", | ||
@@ -61,0 +61,0 @@ "has-yarn": "^3.0.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
16105
+ Addedcommander@10.0.1(transitive)
- Removedcommander@9.5.0(transitive)
Updatedcommander@^10.0.0