|
2 | 2 | "name": "zotero-plugin-scaffold", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.8.2", |
5 | | - "packageManager": "pnpm@10.24.0", |
| 5 | + "packageManager": "pnpm@10.28.2", |
6 | 6 | "description": "A scaffold for Zotero plugin development.", |
7 | 7 | "author": "northword", |
8 | 8 | "license": "AGPL-3.0-or-later", |
|
68 | 68 | }, |
69 | 69 | "dependencies": { |
70 | 70 | "@fluent/syntax": "^0.19.0", |
71 | | - "@swc/core": "^1.15.3", |
| 71 | + "@swc/core": "^1.15.11", |
72 | 72 | "adm-zip": "^0.5.16", |
73 | | - "bumpp": "^10.3.2", |
74 | | - "c12": "^3.3.2", |
| 73 | + "bumpp": "^10.4.0", |
| 74 | + "c12": "^3.3.3", |
75 | 75 | "chokidar": "^5.0.0", |
76 | | - "commander": "^14.0.2", |
77 | | - "es-toolkit": "^1.42.0", |
78 | | - "esbuild": "^0.27.0", |
79 | | - "fs-extra": "^11.3.2", |
| 76 | + "commander": "^14.0.3", |
| 77 | + "es-toolkit": "^1.44.0", |
| 78 | + "esbuild": "^0.27.2", |
| 79 | + "fs-extra": "^11.3.3", |
80 | 80 | "hookable": "^6.0.1", |
81 | 81 | "octokit": "^5.0.5", |
82 | 82 | "std-env": "^3.10.0", |
|
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": "^24.10.1", |
93 | | - "bumpp": "^10.3.2", |
| 92 | + "@types/node": "^24.10.9", |
| 93 | + "bumpp": "^10.4.0", |
94 | 94 | "changelogen": "^0.6.2", |
95 | | - "eslint": "^9.39.1", |
96 | | - "eslint-plugin-format": "^1.0.2", |
| 95 | + "eslint": "^9.39.2", |
| 96 | + "eslint-plugin-format": "^1.3.1", |
97 | 97 | "husky": "^9.1.7", |
98 | 98 | "lint-staged": "^16.2.7", |
99 | 99 | "tsx": "^4.21.0", |
100 | 100 | "typescript": "^5.9.3", |
101 | 101 | "unbuild": "^3.6.1", |
102 | | - "vitest": "^4.0.14" |
| 102 | + "vitest": "^4.0.18" |
103 | 103 | }, |
104 | 104 | "workspaces": [ |
105 | 105 | "src", |
|
0 commit comments