diff --git a/.changeset/hot-rabbits-call.md b/.changeset/hot-rabbits-call.md new file mode 100644 index 00000000..c3582de7 --- /dev/null +++ b/.changeset/hot-rabbits-call.md @@ -0,0 +1,5 @@ +--- +"@wdio/image-comparison-core": patch +--- + +chore: remove unused package diff --git a/packages/image-comparison-core/package.json b/packages/image-comparison-core/package.json index eb356986..08f576f3 100644 --- a/packages/image-comparison-core/package.json +++ b/packages/image-comparison-core/package.json @@ -34,13 +34,11 @@ "watch:tsc": "pnpm run build:tsc -w" }, "dependencies": { - "fs-extra": "^11.3.0", "jimp": "^1.6.0", "@wdio/logger": "^9.18.0", "@wdio/types": "^9.16.2" }, "devDependencies": { - "@types/fs-extra": "^11.0.4", "webdriverio": "^9.18.1" }, "publishConfig": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a313984e..af862ae0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -131,16 +131,10 @@ importers: '@wdio/types': specifier: ^9.16.2 version: 9.16.2 - fs-extra: - specifier: ^11.3.0 - version: 11.3.0 jimp: specifier: ^1.6.0 version: 1.6.0 devDependencies: - '@types/fs-extra': - specifier: ^11.0.4 - version: 11.0.4 webdriverio: specifier: ^9.18.1 version: 9.18.1 @@ -1949,9 +1943,6 @@ packages: '@types/estree@1.0.8': resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} - '@types/fs-extra@11.0.4': - resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==} - '@types/gitconfiglocal@2.0.3': resolution: {integrity: sha512-W6hyZux6TrtKfF2I9XNLVcsFr4xRr0T+S6hrJ9nDkhA2vzsFPIEAbnY4vgb6v2yKXQ9MJVcbLsARNlMfg4EVtQ==} @@ -1982,9 +1973,6 @@ packages: '@types/json5@0.0.29': resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} - '@types/jsonfile@6.1.4': - resolution: {integrity: sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==} - '@types/keyv@3.1.4': resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} @@ -3864,10 +3852,6 @@ packages: resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==} engines: {node: '>=12'} - fs-extra@11.3.0: - resolution: {integrity: sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==} - engines: {node: '>=14.14'} - fs-extra@7.0.1: resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==} engines: {node: '>=6 <7 || >=8'} @@ -9116,11 +9100,6 @@ snapshots: '@types/estree@1.0.8': {} - '@types/fs-extra@11.0.4': - dependencies: - '@types/jsonfile': 6.1.4 - '@types/node': 24.0.14 - '@types/gitconfiglocal@2.0.3': {} '@types/hast@2.3.10': @@ -9154,10 +9133,6 @@ snapshots: '@types/json5@0.0.29': {} - '@types/jsonfile@6.1.4': - dependencies: - '@types/node': 24.0.14 - '@types/keyv@3.1.4': dependencies: '@types/node': 24.0.14 @@ -11588,12 +11563,6 @@ snapshots: jsonfile: 6.1.0 universalify: 2.0.1 - fs-extra@11.3.0: - dependencies: - graceful-fs: 4.2.11 - jsonfile: 6.1.0 - universalify: 2.0.1 - fs-extra@7.0.1: dependencies: graceful-fs: 4.2.11