Skip to content
This repository was archived by the owner on Apr 11, 2026. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v6
with:
node-version: 24.11.1
node-version: 24.13.0
cache: pnpm
- run: pnpm install
- run: pnpm run lint:fix
Expand Down
12 changes: 6 additions & 6 deletions bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.0",
"private": "true",
"packageManager": "pnpm@10.24.0",
"packageManager": "pnpm@10.28.2",
"description": "Bot of Zotero Plugin Registry",
"author": "northword",
"license": "MIT",
Expand All @@ -22,12 +22,12 @@
"dependencies": {
"@types/semver": "^7.7.1",
"adm-zip": "^0.5.16",
"axios": "^1.13.2",
"commander": "^14.0.2",
"axios": "^1.13.4",
"commander": "^14.0.3",
"consola": "^3.4.2",
"cross-env": "10.1.0",
"es-toolkit": "^1.42.0",
"fs-extra": "^11.3.2",
"es-toolkit": "^1.44.0",
"fs-extra": "^11.3.3",
"globby": "^15.0.0",
"jsonc": "^2.0.0",
"octokit": "^5.0.5",
Expand All @@ -39,6 +39,6 @@
"@types/adm-zip": "^0.5.7",
"@types/fs-extra": "^11.0.4",
"@zotero-plugin-registry/shared": "workspace:",
"tsdown": "^0.19.0"
"tsdown": "^0.20.1"
}
}
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.0",
"private": "true",
"packageManager": "pnpm@10.24.0",
"packageManager": "pnpm@10.28.2",
"description": "Zotero Plugin Registry",
"author": "northword",
"license": "MIT",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.0",
"private": "true",
"packageManager": "pnpm@10.24.0",
"packageManager": "pnpm@10.28.2",
"description": "Zotero Plugin Registry",
"author": "northword",
"license": "MIT",
Expand All @@ -21,13 +21,13 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@antfu/eslint-config": "^6.2.0",
"@types/node": "^24.10.1",
"@antfu/eslint-config": "^6.7.3",
"@types/node": "^24.10.9",
"@zotero-plugin-registry/bot": "workspace:",
"eslint": "^9.39.1",
"eslint": "^9.39.2",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"prettier": "^3.7.3",
"prettier": "^3.8.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
},
Expand Down
Loading