@mands/nx-playwright
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "@mands/nx-playwright", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -15,3 +15,3 @@ "use strict"; | ||
(0, devkit_1.updateJson)(host, 'package.json', exports.removePlaywrightDeps); | ||
const installTask = (0, devkit_1.addDependenciesToPackageJson)(host, {}, { '@playwright/test': '1.22.2' }); | ||
const installTask = (0, devkit_1.addDependenciesToPackageJson)(host, {}, { '@playwright/test': '1.25.1', playwright: '1.25.1' }); | ||
if (!options.skipFormat) { | ||
@@ -18,0 +18,0 @@ yield (0, devkit_1.formatFiles)(host); |
Sorry, the diff of this file is not supported yet
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
36899