mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
Bumps [yarn](https://github.com/yarnpkg/yarn) from 1.22.10 to 1.22.13. - [Release notes](https://github.com/yarnpkg/yarn/releases) - [Changelog](https://github.com/yarnpkg/yarn/blob/master/CHANGELOG.md) - [Commits](https://github.com/yarnpkg/yarn/compare/1.22.10...v1.22.13) --- updated-dependencies: - dependency-name: yarn dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pasha-codefresh <pavel@codefresh.io>
32 lines
786 B
JSON
32 lines
786 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.0.9",
|
|
"assert": "^2.0.0",
|
|
"chromedriver": "^94.0.0",
|
|
"selenium-webdriver": "^4.0.0-alpha.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mocha": "^8.0.3",
|
|
"@types/node": "^14.14.2",
|
|
"dotenv": "^8.2.0",
|
|
"mocha": "^8.2.0",
|
|
"prettier": "^1.18.2",
|
|
"tslint": "^6.1.3",
|
|
"tslint-config-prettier": "^1.18.0",
|
|
"tslint-plugin-prettier": "^2.0.1",
|
|
"typescript": "^4.0.3",
|
|
"yarn": "^1.22.13"
|
|
}
|
|
}
|