|
2 | 2 | "name": "zotero-plugin-scaffold", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.7.1", |
5 | | - "packageManager": "[email protected].1", |
| 5 | + "packageManager": "[email protected].4", |
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.12.0", |
| 71 | + "@swc/core": "^1.12.9", |
72 | 72 | "adm-zip": "^0.5.16", |
73 | | - "bumpp": "^10.1.1", |
| 73 | + "bumpp": "^10.2.0", |
74 | 74 | "c12": "^3.0.4", |
75 | 75 | "chokidar": "^4.0.3", |
76 | 76 | "commander": "^14.0.0", |
77 | | - "es-toolkit": "^1.39.3", |
| 77 | + "es-toolkit": "^1.39.5", |
78 | 78 | "esbuild": "^0.25.5", |
79 | 79 | "fs-extra": "^11.3.0", |
80 | 80 | "hookable": "^5.5.3", |
|
85 | 85 | "xvfb-ts": "^1.1.0" |
86 | 86 | }, |
87 | 87 | "devDependencies": { |
88 | | - "@antfu/eslint-config": "^4.14.1", |
| 88 | + "@antfu/eslint-config": "^4.16.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.15.31", |
93 | | - "bumpp": "^10.1.1", |
| 92 | + "@types/node": "^22.15.34", |
| 93 | + "bumpp": "^10.2.0", |
94 | 94 | "changelogen": "^0.6.1", |
95 | | - "eslint": "^9.28.0", |
| 95 | + "eslint": "^9.30.0", |
96 | 96 | "eslint-plugin-format": "^1.0.1", |
97 | 97 | "husky": "^9.1.7", |
98 | | - "lint-staged": "^16.1.0", |
| 98 | + "lint-staged": "^16.1.2", |
99 | 99 | "node-style-text": "^0.0.8", |
100 | | - "tsx": "^4.20.1", |
| 100 | + "tsx": "^4.20.3", |
101 | 101 | "typescript": "^5.8.3", |
102 | 102 | "unbuild": "^3.5.0", |
103 | | - "vitest": "^3.2.3" |
| 103 | + "vitest": "^3.2.4" |
104 | 104 | }, |
105 | 105 | "workspaces": [ |
106 | 106 | "src", |
|
0 commit comments