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

Commit 1a157b6

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

3 files changed

Lines changed: 389 additions & 367 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@v4
1919
with:
20-
node-version: 22.19.0
20+
node-version: 22.20.0
2121
cache: pnpm
2222
- run: pnpm install
2323
- run: pnpm run lint:fix

package.json

Lines changed: 10 additions & 10 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.15.1",
6+
"packageManager": "pnpm@10.17.1",
77
"description": "Zotero Plugin Registry",
88
"author": "northword",
99
"license": "MIT",
@@ -23,27 +23,27 @@
2323
"test": "echo \"Error: no test specified\" && exit 1"
2424
},
2525
"devDependencies": {
26-
"@antfu/eslint-config": "^5.2.1",
26+
"@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.0",
29+
"@types/node": "^22.18.8",
3030
"adm-zip": "^0.5.16",
31-
"axios": "^1.11.0",
31+
"axios": "^1.12.2",
3232
"consola": "^3.4.2",
33-
"cross-env": "10.0.0",
33+
"cross-env": "10.1.0",
3434
"es-toolkit": "^1.39.10",
35-
"eslint": "^9.34.0",
36-
"fs-extra": "^11.3.1",
35+
"eslint": "^9.36.0",
36+
"fs-extra": "^11.3.2",
3737
"globby": "^14.1.0",
3838
"husky": "^9.1.7",
3939
"jsonc": "^2.0.0",
40-
"lint-staged": "^16.1.6",
40+
"lint-staged": "^16.2.3",
4141
"octokit": "^5.0.3",
4242
"ofetch": "^1.4.1",
4343
"prettier": "^3.6.2",
4444
"ts-json-schema-generator": "^2.4.0",
45-
"tsx": "^4.20.5",
46-
"typescript": "^5.9.2"
45+
"tsx": "^4.20.6",
46+
"typescript": "^5.9.3"
4747
},
4848
"lint-staged": {
4949
"*.*": "eslint --fix"

0 commit comments

Comments
 (0)