chore(deps): pin @citation-js/* to 0.7 until node-fetch v3 bundling fix

@citation-js/* 0.8 pulls in node-fetch v3, which lacks a browser field
and does not bundle cleanly due to its node:* imports, breaking the
frontend build. Pin to the last 0.7 release until the upstream fix
(citation-js/citation-js#277) is released.

Assisted-by: Claude:Opus 4.8
This commit is contained in:
silverwind
2026-07-14 12:15:02 +02:00
parent c29f2a65af
commit a22e1690c0
3 changed files with 104 additions and 84 deletions
+3 -3
View File
@@ -6,9 +6,9 @@
"pnpm": ">= 11.0.0"
},
"dependencies": {
"@citation-js/core": "0.8.1",
"@citation-js/plugin-bibtex": "0.8.1",
"@citation-js/plugin-csl": "0.8.1",
"@citation-js/core": "0.7.21",
"@citation-js/plugin-bibtex": "0.7.21",
"@citation-js/plugin-csl": "0.7.22",
"@citation-js/plugin-software-formats": "0.6.2",
"@codemirror/autocomplete": "6.20.3",
"@codemirror/commands": "6.10.4",