Skip to content

Commit

Permalink
docs: install @next tag for oRPC packages in playgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
unnoq committed Jan 3, 2025
1 parent 6083cd9 commit 5204560
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 54 deletions.
12 changes: 6 additions & 6 deletions playgrounds/contract-openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"type:check": "tsc --noEmit"
},
"dependencies": {
"@orpc/client": "latest",
"@orpc/contract": "latest",
"@orpc/openapi": "latest",
"@orpc/react": "latest",
"@orpc/server": "latest",
"@orpc/zod": "latest",
"@orpc/client": "next",
"@orpc/contract": "next",
"@orpc/openapi": "next",
"@orpc/react": "next",
"@orpc/server": "next",
"@orpc/zod": "next",
"zod": "^3.24.1"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions playgrounds/expressjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"type:check": "tsc --noEmit"
},
"dependencies": {
"@orpc/client": "latest",
"@orpc/openapi": "latest",
"@orpc/react": "latest",
"@orpc/server": "latest",
"@orpc/zod": "latest",
"@orpc/client": "next",
"@orpc/openapi": "next",
"@orpc/react": "next",
"@orpc/server": "next",
"@orpc/zod": "next",
"express": "^4.21.1",
"zod": "^3.24.1"
},
Expand Down
12 changes: 6 additions & 6 deletions playgrounds/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"type:check": "tsc --noEmit"
},
"dependencies": {
"@orpc/client": "latest",
"@orpc/next": "latest",
"@orpc/openapi": "latest",
"@orpc/react": "latest",
"@orpc/server": "latest",
"@orpc/zod": "latest",
"@orpc/client": "next",
"@orpc/next": "next",
"@orpc/openapi": "next",
"@orpc/react": "next",
"@orpc/server": "next",
"@orpc/zod": "next",
"@tanstack/react-query": "^5.61.5",
"next": "15.0.3",
"react": "19.0.0",
Expand Down
10 changes: 5 additions & 5 deletions playgrounds/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"type:check": "nuxt typecheck"
},
"dependencies": {
"@orpc/client": "latest",
"@orpc/openapi": "latest",
"@orpc/server": "latest",
"@orpc/vue-query": "latest",
"@orpc/zod": "latest",
"@orpc/client": "next",
"@orpc/openapi": "next",
"@orpc/server": "next",
"@orpc/vue-query": "next",
"@orpc/zod": "next",
"@tanstack/vue-query": "^5.62.7",
"nuxt": "^3.14.1592",
"vue": "latest",
Expand Down
10 changes: 5 additions & 5 deletions playgrounds/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"type:check": "tsc --noEmit"
},
"dependencies": {
"@orpc/client": "latest",
"@orpc/openapi": "latest",
"@orpc/react": "latest",
"@orpc/server": "latest",
"@orpc/zod": "latest",
"@orpc/client": "next",
"@orpc/openapi": "next",
"@orpc/react": "next",
"@orpc/server": "next",
"@orpc/zod": "next",
"zod": "^3.24.1"
},
"devDependencies": {
Expand Down
54 changes: 27 additions & 27 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5204560

Please sign in to comment.