diff --git a/packages/playwright/package.json b/packages/playwright/package.json index 5ecea02..5e8cff4 100644 --- a/packages/playwright/package.json +++ b/packages/playwright/package.json @@ -1,38 +1,29 @@ { - "name": "@lambdatest/playwright-driver", - "version": "1.0.3", - "description": "Playwright SDK for smart UI", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/LambdaTest/lambdatest-js-sdk.git", - "directory": "packages/playwright" - }, - "keywords": [ - "lambdatest", - "playwright", - "smartui" - ], - "author": "LambdaTest <keys@lambdatest.com>", - "license": "MIT", - "bugs": { - "url": "https://github.com/LambdaTest/lambdatest-js-sdk/issues" - }, - "homepage": "https://github.com/LambdaTest/lambdatest-js-sdk#readme", - - "peerDependencies": { - "playwright-core": ">=1" - }, - "devDependencies": { - "@playwright/test": "^1.24.2", - "playwright": "^1.24.2" - }, - "dependencies": { - "@lambdatest/sdk-utils": "workspace:^" - } - - } + "name": "@lambdatest/playwright-driver", + "version": "1.0.3", + "description": "Playwright SDK for smart UI", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/LambdaTest/lambdatest-js-sdk.git", + "directory": "packages/playwright" + }, + "keywords": [ + "lambdatest", + "playwright", + "smartui" + ], + "author": "LambdaTest <keys@lambdatest.com>", + "license": "MIT", + "bugs": { + "url": "https://github.com/LambdaTest/lambdatest-js-sdk/issues" + }, + "homepage": "https://github.com/LambdaTest/lambdatest-js-sdk#readme", + "dependencies": { + "@lambdatest/sdk-utils": "workspace:^" + } +} \ No newline at end of file diff --git a/packages/testcafe/package.json b/packages/testcafe/package.json index 02c92a2..0b54df0 100644 --- a/packages/testcafe/package.json +++ b/packages/testcafe/package.json @@ -1,35 +1,28 @@ { - "name": "@lambdatest/testcafe-driver", - "version": "1.0.3", - "description": "Testcafe SDK for LambdaTest smart UI", - "repository": { - "type": "git", - "url": "git+https://github.com/LambdaTest/lambdatest-js-sdk.git", - "directory": "packages/testcafe" - }, - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "keywords": [ - "lambdatest", - "testcafe", - "smartui" - ], - "author": "LambdaTest <keys@lambdatest.com>", - "license": "MIT", - "bugs": { - "url": "https://github.com/LambdaTest/lambdatest-js-sdk/issues" - }, - - "homepage": "https://github.com/LambdaTest/lambdatest-js-sdk#readme", - "devDependencies": { - "testcafe": "^3.4.0" - }, - "peerDependencies": { - "testcafe": ">=1" - }, - "dependencies": { - "@lambdatest/sdk-utils": "workspace:^" - } + "name": "@lambdatest/testcafe-driver", + "version": "1.0.3", + "description": "Testcafe SDK for LambdaTest smart UI", + "repository": { + "type": "git", + "url": "git+https://github.com/LambdaTest/lambdatest-js-sdk.git", + "directory": "packages/testcafe" + }, + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [ + "lambdatest", + "testcafe", + "smartui" + ], + "author": "LambdaTest <keys@lambdatest.com>", + "license": "MIT", + "bugs": { + "url": "https://github.com/LambdaTest/lambdatest-js-sdk/issues" + }, + "homepage": "https://github.com/LambdaTest/lambdatest-js-sdk#readme", + "dependencies": { + "@lambdatest/sdk-utils": "workspace:^" + } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 884e9fa..882f608 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,6 +6,18 @@ settings: importers: + packages/playwright: + dependencies: + '@lambdatest/sdk-utils': + specifier: workspace:^ + version: link:../sdk-utils + + packages/puppeteer: + dependencies: + '@lambdatest/sdk-utils': + specifier: workspace:^ + version: link:../sdk-utils + packages/sdk-utils: dependencies: axios: @@ -24,6 +36,12 @@ importers: specifier: workspace:^ version: link:../sdk-utils + packages/testcafe: + dependencies: + '@lambdatest/sdk-utils': + specifier: workspace:^ + version: link:../sdk-utils + packages: /@colors/colors@1.6.0: