|
2 | 2 | "name": "zotero-plugin-scaffold", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.8.3", |
5 | | - "packageManager": "pnpm@10.28.2", |
| 5 | + "packageManager": "pnpm@10.32.1", |
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.11", |
| 73 | + "@swc/core": "^1.15.18", |
74 | 74 | "adm-zip": "^0.5.16", |
75 | | - "bumpp": "^10.4.0", |
76 | | - "c12": "^3.3.3", |
| 75 | + "bumpp": "^10.4.1", |
| 76 | + "c12": "4.0.0-beta.3", |
77 | 77 | "chokidar": "^5.0.0", |
78 | 78 | "commander": "^14.0.3", |
79 | | - "es-toolkit": "^1.44.0", |
80 | | - "esbuild": "^0.27.2", |
81 | | - "fs-extra": "^11.3.3", |
| 79 | + "es-toolkit": "^1.45.1", |
| 80 | + "esbuild": "^0.27.4", |
| 81 | + "fs-extra": "^11.3.4", |
82 | 82 | "hookable": "^6.0.1", |
83 | 83 | "octokit": "^5.0.5", |
84 | | - "std-env": "^3.10.0", |
| 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.2.0", |
| 90 | + "@antfu/eslint-config": "^7.7.2", |
91 | 91 | "@commander-js/extra-typings": "^14.0.0", |
92 | 92 | "@types/adm-zip": "^0.5.7", |
93 | 93 | "@types/fs-extra": "^11.0.4", |
94 | | - "@types/node": "^24.10.9", |
95 | | - "bumpp": "^10.4.0", |
| 94 | + "@types/node": "^25.5.0", |
| 95 | + "bumpp": "^10.4.1", |
96 | 96 | "changelogen": "^0.6.2", |
97 | | - "eslint": "^9.39.2", |
98 | | - "eslint-plugin-format": "^1.3.1", |
| 97 | + "eslint": "^10.0.3", |
| 98 | + "eslint-plugin-format": "^2.0.1", |
99 | 99 | "husky": "^9.1.7", |
100 | | - "lint-staged": "^16.2.7", |
101 | | - "tsdown": "^0.16.6", |
| 100 | + "lint-staged": "^16.4.0", |
| 101 | + "tsdown": "^0.21.2", |
102 | 102 | "tsx": "^4.21.0", |
103 | 103 | "typescript": "^5.9.3", |
104 | 104 | "unbuild": "^3.6.1", |
105 | 105 | "unplugin-raw": "^0.6.4", |
106 | | - "vitest": "^4.0.18" |
| 106 | + "vitest": "^4.1.0" |
107 | 107 | }, |
108 | 108 | "workspaces": [ |
109 | 109 | "src", |
|
0 commit comments