Files
directus/tests/blackbox/package.json
Rijk van Zanten 2edbea9386 Move common dependencies to catalog (#25467)
* Update pnpm to v10

* Update package.json

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Allow builds

* Move common dependencies to catalog

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-15 14:40:28 -04:00

39 lines
887 B
JSON

{
"name": "tests-blackbox",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"test": "vitest --watch=false",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@directus/tsconfig": "catalog:",
"@directus/types": "workspace:*",
"@directus/utils": "workspace:*",
"@types/js-yaml": "4.0.9",
"@types/lodash-es": "catalog:",
"@types/seedrandom": "3.0.8",
"@types/supertest": "6.0.2",
"@types/ws": "8.5.14",
"argon2": "0.41.1",
"autocannon": "8.0.0",
"axios": "1.8.4",
"get-port": "7.1.0",
"globby": "14.1.0",
"graphql-ws": "5.16.2",
"js-yaml": "4.1.0",
"json-to-graphql-query": "2.3.0",
"knex": "3.1.0",
"listr2": "8.2.5",
"lodash-es": "catalog:",
"seedrandom": "3.0.5",
"supertest": "7.0.0",
"typescript": "catalog:",
"uuid": "11.1.0",
"vite-tsconfig-paths": "5.1.4",
"vitest": "1.6.1",
"ws": "8.18.1"
}
}