Update testhelpers version

This commit is contained in:
Nikolaj Geisle
2022-10-14 09:51:33 +02:00
parent d5278ca9fe
commit c071fc03ba
2 changed files with 8 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"@umbraco/json-models-builders": "^1.0.0", "@umbraco/json-models-builders": "^1.0.0",
"@umbraco/playwright-testhelpers": "^1.0.4", "@umbraco/playwright-testhelpers": "^1.0.5",
"camelize": "^1.0.0", "camelize": "^1.0.0",
"dotenv": "^16.0.2", "dotenv": "^16.0.2",
"faker": "^4.1.0", "faker": "^4.1.0",
@@ -101,9 +101,9 @@
} }
}, },
"node_modules/@umbraco/playwright-testhelpers": { "node_modules/@umbraco/playwright-testhelpers": {
"version": "1.0.4", "version": "1.0.5",
"resolved": "https://registry.npmjs.org/@umbraco/playwright-testhelpers/-/playwright-testhelpers-1.0.4.tgz", "resolved": "https://registry.npmjs.org/@umbraco/playwright-testhelpers/-/playwright-testhelpers-1.0.5.tgz",
"integrity": "sha512-OBAUzscj+v1w0TwUcWAUeUou6t1wz/7ZXDhMPq6gL8jzAXSFobWRShfC4zqCiWoGLZ8721UN55Q01WFyWiuOSg==", "integrity": "sha512-OGV83Clpj3OQgPks3uczcL1JSVW8eF16nRtTKcBSNeg4QaN/021DbluqoVOYtlFYAw3NtOoorAVIGCDhxKECOw==",
"dependencies": { "dependencies": {
"@umbraco/json-models-builders": "^1.0.0", "@umbraco/json-models-builders": "^1.0.0",
"camelize": "^1.0.0", "camelize": "^1.0.0",
@@ -906,9 +906,9 @@
} }
}, },
"@umbraco/playwright-testhelpers": { "@umbraco/playwright-testhelpers": {
"version": "1.0.4", "version": "1.0.5",
"resolved": "https://registry.npmjs.org/@umbraco/playwright-testhelpers/-/playwright-testhelpers-1.0.4.tgz", "resolved": "https://registry.npmjs.org/@umbraco/playwright-testhelpers/-/playwright-testhelpers-1.0.5.tgz",
"integrity": "sha512-OBAUzscj+v1w0TwUcWAUeUou6t1wz/7ZXDhMPq6gL8jzAXSFobWRShfC4zqCiWoGLZ8721UN55Q01WFyWiuOSg==", "integrity": "sha512-OGV83Clpj3OQgPks3uczcL1JSVW8eF16nRtTKcBSNeg4QaN/021DbluqoVOYtlFYAw3NtOoorAVIGCDhxKECOw==",
"requires": { "requires": {
"@umbraco/json-models-builders": "^1.0.0", "@umbraco/json-models-builders": "^1.0.0",
"camelize": "^1.0.0", "camelize": "^1.0.0",

View File

@@ -19,7 +19,7 @@
}, },
"dependencies": { "dependencies": {
"@umbraco/json-models-builders": "^1.0.0", "@umbraco/json-models-builders": "^1.0.0",
"@umbraco/playwright-testhelpers": "^1.0.4", "@umbraco/playwright-testhelpers": "^1.0.5",
"camelize": "^1.0.0", "camelize": "^1.0.0",
"faker": "^4.1.0", "faker": "^4.1.0",
"form-data": "^4.0.0", "form-data": "^4.0.0",