Files
shadcn-ui/packages/tests/package.json
dependabot[bot] 2cc87170e5 chore(deps): bump vitest from 2.1.9 to 3.2.6
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.1.9 to 3.2.6.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.6/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-version: 3.2.6
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-10 07:13:07 +00:00

27 lines
663 B
JSON

{
"name": "tests",
"version": "0.0.1",
"private": true,
"description": "Integration tests for shadcn CLI",
"type": "module",
"scripts": {
"test": "vitest run",
"format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"shadcn": "workspace:*"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/node": "^20.11.27",
"execa": "^7.0.0",
"fs-extra": "^11.1.0",
"rimraf": "^6.0.1",
"typescript": "^5.5.3",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^3.2.6"
}
}