File tree Expand file tree Collapse file tree 6 files changed +1083
-877
lines changed Expand file tree Collapse file tree 6 files changed +1083
-877
lines changed Original file line number Diff line number Diff line change 3
3
"type" : " module" ,
4
4
"version" : " 0.6.0" ,
5
5
"private" : " true" ,
6
- "packageManager" : " pnpm@10.10 .0" ,
6
+ "packageManager" : " pnpm@10.11 .0" ,
7
7
"scripts" : {
8
8
"dev" : " vitepress dev src" ,
9
9
"build" : " vitepress build src" ,
10
10
"preview" : " vitepress preview src"
11
11
},
12
12
"devDependencies" : {
13
- "@shikijs/vitepress-twoslash" : " ^3.3.0 " ,
13
+ "@shikijs/vitepress-twoslash" : " ^3.4.2 " ,
14
14
"vitepress" : " ^1.6.3" ,
15
15
"zotero-plugin-scaffold" : " workspace:^"
16
16
}
Original file line number Diff line number Diff line change 3
3
"type" : " module" ,
4
4
"version" : " 0.6.0" ,
5
5
"private" : true ,
6
- "packageManager" : " pnpm@10.10 .0" ,
6
+ "packageManager" : " pnpm@10.11 .0" ,
7
7
"author" : " northword" ,
8
8
"scripts" : {
9
9
"dev" : " pnpm -r --filter=./packages/* --parallel run dev" ,
18
18
"prepare" : " husky"
19
19
},
20
20
"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 " ,
25
25
"eslint-plugin-format" : " ^1.0.1" ,
26
26
"husky" : " ^9.1.7" ,
27
- "lint-staged" : " ^15.5.1 " ,
27
+ "lint-staged" : " ^15.5.2 " ,
28
28
"tsx" : " ^4.19.4" ,
29
29
"typescript" : " ^5.8.3" ,
30
30
"unbuild" : " ^3.5.0" ,
31
- "vitest" : " ^3.1.2 "
31
+ "vitest" : " ^3.1.4 "
32
32
},
33
33
"workspaces" : [
34
34
" packages/*" ,
35
35
" docs"
36
36
],
37
37
"pnpm" : {
38
38
"overrides" : {
39
- "@types/eslint" : " npm:eslint@^9.25.1 "
39
+ "@types/eslint" : " npm:eslint@^9.28.0 "
40
40
}
41
41
},
42
42
"lint-staged" : {
Original file line number Diff line number Diff line change 3
3
"type" : " module" ,
4
4
"version" : " 0.6.0" ,
5
5
"private" : " true" ,
6
- "packageManager" : " pnpm@10.10 .0" ,
6
+ "packageManager" : " pnpm@10.11 .0" ,
7
7
"description" : " A scaffold for Zotero plugin development." ,
8
8
"author" : " northword" ,
9
9
"license" : " AGPL-3.0-or-later" ,
Original file line number Diff line number Diff line change 2
2
"name" : " @zotero-plugin/eslint-config" ,
3
3
"type" : " module" ,
4
4
"version" : " 0.6.0" ,
5
- "packageManager" : " pnpm@10.10 .0" ,
5
+ "packageManager" : " pnpm@10.11 .0" ,
6
6
"description" : " ESLint config for zotero plugin." ,
7
7
"license" : " AGPL-3.0-or-later" ,
8
8
"homepage" : " https://github.com/northword/zotero-plugin-scaffold#readme" ,
38
38
"typecheck" : " tsc --noEmit"
39
39
},
40
40
"peerDependencies" : {
41
- "eslint" : " ^9.25.1 "
41
+ "eslint" : " ^9.28.0 "
42
42
},
43
43
"dependencies" : {
44
- "@eslint/js" : " ^9.25.1 " ,
44
+ "@eslint/js" : " ^9.28.0 " ,
45
45
"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 "
48
48
},
49
49
"devDependencies" : {
50
50
"@eslint/config-inspector" : " ^1.0.2" ,
51
- "eslint-typegen" : " ^2.1 .0" ,
51
+ "eslint-typegen" : " ^2.2 .0" ,
52
52
"importx" : " ^0.5.2"
53
53
}
54
54
}
Original file line number Diff line number Diff line change 2
2
"name" : " zotero-plugin-scaffold" ,
3
3
"type" : " module" ,
4
4
"version" : " 0.6.0" ,
5
- "packageManager" : " pnpm@10.10 .0" ,
5
+ "packageManager" : " pnpm@10.11 .0" ,
6
6
"description" : " A scaffold for Zotero plugin development." ,
7
7
"author" : " northword" ,
8
8
"license" : " AGPL-3.0-or-later" ,
70
70
},
71
71
"dependencies" : {
72
72
"@fluent/syntax" : " ^0.19.0" ,
73
- "@swc/core" : " ^1.11.24 " ,
73
+ "@swc/core" : " ^1.11.29 " ,
74
74
"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 " ,
77
77
"chokidar" : " ^4.0.3" ,
78
78
"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 " ,
81
81
"fs-extra" : " ^11.3.0" ,
82
82
"hookable" : " ^5.5.3" ,
83
- "octokit" : " ^4.1.3 " ,
83
+ "octokit" : " ^4.1.4 " ,
84
84
"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 " ,
87
87
"xvfb-ts" : " ^1.1.0"
88
88
},
89
89
"devDependencies" : {
90
90
"@commander-js/extra-typings" : " ^13.1.0" ,
91
91
"@types/adm-zip" : " ^0.5.7" ,
92
92
"@types/fs-extra" : " ^11.0.4" ,
93
- "node-style-text" : " ^0.0.7 "
93
+ "node-style-text" : " ^0.0.8 "
94
94
}
95
95
}
You can’t perform that action at this time.
0 commit comments