RandomSec/main/tests/cypress/package.json
dependabot[bot] 4e5389b586
build(deps-dev): bump eslint from 8.4.0 to 8.4.1 in /main/tests/cypress (#4349)
Bumps [eslint](https://github.com/eslint/eslint) from 8.4.0 to 8.4.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.4.0...v8.4.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  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>
2021-12-08 11:26:54 +02:00

31 lines
920 B
JSON

{
"name": "openrefine-cypress-test-suite",
"version": "1.0.0",
"description": "Cypress tests for OpenRefine",
"license": "BSD-3-Clause",
"author": "OpenRefine",
"private": true,
"scripts": {
"test": "cypress run --browser electron --headless --quiet",
"fix-lint": "prettier --write . && eslint --fix .",
"lint": "prettier --check . && eslint ."
},
"dependencies": {
"cypress": "9.1.0",
"cypress-image-snapshot": "^4.0.1",
"cypress-file-upload": "^5.0.8",
"cypress-wait-until": "^1.7.2",
"dotenv": "^10.0.0",
"fs-extra": "^10.0.0",
"uniqid": "^5.4.0"
},
"devDependencies": {
"eslint": "^8.4.1",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-cypress": "^2.12.1",
"jsdoc": "^3.6.7",
"prettier": "2.5.1"
}
}