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.4.1" ,
55 "private" : " true" ,
6- "packageManager" : " pnpm@10.6.5 " ,
6+ "packageManager" : " pnpm@10.7.0 " ,
77 "scripts" : {
88 "dev" : " vitepress dev src" ,
99 "build" : " vitepress build src" ,
Original file line number Diff line number Diff line change 33 "type" : " module" ,
44 "version" : " 0.4.1" ,
55 "private" : true ,
6- "packageManager" : " pnpm@10.6.5 " ,
6+ "packageManager" : " pnpm@10.7.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.10.1 " ,
22- "@types/node" : " ^22.13.10 " ,
21+ "@antfu/eslint-config" : " ^4.11.0 " ,
22+ "@types/node" : " ^22.13.14 " ,
2323 "bumpp" : " ^10.1.0" ,
24- "eslint" : " ^9.22 .0" ,
24+ "eslint" : " ^9.23 .0" ,
2525 "eslint-plugin-format" : " ^1.0.1" ,
2626 "husky" : " ^9.1.7" ,
2727 "lint-staged" : " ^15.5.0" ,
2828 "tsx" : " ^4.19.3" ,
2929 "typescript" : " ^5.8.2" ,
3030 "unbuild" : " ^3.5.0" ,
31- "vitest" : " ^3.0.9 "
31+ "vitest" : " ^3.1.1 "
3232 },
3333 "workspaces" : [
3434 " packages/*" ,
3535 " docs"
3636 ],
3737 "pnpm" : {
3838 "overrides" : {
39- "@types/eslint" : " npm:eslint@^9.22 .0"
39+ "@types/eslint" : " npm:eslint@^9.23 .0"
4040 }
4141 },
4242 "lint-staged" : {
Original file line number Diff line number Diff line change 33 "type" : " module" ,
44 "version" : " 0.4.1" ,
55 "private" : " true" ,
6- "packageManager" : " pnpm@10.6.5 " ,
6+ "packageManager" : " pnpm@10.7.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.4.1" ,
5- "packageManager" : " pnpm@10.6.5 " ,
5+ "packageManager" : " pnpm@10.7.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.21 .0"
41+ "eslint" : " ^9.23 .0"
4242 },
4343 "dependencies" : {
44- "@eslint/js" : " ^9.22 .0" ,
44+ "@eslint/js" : " ^9.23 .0" ,
4545 "eslint-config-flat-gitignore" : " ^2.1.0" ,
4646 "eslint-plugin-mocha" : " ^10.5.0" ,
47- "typescript-eslint" : " ^8.27 .0"
47+ "typescript-eslint" : " ^8.29 .0"
4848 },
4949 "devDependencies" : {
5050 "@eslint/config-inspector" : " ^1.0.2" ,
Original file line number Diff line number Diff line change 22 "name" : " zotero-plugin-scaffold" ,
33 "type" : " module" ,
44 "version" : " 0.4.1" ,
5- "packageManager" : " pnpm@10.6.5 " ,
5+ "packageManager" : " pnpm@10.7.0 " ,
66 "description" : " A scaffold for Zotero plugin development." ,
77 "author" : " northword" ,
88 "license" : " AGPL-3.0-or-later" ,
6969 }
7070 },
7171 "dependencies" : {
72- "@swc/core" : " ^1.11.11 " ,
72+ "@swc/core" : " ^1.11.13 " ,
7373 "adm-zip" : " ^0.5.16" ,
7474 "bumpp" : " ^10.1.0" ,
7575 "c12" : " ^3.0.2" ,
7676 "chokidar" : " ^4.0.3" ,
7777 "commander" : " ^13.1.0" ,
78- "es-toolkit" : " ^1.33.0 " ,
79- "esbuild" : " ^0.25.1 " ,
78+ "es-toolkit" : " ^1.34.1 " ,
79+ "esbuild" : " ^0.25.2 " ,
8080 "fs-extra" : " ^11.3.0" ,
8181 "hookable" : " ^5.5.3" ,
8282 "octokit" : " ^4.1.2" ,
You can’t perform that action at this time.
0 commit comments