mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
* [Platform] Update dependency isomorphic-git to ^1.33.0 from ^1.25.10 * Override sha.js version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andrew Rumble <andrew.rumble@overleaf.com> GitOrigin-RevId: 56bf1ef4b6fa7043ea3609e46a21c36a651905b0
34 lines
967 B
JSON
34 lines
967 B
JSON
{
|
|
"name": "@overleaf/server-ce/test",
|
|
"description": "e2e tests for Overleaf Community Edition",
|
|
"private": true,
|
|
"scripts": {
|
|
"cypress:open": "cypress open --e2e --browser chrome",
|
|
"cypress:run": "cypress run --e2e --browser chrome",
|
|
"format": "prettier --list-different $PWD/'**/*.{js,mjs,ts,tsx,json}'",
|
|
"format:fix": "prettier --write $PWD/'**/*.{js,mjs,ts,tsx,json}'"
|
|
},
|
|
"dependencies": {
|
|
"@isomorphic-git/lightning-fs": "^4.6.0",
|
|
"@testing-library/cypress": "^10.0.3",
|
|
"@types/adm-zip": "^0.5.5",
|
|
"@types/pdf-parse": "^1.1.4",
|
|
"@types/uuid": "^9.0.8",
|
|
"adm-zip": "^0.5.12",
|
|
"body-parser": "^1.20.3",
|
|
"celebrate": "^15.0.3",
|
|
"cypress": "13.13.2",
|
|
"express": "^4.21.2",
|
|
"isomorphic-git": "^1.33.0",
|
|
"js-yaml": "^4.1.0",
|
|
"pdf-parse": "^1.1.1",
|
|
"typescript": "^5.0.4",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"overrides": {
|
|
"isomorphic-git@^1.33.0": {
|
|
"sha.js": "2.4.12"
|
|
}
|
|
}
|
|
}
|