Skip to content

Commit 64df1c7

Browse files
authored
chore: Add rspack.core <1.6.0 constarint to avoid docs build issues (#660)
Temporarily add `rspack.core` <1.6.0 constraint to avoid docs build issues. Should be reverted later: #659
1 parent e611b05 commit 64df1c7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

website/package-lock.json

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

website/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"raw-loader": "^4.0.2",
3535
"react": "^19.0.0",
3636
"react-dom": "^19.0.0",
37-
"unist-util-visit": "^5.0.0"
37+
"unist-util-visit": "^5.0.0",
38+
"@rspack/core": "<1.6.0"
3839
},
3940
"devDependencies": {
4041
"@apify/eslint-config-ts": "^0.4.0",

0 commit comments

Comments
 (0)