Skip to content

Commit e22a123

Browse files
comprehensive-demo-react18: fix pnpm overrides to use correct canary package names (@rspack-canary/core, etc.)
1 parent 37a970a commit e22a123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comprehensive-demo-react18/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"pnpm": {
2929
"overrides": {
30-
"@rspack/core": "npm:@rspack-canary/browser@1.6.2-canary-4e6be088-20251110224718",
30+
"@rspack/core": "npm:@rspack-canary/core@1.6.2-canary-4e6be088-20251110224718",
3131
"@rspack/dev-server": "npm:@rspack-canary/[email protected]",
3232
"@rspack/plugin-react-refresh": "npm:@rspack-canary/[email protected]"
3333
}

0 commit comments

Comments
 (0)