Files
directus/tests/blackbox/package.json
dependabot[bot] 572da8a7be Bump listr2 from 8.0.0 to 8.0.1 (#20826)
Bumps [listr2](https://github.com/listr2/listr2) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/listr2/listr2/releases)
- [Changelog](https://github.com/listr2/listr2/blob/master/release.config.cjs)
- [Commits](https://github.com/listr2/listr2/compare/listr2@8.0.0...listr2@8.0.1)

---
updated-dependencies:
- dependency-name: listr2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-21 01:30:59 +01:00

40 lines
912 B
JSON

{
"name": "tests-blackbox",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"test": "vitest --watch=false",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@directus/tsconfig": "workspace:*",
"@directus/types": "workspace:*",
"@directus/utils": "workspace:*",
"@types/js-yaml": "4.0.9",
"@types/lodash-es": "4.17.12",
"@types/seedrandom": "3.0.8",
"@types/supertest": "2.0.16",
"@types/uuid": "9.0.7",
"@types/ws": "8.5.10",
"argon2": "0.31.2",
"autocannon": "7.14.0",
"axios": "1.6.2",
"get-port": "7.0.0",
"globby": "14.0.0",
"graphql-ws": "5.14.2",
"js-yaml": "4.1.0",
"json-to-graphql-query": "2.2.5",
"knex": "3.1.0",
"listr2": "8.0.1",
"lodash-es": "4.17.21",
"seedrandom": "3.0.5",
"supertest": "6.3.3",
"typescript": "5.3.3",
"uuid": "9.0.1",
"vite-tsconfig-paths": "4.2.2",
"vitest": "1.1.0",
"ws": "8.15.1"
}
}