File tree 2 files changed +142
-317
lines changed
2 files changed +142
-317
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"type" : " module" ,
4
- "packageManager" : " pnpm@9.15.5+sha512.845196026aab1cc3f098a0474b64dfbab2afe7a1b4e91dd86895d8e4aa32a7a6d03049e2d0ad770bbe4de023a7122fb68c1a1d6e0d033c7076085f9d5d4800d4 " ,
4
+ "packageManager" : " pnpm@10.6.3 " ,
5
5
"scripts" : {
6
6
"docs" : " vitepress dev" ,
7
7
"build-docs" : " vitepress build" ,
15
15
"@types/node" : " ^22.13.4" ,
16
16
"feed" : " ^4.2.2" ,
17
17
"gsap" : " ^3.12.7" ,
18
- "lint-staged" : " ^15.4.3 " ,
18
+ "lint-staged" : " ^15.5.0 " ,
19
19
"textlint" : " ^13.4.1" ,
20
20
"textlint-filter-rule-allowlist" : " ^4.0.0" ,
21
21
"textlint-filter-rule-comments" : " ^1.2.2" ,
22
22
"textlint-rule-preset-vuejs-jp" : " git+https://github.com/vuejs-jp/textlint-rule-preset-vuejs-jp.git" ,
23
- "vite" : " ^6.1.0 " ,
23
+ "vite" : " ^6.2.2 " ,
24
24
"vitepress" : " 1.6.3" ,
25
- "vitepress-plugin-group-icons" : " ^1.3.6 " ,
25
+ "vitepress-plugin-group-icons" : " ^1.3.7 " ,
26
26
"vue" : " ^3.5.13" ,
27
27
"yorkie" : " ^2.0.0"
28
28
},
31
31
},
32
32
"lint-staged" : {
33
33
"*.md" : " textlint --format pretty-error"
34
+ },
35
+ "pnpm" : {
36
+ "onlyBuiltDependencies" : [
37
+ " esbuild"
38
+ ]
34
39
}
35
40
}
You can’t perform that action at this time.
0 commit comments