|
2 | 2 | "name": "zotero-plugin-scaffold", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.8.5", |
5 | | - "packageManager": "pnpm@10.32.1", |
| 5 | + "packageManager": "pnpm@10.33.0", |
6 | 6 | "description": "A scaffold for Zotero plugin development.", |
7 | 7 | "author": "northword", |
8 | 8 | "license": "AGPL-3.0-or-later", |
|
70 | 70 | }, |
71 | 71 | "dependencies": { |
72 | 72 | "@fluent/syntax": "^0.19.0", |
73 | | - "@swc/core": "^1.15.18", |
| 73 | + "@swc/core": "^1.15.21", |
74 | 74 | "adm-zip": "^0.5.16", |
75 | 75 | "bumpp": "^10.4.1", |
76 | | - "c12": "4.0.0-beta.3", |
| 76 | + "c12": "4.0.0-beta.4", |
77 | 77 | "chokidar": "^5.0.0", |
78 | 78 | "commander": "^14.0.3", |
79 | 79 | "es-toolkit": "^1.45.1", |
80 | 80 | "esbuild": "^0.27.4", |
81 | 81 | "fs-extra": "^11.3.4", |
82 | | - "hookable": "^6.0.1", |
| 82 | + "hookable": "^6.1.0", |
83 | 83 | "octokit": "^5.0.5", |
84 | 84 | "std-env": "^4.0.0", |
85 | 85 | "tiny-update-notifier": "^2.0.2", |
86 | 86 | "tinyglobby": "^0.2.15", |
87 | 87 | "xvfb-ts": "^1.1.1" |
88 | 88 | }, |
89 | 89 | "devDependencies": { |
90 | | - "@antfu/eslint-config": "^7.7.2", |
| 90 | + "@antfu/eslint-config": "^7.7.3", |
91 | 91 | "@commander-js/extra-typings": "^14.0.0", |
92 | | - "@types/adm-zip": "^0.5.7", |
| 92 | + "@types/adm-zip": "^0.5.8", |
93 | 93 | "@types/fs-extra": "^11.0.4", |
94 | 94 | "@types/node": "^25.5.0", |
95 | 95 | "bumpp": "^10.4.1", |
96 | 96 | "changelogen": "^0.6.2", |
97 | | - "eslint": "^10.0.3", |
| 97 | + "eslint": "^10.1.0", |
98 | 98 | "eslint-plugin-format": "^2.0.1", |
99 | 99 | "husky": "^9.1.7", |
100 | 100 | "lint-staged": "^16.4.0", |
101 | | - "tsdown": "^0.21.2", |
| 101 | + "tsdown": "^0.21.7", |
102 | 102 | "tsx": "^4.21.0", |
103 | 103 | "typescript": "^5.9.3", |
104 | 104 | "unbuild": "^3.6.1", |
105 | | - "unplugin-raw": "^0.6.4", |
106 | | - "vitest": "^4.1.0" |
| 105 | + "unplugin-raw": "^0.7.0", |
| 106 | + "vitest": "^4.1.2" |
107 | 107 | }, |
108 | 108 | "workspaces": [ |
109 | 109 | "src", |
|
0 commit comments