Skip to content

Commit

Permalink
v10.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed May 12, 2023
1 parent 1a026e2 commit 877c5b4
Show file tree
Hide file tree
Showing 29 changed files with 12,593 additions and 4,441 deletions.
8 changes: 4 additions & 4 deletions examples/.experimental/next-app-dir/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@examples/next-app-dir",
"private": true,
"version": "10.25.1",
"version": "10.26.0",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -10,9 +10,9 @@
},
"dependencies": {
"@tanstack/react-query": "^4.18.0",
"@trpc/client": "^10.25.1",
"@trpc/next": "^10.25.1",
"@trpc/react-query": "^10.25.1",
"@trpc/client": "^10.26.0",
"@trpc/next": "^10.26.0",
"@trpc/react-query": "^10.26.0",
"@trpc/server": "^10.25.1",
"@types/node": "^18.7.20",
"@types/react": "^18.2.6",
Expand Down
8 changes: 4 additions & 4 deletions examples/.experimental/next-formdata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/next-formdata",
"version": "10.25.1",
"version": "10.26.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -12,9 +12,9 @@
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^2.9.11",
"@tanstack/react-query": "^4.18.0",
"@trpc/client": "^10.25.1",
"@trpc/next": "^10.25.1",
"@trpc/react-query": "^10.25.1",
"@trpc/client": "^10.26.0",
"@trpc/next": "^10.26.0",
"@trpc/react-query": "^10.26.0",
"@trpc/server": "^10.25.1",
"next": "^13.3.4",
"react": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/.interop/next-prisma-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/legacy-next-starter",
"version": "10.25.1",
"version": "10.26.0",
"private": true,
"scripts": {
"generate": "prisma generate",
Expand Down Expand Up @@ -36,9 +36,9 @@
"dependencies": {
"@prisma/client": "^4.12.0",
"@tanstack/react-query": "^4.18.0",
"@trpc/client": "^10.25.1",
"@trpc/next": "^10.25.1",
"@trpc/react-query": "^10.25.1",
"@trpc/client": "^10.26.0",
"@trpc/next": "^10.26.0",
"@trpc/react-query": "^10.26.0",
"@trpc/server": "^10.25.1",
"clsx": "^1.1.1",
"next": "^13.3.4",
Expand Down
8 changes: 4 additions & 4 deletions examples/.test/big-router-declaration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/big-router-declaration",
"version": "10.25.1",
"version": "10.26.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,9 +10,9 @@
},
"dependencies": {
"@tanstack/react-query": "^4.18.0",
"@trpc/client": "^10.25.1",
"@trpc/next": "^10.25.1",
"@trpc/react-query": "^10.25.1",
"@trpc/client": "^10.26.0",
"@trpc/next": "^10.26.0",
"@trpc/react-query": "^10.26.0",
"@trpc/server": "^10.25.1",
"next": "^13.3.4",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/.test/internal-types-export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/internal-types-export",
"version": "10.25.1",
"version": "10.26.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"typescript": "^4.8.3"
},
"dependencies": {
"@trpc/client": "^10.25.1",
"@trpc/client": "^10.26.0",
"@trpc/server": "^10.25.1"
}
}
8 changes: 4 additions & 4 deletions examples/.test/ssg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/test-ssg",
"version": "10.25.1",
"version": "10.26.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -13,9 +13,9 @@
},
"dependencies": {
"@tanstack/react-query": "^4.18.0",
"@trpc/client": "^10.25.1",
"@trpc/next": "^10.25.1",
"@trpc/react-query": "^10.25.1",
"@trpc/client": "^10.26.0",
"@trpc/next": "^10.26.0",
"@trpc/react-query": "^10.26.0",
"@trpc/server": "^10.25.1",
"next": "^13.3.4",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/cloudflare-workers",
"version": "10.25.1",
"version": "10.26.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"test-dev": "start-server-and-test 'wrangler dev --local' http://127.0.0.1:8787 'tsx src/client.ts'"
},
"dependencies": {
"@trpc/client": "^10.25.1",
"@trpc/client": "^10.26.0",
"@trpc/server": "^10.25.1",
"zod": "^3.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/express-minimal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/express-minimal",
"version": "10.25.1",
"version": "10.26.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -15,8 +15,8 @@
"test-start": "start-server-and-test 'node dist/server' 3000 'node dist/client'"
},
"dependencies": {
"@trpc/client": "^10.25.1",
"@trpc/react-query": "^10.25.1",
"@trpc/client": "^10.26.0",
"@trpc/react-query": "^10.26.0",
"@trpc/server": "^10.25.1",
"express": "^4.17.1",
"zod": "^3.0.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/express-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/express-server",
"version": "10.25.1",
"version": "10.26.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -15,8 +15,8 @@
"test-start": "start-server-and-test 'node dist/server' 2021 'node dist/client'"
},
"dependencies": {
"@trpc/client": "^10.25.1",
"@trpc/react-query": "^10.25.1",
"@trpc/client": "^10.26.0",
"@trpc/react-query": "^10.26.0",
"@trpc/server": "^10.25.1",
"express": "^4.17.1",
"zod": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/fastify-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/fastify-server",
"version": "10.25.1",
"version": "10.26.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"@fastify/websocket": "^7.1.2",
"@trpc/client": "^10.25.1",
"@trpc/client": "^10.26.0",
"@trpc/server": "^10.25.1",
"fastify": "^4.13.0",
"superjson": "^1.7.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/lambda-api-gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@examples/lambda-api-gateway",
"private": true,
"version": "10.25.1",
"version": "10.26.0",
"type": "module",
"main": "index.js",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
"http-rest-client": "tsx src/payloadFormatVersionClient.ts"
},
"dependencies": {
"@trpc/client": "^10.25.1",
"@trpc/client": "^10.26.0",
"@trpc/server": "^10.25.1",
"tsx": "^3.12.7",
"zod": "^3.0.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/minimal-react/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@examples/minimal-react-client",
"private": true,
"version": "10.25.1",
"version": "10.26.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -11,8 +11,8 @@
},
"dependencies": {
"@tanstack/react-query": "^4.18.0",
"@trpc/client": "^10.25.1",
"@trpc/react-query": "^10.25.1",
"@trpc/client": "^10.26.0",
"@trpc/react-query": "^10.26.0",
"@trpc/server": "^10.25.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/minimal/client/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@examples/minimal-client",
"version": "10.25.1",
"version": "10.26.0",
"private": true,
"dependencies": {
"@trpc/client": "^10.25.1",
"@trpc/client": "^10.26.0",
"undici": "^5.14.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions examples/next-big-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/next-big-router",
"version": "10.25.1",
"version": "10.26.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -11,9 +11,9 @@
},
"dependencies": {
"@tanstack/react-query": "^4.18.0",
"@trpc/client": "^10.25.1",
"@trpc/next": "^10.25.1",
"@trpc/react-query": "^10.25.1",
"@trpc/client": "^10.26.0",
"@trpc/next": "^10.26.0",
"@trpc/react-query": "^10.26.0",
"@trpc/server": "^10.25.1",
"next": "^13.3.4",
"react": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/next-edge-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/next-edge-runtime",
"version": "10.25.1",
"version": "10.26.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,9 +10,9 @@
},
"dependencies": {
"@tanstack/react-query": "^4.18.0",
"@trpc/client": "^10.25.1",
"@trpc/next": "^10.25.1",
"@trpc/react-query": "^10.25.1",
"@trpc/client": "^10.26.0",
"@trpc/next": "^10.26.0",
"@trpc/react-query": "^10.26.0",
"@trpc/server": "^10.25.1",
"next": "^13.3.4",
"react": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/next-minimal-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/next-minimal",
"version": "10.25.1",
"version": "10.26.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,9 +10,9 @@
},
"dependencies": {
"@tanstack/react-query": "^4.18.0",
"@trpc/client": "^10.25.1",
"@trpc/next": "^10.25.1",
"@trpc/react-query": "^10.25.1",
"@trpc/client": "^10.26.0",
"@trpc/next": "^10.26.0",
"@trpc/react-query": "^10.26.0",
"@trpc/server": "^10.25.1",
"next": "^13.3.4",
"react": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/next-prisma-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/trpc-next-prisma-starter",
"version": "10.25.1",
"version": "10.26.0",
"private": true,
"scripts": {
"generate": "prisma generate",
Expand Down Expand Up @@ -36,9 +36,9 @@
"dependencies": {
"@prisma/client": "^4.12.0",
"@tanstack/react-query": "^4.18.0",
"@trpc/client": "^10.25.1",
"@trpc/next": "^10.25.1",
"@trpc/react-query": "^10.25.1",
"@trpc/client": "^10.26.0",
"@trpc/next": "^10.26.0",
"@trpc/react-query": "^10.26.0",
"@trpc/server": "^10.25.1",
"clsx": "^1.1.1",
"next": "^13.3.4",
Expand Down
8 changes: 4 additions & 4 deletions examples/next-prisma-todomvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/trpc-next-prisma-todomvc",
"version": "10.25.1",
"version": "10.26.0",
"private": true,
"scripts": {
"generate": "prisma generate",
Expand All @@ -24,9 +24,9 @@
"dependencies": {
"@prisma/client": "^4.12.0",
"@tanstack/react-query": "^4.18.0",
"@trpc/client": "^10.25.1",
"@trpc/next": "^10.25.1",
"@trpc/react-query": "^10.25.1",
"@trpc/client": "^10.26.0",
"@trpc/next": "^10.26.0",
"@trpc/react-query": "^10.26.0",
"@trpc/server": "^10.25.1",
"clsx": "^1.1.1",
"i18next": "^22.4.13",
Expand Down
8 changes: 4 additions & 4 deletions examples/next-prisma-websockets-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/next-websockets-starter",
"version": "10.25.1",
"version": "10.26.0",
"private": true,
"engines": {
"node": "^18.15.0"
Expand Down Expand Up @@ -43,9 +43,9 @@
"dependencies": {
"@prisma/client": "^4.12.0",
"@tanstack/react-query": "^4.18.0",
"@trpc/client": "^10.25.1",
"@trpc/next": "^10.25.1",
"@trpc/react-query": "^10.25.1",
"@trpc/client": "^10.26.0",
"@trpc/next": "^10.26.0",
"@trpc/react-query": "^10.26.0",
"@trpc/server": "^10.25.1",
"clsx": "^1.1.1",
"next": "^13.3.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/soa/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@examples/soa",
"private": true,
"version": "10.25.1",
"version": "10.26.0",
"type": "module",
"scripts": {
"build": "tsc",
Expand All @@ -12,7 +12,7 @@
"start": "pnpm test-dev"
},
"devDependencies": {
"@trpc/client": "^10.25.1",
"@trpc/client": "^10.26.0",
"@trpc/server": "^10.25.1",
"@types/node": "^18.7.20",
"npm-run-all": "^4.1.5",
Expand Down

3 comments on commit 877c5b4

@vercel
Copy link

@vercel vercel bot commented on 877c5b4 May 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

og-image – ./www/og-image

og-image-three-neon.vercel.app
og-image-trpc.vercel.app
og-image-git-main-trpc.vercel.app
og-image.trpc.io

@vercel
Copy link

@vercel vercel bot commented on 877c5b4 May 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

next-prisma-starter – ./examples/next-prisma-starter

next-prisma-starter-git-main-trpc.vercel.app
next-prisma-starter-trpc.vercel.app
nextjs.trpc.io

@vercel
Copy link

@vercel vercel bot commented on 877c5b4 May 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

www – ./www

trpc.io
www-git-main-trpc.vercel.app
www-trpc.vercel.app
www.trpc.io
alpha.trpc.io
beta.trpc.io

Please sign in to comment.