Commit 19f5327
fix(deps): pin dependencies (#118)
* fix(deps): pin dependencies
* fix(deps): regenerate package-lock.json after pin
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* fix(deps): pin vite to 7.x to avoid runtime mismatch
A clean npm install picks vite 8 at the top level via
@tailwindcss/vite's peer range, but astro 6.3.8 bundles its
own vite 7. The mismatch breaks the Cloudflare adapter at
build time with "require_dist is not a function". Base the
lock on main's resolution and only patch metadata for the
pinned versions.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Henrique Chaves <henrique@giskard.ai>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 36e2b75 commit 19f5327
2 files changed
Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
0 commit comments