|
2 | 2 | "name": "zotero-plugin-scaffold", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.8.0", |
5 | | - "packageManager": "pnpm@10.14.0", |
| 5 | + "packageManager": "pnpm@10.15.1", |
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.13.3", |
| 71 | + "@swc/core": "^1.13.5", |
72 | 72 | "adm-zip": "^0.5.16", |
73 | | - "bumpp": "^10.2.1", |
| 73 | + "bumpp": "^10.2.3", |
74 | 74 | "c12": "^3.2.0", |
75 | 75 | "chokidar": "^4.0.3", |
76 | 76 | "commander": "^14.0.0", |
77 | | - "es-toolkit": "^1.39.8", |
78 | | - "esbuild": "^0.25.8", |
79 | | - "fs-extra": "^11.3.0", |
| 77 | + "es-toolkit": "^1.39.10", |
| 78 | + "esbuild": "^0.25.9", |
| 79 | + "fs-extra": "^11.3.1", |
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 | 84 | "tinyglobby": "^0.2.14", |
85 | | - "xvfb-ts": "^1.1.0" |
| 85 | + "xvfb-ts": "^1.1.1" |
86 | 86 | }, |
87 | 87 | "devDependencies": { |
88 | | - "@antfu/eslint-config": "^5.0.0", |
| 88 | + "@antfu/eslint-config": "^5.2.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.17.0", |
93 | | - "bumpp": "^10.2.1", |
| 92 | + "@types/node": "^22.18.0", |
| 93 | + "bumpp": "^10.2.3", |
94 | 94 | "changelogen": "^0.6.2", |
95 | | - "eslint": "^9.32.0", |
| 95 | + "eslint": "^9.34.0", |
96 | 96 | "eslint-plugin-format": "^1.0.1", |
97 | 97 | "husky": "^9.1.7", |
98 | | - "lint-staged": "^16.1.2", |
| 98 | + "lint-staged": "^16.1.6", |
99 | 99 | "node-style-text": "^1.0.0", |
100 | | - "tsx": "^4.20.3", |
| 100 | + "tsx": "^4.20.5", |
101 | 101 | "typescript": "^5.9.2", |
102 | | - "unbuild": "^3.6.0", |
| 102 | + "unbuild": "^3.6.1", |
103 | 103 | "vitest": "^3.2.4" |
104 | 104 | }, |
105 | 105 | "workspaces": [ |
|
0 commit comments