enact/cli 버전관련 에러로 인한 롤백 수정

This commit is contained in:
opacity@t-win.kr
2025-08-19 11:26:55 +09:00
parent 3e81428b87
commit 24c2393e93
3 changed files with 1 additions and 65972 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -40,7 +40,6 @@
"@enact/spotlight": "^3.3.0", "@enact/spotlight": "^3.3.0",
"@enact/ui": "^3.3.0", "@enact/ui": "^3.3.0",
"@enact/webos": "^3.3.0", "@enact/webos": "^3.3.0",
"@webos-tools/cli": "^3.2.1",
"axios": "^0.21.1", "axios": "^0.21.1",
"dashjs": "^5.0.3", "dashjs": "^5.0.3",
"google-libphonenumber": "^3.2.34", "google-libphonenumber": "^3.2.34",
@@ -61,7 +60,6 @@
"chrome 38" "chrome 38"
], ],
"devDependencies": { "devDependencies": {
"@enact/cli": "^5.0.0",
"prettier": "^3.5.3" "prettier": "^3.5.3"
} }
} }

View File

@@ -53,7 +53,7 @@ const OptionalTermsInfo = kind({
imageSources: [benefitImage], imageSources: [benefitImage],
imageTitle: $L("Agree and Enjoy Special Benefits"), imageTitle: $L("Agree and Enjoy Special Benefits"),
textDescription: $L( textDescription: $L(
"By checking Optional terms, you allow Shop Time to use your activity (views, purchases, searches, etc.) to show you more relevant content, product recommendations, special offers, and ads. If you do not check, you can still use all basic Shop Time features", "By checking Optional terms, you allow Shop Time to use your activity (views, purchases, searches, etc.) to show you more relevant content, product recommendations, special offers, and ads. If you do not check, you can still use all basic Shop Time features"
), ),
}, },