|
2 | 2 | "name": "zotero-plugin-scaffold", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.8.0", |
5 | | - "packageManager": "pnpm@10.15.1", |
| 5 | + "packageManager": "pnpm@10.17.1", |
6 | 6 | "description": "A scaffold for Zotero plugin development.", |
7 | 7 | "author": "northword", |
8 | 8 | "license": "AGPL-3.0-or-later", |
|
71 | 71 | "@swc/core": "^1.13.5", |
72 | 72 | "adm-zip": "^0.5.16", |
73 | 73 | "bumpp": "^10.2.3", |
74 | | - "c12": "^3.2.0", |
| 74 | + "c12": "^3.3.0", |
75 | 75 | "chokidar": "^4.0.3", |
76 | | - "commander": "^14.0.0", |
| 76 | + "commander": "^14.0.1", |
77 | 77 | "es-toolkit": "^1.39.10", |
78 | | - "esbuild": "^0.25.9", |
79 | | - "fs-extra": "^11.3.1", |
| 78 | + "esbuild": "^0.25.10", |
| 79 | + "fs-extra": "^11.3.2", |
80 | 80 | "hookable": "^5.5.3", |
81 | 81 | "octokit": "^5.0.3", |
82 | 82 | "std-env": "^3.9.0", |
83 | 83 | "tiny-update-notifier": "^2.0.2", |
84 | | - "tinyglobby": "^0.2.14", |
| 84 | + "tinyglobby": "^0.2.15", |
85 | 85 | "xvfb-ts": "^1.1.1" |
86 | 86 | }, |
87 | 87 | "devDependencies": { |
88 | | - "@antfu/eslint-config": "^5.2.1", |
| 88 | + "@antfu/eslint-config": "^5.4.1", |
89 | 89 | "@commander-js/extra-typings": "^14.0.0", |
90 | 90 | "@types/adm-zip": "^0.5.7", |
91 | 91 | "@types/fs-extra": "^11.0.4", |
92 | | - "@types/node": "^22.18.0", |
| 92 | + "@types/node": "^22.18.8", |
93 | 93 | "bumpp": "^10.2.3", |
94 | 94 | "changelogen": "^0.6.2", |
95 | | - "eslint": "^9.34.0", |
96 | | - "eslint-plugin-format": "^1.0.1", |
| 95 | + "eslint": "^9.36.0", |
| 96 | + "eslint-plugin-format": "^1.0.2", |
97 | 97 | "husky": "^9.1.7", |
98 | | - "lint-staged": "^16.1.6", |
| 98 | + "lint-staged": "^16.2.3", |
99 | 99 | "node-style-text": "^1.0.0", |
100 | | - "tsx": "^4.20.5", |
101 | | - "typescript": "^5.9.2", |
| 100 | + "tsx": "^4.20.6", |
| 101 | + "typescript": "^5.9.3", |
102 | 102 | "unbuild": "^3.6.1", |
103 | 103 | "vitest": "^3.2.4" |
104 | 104 | }, |
|
0 commit comments