File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "type" : " module" ,
44 "version" : " 0.6.0" ,
55 "private" : " true" ,
6- "packageManager" : " pnpm@10.10 .0" ,
6+ "packageManager" : " pnpm@10.11 .0" ,
77 "scripts" : {
88 "dev" : " vitepress dev src" ,
99 "build" : " vitepress build src" ,
1010 "preview" : " vitepress preview src"
1111 },
1212 "devDependencies" : {
13- "@shikijs/vitepress-twoslash" : " ^3.3.0 " ,
13+ "@shikijs/vitepress-twoslash" : " ^3.4.2 " ,
1414 "vitepress" : " ^1.6.3" ,
1515 "zotero-plugin-scaffold" : " workspace:^"
1616 }
Original file line number Diff line number Diff line change 33 "type" : " module" ,
44 "version" : " 0.6.0" ,
55 "private" : true ,
6- "packageManager" : " pnpm@10.10 .0" ,
6+ "packageManager" : " pnpm@10.11 .0" ,
77 "author" : " northword" ,
88 "scripts" : {
99 "dev" : " pnpm -r --filter=./packages/* --parallel run dev" ,
1818 "prepare" : " husky"
1919 },
2020 "devDependencies" : {
21- "@antfu/eslint-config" : " ^4.12.0 " ,
22- "@types/node" : " ^22.15.3 " ,
23- "bumpp" : " ^10.1.0 " ,
24- "eslint" : " ^9.25.1 " ,
21+ "@antfu/eslint-config" : " ^4.13.2 " ,
22+ "@types/node" : " ^22.15.29 " ,
23+ "bumpp" : " ^10.1.1 " ,
24+ "eslint" : " ^9.28.0 " ,
2525 "eslint-plugin-format" : " ^1.0.1" ,
2626 "husky" : " ^9.1.7" ,
27- "lint-staged" : " ^15.5.1 " ,
27+ "lint-staged" : " ^15.5.2 " ,
2828 "tsx" : " ^4.19.4" ,
2929 "typescript" : " ^5.8.3" ,
3030 "unbuild" : " ^3.5.0" ,
31- "vitest" : " ^3.1.2 "
31+ "vitest" : " ^3.1.4 "
3232 },
3333 "workspaces" : [
3434 " packages/*" ,
3535 " docs"
3636 ],
3737 "pnpm" : {
3838 "overrides" : {
39- "@types/eslint" : " npm:eslint@^9.25.1 "
39+ "@types/eslint" : " npm:eslint@^9.28.0 "
4040 }
4141 },
4242 "lint-staged" : {
Original file line number Diff line number Diff line change 33 "type" : " module" ,
44 "version" : " 0.6.0" ,
55 "private" : " true" ,
6- "packageManager" : " pnpm@10.10 .0" ,
6+ "packageManager" : " pnpm@10.11 .0" ,
77 "description" : " A scaffold for Zotero plugin development." ,
88 "author" : " northword" ,
99 "license" : " AGPL-3.0-or-later" ,
Original file line number Diff line number Diff line change 22 "name" : " @zotero-plugin/eslint-config" ,
33 "type" : " module" ,
44 "version" : " 0.6.0" ,
5- "packageManager" : " pnpm@10.10 .0" ,
5+ "packageManager" : " pnpm@10.11 .0" ,
66 "description" : " ESLint config for zotero plugin." ,
77 "license" : " AGPL-3.0-or-later" ,
88 "homepage" : " https://github.com/northword/zotero-plugin-scaffold#readme" ,
3838 "typecheck" : " tsc --noEmit"
3939 },
4040 "peerDependencies" : {
41- "eslint" : " ^9.25.1 "
41+ "eslint" : " ^9.28.0 "
4242 },
4343 "dependencies" : {
44- "@eslint/js" : " ^9.25.1 " ,
44+ "@eslint/js" : " ^9.28.0 " ,
4545 "eslint-config-flat-gitignore" : " ^2.1.0" ,
46- "eslint-plugin-mocha" : " ^11.0 .0" ,
47- "typescript-eslint" : " ^8.31.1 "
46+ "eslint-plugin-mocha" : " ^11.1 .0" ,
47+ "typescript-eslint" : " ^8.33.0 "
4848 },
4949 "devDependencies" : {
5050 "@eslint/config-inspector" : " ^1.0.2" ,
51- "eslint-typegen" : " ^2.1 .0" ,
51+ "eslint-typegen" : " ^2.2 .0" ,
5252 "importx" : " ^0.5.2"
5353 }
5454}
Original file line number Diff line number Diff line change 22 "name" : " zotero-plugin-scaffold" ,
33 "type" : " module" ,
44 "version" : " 0.6.0" ,
5- "packageManager" : " pnpm@10.10 .0" ,
5+ "packageManager" : " pnpm@10.11 .0" ,
66 "description" : " A scaffold for Zotero plugin development." ,
77 "author" : " northword" ,
88 "license" : " AGPL-3.0-or-later" ,
7070 },
7171 "dependencies" : {
7272 "@fluent/syntax" : " ^0.19.0" ,
73- "@swc/core" : " ^1.11.24 " ,
73+ "@swc/core" : " ^1.11.29 " ,
7474 "adm-zip" : " ^0.5.16" ,
75- "bumpp" : " ^10.1.0 " ,
76- "c12" : " ^3.0.3 " ,
75+ "bumpp" : " ^10.1.1 " ,
76+ "c12" : " ^3.0.4 " ,
7777 "chokidar" : " ^4.0.3" ,
7878 "commander" : " ^13.1.0" ,
79- "es-toolkit" : " ^1.36 .0" ,
80- "esbuild" : " ^0.25.3 " ,
79+ "es-toolkit" : " ^1.38 .0" ,
80+ "esbuild" : " ^0.25.5 " ,
8181 "fs-extra" : " ^11.3.0" ,
8282 "hookable" : " ^5.5.3" ,
83- "octokit" : " ^4.1.3 " ,
83+ "octokit" : " ^4.1.4 " ,
8484 "std-env" : " ^3.9.0" ,
85- "tiny-update-notifier" : " ^2.0.0 " ,
86- "tinyglobby" : " ^0.2.13 " ,
85+ "tiny-update-notifier" : " ^2.0.1 " ,
86+ "tinyglobby" : " ^0.2.14 " ,
8787 "xvfb-ts" : " ^1.1.0"
8888 },
8989 "devDependencies" : {
9090 "@commander-js/extra-typings" : " ^13.1.0" ,
9191 "@types/adm-zip" : " ^0.5.7" ,
9292 "@types/fs-extra" : " ^11.0.4" ,
93- "node-style-text" : " ^0.0.7 "
93+ "node-style-text" : " ^0.0.8 "
9494 }
9595}
You can’t perform that action at this time.
0 commit comments