Skip to content

Commit 138629f

Browse files
fix(deps): update all non-major dependencies (#168)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9141453 commit 138629f

3 files changed

Lines changed: 424 additions & 431 deletions

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.8.5",
55
"private": "true",
6-
"packageManager": "pnpm@10.32.1",
6+
"packageManager": "pnpm@10.33.0",
77
"scripts": {
88
"dev": "vitepress dev src",
99
"build": "vitepress build src",

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "zotero-plugin-scaffold",
33
"type": "module",
44
"version": "0.8.5",
5-
"packageManager": "pnpm@10.32.1",
5+
"packageManager": "pnpm@10.33.0",
66
"description": "A scaffold for Zotero plugin development.",
77
"author": "northword",
88
"license": "AGPL-3.0-or-later",
@@ -70,40 +70,40 @@
7070
},
7171
"dependencies": {
7272
"@fluent/syntax": "^0.19.0",
73-
"@swc/core": "^1.15.18",
73+
"@swc/core": "^1.15.21",
7474
"adm-zip": "^0.5.16",
7575
"bumpp": "^10.4.1",
76-
"c12": "4.0.0-beta.3",
76+
"c12": "4.0.0-beta.4",
7777
"chokidar": "^5.0.0",
7878
"commander": "^14.0.3",
7979
"es-toolkit": "^1.45.1",
8080
"esbuild": "^0.27.4",
8181
"fs-extra": "^11.3.4",
82-
"hookable": "^6.0.1",
82+
"hookable": "^6.1.0",
8383
"octokit": "^5.0.5",
8484
"std-env": "^4.0.0",
8585
"tiny-update-notifier": "^2.0.2",
8686
"tinyglobby": "^0.2.15",
8787
"xvfb-ts": "^1.1.1"
8888
},
8989
"devDependencies": {
90-
"@antfu/eslint-config": "^7.7.2",
90+
"@antfu/eslint-config": "^7.7.3",
9191
"@commander-js/extra-typings": "^14.0.0",
92-
"@types/adm-zip": "^0.5.7",
92+
"@types/adm-zip": "^0.5.8",
9393
"@types/fs-extra": "^11.0.4",
9494
"@types/node": "^25.5.0",
9595
"bumpp": "^10.4.1",
9696
"changelogen": "^0.6.2",
97-
"eslint": "^10.0.3",
97+
"eslint": "^10.1.0",
9898
"eslint-plugin-format": "^2.0.1",
9999
"husky": "^9.1.7",
100100
"lint-staged": "^16.4.0",
101-
"tsdown": "^0.21.2",
101+
"tsdown": "^0.21.7",
102102
"tsx": "^4.21.0",
103103
"typescript": "^5.9.3",
104104
"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"
107107
},
108108
"workspaces": [
109109
"src",

0 commit comments

Comments
 (0)