|
22 | 22 | "typegen": "next typegen", |
23 | 23 | "build-no-paths": "cross-env NEXT_BUILD_TSCONFIG=./tsconfig.no-paths.json next build", |
24 | 24 | "build-standalone": "cross-env NEXT_BUILD_OUTPUT=standalone next build", |
25 | | - "build-pruned": "yarn --top-level run turbo prune --scope=@examples/nextjs-app --docker --out-dir=./out/nextjs-app/", |
| 25 | + "build-pruned": "yarn --top-level run turbo prune --scope=@examples/nextjs-app --docker --out-dir=./.turbo-pruned/nextjs-app/", |
26 | 26 | "bundle-analyze": "next experimental-analyze", |
27 | 27 | "start": "next start", |
28 | 28 | "clean": "rimraf ./.next ./coverage ./tsconfig.tsbuildinfo", |
|
62 | 62 | "@httpx/lru": "0.13.3", |
63 | 63 | "@httpx/md5": "1.0.3", |
64 | 64 | "@httpx/memo-intl": "1.4.10", |
65 | | - "@httpx/plain-object": "2.1.9", |
| 65 | + "@httpx/plain-object": "2.1.10", |
66 | 66 | "@httpx/stable-hash": "0.4.0", |
67 | 67 | "@httpx/treeu": "0.6.0", |
68 | 68 | "@httpx/xcache": "0.5.1", |
69 | 69 | "@logtape/logtape": "2.0.7", |
70 | | - "@logtape/otel": "2.0.6", |
71 | | - "@logtape/pretty": "2.0.6", |
| 70 | + "@logtape/otel": "2.0.7", |
| 71 | + "@logtape/pretty": "2.0.7", |
72 | 72 | "@motherduck/wasm-client": "0.8.1", |
73 | 73 | "@opentelemetry/api": "1.9.1", |
74 | 74 | "@opentelemetry/api-logs": "0.216.0", |
|
78 | 78 | "@opentelemetry/sdk-metrics": "2.7.1", |
79 | 79 | "@opentelemetry/sdk-trace-base": "2.7.1", |
80 | 80 | "@opentelemetry/semantic-conventions": "1.40.0", |
81 | | - "@orpc/client": "1.14.0", |
82 | | - "@orpc/server": "1.14.0", |
| 81 | + "@orpc/client": "1.14.1", |
| 82 | + "@orpc/server": "1.14.1", |
83 | 83 | "@reduxjs/toolkit": "2.11.2", |
84 | | - "@scalar/hono-api-reference": "0.10.13", |
| 84 | + "@scalar/hono-api-reference": "0.10.14", |
85 | 85 | "@sentry/nextjs": "10.51.0", |
86 | 86 | "@shikijs/transformers": "4.0.2", |
87 | 87 | "@standard-community/standard-json": "0.3.5", |
88 | 88 | "@standard-community/standard-openapi": "0.2.9", |
89 | 89 | "@t3-oss/env-nextjs": "0.13.11", |
90 | 90 | "@tanstack/react-form": "1.29.1", |
91 | | - "@tanstack/react-query": "5.100.8", |
| 91 | + "@tanstack/react-query": "5.100.9", |
92 | 92 | "@vercel/blob": "2.3.3", |
93 | 93 | "@vercel/otel": "2.1.2", |
94 | 94 | "ag-charts-community": "13.2.1", |
|
100 | 100 | "class-variance-authority": "0.7.1", |
101 | 101 | "clsx": "2.1.1", |
102 | 102 | "hast-util-to-jsx-runtime": "2.3.6", |
103 | | - "hono": "4.12.16", |
| 103 | + "hono": "4.12.18", |
104 | 104 | "hono-openapi": "1.3.0", |
105 | 105 | "json-schema-walker": "3.3.0", |
106 | 106 | "ky": "2.0.2", |
107 | 107 | "kysely": "0.28.17", |
108 | 108 | "lodash": "4.18.1", |
109 | 109 | "lucide-react": "1.14.0", |
110 | 110 | "marked": "18.0.3", |
111 | | - "next": "16.2.4", |
| 111 | + "next": "16.2.5", |
112 | 112 | "pretty-bytes": "7.1.0", |
113 | 113 | "primereact": "10.9.7", |
114 | 114 | "quansync": "1.0.0", |
|
123 | 123 | "tarn": "3.0.2", |
124 | 124 | "tedious": "19.2.1", |
125 | 125 | "type-fest": "5.6.0", |
126 | | - "valibot": "1.3.1", |
| 126 | + "valibot": "1.4.0", |
127 | 127 | "zod": "4.4.3" |
128 | 128 | }, |
129 | 129 | "devDependencies": { |
|
140 | 140 | "@kubb/react": "4.3.1", |
141 | 141 | "@standard-schema/spec": "1.1.0", |
142 | 142 | "@tailwindcss/postcss": "4.2.4", |
143 | | - "@tanstack/react-query-devtools": "5.100.8", |
| 143 | + "@tanstack/react-query-devtools": "5.100.9", |
144 | 144 | "@testing-library/dom": "10.4.1", |
145 | 145 | "@testing-library/react": "16.3.2", |
146 | 146 | "@testing-library/user-event": "14.6.1", |
|
152 | 152 | "@typescript-eslint/eslint-plugin": "8.59.2", |
153 | 153 | "@typescript-eslint/parser": "8.59.2", |
154 | 154 | "@typescript/native-preview": "catalog:", |
155 | | - "@valibot/to-json-schema": "1.6.0", |
| 155 | + "@valibot/to-json-schema": "1.7.0", |
156 | 156 | "@vitejs/plugin-react": "6.0.1", |
157 | 157 | "@vitest/coverage-v8": "4.1.5", |
158 | 158 | "@vitest/ui": "4.1.5", |
|
161 | 161 | "happy-dom": "20.9.0", |
162 | 162 | "npm-run-all2": "8.0.4", |
163 | 163 | "openapi-types": "12.1.3", |
164 | | - "postcss": "8.5.13", |
| 164 | + "postcss": "8.5.14", |
165 | 165 | "prettier": "3.8.3", |
166 | 166 | "rimraf": "6.1.3", |
167 | 167 | "tailwindcss": "4.2.4", |
|
0 commit comments