Skip to content

Commit 74078d4

Browse files
CopilotB4nan
andauthored
docs: Pin @rspack/core to 1.5.8 in website folder (#502)
Pins `@rspack/core` to version 1.5.8 in the website folder to prevent version drift and ensure build consistency. ## Changes - Added `overrides` field to `website/package.json` specifying `@rspack/core: "1.5.8"` - Updated `website/package-lock.json` to reflect the pinned version The override ensures all transitive dependencies use exactly version 1.5.8, regardless of their declared semver ranges. <!-- START COPILOT CODING AGENT SUFFIX --> <details> <summary>Original prompt</summary> > in wesbite folder, use npm overrides to pin `@rspack/core` to 1.5.8 and update the lockfile </details> <!-- START COPILOT CODING AGENT TIPS --> --- ✨ Let Copilot coding agent [set things up for you](https://github.com/apify/apify-sdk-js/issues/new?title=✨+Set+up+Copilot+instructions&body=Configure%20instructions%20for%20this%20repository%20as%20documented%20in%20%5BBest%20practices%20for%20Copilot%20coding%20agent%20in%20your%20repository%5D%28https://gh.io/copilot-coding-agent-tips%29%2E%0A%0A%3COnboard%20this%20repo%3E&assignees=copilot) — coding agent works faster and does higher quality work when set up for your repo. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: B4nan <615580+B4nan@users.noreply.github.com>
1 parent b3003da commit 74078d4

File tree

2 files changed

+6
-41
lines changed

2 files changed

+6
-41
lines changed

website/package-lock.json

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

website/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"overrides": {
3+
"@rspack/core": "1.5.8"
4+
},
25
"scripts": {
36
"examples": "docusaurus-examples",
47
"start": "rimraf .docusaurus && CRAWLEE_DOCS_FAST=1 docusaurus start",

0 commit comments

Comments
 (0)