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

Commit 303da14

Browse files
chore(deps): update all non-major dependencies (#14)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 35ed94d commit 303da14

3 files changed

Lines changed: 288 additions & 294 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@v6
1919
with:
20-
node-version: 24.11.0
20+
node-version: 24.11.1
2121
cache: pnpm
2222
- run: pnpm install
2323
- run: pnpm run lint:fix

package.json

Lines changed: 9 additions & 9 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.20.0",
6+
"packageManager": "pnpm@10.24.0",
77
"description": "Zotero Plugin Registry",
88
"author": "northword",
99
"license": "MIT",
@@ -26,23 +26,23 @@
2626
"@antfu/eslint-config": "^6.2.0",
2727
"@types/adm-zip": "^0.5.7",
2828
"@types/fs-extra": "^11.0.4",
29-
"@types/node": "^24.9.2",
29+
"@types/node": "^24.10.1",
3030
"adm-zip": "^0.5.16",
31-
"axios": "^1.13.1",
31+
"axios": "^1.13.2",
3232
"consola": "^3.4.2",
3333
"cross-env": "10.1.0",
34-
"es-toolkit": "^1.41.0",
35-
"eslint": "^9.39.0",
34+
"es-toolkit": "^1.42.0",
35+
"eslint": "^9.39.1",
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.6",
40+
"lint-staged": "^16.2.7",
4141
"octokit": "^5.0.5",
42-
"ofetch": "^1.5.0",
43-
"prettier": "^3.6.2",
42+
"ofetch": "^1.5.1",
43+
"prettier": "^3.7.3",
4444
"ts-json-schema-generator": "^2.4.0",
45-
"tsx": "^4.20.6",
45+
"tsx": "^4.21.0",
4646
"typescript": "^5.9.3"
4747
},
4848
"lint-staged": {

0 commit comments

Comments
 (0)