update: deps

This commit is contained in:
windingwind 2024-05-06 21:24:43 +08:00
parent ff478a7dff
commit 8b1c82681d
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@
},
"homepage": "https://github.com/windingwind/zotero-addon-template#readme",
"dependencies": {
"zotero-plugin-toolkit": "^2.3.29"
"zotero-plugin-toolkit": "^2.3.30"
},
"devDependencies": {
"@types/node": "^20.12.8",
@ -47,7 +47,7 @@
"release-it": "^17.2.1",
"replace-in-file": "^7.1.0",
"typescript": "^5.4.5",
"zotero-types": "^1.3.24"
"zotero-types": "^2.0.0"
},
"eslintConfig": {
"env": {

View File

@ -1,4 +1,4 @@
import details from "../package.json" assert { type: "json" };
import details from "../package.json" with { type: "json" };
import {
Logger,
clearFolder,