mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-30 13:27:18 +00:00
Bumps [@types/selenium-webdriver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/selenium-webdriver) from 4.1.26 to 4.1.27. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/selenium-webdriver) --- updated-dependencies: - dependency-name: "@types/selenium-webdriver" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
32 lines
782 B
JSON
32 lines
782 B
JSON
{
|
|
"name": "ui-test",
|
|
"version": "1.0.0",
|
|
"description": "UI Testing",
|
|
"main": "argocd-ui-test",
|
|
"scripts": {
|
|
"compile": "npx tsc",
|
|
"test": "node out/test001.js",
|
|
"pretest": "cp .env out/.env",
|
|
"lint": "tslint -p ."
|
|
},
|
|
"author": "Keith Chong",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@types/selenium-webdriver": "^4.1.27",
|
|
"assert": "^2.1.0",
|
|
"chromedriver": "^130.0.1",
|
|
"selenium-webdriver": "^4.25.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mocha": "^10.0.9",
|
|
"@types/node": "^22.8.4",
|
|
"dotenv": "^16.4.5",
|
|
"mocha": "^10.7.3",
|
|
"prettier": "^2.8.8",
|
|
"tslint": "^6.1.3",
|
|
"tslint-config-prettier": "^1.18.0",
|
|
"tslint-plugin-prettier": "^2.0.1",
|
|
"typescript": "^5.6.3",
|
|
"yarn": "^1.22.22"
|
|
}
|
|
}
|