create-wdio
Advanced tools
Comparing version 8.2.3 to 8.2.4
{ | ||
"name": "create-wdio", | ||
"version": "8.2.3", | ||
"version": "8.2.4", | ||
"description": "Install and setup a WebdriverIO project with all its dependencies in a single run", | ||
@@ -37,3 +37,3 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
"test:eslint": "eslint -c ./.eslintrc.cjs ./src/**/*.ts ./tests/**/*.ts", | ||
"test:unit": "vitest", | ||
"test:unit": "vitest --run", | ||
"watch": "npm run compile -- --watch" | ||
@@ -43,24 +43,23 @@ }, | ||
"@types/cross-spawn": "^6.0.2", | ||
"@types/node": "^18.11.18", | ||
"@types/semver": "^7.3.13", | ||
"@typescript-eslint/eslint-plugin": "^5.48.2", | ||
"@typescript-eslint/parser": "^5.48.2", | ||
"@vitest/coverage-c8": "^0.29.8", | ||
"c8": "^7.12.0", | ||
"eslint": "^8.32.0", | ||
"@types/node": "^20.3.1", | ||
"@types/semver": "^7.5.0", | ||
"@typescript-eslint/eslint-plugin": "^5.59.11", | ||
"@typescript-eslint/parser": "^5.59.11", | ||
"@vitest/coverage-v8": "^0.32.0", | ||
"eslint": "^8.42.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-unicorn": "^46.0.0", | ||
"eslint-plugin-unicorn": "^47.0.0", | ||
"npm-run-all": "^4.1.5", | ||
"release-it": "^15.6.0", | ||
"typescript": "^5.0.2", | ||
"vitest": "^0.30.0" | ||
"release-it": "^15.11.0", | ||
"typescript": "^5.1.3", | ||
"vitest": "^0.32.0" | ||
}, | ||
"dependencies": { | ||
"chalk": "^5.2.0", | ||
"commander": "^10.0.0", | ||
"commander": "^10.0.1", | ||
"cross-spawn": "^7.0.3", | ||
"has-yarn": "^3.0.0", | ||
"read-pkg-up": "^9.1.0", | ||
"semver": "^7.3.8" | ||
"semver": "^7.5.1" | ||
} | ||
} |
@@ -17,8 +17,8 @@ /// <reference types="vitest" /> | ||
exclude: ['**/build/**', '__mocks__', '**/*.test.ts'], | ||
lines: 98, | ||
lines: 97, | ||
functions: 80, | ||
branches: 77, | ||
statements: 98 | ||
branches: 72, | ||
statements: 97 | ||
} | ||
} | ||
}) |
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
13
16090
Updatedcommander@^10.0.1
Updatedsemver@^7.5.1