|
22 | 22 | "clear-cache": "echo 'FLUSHALL' | nc $(dotenv -e .env.local -e .env.development -p VALKEY_HOST) 6379", |
23 | 23 | "dev": "NODE_OPTIONS=\"--max-old-space-size=16384\" next dev -p 3000 --turbo | pino-pretty", |
24 | 24 | "build": "SKIP_VALIDATION=true NODE_OPTIONS=\"--max-old-space-size=8192\" next build", |
| 25 | + "build:turbo": "SKIP_VALIDATION=true NODE_OPTIONS=\"--max-old-space-size=8192\" next build --turbo", |
25 | 26 | "invite-users": "dotenv -e .env.local -e .env.development tsx scripts/invite.ts", |
26 | 27 | "load-test": "dotenv -e .env.local -e .env.development artillery run load-test.yaml", |
27 | 28 | "lint": "eslint", |
|
56 | 57 | "seed": "tsx --import #register-loader prisma/seed.ts" |
57 | 58 | }, |
58 | 59 | "dependencies": { |
59 | | - "@aws-sdk/client-s3": "^3.817.0", |
60 | | - "@aws-sdk/lib-storage": "^3.817.0", |
61 | | - "@aws-sdk/s3-request-presigner": "^3.817.0", |
62 | | - "@dagrejs/dagre": "^1.0.4", |
63 | | - "@dnd-kit/core": "^6.1.0", |
| 60 | + "@aws-sdk/client-s3": "^3.864.0", |
| 61 | + "@aws-sdk/lib-storage": "^3.864.0", |
| 62 | + "@aws-sdk/s3-request-presigner": "^3.864.0", |
| 63 | + "@dagrejs/dagre": "^1.1.5", |
| 64 | + "@dnd-kit/core": "^6.3.1", |
64 | 65 | "@dnd-kit/modifiers": "^7.0.0", |
65 | 66 | "@dnd-kit/sortable": "^8.0.0", |
66 | 67 | "@dnd-kit/utilities": "^3.2.2", |
67 | | - "@faker-js/faker": "^9.0.0", |
68 | | - "@fortedigital/nextjs-cache-handler": "^1.2.0", |
| 68 | + "@faker-js/faker": "^9.9.0", |
| 69 | + "@fortedigital/nextjs-cache-handler": "1.2.0", |
69 | 70 | "@googleapis/drive": "^8.16.0", |
70 | 71 | "@handlewithcare/react-prosemirror": "catalog:", |
71 | 72 | "@honeycombio/opentelemetry-node": "catalog:", |
72 | 73 | "@hookform/resolvers": "catalog:", |
73 | 74 | "@icons-pack/react-simple-icons": "^10.2.0", |
74 | 75 | "@neshca/cache-handler": "^1.9.0", |
75 | | - "@nimpl/getters": "^2.0.0", |
| 76 | + "@nimpl/getters": "^2.2.0", |
76 | 77 | "@node-rs/argon2": "^1.8.3", |
77 | 78 | "@opentelemetry/auto-instrumentations-node": "catalog:", |
78 | 79 | "@prisma/client": "5.19.1", |
79 | | - "@react-email/render": "^1.0.1", |
| 80 | + "@react-email/render": "^1.2.0", |
80 | 81 | "@sentry/nextjs": "catalog:", |
81 | 82 | "@sinclair/typebox": "catalog:", |
82 | 83 | "@t3-oss/env-nextjs": "^0.11.1", |
83 | | - "@tanstack/react-query": "5", |
84 | | - "@tanstack/react-table": "^8.13.2", |
| 84 | + "@tanstack/react-query": "^5.85.5", |
| 85 | + "@tanstack/react-table": "^8.21.3", |
85 | 86 | "@ts-rest/core": "catalog:", |
86 | 87 | "@ts-rest/next": "catalog:", |
87 | 88 | "@ts-rest/open-api": "catalog:", |
88 | 89 | "@ts-rest/react-query": "catalog:", |
89 | 90 | "@ts-rest/serverless": "catalog:", |
90 | 91 | "@types/hast": "^3.0.4", |
91 | | - "ajv": "^8.12.0", |
| 92 | + "ajv": "^8.17.1", |
92 | 93 | "ajv-formats": "^2.1.1", |
93 | 94 | "clsx": "catalog:", |
94 | 95 | "context-editor": "workspace:*", |
95 | 96 | "contracts": "workspace:*", |
96 | 97 | "date-fns": "catalog:", |
97 | 98 | "db": "workspace:*", |
98 | | - "debounce": "^2.0.0", |
| 99 | + "debounce": "^2.2.0", |
99 | 100 | "diacritics": "^1.3.0", |
100 | 101 | "emails": "workspace:*", |
101 | | - "eta": "^3.1.1", |
| 102 | + "eta": "^3.5.0", |
102 | 103 | "google-auth-library": "^9.15.1", |
103 | | - "graphile-worker": "^0.16.5", |
104 | | - "hast": "^1.0.0", |
105 | | - "hastscript": "^9.0.0", |
106 | | - "import-in-the-middle": "^1.13.1", |
107 | | - "ioredis": "^5.6.1", |
108 | | - "jsonpath-plus": "^10.2.0", |
109 | | - "jsonwebtoken": "^9.0.0", |
| 104 | + "graphile-worker": "^0.16.6", |
| 105 | + "hastscript": "^9.0.1", |
| 106 | + "import-in-the-middle": "1.14.2", |
| 107 | + "ioredis": "^5.7.0", |
| 108 | + "jsonpath-plus": "^10.3.0", |
| 109 | + "jsonwebtoken": "^9.0.2", |
110 | 110 | "katex": "catalog:", |
111 | | - "kysely": "^0.27.5", |
| 111 | + "kysely": "^0.27.6", |
112 | 112 | "lodash.isequalwith": "^4.4.0", |
113 | 113 | "lodash.partition": "^4.6.0", |
114 | 114 | "logger": "workspace:*", |
115 | 115 | "lucia": "^3.2.2", |
116 | 116 | "lucide-react": "^0.469.0", |
117 | | - "micromark-extension-directive": "^3.0.0", |
| 117 | + "micromark-extension-directive": "^3.0.2", |
118 | 118 | "mudder": "^2.1.1", |
119 | 119 | "next": "catalog:", |
120 | 120 | "next-connect": "^1.0.0", |
121 | | - "nodemailer": "^6.9.5", |
| 121 | + "nodemailer": "^6.10.1", |
122 | 122 | "nuqs": "catalog:", |
123 | | - "openapi3-ts": "^4.1.2", |
| 123 | + "openapi3-ts": "^4.5.0", |
124 | 124 | "oslo": "^1.2.1", |
125 | 125 | "parse-english": "^7.0.0", |
126 | | - "pg": "^8.11.3", |
127 | | - "prosemirror-markdown": "^1.12.0", |
| 126 | + "pg": "^8.16.3", |
| 127 | + "prosemirror-markdown": "^1.13.2", |
128 | 128 | "prosemirror-model": "catalog:", |
129 | 129 | "qs": "^6.14.0", |
130 | 130 | "react": "catalog:react19", |
131 | 131 | "react-dom": "catalog:react19", |
132 | 132 | "react-hook-form": "catalog:", |
133 | | - "react-markdown": "^9.0.1", |
134 | | - "reactflow": "^11.10.4", |
| 133 | + "react-markdown": "^9.1.0", |
| 134 | + "reactflow": "^11.11.4", |
135 | 135 | "rehype": "^13.0.2", |
136 | | - "rehype-format": "^5.0.0", |
| 136 | + "rehype-format": "^5.0.1", |
137 | 137 | "rehype-parse": "^9.0.1", |
138 | | - "rehype-remark": "^10.0.0", |
| 138 | + "rehype-remark": "^10.0.1", |
139 | 139 | "rehype-retext": "^5.0.1", |
140 | | - "rehype-stringify": "^10.0.0", |
141 | | - "remark-directive": "^3.0.0", |
| 140 | + "rehype-stringify": "^10.0.1", |
| 141 | + "remark-directive": "^3.0.1", |
142 | 142 | "remark-parse": "^11.0.0", |
143 | | - "remark-rehype": "^11.1.0", |
| 143 | + "remark-rehype": "^11.1.2", |
144 | 144 | "remark-stringify": "^11.0.0", |
145 | 145 | "remove": "^0.1.5", |
146 | 146 | "require-in-the-middle": "^7.5.2", |
|
149 | 149 | "server-only": "^0.0.1", |
150 | 150 | "tailwind-merge": "catalog:", |
151 | 151 | "ui": "workspace:*", |
152 | | - "unified": "^11.0.4", |
| 152 | + "unified": "^11.0.5", |
153 | 153 | "unist-util-filter": "^5.0.1", |
154 | 154 | "unist-util-visit": "^5.0.0", |
155 | | - "use-debounce": "^10.0.0", |
| 155 | + "use-debounce": "^10.0.5", |
156 | 156 | "use-next-sse": "^0.2.3", |
157 | 157 | "utils": "workspace:*", |
158 | | - "uuid": "^9.0.0", |
| 158 | + "uuid": "^9.0.1", |
159 | 159 | "zod": "catalog:" |
160 | 160 | }, |
161 | 161 | "devDependencies": { |
162 | | - "@chromatic-com/storybook": "^4.0.0", |
163 | | - "@hookform/devtools": "^4.3.1", |
| 162 | + "@chromatic-com/storybook": "^4.1.1", |
| 163 | + "@hookform/devtools": "^4.4.0", |
164 | 164 | "@playwright/test": "catalog:", |
165 | 165 | "@preconstruct/next": "^4.0.0", |
166 | | - "@prisma/generator-helper": "^5.14.0", |
167 | | - "@prisma/internals": "^5.14.0", |
| 166 | + "@prisma/generator-helper": "^5.22.0", |
| 167 | + "@prisma/internals": "^5.22.0", |
168 | 168 | "@pubpub/eslint-config": "workspace:*", |
169 | 169 | "@pubpub/prettier-config": "workspace:*", |
170 | | - "@storybook/addon-docs": "^9.0.8", |
171 | | - "@storybook/addon-onboarding": "^9.0.8", |
| 170 | + "@storybook/addon-docs": "^9.1.2", |
| 171 | + "@storybook/addon-onboarding": "^9.1.2", |
172 | 172 | "@storybook/addon-vitest": "9.0.8", |
173 | | - "@storybook/nextjs-vite": "^9.0.8", |
174 | | - "@tailwindcss/forms": "^0.5.6", |
175 | | - "@tanstack/react-query-devtools": "^5.61.3", |
176 | | - "@testing-library/jest-dom": "^6.6.3", |
177 | | - "@testing-library/react": "^16.0.1", |
178 | | - "@testing-library/user-event": "^14.5.2", |
179 | | - "@types/diacritics": "^1.3.1", |
| 173 | + "@storybook/nextjs-vite": "^9.1.2", |
| 174 | + "@tailwindcss/forms": "^0.5.10", |
| 175 | + "@tanstack/react-query-devtools": "^5.85.5", |
| 176 | + "@testing-library/jest-dom": "^6.7.0", |
| 177 | + "@testing-library/react": "^16.3.0", |
| 178 | + "@testing-library/user-event": "^14.6.1", |
| 179 | + "@types/diacritics": "^1.3.3", |
180 | 180 | "@types/jsdom": "^21.1.7", |
181 | | - "@types/jsonwebtoken": "^9.0.2", |
| 181 | + "@types/jsonwebtoken": "^9.0.10", |
182 | 182 | "@types/lodash.isequalwith": "^4.4.9", |
183 | 183 | "@types/lodash.partition": "^4.6.9", |
184 | 184 | "@types/mdast": "^4.0.4", |
185 | 185 | "@types/mudder": "^2.1.3", |
186 | 186 | "@types/node": "catalog:", |
187 | | - "@types/nodemailer": "^6.4.9", |
188 | | - "@types/pg": "^8.11.6", |
| 187 | + "@types/nodemailer": "^6.4.18", |
| 188 | + "@types/pg": "^8.15.5", |
189 | 189 | "@types/pluralize": "^0.0.33", |
190 | | - "@types/qs": "^6.9.18", |
| 190 | + "@types/qs": "^6.14.0", |
191 | 191 | "@types/react": "catalog:react19", |
192 | 192 | "@types/react-dom": "catalog:react19", |
193 | | - "@types/unist": "^3.0.2", |
194 | | - "@types/uuid": "^9.0.2", |
195 | | - "@vitejs/plugin-react": "^4.2.1", |
| 193 | + "@types/unist": "^3.0.3", |
| 194 | + "@types/uuid": "^9.0.8", |
| 195 | + "@vitejs/plugin-react": "^4.7.0", |
196 | 196 | "@vitest/browser": "3.0.5", |
197 | 197 | "@vitest/coverage-v8": "3.0.5", |
198 | | - "@vitest/utils": "^3.1.2", |
| 198 | + "@vitest/utils": "^3.2.4", |
199 | 199 | "autoprefixer": "catalog:", |
200 | | - "csv-parse": "^5.5.2", |
201 | | - "dotenv": "^16.4.5", |
202 | | - "dotenv-cli": "^7.2.1", |
| 200 | + "csv-parse": "^5.6.0", |
| 201 | + "dotenv": "^16.6.1", |
| 202 | + "dotenv-cli": "^7.4.4", |
203 | 203 | "jsdom": "^25.0.1", |
204 | | - "kanel": "^3.8.2", |
| 204 | + "kanel": "^3.14.4", |
205 | 205 | "kanel-kysely": "^0.4.0", |
206 | 206 | "pluralize": "^8.0.0", |
207 | 207 | "postcss": "catalog:", |
208 | | - "prisma": "^5.2.0", |
| 208 | + "prisma": "^5.22.0", |
209 | 209 | "prisma-dbml-generator": "^0.12.0", |
210 | 210 | "react": "catalog:react19", |
211 | 211 | "react-dom": "catalog:react19", |
212 | | - "storybook": "^9.0.8", |
| 212 | + "storybook": "^9.1.2", |
213 | 213 | "styled-jsx": "^5.1.7", |
214 | 214 | "tailwindcss": "catalog:", |
215 | | - "ts-node": "^10.9.1", |
| 215 | + "ts-node": "^10.9.2", |
216 | 216 | "tsconfig": "workspace:*", |
217 | 217 | "tsx": "catalog:", |
218 | 218 | "typescript": "catalog:", |
219 | 219 | "vite": "catalog:", |
220 | | - "vite-tsconfig-paths": "^5.0.1", |
| 220 | + "vite-tsconfig-paths": "^5.1.4", |
221 | 221 | "vitest": "catalog:", |
222 | 222 | "yargs": "^17.7.2" |
223 | 223 | }, |
|
0 commit comments