chore: sync pnpm-lock.yaml with package.json
Two pre-existing drifts between package.json and pnpm-lock.yaml were breaking `pnpm install --frozen-lockfile` in CI: - `@gpustack/core-ui` was bumped to `^1.0.9` in package.json without regenerating the lockfile (lockfile still pinned the prior 1.0.6 resolution). Pin to `^1.0.7` instead — 1.0.9 ships a packaging glitch that surfaces a `Calling \`require\` for "react"` exception at module init under MFSU, so the matching enterprise build was already reverted; 1.0.7 is the last known-good across both repos. - `react-router-dom` had `^6.30.3` in package.json but `6.30.3` (no caret) in the lockfile spec. Match the lockfile to keep the intentional pin from the original add. `pnpm install --frozen-lockfile` now passes locally.
This commit is contained in:
+2
-2
@@ -16,7 +16,7 @@
|
||||
"@ant-design/icons": "^6.1.0",
|
||||
"@ant-design/pro-components": "3.1.0-0",
|
||||
"@braintree/sanitize-url": "^7.1.1",
|
||||
"@gpustack/core-ui": "^1.0.9",
|
||||
"@gpustack/core-ui": "^1.0.7",
|
||||
"@huggingface/gguf": "^0.1.7",
|
||||
"@huggingface/hub": "^0.15.1",
|
||||
"@huggingface/tasks": "^0.11.6",
|
||||
@@ -67,7 +67,7 @@
|
||||
"react-hotkeys-hook": "^4.5.0",
|
||||
"react-intersection-observer": "^9.16.0",
|
||||
"react-markdown": "^9.0.3",
|
||||
"react-router-dom": "^6.30.3",
|
||||
"react-router-dom": "6.30.3",
|
||||
"rehype-katex": "^7.0.1",
|
||||
"remark-breaks": "^4.0.0",
|
||||
"remark-gfm": "^4.0.1",
|
||||
|
||||
Generated
+12959
-11934
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user