|
2 | 2 | "name": "zotero-plugin-scaffold", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.1.5", |
5 | | - "packageManager": "pnpm@9.10.0", |
| 5 | + "packageManager": "pnpm@9.11.0", |
6 | 6 | "description": "A scaffold for Zotero plugin development.", |
7 | 7 | "author": "northword", |
8 | 8 | "license": "AGPL-3.0-or-later", |
|
64 | 64 | "@commander-js/extra-typings": "^12.1.0", |
65 | 65 | "@gitee/typescript-sdk-v5": "^5.4.85", |
66 | 66 | "@inquirer/prompts": "^5.5.0", |
67 | | - "bumpp": "^9.5.2", |
| 67 | + "bumpp": "^9.6.1", |
68 | 68 | "c12": "^1.11.2", |
69 | 69 | "chalk": "^5.3.0", |
70 | 70 | "chokidar": "^3.6.0", |
71 | 71 | "commander": "^12.1.0", |
72 | 72 | "conventional-changelog": "^6.0.0", |
73 | | - "es-toolkit": "^1.18.0", |
| 73 | + "es-toolkit": "^1.22.0", |
74 | 74 | "esbuild": "^0.23.1", |
75 | 75 | "fs-extra": "^11.2.0", |
76 | 76 | "globby": "^14.0.2", |
77 | 77 | "hookable": "^5.5.3", |
78 | 78 | "mime": "^4.0.4", |
79 | 79 | "octokit": "^4.0.2", |
80 | | - "replace-in-file": "^8.1.0", |
| 80 | + "replace-in-file": "^8.2.0", |
81 | 81 | "std-env": "^3.7.0", |
82 | 82 | "update-notifier": "^7.3.1", |
83 | | - "web-ext": "^8.2.0" |
| 83 | + "web-ext": "^8.3.0" |
84 | 84 | }, |
85 | 85 | "devDependencies": { |
86 | | - "@antfu/eslint-config": "^3.6.0", |
| 86 | + "@antfu/eslint-config": "^3.7.3", |
87 | 87 | "@types/fs-extra": "^11.0.4", |
88 | | - "@types/node": "^20.16.5", |
| 88 | + "@types/node": "^20.16.10", |
89 | 89 | "@types/update-notifier": "^6.0.8", |
90 | | - "eslint": "^9.10.0", |
| 90 | + "eslint": "^9.11.1", |
91 | 91 | "eslint-plugin-format": "^0.1.2", |
92 | 92 | "typescript": "^5.6.2", |
93 | 93 | "unbuild": "^2.0.0" |
|
0 commit comments