Files
resend__react-email/package.json
T
renovate[bot] 50f1048ccf chore(deps): update dependency happy-dom to v20.9.0 (#3335)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-16 16:24:29 -03:00

85 lines
2.9 KiB
JSON

{
"name": "react-email-monorepo",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "turbo run build",
"canary:enter": "changeset pre enter canary",
"canary:exit": "changeset pre exit",
"lint": "biome check",
"lint:fix": "biome check --write .",
"release": "turbo run build --filter=./packages/* && pnpm changeset publish",
"test": "turbo run test",
"test:watch": "turbo run test:watch",
"version": "changeset version && pnpm install --no-frozen-lockfile && pnpm lint:fix"
},
"devDependencies": {
"@actions/core": "3.0.0",
"@actions/exec": "3.0.0",
"@actions/github": "9.1.0",
"@actions/http-client": "4.0.0",
"@biomejs/biome": "2.4.12",
"@changesets/cli": "2.30.0",
"@changesets/pre": "2.0.2",
"@manypkg/get-packages": "3.1.0",
"@octokit/core": "7.0.6",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"happy-dom": "20.9.0",
"mdast-util-to-string": "4.0.0",
"nypm": "catalog:",
"pkg-pr-new": "0.0.66",
"remark": "15.0.1",
"rollup": "4.59.0",
"tsconfig": "workspace:*",
"tsdown": "catalog:",
"@tsdown/css": "catalog:",
"tsx": "catalog:",
"turbo": "2.8.13",
"typescript": "catalog:",
"vite": "catalog:",
"vitest": "4.0.17"
},
"pnpm": {
"ignoredBuiltDependencies": [
"sharp"
],
"overrides": {
"@mintlify/cli>js-yaml": "^4.1.1",
"@mintlify/common>js-yaml": "^4.1.1",
"@mintlify/common>lodash": "^4.18.0",
"@mintlify/link-rot>js-yaml": "^4.1.1",
"@mintlify/models>axios": "^1.15.0",
"@mintlify/prebuild>js-yaml": "^4.1.1",
"@mintlify/previewing>express": "^4.20.0",
"@mintlify/previewing>js-yaml": "^4.1.1",
"@mintlify/scraping>js-yaml": "^4.1.1",
"@mintlify/scraping>zod": "^3.22.3",
"@mintlify/validation>js-yaml": "^4.1.1",
"@mintlify/validation>lodash": "^4.18.0",
"@mintlify/validation>zod": "^3.22.3",
"@stoplight/spectral-core>lodash": "^4.18.0",
"@stoplight/spectral-core>minimatch": "^3.1.4",
"@stoplight/spectral-functions>lodash": "^4.18.0",
"anymatch>picomatch": "^2.3.2",
"axios>follow-redirects": "^1.16.0",
"body-parser>qs": "^6.14.2",
"engine.io>cookie": "^0.7.0",
"express>body-parser": "^1.20.3",
"express>cookie": "^0.7.0",
"express>path-to-regexp": "^0.1.13",
"express>qs": "^6.14.2",
"express>send": "^0.19.0",
"express>serve-static": "^1.16.0",
"get-uri>basic-ftp": "^5.2.2",
"minimatch>brace-expansion": "^1.1.13",
"react": "19.2.4",
"react-dom": "19.2.4",
"serve-static>send": "^0.19.0",
"socket.io>socket.io-parser": "^4.2.6"
}
},
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017"
}