RandomSec/main/tests/cypress/package.json
dependabot[bot] 62c5270a6d
build(deps): bump uniqid from 5.2.0 to 5.3.0 in /main/tests/cypress (#3655)
Bumps [uniqid](https://github.com/adamhalasz/uniqid) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/adamhalasz/uniqid/releases)
- [Commits](https://github.com/adamhalasz/uniqid/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
2021-02-20 10:36:40 +01:00

30 lines
877 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": "6.5.0",
"cypress-file-upload": "^5.0.2",
"cypress-wait-until": "^1.7.1",
"dotenv": "^8.2.0",
"fs-extra": "^9.1.0",
"uniqid": "^5.3.0"
},
"devDependencies": {
"eslint": "^7.20.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-cypress": "^2.11.2",
"jsdoc": "^3.6.6",
"prettier": "2.2.1"
}
}