update: deps
This commit is contained in:
parent
309483b7e7
commit
0855272ae0
File diff suppressed because it is too large
Load Diff
|
|
@ -56,7 +56,7 @@
|
|||
"unist-util-visit": "^5.0.0",
|
||||
"unist-util-visit-parents": "^6.0.1",
|
||||
"yamljs": "^0.3.0",
|
||||
"zotero-plugin-toolkit": "^3.0.2"
|
||||
"zotero-plugin-toolkit": "^3.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
|
||||
|
|
@ -84,7 +84,7 @@
|
|||
"replace-in-file": "^7.2.0",
|
||||
"typescript": "^5.3.3",
|
||||
"xslt3": "^2.6.0",
|
||||
"zotero-plugin-scaffold": "^0.0.32",
|
||||
"zotero-plugin-scaffold": "^0.1.2",
|
||||
"zotero-types": "^2.0.1"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ export default defineConfig({
|
|||
"https://github.com/{{owner}}/{{repo}}/releases/download/v{{version}}/{{xpiName}}.xpi",
|
||||
|
||||
server: {
|
||||
asProxy: true,
|
||||
asProxy: false,
|
||||
},
|
||||
|
||||
build: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue