mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-23 13:13:38 +09:00
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:
+3
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user