Skip to content

Commit 19f5327

Browse files
renovate[bot]henchavesclaude
authored
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

File tree

package-lock.json

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
"format:code": "node scripts/format-code-blocks.mjs"
1515
},
1616
"dependencies": {
17-
"@astrojs/cloudflare": "^13.0.0",
17+
"@astrojs/cloudflare": "13.5.5",
1818
"@astrojs/starlight": "0.39.2",
19-
"@tailwindcss/vite": "^4.0.0",
20-
"astro": "^6.3.0",
19+
"@tailwindcss/vite": "4.3.0",
20+
"astro": "6.3.8",
2121
"astro-mermaid": "2.0.1",
2222
"mermaid": "11.15.0",
2323
"sharp": "0.34.5",
24-
"starlight-auto-sidebar": "^0.4.0",
25-
"starlight-image-zoom": "0.13.2",
26-
"tailwindcss": "^4.0.0"
24+
"starlight-auto-sidebar": "0.4.0",
25+
"starlight-image-zoom": "0.14.2",
26+
"tailwindcss": "4.3.0"
2727
},
2828
"devDependencies": {
29-
"prettier": "3.8.1",
30-
"wrangler": "^4.95.0"
29+
"prettier": "3.8.3",
30+
"wrangler": "4.95.0"
3131
}
3232
}

0 commit comments

Comments
 (0)