/
githubmirror
/
trpc
Обзор
Документация
Войти
/
githubmirror
/
trpc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v10.45.3
package.json
105 строк
5 KB
Alex / KATT
patch(server): upgrade to typescript 5.4 and do fixes (#5560)
11 мар 2024, 11:39
Не верифицирован
11 мар 2024, 11:39
e9e0821
Код
Авторство
О чём код?
{ "name": "root", "private": true, "engines": { "node": "^20.10.0", "pnpm": ">=8.0.0" }, "packageManager": "pnpm@8.5.1", "scripts": { "build": "turbo --filter=\"@trpc/*\" --filter=\"!@trpc/tests\" build", "build-www": "turbo --filter www build", "dev": "turbo --filter=\"@trpc/*\" dev", "dev-www": "turbo --filter www dev", "test": "FORCE_COLOR=1 turbo --filter \"@trpc/tests\" test -- --retry=1", "test-watch": "cd packages/tests && pnpm test-watch", "ts-watch": "turbo --filter=\"@trpc/*\" ts-watch", "vitest": "cd packages/tests && pnpm vitest", "oldlint": "eslint --cache --ext \".js,.ts,.tsx\" --ignore-path .gitignore . --report-unused-disable-directives", "lint": "turbo lint", "lint-fix": "turbo lint -- --fix && manypkg fix && pnpm format-fix", "format": "prettier \"**/*\" --ignore-unknown", "format-fix": "pnpm format --write --list-different", "lint-prune": "! ts-prune | grep -v \"used in module\"", "clean": "find . -name node_modules -o -name .turbo -o -name .next -o -name dist -type d -prune | xargs rm -rf", "codegen:override-prisma": "tsx scripts/addPrismaOverrides.ts", "codegen:tests": "turbo codegen-tests", "codegen:entrypoints": "turbo codegen-entrypoints", "codegen": "run-p codegen:*", "prepublish": "pnpm build", "postinstall": "pnpm codegen", "prepack": "tsx scripts/version.ts", "version": "tsx scripts/version.ts", "release": "changeset publish", "version:canary": "changeset version --snapshot canary", "release:canary": "changeset publish --tag canary", "commit-date": "git log -n 1 --date=format:'%Y-%m-%d-%H-%M-%S' --pretty=format:'%ad'", "canary-preid": "echo \"$(pnpm --silent current-branch)-$(pnpm --silent commit-date)\"", "current-branch": "echo \"$(git rev-parse --abbrev-ref HEAD)\" | sed -E 's/refs\\/heads\\///' | sed -E 's/\\W|_/-/g' | sed -e 's/\\//-/'", "publish-canary": "lerna publish --force-publish --canary --preid alpha-$(pnpm --silent canary-preid) --dist-tag $(pnpm --silent current-branch)", "publish-prerelease": "pnpm install && lerna publish prerelease --force-publish --dist-tag next --no-push && sleep 60 && git push --follow-tags", "merge-main": "git checkout main && git pull && git checkout next && git pull && git checkout -b next-merge-$(date '+%Y-%m-%d--%H-%M') next && git merge --ff main" }, "dependencies": { "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.26.1", "@ianvs/prettier-plugin-sort-imports": "^4.0.0", "@manypkg/cli": "^0.21.0", "@rollup/plugin-node-resolve": "^15.0.2", "@swc/core": "1.3.3", "@testing-library/dom": "^9.0.0", "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3", "@types/node": "^20.10.0", "@types/prettier": "^2.7.2", "@typescript-eslint/eslint-plugin": "^6.2.1", "@typescript-eslint/parser": "^6.2.1", "eslint": "^8.40.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-no-only-tests": "^3.1.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-turbo": "^1.9.3", "eslint-plugin-unicorn": "50.0.1", "express": "^4.17.1", "fast-glob": "^3.2.12", "hash-sum": "^2.0.0", "lerna": "^8.0.0", "npm-run-all": "^4.1.5", "prettier": "^2.8.8", "prettier-plugin-tailwindcss": "^0.4.0", "rollup": "^2.79.1", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-multi-input": "^1.4.1", "rollup-plugin-node-externals": "^5.1.3", "rollup-plugin-swc3": "^0.11.0", "rollup-plugin-typescript2": "^0.36.0", "superjson": "^1.12.4", "ts-prune": "^0.10.3", "tsx": "^4.0.0", "turbo": "^1.10.2", "typescript": "^5.4.0", "vitest": "^0.32.0" }, "pnpm": { "overrides": { "@tanstack/react-query": "4.18.0", "@tanstack/react-query-devtools": "4.18.0", "@trpc/client": "link:./packages/client", "@trpc/next": "link:./packages/next", "@trpc/react-query": "link:./packages/react-query", "@trpc/server": "link:./packages/server", "@examples/trpc-next-prisma-starter>@prisma/client": "https://registry.npmjs.com/@prisma/client/-/client-4.14.1.tgz?id=examplestrpc-next-prisma-starter", "@examples/next-websockets-starter>@prisma/client": "https://registry.npmjs.com/@prisma/client/-/client-4.14.1.tgz?id=examplesnext-websockets-starter", "@examples/trpc-next-prisma-todomvc>@prisma/client": "https://registry.npmjs.com/@prisma/client/-/client-4.14.1.tgz?id=examplestrpc-next-prisma-todomvc", "@examples/legacy-next-starter>@prisma/client": "https://registry.npmjs.com/@prisma/client/-/client-4.14.1.tgz?id=exampleslegacy-next-starter", "@examples/trpc-next-prisma-starter>prisma": "https://registry.npmjs.com/prisma/-/prisma-4.14.1.tgz?id=%40examplestrpc-next-prisma-starter", "@examples/next-websockets-starter>prisma": "https://registry.npmjs.com/prisma/-/prisma-4.14.1.tgz?id=%40examplesnext-websockets-starter", "@examples/trpc-next-prisma-todomvc>prisma": "https://registry.npmjs.com/prisma/-/prisma-4.14.1.tgz?id=%40examplestrpc-next-prisma-todomvc", "@examples/legacy-next-starter>prisma": "https://registry.npmjs.com/prisma/-/prisma-4.14.1.tgz?id=%40exampleslegacy-next-starter", "@types/testing-library__jest-dom": "link:./packages/tests/vendor/@types/testing-library__jest-dom" } } }