File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
frameworks/react-cra/add-ons Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import '@/polyfill'
22
33import { OpenAPIHandler } from '@orpc/openapi/fetch'
44import { ZodToJsonSchemaConverter } from '@orpc/zod/zod4'
5- import { experimental_SmartCoercionPlugin as SmartCoercionPlugin } from '@orpc/json-schema'
5+ import { SmartCoercionPlugin } from '@orpc/json-schema'
66import { createFileRoute } from '@tanstack/react-router'
77import { onError } from '@orpc/server'
88import { OpenAPIReferencePlugin } from '@orpc/openapi/plugins'
Original file line number Diff line number Diff line change 11{
22 "dependencies" : {
3- "@orpc/client" : " ^1.7.5 " ,
4- "@orpc/json-schema" : " ^1.7.5 " ,
5- "@orpc/openapi" : " ^1.7.5 " ,
6- "@orpc/server" : " ^1.7.5 " ,
7- "@orpc/tanstack-query" : " ^1.7.5 " ,
8- "@orpc/zod" : " ^1.7.5 " ,
9- "zod" : " ^4.0.10 "
3+ "@orpc/client" : " ^1.13.0 " ,
4+ "@orpc/json-schema" : " ^1.13.0 " ,
5+ "@orpc/openapi" : " ^1.13.0 " ,
6+ "@orpc/server" : " ^1.13.0 " ,
7+ "@orpc/tanstack-query" : " ^1.13.0 " ,
8+ "@orpc/zod" : " ^1.13.0 " ,
9+ "zod" : " ^4.2.1 "
1010 }
1111}
Original file line number Diff line number Diff line change 11{
22 "scripts" : {
33 "build" : " vite build && cp instrument.server.mjs .output/server" ,
4- "dev" : " NODE_OPTIONS='--import ./instrument.server.mjs' vite dev --port 3000" ,
4+ "dev" : " dotenv -e .env.local -- sh -c \" NODE_OPTIONS='--import ./instrument.server.mjs' vite dev --port 3000\" " ,
55 "start" : " node --import ./.output/server/instrument.server.mjs .output/server/index.mjs"
66 },
77 "dependencies" : {
You can’t perform that action at this time.
0 commit comments