1
0
mirror of synced 2026-02-03 09:01:02 -05:00
Files
blitz/integration-tests/utils/package.json
github-actions[bot] b18f81873e Version Packages (#4429)
* Version Packages

* pnpm lock fix

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com>
2025-09-11 13:02:08 +00:00

36 lines
980 B
JSON

{
"name": "test-utils",
"version": "0.0.0",
"private": true,
"devDependencies": {
"@blitzjs/config": "workspace:3.0.2",
"@blitzjs/next": "workspace:3.0.2",
"@blitzjs/rpc": "workspace:3.0.2",
"@tanstack/react-query": "4.13.0",
"@testing-library/react": "16.0.1",
"@types/express": "4.17.13",
"@types/fs-extra": "9.0.13",
"@types/node-fetch": "2.6.1",
"@types/react": "npm:types-react@19.0.0",
"@types/rimraf": "3.0.2",
"@types/selenium-webdriver": "4.0.18",
"chromedriver": "100.0.0",
"cross-spawn": "7.0.3",
"eslint": "8.27.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.49.1",
"react": "19.0.0",
"react-dom": "19.0.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.8.4"
}
}