mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.2.2 to 1.3.0. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v1.3.0/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
40 lines
911 B
JSON
40 lines
911 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": "6.0.2",
|
|
"@types/uuid": "9.0.8",
|
|
"@types/ws": "8.5.10",
|
|
"argon2": "0.31.2",
|
|
"autocannon": "7.15.0",
|
|
"axios": "1.6.7",
|
|
"get-port": "7.0.0",
|
|
"globby": "14.0.1",
|
|
"graphql-ws": "5.15.0",
|
|
"js-yaml": "4.1.0",
|
|
"json-to-graphql-query": "2.2.5",
|
|
"knex": "3.1.0",
|
|
"listr2": "8.0.2",
|
|
"lodash-es": "4.17.21",
|
|
"seedrandom": "3.0.5",
|
|
"supertest": "6.3.4",
|
|
"typescript": "5.3.3",
|
|
"uuid": "9.0.1",
|
|
"vite-tsconfig-paths": "4.3.1",
|
|
"vitest": "1.3.0",
|
|
"ws": "8.16.0"
|
|
}
|
|
}
|