Bumped version of test helper (#15981)

This commit is contained in:
Nhu Dinh
2024-04-04 15:58:49 +07:00
committed by GitHub
parent ac1ef52aba
commit 978d191039
2 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
"hasInstallScript": true,
"dependencies": {
"@umbraco/json-models-builders": "^2.0.4",
"@umbraco/playwright-testhelpers": "^2.0.0-beta.26",
"@umbraco/playwright-testhelpers": "^2.0.0-beta.28",
"camelize": "^1.0.0",
"dotenv": "^16.3.1",
"faker": "^4.1.0",
@@ -146,9 +146,9 @@
"integrity": "sha512-9tCqYEDHI5RYFQigXFwF1hnCwcWCOJl/hmll0lr5D2Ljjb0o4wphb69wikeJDz5qCEzXCoPvG6ss5SDP6IfOdg=="
},
"node_modules/@umbraco/playwright-testhelpers": {
"version": "2.0.0-beta.26",
"resolved": "https://registry.npmjs.org/@umbraco/playwright-testhelpers/-/playwright-testhelpers-2.0.0-beta.26.tgz",
"integrity": "sha512-DCEHFPp8DSKZemocdNDHNgEiBKhyP1kbEiJq6dfP7iONQY+t2Nj+Ny1E7pjqS2hnr/cudWVAHbb/WoFMW+0vRQ==",
"version": "2.0.0-beta.28",
"resolved": "https://registry.npmjs.org/@umbraco/playwright-testhelpers/-/playwright-testhelpers-2.0.0-beta.28.tgz",
"integrity": "sha512-GL+N0VtGMYRE6IoOFPPxTodf7wpjoZ3MhZsfNE905vpMpOxokMpkBf2BiZ5q+owYhNx27gYCfxvTMTa6Y4B1dw==",
"dependencies": {
"@umbraco/json-models-builders": "2.0.4",
"camelize": "^1.0.0",

View File

@@ -21,7 +21,7 @@
},
"dependencies": {
"@umbraco/json-models-builders": "^2.0.4",
"@umbraco/playwright-testhelpers": "^2.0.0-beta.26",
"@umbraco/playwright-testhelpers": "^2.0.0-beta.28",
"camelize": "^1.0.0",
"dotenv": "^16.3.1",
"faker": "^4.1.0",