RandomSec/main/tests/cypress/package.json
dependabot[bot] 5c891e6ad7
build(deps-dev): bump prettier in /main/tests/cypress (#3968)
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.3.0...2.3.1)

---
updated-dependencies:
- dependency-name: prettier
  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-06-07 10:51:44 +02:00

31 lines
921 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": "7.2.0",
"cypress-image-snapshot": "^4.0.1",
"cypress-file-upload": "^5.0.7",
"cypress-wait-until": "^1.7.1",
"dotenv": "^10.0.0",
"fs-extra": "^10.0.0",
"uniqid": "^5.3.0"
},
"devDependencies": {
"eslint": "^7.28.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-cypress": "^2.11.3",
"jsdoc": "^3.6.7",
"prettier": "2.3.1"
}
}