@trieb.work/nextjs-turbo-redis-cache 1.13.0 → 1.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/ci.yml +3 -3
- package/CHANGELOG.md +7 -0
- package/README.md +4 -4
- package/package.json +3 -3
- package/playwright.config.ts +1 -1
- package/test/cache-components/cache-components.integration.spec.ts +1 -1
- package/test/integration/next-app-15-0-3/pnpm-lock.yaml +32 -1
- package/test/integration/next-app-15-3-2/pnpm-lock.yaml +33 -1
- package/test/integration/next-app-15-4-7/pnpm-lock.yaml +36 -1
- package/test/integration/next-app-16-0-3/pnpm-lock.yaml +37 -1
- package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/package.json +3 -3
- package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/pnpm-lock.yaml +98 -55
- package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/package.json +3 -3
- package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/pnpm-lock.yaml +98 -55
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/README.md +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/eslint.config.mjs +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/next.config.ts +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/postcss.config.mjs +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/api/cached-static-fetch/route.ts +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/api/nested-fetch-in-api-route/revalidated-fetch/route.ts +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/api/revalidatePath/route.ts +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/api/revalidateTag/route.ts +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/api/revalidated-fetch/route.ts +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/api/uncached-fetch/route.ts +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/favicon.ico +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/globals.css +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/layout.tsx +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/pages/cached-static-fetch/default--force-dynamic-page/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/pages/cached-static-fetch/revalidate15--default-page/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/pages/cached-static-fetch/revalidate15--force-dynamic-page/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/pages/no-fetch/default-page/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/pages/revalidated-fetch/default--force-dynamic-page/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/pages/revalidated-fetch/revalidate15--default-page/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/pages/revalidated-fetch/revalidate15--force-dynamic-page/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/pages/uncached-fetch/default--force-dynamic-page/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/pages/uncached-fetch/revalidate15--default-page/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/pages/uncached-fetch/revalidate15--force-dynamic-page/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/revalidation-interface.tsx +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/update-tag-test/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/tsconfig.json +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/README.md +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/cache-handler.js +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/eslint.config.mjs +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/next.config.ts +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/postcss.config.mjs +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/public/file.svg +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/public/globe.svg +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/public/next.svg +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/public/vercel.svg +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/public/window.svg +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/api/cached-static-fetch/route.ts +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/api/cached-with-tag/route.ts +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/api/revalidate-tag/route.ts +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/api/revalidated-fetch/route.ts +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/cache-lab/cachelife-short/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/cache-lab/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/cache-lab/runtime-data-suspense/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/cache-lab/stale-while-revalidate/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/cache-lab/tag-invalidation/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/cache-lab/use-cache-nondeterministic/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/favicon.ico +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/globals.css +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/layout.tsx +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/revalidation-interface.tsx +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/update-tag-test/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/tsconfig.json +0 -0
|
@@ -162,89 +162,105 @@ packages:
|
|
|
162
162
|
resolution: {integrity: sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==}
|
|
163
163
|
cpu: [arm64]
|
|
164
164
|
os: [linux]
|
|
165
|
+
libc: [glibc]
|
|
165
166
|
|
|
166
167
|
'@img/sharp-libvips-linux-arm@1.2.4':
|
|
167
168
|
resolution: {integrity: sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==}
|
|
168
169
|
cpu: [arm]
|
|
169
170
|
os: [linux]
|
|
171
|
+
libc: [glibc]
|
|
170
172
|
|
|
171
173
|
'@img/sharp-libvips-linux-ppc64@1.2.4':
|
|
172
174
|
resolution: {integrity: sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==}
|
|
173
175
|
cpu: [ppc64]
|
|
174
176
|
os: [linux]
|
|
177
|
+
libc: [glibc]
|
|
175
178
|
|
|
176
179
|
'@img/sharp-libvips-linux-riscv64@1.2.4':
|
|
177
180
|
resolution: {integrity: sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==}
|
|
178
181
|
cpu: [riscv64]
|
|
179
182
|
os: [linux]
|
|
183
|
+
libc: [glibc]
|
|
180
184
|
|
|
181
185
|
'@img/sharp-libvips-linux-s390x@1.2.4':
|
|
182
186
|
resolution: {integrity: sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==}
|
|
183
187
|
cpu: [s390x]
|
|
184
188
|
os: [linux]
|
|
189
|
+
libc: [glibc]
|
|
185
190
|
|
|
186
191
|
'@img/sharp-libvips-linux-x64@1.2.4':
|
|
187
192
|
resolution: {integrity: sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==}
|
|
188
193
|
cpu: [x64]
|
|
189
194
|
os: [linux]
|
|
195
|
+
libc: [glibc]
|
|
190
196
|
|
|
191
197
|
'@img/sharp-libvips-linuxmusl-arm64@1.2.4':
|
|
192
198
|
resolution: {integrity: sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==}
|
|
193
199
|
cpu: [arm64]
|
|
194
200
|
os: [linux]
|
|
201
|
+
libc: [musl]
|
|
195
202
|
|
|
196
203
|
'@img/sharp-libvips-linuxmusl-x64@1.2.4':
|
|
197
204
|
resolution: {integrity: sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==}
|
|
198
205
|
cpu: [x64]
|
|
199
206
|
os: [linux]
|
|
207
|
+
libc: [musl]
|
|
200
208
|
|
|
201
209
|
'@img/sharp-linux-arm64@0.34.5':
|
|
202
210
|
resolution: {integrity: sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==}
|
|
203
211
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
204
212
|
cpu: [arm64]
|
|
205
213
|
os: [linux]
|
|
214
|
+
libc: [glibc]
|
|
206
215
|
|
|
207
216
|
'@img/sharp-linux-arm@0.34.5':
|
|
208
217
|
resolution: {integrity: sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==}
|
|
209
218
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
210
219
|
cpu: [arm]
|
|
211
220
|
os: [linux]
|
|
221
|
+
libc: [glibc]
|
|
212
222
|
|
|
213
223
|
'@img/sharp-linux-ppc64@0.34.5':
|
|
214
224
|
resolution: {integrity: sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==}
|
|
215
225
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
216
226
|
cpu: [ppc64]
|
|
217
227
|
os: [linux]
|
|
228
|
+
libc: [glibc]
|
|
218
229
|
|
|
219
230
|
'@img/sharp-linux-riscv64@0.34.5':
|
|
220
231
|
resolution: {integrity: sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==}
|
|
221
232
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
222
233
|
cpu: [riscv64]
|
|
223
234
|
os: [linux]
|
|
235
|
+
libc: [glibc]
|
|
224
236
|
|
|
225
237
|
'@img/sharp-linux-s390x@0.34.5':
|
|
226
238
|
resolution: {integrity: sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==}
|
|
227
239
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
228
240
|
cpu: [s390x]
|
|
229
241
|
os: [linux]
|
|
242
|
+
libc: [glibc]
|
|
230
243
|
|
|
231
244
|
'@img/sharp-linux-x64@0.34.5':
|
|
232
245
|
resolution: {integrity: sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==}
|
|
233
246
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
234
247
|
cpu: [x64]
|
|
235
248
|
os: [linux]
|
|
249
|
+
libc: [glibc]
|
|
236
250
|
|
|
237
251
|
'@img/sharp-linuxmusl-arm64@0.34.5':
|
|
238
252
|
resolution: {integrity: sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==}
|
|
239
253
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
240
254
|
cpu: [arm64]
|
|
241
255
|
os: [linux]
|
|
256
|
+
libc: [musl]
|
|
242
257
|
|
|
243
258
|
'@img/sharp-linuxmusl-x64@0.34.5':
|
|
244
259
|
resolution: {integrity: sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==}
|
|
245
260
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
246
261
|
cpu: [x64]
|
|
247
262
|
os: [linux]
|
|
263
|
+
libc: [musl]
|
|
248
264
|
|
|
249
265
|
'@img/sharp-wasm32@0.34.5':
|
|
250
266
|
resolution: {integrity: sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==}
|
|
@@ -295,24 +311,28 @@ packages:
|
|
|
295
311
|
engines: {node: '>= 10'}
|
|
296
312
|
cpu: [arm64]
|
|
297
313
|
os: [linux]
|
|
314
|
+
libc: [glibc]
|
|
298
315
|
|
|
299
316
|
'@next/swc-linux-arm64-musl@15.4.7':
|
|
300
317
|
resolution: {integrity: sha512-4SaCjlFR/2hGJqZLLWycccy1t+wBrE/vyJWnYaZJhUVHccpGLG5q0C+Xkw4iRzUIkE+/dr90MJRUym3s1+vO8A==}
|
|
301
318
|
engines: {node: '>= 10'}
|
|
302
319
|
cpu: [arm64]
|
|
303
320
|
os: [linux]
|
|
321
|
+
libc: [musl]
|
|
304
322
|
|
|
305
323
|
'@next/swc-linux-x64-gnu@15.4.7':
|
|
306
324
|
resolution: {integrity: sha512-2uNXjxvONyRidg00VwvlTYDwC9EgCGNzPAPYbttIATZRxmOZ3hllk/YYESzHZb65eyZfBR5g9xgCZjRAl9YYGg==}
|
|
307
325
|
engines: {node: '>= 10'}
|
|
308
326
|
cpu: [x64]
|
|
309
327
|
os: [linux]
|
|
328
|
+
libc: [glibc]
|
|
310
329
|
|
|
311
330
|
'@next/swc-linux-x64-musl@15.4.7':
|
|
312
331
|
resolution: {integrity: sha512-ceNbPjsFgLscYNGKSu4I6LYaadq2B8tcK116nVuInpHHdAWLWSwVK6CHNvCi0wVS9+TTArIFKJGsEyVD1H+4Kg==}
|
|
313
332
|
engines: {node: '>= 10'}
|
|
314
333
|
cpu: [x64]
|
|
315
334
|
os: [linux]
|
|
335
|
+
libc: [musl]
|
|
316
336
|
|
|
317
337
|
'@next/swc-win32-arm64-msvc@15.4.7':
|
|
318
338
|
resolution: {integrity: sha512-pZyxmY1iHlZJ04LUL7Css8bNvsYAMYOY9JRwFA3HZgpaNKsJSowD09Vg2R9734GxAcLJc2KDQHSCR91uD6/AAw==}
|
|
@@ -418,24 +438,28 @@ packages:
|
|
|
418
438
|
engines: {node: '>= 10'}
|
|
419
439
|
cpu: [arm64]
|
|
420
440
|
os: [linux]
|
|
441
|
+
libc: [glibc]
|
|
421
442
|
|
|
422
443
|
'@tailwindcss/oxide-linux-arm64-musl@4.1.4':
|
|
423
444
|
resolution: {integrity: sha512-X3As2xhtgPTY/m5edUtddmZ8rCruvBvtxYLMw9OsZdH01L2gS2icsHRwxdU0dMItNfVmrBezueXZCHxVeeb7Aw==}
|
|
424
445
|
engines: {node: '>= 10'}
|
|
425
446
|
cpu: [arm64]
|
|
426
447
|
os: [linux]
|
|
448
|
+
libc: [musl]
|
|
427
449
|
|
|
428
450
|
'@tailwindcss/oxide-linux-x64-gnu@4.1.4':
|
|
429
451
|
resolution: {integrity: sha512-2VG4DqhGaDSmYIu6C4ua2vSLXnJsb/C9liej7TuSO04NK+JJJgJucDUgmX6sn7Gw3Cs5ZJ9ZLrnI0QRDOjLfNQ==}
|
|
430
452
|
engines: {node: '>= 10'}
|
|
431
453
|
cpu: [x64]
|
|
432
454
|
os: [linux]
|
|
455
|
+
libc: [glibc]
|
|
433
456
|
|
|
434
457
|
'@tailwindcss/oxide-linux-x64-musl@4.1.4':
|
|
435
458
|
resolution: {integrity: sha512-v+mxVgH2kmur/X5Mdrz9m7TsoVjbdYQT0b4Z+dr+I4RvreCNXyCFELZL/DO0M1RsidZTrm6O1eMnV6zlgEzTMQ==}
|
|
436
459
|
engines: {node: '>= 10'}
|
|
437
460
|
cpu: [x64]
|
|
438
461
|
os: [linux]
|
|
462
|
+
libc: [musl]
|
|
439
463
|
|
|
440
464
|
'@tailwindcss/oxide-wasm32-wasi@4.1.4':
|
|
441
465
|
resolution: {integrity: sha512-2TLe9ir+9esCf6Wm+lLWTMbgklIjiF0pbmDnwmhR9MksVOq+e8aP3TSsXySnBDDvTTVd/vKu1aNttEGj3P6l8Q==}
|
|
@@ -471,7 +495,7 @@ packages:
|
|
|
471
495
|
'@trieb.work/nextjs-turbo-redis-cache@file:../../..':
|
|
472
496
|
resolution: {directory: ../../.., type: directory}
|
|
473
497
|
peerDependencies:
|
|
474
|
-
next: '>=15.0.3 <16.
|
|
498
|
+
next: '>=15.0.3 <16.3.0'
|
|
475
499
|
redis: 4.7.0
|
|
476
500
|
|
|
477
501
|
'@tybys/wasm-util@0.9.0':
|
|
@@ -573,36 +597,43 @@ packages:
|
|
|
573
597
|
resolution: {integrity: sha512-FX2FV7vpLE/+Z0NZX9/1pwWud5Wocm/2PgpUXbT5aSV3QEB10kBPJAzssOQylvdj8mOHoKl5pVkXpbCwww/T2g==}
|
|
574
598
|
cpu: [arm64]
|
|
575
599
|
os: [linux]
|
|
600
|
+
libc: [glibc]
|
|
576
601
|
|
|
577
602
|
'@unrs/resolver-binding-linux-arm64-musl@1.5.0':
|
|
578
603
|
resolution: {integrity: sha512-+gF97xst1BZb28T3nwwzEtq2ewCoMDGKsenYsZuvpmNrW0019G1iUAunZN+FG55L21y+uP7zsGX06OXDQ/viKw==}
|
|
579
604
|
cpu: [arm64]
|
|
580
605
|
os: [linux]
|
|
606
|
+
libc: [musl]
|
|
581
607
|
|
|
582
608
|
'@unrs/resolver-binding-linux-ppc64-gnu@1.5.0':
|
|
583
609
|
resolution: {integrity: sha512-5bEmVcQw9js8JYM2LkUBw5SeELSIxX+qKf9bFrfFINKAp4noZ//hUxLpbF7u/3gTBN1GsER6xOzIZlw/VTdXtA==}
|
|
584
610
|
cpu: [ppc64]
|
|
585
611
|
os: [linux]
|
|
612
|
+
libc: [glibc]
|
|
586
613
|
|
|
587
614
|
'@unrs/resolver-binding-linux-riscv64-gnu@1.5.0':
|
|
588
615
|
resolution: {integrity: sha512-GGk/8TPUsf1Q99F+lzMdjE6sGL26uJCwQ9TlvBs8zR3cLQNw/MIumPN7zrs3GFGySjnwXc8gA6J3HKbejywmqA==}
|
|
589
616
|
cpu: [riscv64]
|
|
590
617
|
os: [linux]
|
|
618
|
+
libc: [glibc]
|
|
591
619
|
|
|
592
620
|
'@unrs/resolver-binding-linux-s390x-gnu@1.5.0':
|
|
593
621
|
resolution: {integrity: sha512-5uRkFYYVNAeVaA4W/CwugjFN3iDOHCPqsBLCCOoJiMfFMMz4evBRsg+498OFa9w6VcTn2bD5aI+RRayaIgk2Sw==}
|
|
594
622
|
cpu: [s390x]
|
|
595
623
|
os: [linux]
|
|
624
|
+
libc: [glibc]
|
|
596
625
|
|
|
597
626
|
'@unrs/resolver-binding-linux-x64-gnu@1.5.0':
|
|
598
627
|
resolution: {integrity: sha512-j905CZH3nehYy6NimNqC2B14pxn4Ltd7guKMyPTzKehbFXTUgihQS/ZfHQTdojkMzbSwBOSgq1dOrY+IpgxDsA==}
|
|
599
628
|
cpu: [x64]
|
|
600
629
|
os: [linux]
|
|
630
|
+
libc: [glibc]
|
|
601
631
|
|
|
602
632
|
'@unrs/resolver-binding-linux-x64-musl@1.5.0':
|
|
603
633
|
resolution: {integrity: sha512-dmLevQTuzQRwu5A+mvj54R5aye5I4PVKiWqGxg8tTaYP2k2oTs/3Mo8mgnhPk28VoYCi0fdFYpgzCd4AJndQvQ==}
|
|
604
634
|
cpu: [x64]
|
|
605
635
|
os: [linux]
|
|
636
|
+
libc: [musl]
|
|
606
637
|
|
|
607
638
|
'@unrs/resolver-binding-wasm32-wasi@1.5.0':
|
|
608
639
|
resolution: {integrity: sha512-LtJMhwu7avhoi+kKfAZOKN773RtzLBVVF90YJbB0wyMpUj9yQPeA+mteVUI9P70OG/opH47FeV5AWeaNWWgqJg==}
|
|
@@ -1306,24 +1337,28 @@ packages:
|
|
|
1306
1337
|
engines: {node: '>= 12.0.0'}
|
|
1307
1338
|
cpu: [arm64]
|
|
1308
1339
|
os: [linux]
|
|
1340
|
+
libc: [glibc]
|
|
1309
1341
|
|
|
1310
1342
|
lightningcss-linux-arm64-musl@1.29.2:
|
|
1311
1343
|
resolution: {integrity: sha512-Q64eM1bPlOOUgxFmoPUefqzY1yV3ctFPE6d/Vt7WzLW4rKTv7MyYNky+FWxRpLkNASTnKQUaiMJ87zNODIrrKQ==}
|
|
1312
1344
|
engines: {node: '>= 12.0.0'}
|
|
1313
1345
|
cpu: [arm64]
|
|
1314
1346
|
os: [linux]
|
|
1347
|
+
libc: [musl]
|
|
1315
1348
|
|
|
1316
1349
|
lightningcss-linux-x64-gnu@1.29.2:
|
|
1317
1350
|
resolution: {integrity: sha512-0v6idDCPG6epLXtBH/RPkHvYx74CVziHo6TMYga8O2EiQApnUPZsbR9nFNrg2cgBzk1AYqEd95TlrsL7nYABQg==}
|
|
1318
1351
|
engines: {node: '>= 12.0.0'}
|
|
1319
1352
|
cpu: [x64]
|
|
1320
1353
|
os: [linux]
|
|
1354
|
+
libc: [glibc]
|
|
1321
1355
|
|
|
1322
1356
|
lightningcss-linux-x64-musl@1.29.2:
|
|
1323
1357
|
resolution: {integrity: sha512-rMpz2yawkgGT8RULc5S4WiZopVMOFWjiItBT7aSfDX4NQav6M44rhn5hjtkKzB+wMTRlLLqxkeYEtQ3dd9696w==}
|
|
1324
1358
|
engines: {node: '>= 12.0.0'}
|
|
1325
1359
|
cpu: [x64]
|
|
1326
1360
|
os: [linux]
|
|
1361
|
+
libc: [musl]
|
|
1327
1362
|
|
|
1328
1363
|
lightningcss-win32-arm64-msvc@1.29.2:
|
|
1329
1364
|
resolution: {integrity: sha512-nL7zRW6evGQqYVu/bKGK+zShyz8OVzsCotFgc7judbt6wnB2KbiKKJwBE4SGoDBQ1O94RjW4asrCjQL4i8Fhbw==}
|
|
@@ -215,89 +215,105 @@ packages:
|
|
|
215
215
|
resolution: {integrity: sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==}
|
|
216
216
|
cpu: [arm64]
|
|
217
217
|
os: [linux]
|
|
218
|
+
libc: [glibc]
|
|
218
219
|
|
|
219
220
|
'@img/sharp-libvips-linux-arm@1.2.4':
|
|
220
221
|
resolution: {integrity: sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==}
|
|
221
222
|
cpu: [arm]
|
|
222
223
|
os: [linux]
|
|
224
|
+
libc: [glibc]
|
|
223
225
|
|
|
224
226
|
'@img/sharp-libvips-linux-ppc64@1.2.4':
|
|
225
227
|
resolution: {integrity: sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==}
|
|
226
228
|
cpu: [ppc64]
|
|
227
229
|
os: [linux]
|
|
230
|
+
libc: [glibc]
|
|
228
231
|
|
|
229
232
|
'@img/sharp-libvips-linux-riscv64@1.2.4':
|
|
230
233
|
resolution: {integrity: sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==}
|
|
231
234
|
cpu: [riscv64]
|
|
232
235
|
os: [linux]
|
|
236
|
+
libc: [glibc]
|
|
233
237
|
|
|
234
238
|
'@img/sharp-libvips-linux-s390x@1.2.4':
|
|
235
239
|
resolution: {integrity: sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==}
|
|
236
240
|
cpu: [s390x]
|
|
237
241
|
os: [linux]
|
|
242
|
+
libc: [glibc]
|
|
238
243
|
|
|
239
244
|
'@img/sharp-libvips-linux-x64@1.2.4':
|
|
240
245
|
resolution: {integrity: sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==}
|
|
241
246
|
cpu: [x64]
|
|
242
247
|
os: [linux]
|
|
248
|
+
libc: [glibc]
|
|
243
249
|
|
|
244
250
|
'@img/sharp-libvips-linuxmusl-arm64@1.2.4':
|
|
245
251
|
resolution: {integrity: sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==}
|
|
246
252
|
cpu: [arm64]
|
|
247
253
|
os: [linux]
|
|
254
|
+
libc: [musl]
|
|
248
255
|
|
|
249
256
|
'@img/sharp-libvips-linuxmusl-x64@1.2.4':
|
|
250
257
|
resolution: {integrity: sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==}
|
|
251
258
|
cpu: [x64]
|
|
252
259
|
os: [linux]
|
|
260
|
+
libc: [musl]
|
|
253
261
|
|
|
254
262
|
'@img/sharp-linux-arm64@0.34.5':
|
|
255
263
|
resolution: {integrity: sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==}
|
|
256
264
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
257
265
|
cpu: [arm64]
|
|
258
266
|
os: [linux]
|
|
267
|
+
libc: [glibc]
|
|
259
268
|
|
|
260
269
|
'@img/sharp-linux-arm@0.34.5':
|
|
261
270
|
resolution: {integrity: sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==}
|
|
262
271
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
263
272
|
cpu: [arm]
|
|
264
273
|
os: [linux]
|
|
274
|
+
libc: [glibc]
|
|
265
275
|
|
|
266
276
|
'@img/sharp-linux-ppc64@0.34.5':
|
|
267
277
|
resolution: {integrity: sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==}
|
|
268
278
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
269
279
|
cpu: [ppc64]
|
|
270
280
|
os: [linux]
|
|
281
|
+
libc: [glibc]
|
|
271
282
|
|
|
272
283
|
'@img/sharp-linux-riscv64@0.34.5':
|
|
273
284
|
resolution: {integrity: sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==}
|
|
274
285
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
275
286
|
cpu: [riscv64]
|
|
276
287
|
os: [linux]
|
|
288
|
+
libc: [glibc]
|
|
277
289
|
|
|
278
290
|
'@img/sharp-linux-s390x@0.34.5':
|
|
279
291
|
resolution: {integrity: sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==}
|
|
280
292
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
281
293
|
cpu: [s390x]
|
|
282
294
|
os: [linux]
|
|
295
|
+
libc: [glibc]
|
|
283
296
|
|
|
284
297
|
'@img/sharp-linux-x64@0.34.5':
|
|
285
298
|
resolution: {integrity: sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==}
|
|
286
299
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
287
300
|
cpu: [x64]
|
|
288
301
|
os: [linux]
|
|
302
|
+
libc: [glibc]
|
|
289
303
|
|
|
290
304
|
'@img/sharp-linuxmusl-arm64@0.34.5':
|
|
291
305
|
resolution: {integrity: sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==}
|
|
292
306
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
293
307
|
cpu: [arm64]
|
|
294
308
|
os: [linux]
|
|
309
|
+
libc: [musl]
|
|
295
310
|
|
|
296
311
|
'@img/sharp-linuxmusl-x64@0.34.5':
|
|
297
312
|
resolution: {integrity: sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==}
|
|
298
313
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
299
314
|
cpu: [x64]
|
|
300
315
|
os: [linux]
|
|
316
|
+
libc: [musl]
|
|
301
317
|
|
|
302
318
|
'@img/sharp-wasm32@0.34.5':
|
|
303
319
|
resolution: {integrity: sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==}
|
|
@@ -364,24 +380,28 @@ packages:
|
|
|
364
380
|
engines: {node: '>= 10'}
|
|
365
381
|
cpu: [arm64]
|
|
366
382
|
os: [linux]
|
|
383
|
+
libc: [glibc]
|
|
367
384
|
|
|
368
385
|
'@next/swc-linux-arm64-musl@16.0.3':
|
|
369
386
|
resolution: {integrity: sha512-CEErFt78S/zYXzFIiv18iQCbRbLgBluS8z1TNDQoyPi8/Jr5qhR3e8XHAIxVxPBjDbEMITprqELVc5KTfFj0gg==}
|
|
370
387
|
engines: {node: '>= 10'}
|
|
371
388
|
cpu: [arm64]
|
|
372
389
|
os: [linux]
|
|
390
|
+
libc: [musl]
|
|
373
391
|
|
|
374
392
|
'@next/swc-linux-x64-gnu@16.0.3':
|
|
375
393
|
resolution: {integrity: sha512-Tc3i+nwt6mQ+Dwzcri/WNDj56iWdycGVh5YwwklleClzPzz7UpfaMw1ci7bLl6GRYMXhWDBfe707EXNjKtiswQ==}
|
|
376
394
|
engines: {node: '>= 10'}
|
|
377
395
|
cpu: [x64]
|
|
378
396
|
os: [linux]
|
|
397
|
+
libc: [glibc]
|
|
379
398
|
|
|
380
399
|
'@next/swc-linux-x64-musl@16.0.3':
|
|
381
400
|
resolution: {integrity: sha512-zTh03Z/5PBBPdTurgEtr6nY0vI9KR9Ifp/jZCcHlODzwVOEKcKRBtQIGrkc7izFgOMuXDEJBmirwpGqdM/ZixA==}
|
|
382
401
|
engines: {node: '>= 10'}
|
|
383
402
|
cpu: [x64]
|
|
384
403
|
os: [linux]
|
|
404
|
+
libc: [musl]
|
|
385
405
|
|
|
386
406
|
'@next/swc-win32-arm64-msvc@16.0.3':
|
|
387
407
|
resolution: {integrity: sha512-Jc1EHxtZovcJcg5zU43X3tuqzl/sS+CmLgjRP28ZT4vk869Ncm2NoF8qSTaL99gh6uOzgM99Shct06pSO6kA6g==}
|
|
@@ -484,24 +504,28 @@ packages:
|
|
|
484
504
|
engines: {node: '>= 10'}
|
|
485
505
|
cpu: [arm64]
|
|
486
506
|
os: [linux]
|
|
507
|
+
libc: [glibc]
|
|
487
508
|
|
|
488
509
|
'@tailwindcss/oxide-linux-arm64-musl@4.1.17':
|
|
489
510
|
resolution: {integrity: sha512-HvZLfGr42i5anKtIeQzxdkw/wPqIbpeZqe7vd3V9vI3RQxe3xU1fLjss0TjyhxWcBaipk7NYwSrwTwK1hJARMg==}
|
|
490
511
|
engines: {node: '>= 10'}
|
|
491
512
|
cpu: [arm64]
|
|
492
513
|
os: [linux]
|
|
514
|
+
libc: [musl]
|
|
493
515
|
|
|
494
516
|
'@tailwindcss/oxide-linux-x64-gnu@4.1.17':
|
|
495
517
|
resolution: {integrity: sha512-M3XZuORCGB7VPOEDH+nzpJ21XPvK5PyjlkSFkFziNHGLc5d6g3di2McAAblmaSUNl8IOmzYwLx9NsE7bplNkwQ==}
|
|
496
518
|
engines: {node: '>= 10'}
|
|
497
519
|
cpu: [x64]
|
|
498
520
|
os: [linux]
|
|
521
|
+
libc: [glibc]
|
|
499
522
|
|
|
500
523
|
'@tailwindcss/oxide-linux-x64-musl@4.1.17':
|
|
501
524
|
resolution: {integrity: sha512-k7f+pf9eXLEey4pBlw+8dgfJHY4PZ5qOUFDyNf7SI6lHjQ9Zt7+NcscjpwdCEbYi6FI5c2KDTDWyf2iHcCSyyQ==}
|
|
502
525
|
engines: {node: '>= 10'}
|
|
503
526
|
cpu: [x64]
|
|
504
527
|
os: [linux]
|
|
528
|
+
libc: [musl]
|
|
505
529
|
|
|
506
530
|
'@tailwindcss/oxide-wasm32-wasi@4.1.17':
|
|
507
531
|
resolution: {integrity: sha512-cEytGqSSoy7zK4JRWiTCx43FsKP/zGr0CsuMawhH67ONlH+T79VteQeJQRO/X7L0juEUA8ZyuYikcRBf0vsxhg==}
|
|
@@ -537,7 +561,7 @@ packages:
|
|
|
537
561
|
'@trieb.work/nextjs-turbo-redis-cache@file:../../..':
|
|
538
562
|
resolution: {directory: ../../.., type: directory}
|
|
539
563
|
peerDependencies:
|
|
540
|
-
next: '>=15.0.3
|
|
564
|
+
next: '>=15.0.3 <16.3.0'
|
|
541
565
|
redis: 4.7.0
|
|
542
566
|
|
|
543
567
|
'@tybys/wasm-util@0.10.1':
|
|
@@ -661,41 +685,49 @@ packages:
|
|
|
661
685
|
resolution: {integrity: sha512-34gw7PjDGB9JgePJEmhEqBhWvCiiWCuXsL9hYphDF7crW7UgI05gyBAi6MF58uGcMOiOqSJ2ybEeCvHcq0BCmQ==}
|
|
662
686
|
cpu: [arm64]
|
|
663
687
|
os: [linux]
|
|
688
|
+
libc: [glibc]
|
|
664
689
|
|
|
665
690
|
'@unrs/resolver-binding-linux-arm64-musl@1.11.1':
|
|
666
691
|
resolution: {integrity: sha512-RyMIx6Uf53hhOtJDIamSbTskA99sPHS96wxVE/bJtePJJtpdKGXO1wY90oRdXuYOGOTuqjT8ACccMc4K6QmT3w==}
|
|
667
692
|
cpu: [arm64]
|
|
668
693
|
os: [linux]
|
|
694
|
+
libc: [musl]
|
|
669
695
|
|
|
670
696
|
'@unrs/resolver-binding-linux-ppc64-gnu@1.11.1':
|
|
671
697
|
resolution: {integrity: sha512-D8Vae74A4/a+mZH0FbOkFJL9DSK2R6TFPC9M+jCWYia/q2einCubX10pecpDiTmkJVUH+y8K3BZClycD8nCShA==}
|
|
672
698
|
cpu: [ppc64]
|
|
673
699
|
os: [linux]
|
|
700
|
+
libc: [glibc]
|
|
674
701
|
|
|
675
702
|
'@unrs/resolver-binding-linux-riscv64-gnu@1.11.1':
|
|
676
703
|
resolution: {integrity: sha512-frxL4OrzOWVVsOc96+V3aqTIQl1O2TjgExV4EKgRY09AJ9leZpEg8Ak9phadbuX0BA4k8U5qtvMSQQGGmaJqcQ==}
|
|
677
704
|
cpu: [riscv64]
|
|
678
705
|
os: [linux]
|
|
706
|
+
libc: [glibc]
|
|
679
707
|
|
|
680
708
|
'@unrs/resolver-binding-linux-riscv64-musl@1.11.1':
|
|
681
709
|
resolution: {integrity: sha512-mJ5vuDaIZ+l/acv01sHoXfpnyrNKOk/3aDoEdLO/Xtn9HuZlDD6jKxHlkN8ZhWyLJsRBxfv9GYM2utQ1SChKew==}
|
|
682
710
|
cpu: [riscv64]
|
|
683
711
|
os: [linux]
|
|
712
|
+
libc: [musl]
|
|
684
713
|
|
|
685
714
|
'@unrs/resolver-binding-linux-s390x-gnu@1.11.1':
|
|
686
715
|
resolution: {integrity: sha512-kELo8ebBVtb9sA7rMe1Cph4QHreByhaZ2QEADd9NzIQsYNQpt9UkM9iqr2lhGr5afh885d/cB5QeTXSbZHTYPg==}
|
|
687
716
|
cpu: [s390x]
|
|
688
717
|
os: [linux]
|
|
718
|
+
libc: [glibc]
|
|
689
719
|
|
|
690
720
|
'@unrs/resolver-binding-linux-x64-gnu@1.11.1':
|
|
691
721
|
resolution: {integrity: sha512-C3ZAHugKgovV5YvAMsxhq0gtXuwESUKc5MhEtjBpLoHPLYM+iuwSj3lflFwK3DPm68660rZ7G8BMcwSro7hD5w==}
|
|
692
722
|
cpu: [x64]
|
|
693
723
|
os: [linux]
|
|
724
|
+
libc: [glibc]
|
|
694
725
|
|
|
695
726
|
'@unrs/resolver-binding-linux-x64-musl@1.11.1':
|
|
696
727
|
resolution: {integrity: sha512-rV0YSoyhK2nZ4vEswT/QwqzqQXw5I6CjoaYMOX0TqBlWhojUf8P94mvI7nuJTeaCkkds3QE4+zS8Ko+GdXuZtA==}
|
|
697
728
|
cpu: [x64]
|
|
698
729
|
os: [linux]
|
|
730
|
+
libc: [musl]
|
|
699
731
|
|
|
700
732
|
'@unrs/resolver-binding-wasm32-wasi@1.11.1':
|
|
701
733
|
resolution: {integrity: sha512-5u4RkfxJm+Ng7IWgkzi3qrFOvLvQYnPBmjmZQ8+szTK/b31fQCnleNl1GgEt7nIsZRIf5PLhPwT0WM+q45x/UQ==}
|
|
@@ -1457,24 +1489,28 @@ packages:
|
|
|
1457
1489
|
engines: {node: '>= 12.0.0'}
|
|
1458
1490
|
cpu: [arm64]
|
|
1459
1491
|
os: [linux]
|
|
1492
|
+
libc: [glibc]
|
|
1460
1493
|
|
|
1461
1494
|
lightningcss-linux-arm64-musl@1.30.2:
|
|
1462
1495
|
resolution: {integrity: sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==}
|
|
1463
1496
|
engines: {node: '>= 12.0.0'}
|
|
1464
1497
|
cpu: [arm64]
|
|
1465
1498
|
os: [linux]
|
|
1499
|
+
libc: [musl]
|
|
1466
1500
|
|
|
1467
1501
|
lightningcss-linux-x64-gnu@1.30.2:
|
|
1468
1502
|
resolution: {integrity: sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==}
|
|
1469
1503
|
engines: {node: '>= 12.0.0'}
|
|
1470
1504
|
cpu: [x64]
|
|
1471
1505
|
os: [linux]
|
|
1506
|
+
libc: [glibc]
|
|
1472
1507
|
|
|
1473
1508
|
lightningcss-linux-x64-musl@1.30.2:
|
|
1474
1509
|
resolution: {integrity: sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==}
|
|
1475
1510
|
engines: {node: '>= 12.0.0'}
|
|
1476
1511
|
cpu: [x64]
|
|
1477
1512
|
os: [linux]
|
|
1513
|
+
libc: [musl]
|
|
1478
1514
|
|
|
1479
1515
|
lightningcss-win32-arm64-msvc@1.30.2:
|
|
1480
1516
|
resolution: {integrity: sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "next-app-16-
|
|
2
|
+
"name": "next-app-16-2-3",
|
|
3
3
|
"version": "0.1.0",
|
|
4
4
|
"private": true,
|
|
5
5
|
"scripts": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"lint": "eslint"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"next": "16.
|
|
12
|
+
"next": "16.2.3",
|
|
13
13
|
"react": "19.2.0",
|
|
14
14
|
"react-dom": "19.2.0",
|
|
15
15
|
"redis": "4.7.0",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@types/react": "^19",
|
|
22
22
|
"@types/react-dom": "^19",
|
|
23
23
|
"eslint": "^9",
|
|
24
|
-
"eslint-config-next": "16.
|
|
24
|
+
"eslint-config-next": "16.2.3",
|
|
25
25
|
"tailwindcss": "^4",
|
|
26
26
|
"typescript": "^5"
|
|
27
27
|
}
|