remove the word folder in label (#18485)

This commit is contained in:
Mads Rasmussen
2025-03-04 13:21:51 +01:00
committed by GitHub
parent 6d5b6a4553
commit 5358c0346e
8 changed files with 15 additions and 14 deletions

View File

@@ -8,7 +8,7 @@
"hasInstallScript": true,
"dependencies": {
"@umbraco/json-models-builders": "^2.0.29",
"@umbraco/playwright-testhelpers": "^15.0.25",
"@umbraco/playwright-testhelpers": "^15.0.27",
"camelize": "^1.0.0",
"dotenv": "^16.3.1",
"node-fetch": "^2.6.7"
@@ -67,9 +67,10 @@
}
},
"node_modules/@umbraco/playwright-testhelpers": {
"version": "15.0.25",
"resolved": "https://registry.npmjs.org/@umbraco/playwright-testhelpers/-/playwright-testhelpers-15.0.25.tgz",
"integrity": "sha512-La+n664iAWwqYq7hVU6sEu10WWqQA720CCZzPhMcBkCeac674YD6kQrj+4yPpGHChqD1q5zrrkQX3Xhg1pu5yQ==",
"version": "15.0.27",
"resolved": "https://registry.npmjs.org/@umbraco/playwright-testhelpers/-/playwright-testhelpers-15.0.27.tgz",
"integrity": "sha512-PH1KDAN3Eo0eqKh5mmcZdNWPPuEWUr8RY/ZcGApZyTt5Sys2ES8aGFEReJV1fRyHsTT7Y2Q1qQfCES8p43v0dQ==",
"license": "MIT",
"dependencies": {
"@umbraco/json-models-builders": "2.0.30",
"node-fetch": "^2.6.7"