Skip to content
This repository was archived by the owner on Apr 11, 2026. It is now read-only.

Commit 0a7ba26

Browse files
chore(deps): update all non-major dependencies (#10)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9f671a6 commit 0a7ba26

3 files changed

Lines changed: 350 additions & 356 deletions

File tree

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: pnpm/action-setup@v4
1818
- uses: actions/setup-node@v5
1919
with:
20-
node-version: 22.20.0
20+
node-version: 22.21.1
2121
cache: pnpm
2222
- run: pnpm install
2323
- run: pnpm run lint:fix

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.0.0",
55
"private": "true",
6-
"packageManager": "pnpm@10.17.1",
6+
"packageManager": "pnpm@10.20.0",
77
"description": "Zotero Plugin Registry",
88
"author": "northword",
99
"license": "MIT",
@@ -26,20 +26,20 @@
2626
"@antfu/eslint-config": "^5.4.1",
2727
"@types/adm-zip": "^0.5.7",
2828
"@types/fs-extra": "^11.0.4",
29-
"@types/node": "^22.18.8",
29+
"@types/node": "^22.18.13",
3030
"adm-zip": "^0.5.16",
31-
"axios": "^1.12.2",
31+
"axios": "^1.13.1",
3232
"consola": "^3.4.2",
3333
"cross-env": "10.1.0",
34-
"es-toolkit": "^1.39.10",
35-
"eslint": "^9.36.0",
34+
"es-toolkit": "^1.41.0",
35+
"eslint": "^9.39.0",
3636
"fs-extra": "^11.3.2",
3737
"globby": "^15.0.0",
3838
"husky": "^9.1.7",
3939
"jsonc": "^2.0.0",
40-
"lint-staged": "^16.2.3",
41-
"octokit": "^5.0.3",
42-
"ofetch": "^1.4.1",
40+
"lint-staged": "^16.2.6",
41+
"octokit": "^5.0.5",
42+
"ofetch": "^1.5.0",
4343
"prettier": "^3.6.2",
4444
"ts-json-schema-generator": "^2.4.0",
4545
"tsx": "^4.20.6",

0 commit comments

Comments
 (0)