![dependabot[bot]](/assets/img/avatar_default.png)
Bumps the trpc group with 4 updates: [@trpc/client](https://github.com/trpc/trpc/tree/HEAD/packages/client), [@trpc/next](https://github.com/trpc/trpc/tree/HEAD/packages/next), [@trpc/react-query](https://github.com/trpc/trpc/tree/HEAD/packages/react) and [@trpc/server](https://github.com/trpc/trpc/tree/HEAD/packages/server). Updates `@trpc/client` from 10.38.1 to 10.38.5 - [Release notes](https://github.com/trpc/trpc/releases) - [Commits](https://github.com/trpc/trpc/commits/v10.38.5/packages/client) Updates `@trpc/next` from 10.38.1 to 10.38.5 - [Release notes](https://github.com/trpc/trpc/releases) - [Commits](https://github.com/trpc/trpc/commits/v10.38.5/packages/next) Updates `@trpc/react-query` from 10.38.1 to 10.38.5 - [Release notes](https://github.com/trpc/trpc/releases) - [Commits](https://github.com/trpc/trpc/commits/v10.38.5/packages/react) Updates `@trpc/server` from 10.38.1 to 10.38.5 - [Release notes](https://github.com/trpc/trpc/releases) - [Commits](https://github.com/trpc/trpc/commits/v10.38.5/packages/server) --- updated-dependencies: - dependency-name: "@trpc/client" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: trpc - dependency-name: "@trpc/next" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: trpc - dependency-name: "@trpc/react-query" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: trpc - dependency-name: "@trpc/server" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: trpc ... Signed-off-by: dependabot[bot] <support@github.com>
69 lines
2.1 KiB
JSON
69 lines
2.1 KiB
JSON
{
|
|
"name": "saleor-app-invoices",
|
|
"version": "1.16.0",
|
|
"scripts": {
|
|
"build": "pnpm generate && next build",
|
|
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
|
"fetch-schema": "curl https://raw.githubusercontent.com/saleor/saleor/${npm_package_saleor_schemaVersion}/saleor/graphql/schema.graphql > graphql/schema.graphql",
|
|
"generate": "graphql-codegen",
|
|
"lint": "next lint",
|
|
"lint:fix": "eslint --fix .",
|
|
"start": "next start",
|
|
"test": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^3.3.1",
|
|
"@saleor/app-sdk": "0.43.1",
|
|
"@saleor/apps-shared": "workspace:*",
|
|
"@saleor/apps-ui": "workspace:*",
|
|
"@saleor/macaw-ui": "0.8.0-pre.127",
|
|
"@saleor/trpc": "workspace:*",
|
|
"@sentry/nextjs": "7.67.0",
|
|
"@tanstack/react-query": "4.29.19",
|
|
"@trpc/client": "10.38.5",
|
|
"@trpc/next": "10.38.5",
|
|
"@trpc/react-query": "10.38.5",
|
|
"@trpc/server": "10.38.5",
|
|
"@urql/exchange-auth": "^2.1.4",
|
|
"@web-std/file": "^3.0.2",
|
|
"eslint": "8.46.0",
|
|
"graphql": "16.7.1",
|
|
"graphql-tag": "^2.12.6",
|
|
"microinvoice": "^1.0.6",
|
|
"next": "13.4.8",
|
|
"pino": "^8.14.1",
|
|
"pino-pretty": "^10.0.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-hook-form": "^7.41.0",
|
|
"tiny-invariant": "^1.3.1",
|
|
"urql": "^4.0.4",
|
|
"usehooks-ts": "^2.9.1",
|
|
"zod": "3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/cli": "5.0.0",
|
|
"@graphql-codegen/introspection": "4.0.0",
|
|
"@graphql-codegen/schema-ast": "4.0.0",
|
|
"@graphql-codegen/typed-document-node": "5.0.1",
|
|
"@graphql-codegen/typescript": "4.0.1",
|
|
"@graphql-codegen/typescript-operations": "4.0.1",
|
|
"@graphql-codegen/typescript-urql": "3.7.3",
|
|
"@graphql-typed-document-node/core": "3.2.0",
|
|
"@types/react": "18.2.5",
|
|
"@types/react-dom": "18.2.5",
|
|
"@types/rimraf": "^3.0.2",
|
|
"@vitejs/plugin-react": "4.0.4",
|
|
"dotenv": "^16.3.1",
|
|
"eslint-config-saleor": "workspace:*",
|
|
"jsdom": "^20.0.3",
|
|
"rimraf": "^3.0.2",
|
|
"typescript": "5.1.6",
|
|
"vite": "4.4.8",
|
|
"vitest": "0.34.1"
|
|
},
|
|
"private": true,
|
|
"saleor": {
|
|
"schemaVersion": "3.10"
|
|
}
|
|
}
|