* no suspense test and trailing slash test * use playwright for integration tests * remove seed from server mode test in auth integration * change pkg-dir version for blitz cli * use pkg-dir 5.0.0 * clean up * move seed location in auth test * explict timeout for auth test Co-authored-by: beerose <alexsandra.sikora@gmail.com>
35 lines
908 B
JSON
35 lines
908 B
JSON
{
|
|
"name": "test-utils",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@blitzjs/config": "workspace: *",
|
|
"@blitzjs/rpc": "workspace: *",
|
|
"@testing-library/react": "13.0.0",
|
|
"@types/express": "4.17.13",
|
|
"@types/fs-extra": "9.0.13",
|
|
"@types/node-fetch": "2.6.1",
|
|
"@types/react": "18.0.1",
|
|
"@types/rimraf": "3.0.2",
|
|
"@types/selenium-webdriver": "4.0.18",
|
|
"chromedriver": "100.0.0",
|
|
"cross-spawn": "7.0.3",
|
|
"eslint": "7.32.0",
|
|
"express": "4.17.3",
|
|
"fs-extra": "10.0.1",
|
|
"get-port": "6.1.2",
|
|
"node-fetch": "3.2.3",
|
|
"pkg-dir": "5.0.0",
|
|
"playwright-chromium": "1.14.1",
|
|
"react": "18.0.0",
|
|
"react-dom": "18.0.0",
|
|
"react-query": "3.39.0",
|
|
"resolve-cwd": "3.0.0",
|
|
"resolve-from": "5.0.0",
|
|
"rimraf": "3.0.2",
|
|
"selenium-webdriver": "4.1.1",
|
|
"tree-kill": "1.2.2",
|
|
"typescript": "^4.5.3"
|
|
}
|
|
}
|