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.5.0" ,
55 "private" : " true" ,
6- "packageManager" : " pnpm@10.7.1 " ,
6+ "packageManager" : " pnpm@10.10.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.2.1 " ,
13+ "@shikijs/vitepress-twoslash" : " ^3.3.0 " ,
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.5.0" ,
55 "private" : true ,
6- "packageManager" : " pnpm@10.7.1 " ,
6+ "packageManager" : " pnpm@10.10.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.11 .0" ,
22- "@types/node" : " ^22.14.0 " ,
21+ "@antfu/eslint-config" : " ^4.12 .0" ,
22+ "@types/node" : " ^22.15.3 " ,
2323 "bumpp" : " ^10.1.0" ,
24- "eslint" : " ^9.24.0 " ,
24+ "eslint" : " ^9.25.1 " ,
2525 "eslint-plugin-format" : " ^1.0.1" ,
2626 "husky" : " ^9.1.7" ,
27- "lint-staged" : " ^15.5.0 " ,
28- "tsx" : " ^4.19.3 " ,
27+ "lint-staged" : " ^15.5.1 " ,
28+ "tsx" : " ^4.19.4 " ,
2929 "typescript" : " ^5.8.3" ,
3030 "unbuild" : " ^3.5.0" ,
31- "vitest" : " ^3.1.1 "
31+ "vitest" : " ^3.1.2 "
3232 },
3333 "workspaces" : [
3434 " packages/*" ,
3535 " docs"
3636 ],
3737 "pnpm" : {
3838 "overrides" : {
39- "@types/eslint" : " npm:eslint@^9.24.0 "
39+ "@types/eslint" : " npm:eslint@^9.25.1 "
4040 }
4141 },
4242 "lint-staged" : {
Original file line number Diff line number Diff line change 33 "type" : " module" ,
44 "version" : " 0.5.0" ,
55 "private" : " true" ,
6- "packageManager" : " pnpm@10.7.1 " ,
6+ "packageManager" : " pnpm@10.10.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.5.0" ,
5- "packageManager" : " pnpm@10.7.1 " ,
5+ "packageManager" : " pnpm@10.10.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.23.0 "
41+ "eslint" : " ^9.25.1 "
4242 },
4343 "dependencies" : {
44- "@eslint/js" : " ^9.24.0 " ,
44+ "@eslint/js" : " ^9.25.1 " ,
4545 "eslint-config-flat-gitignore" : " ^2.1.0" ,
4646 "eslint-plugin-mocha" : " ^10.5.0" ,
47- "typescript-eslint" : " ^8.29.0 "
47+ "typescript-eslint" : " ^8.31.1 "
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.5.0" ,
5- "packageManager" : " pnpm@10.7.1 " ,
5+ "packageManager" : " pnpm@10.10.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.16 " ,
73+ "@swc/core" : " ^1.11.24 " ,
7474 "adm-zip" : " ^0.5.16" ,
7575 "bumpp" : " ^10.1.0" ,
7676 "c12" : " ^3.0.3" ,
7777 "chokidar" : " ^4.0.3" ,
7878 "commander" : " ^13.1.0" ,
79- "es-toolkit" : " ^1.34.1 " ,
80- "esbuild" : " ^0.25.2 " ,
79+ "es-toolkit" : " ^1.36.0 " ,
80+ "esbuild" : " ^0.25.3 " ,
8181 "fs-extra" : " ^11.3.0" ,
8282 "hookable" : " ^5.5.3" ,
83- "octokit" : " ^4.1.2 " ,
83+ "octokit" : " ^4.1.3 " ,
8484 "std-env" : " ^3.9.0" ,
8585 "tiny-update-notifier" : " ^2.0.0" ,
86- "tinyglobby" : " ^0.2.12 " ,
86+ "tinyglobby" : " ^0.2.13 " ,
8787 "xvfb-ts" : " ^1.1.0"
8888 },
8989 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments