File tree 11 files changed +371
-188
lines changed
11 files changed +371
-188
lines changed Original file line number Diff line number Diff line change 4
4
"engines" : {
5
5
"node" : " >=18.20.3"
6
6
},
7
- "packageManager" : " pnpm@10.8 .0" ,
7
+ "packageManager" : " pnpm@10.10 .0" ,
8
8
"scripts" : {
9
9
"check" : " check && pnpm -r --sequential run check" ,
10
10
"test" : " pnpm -r --sequential run test run" ,
28
28
"fast-glob" : " ^3.3.3" ,
29
29
"feed" : " ^4.2.2" ,
30
30
"fs-extra" : " ^11.3.0" ,
31
- "lint-staged" : " ^15.5.0 " ,
31
+ "lint-staged" : " ^15.5.1 " ,
32
32
"markdown-it-footnote" : " ^4.0.0" ,
33
33
"nano-spawn" : " ^0.2.0" ,
34
34
"prettier" : " ^3.5.3" ,
35
- "simple-git-hooks" : " ^2.12.1 " ,
35
+ "simple-git-hooks" : " ^2.13.0 " ,
36
36
"tsx" : " 4.19.4" ,
37
37
"typedoc" : " ^0.25.4" ,
38
38
"typedoc-plugin-frontmatter" : " ^1.3.0" ,
41
41
"typescript" : " ^5.8.3" ,
42
42
"vitepress" : " ^1.6.3" ,
43
43
"vitepress-knowledge" : " ^0.4.1" ,
44
- "vitepress-plugin-group-icons" : " ^1.4.1 " ,
44
+ "vitepress-plugin-group-icons" : " ^1.5.2 " ,
45
45
"vitest-mock-extended" : " ^3.1.0" ,
46
46
"vue" : " ^3.5.13" ,
47
47
"wxt" : " workspace:*"
Original file line number Diff line number Diff line change 48
48
"wxt" : " >=0.19.16"
49
49
},
50
50
"dependencies" : {
51
- "@vitejs/plugin-react" : " ^4.3.4 "
51
+ "@vitejs/plugin-react" : " ^4.4.1 "
52
52
},
53
53
"devDependencies" : {
54
54
"@aklinker1/check" : " 2.0.0" ,
55
- "@types/react" : " ^19.1.0 " ,
56
- "@types/react-dom" : " ^19.1.2 " ,
55
+ "@types/react" : " ^19.1.2 " ,
56
+ "@types/react-dom" : " ^19.1.3 " ,
57
57
"publint" : " ^0.3.12" ,
58
58
"react" : " ^19.1.0" ,
59
59
"react-dom" : " ^19.1.0" ,
Original file line number Diff line number Diff line change 53
53
"devDependencies" : {
54
54
"@aklinker1/check" : " 2.0.0" ,
55
55
"publint" : " ^0.3.12" ,
56
- "solid-js" : " ^1.9.5 " ,
56
+ "solid-js" : " ^1.9.6 " ,
57
57
"typescript" : " ^5.8.3" ,
58
58
"unbuild" : " ^3.5.0" ,
59
59
"wxt" : " workspace:*"
Original file line number Diff line number Diff line change 22
22
"react-dom" : " ^19.1.0"
23
23
},
24
24
"devDependencies" : {
25
- "@types/react" : " ^19.1.0 " ,
26
- "@types/react-dom" : " ^19.1.2 " ,
25
+ "@types/react" : " ^19.1.2 " ,
26
+ "@types/react-dom" : " ^19.1.3 " ,
27
27
"@wxt-dev/auto-icons" : " workspace:*" ,
28
28
"@wxt-dev/unocss" : " workspace:*" ,
29
- "sass" : " ^1.86.3 " ,
29
+ "sass" : " ^1.87.0 " ,
30
30
"typescript" : " ^5.8.3" ,
31
31
"unocss" : " ^0.64.0 || ^0.65.0 || ^65.0.0 || ^66.0.0" ,
32
32
"vitest" : " ^3.1.2" ,
Original file line number Diff line number Diff line change 30
30
"ci-info" : " ^4.2.0" ,
31
31
"consola" : " ^3.4.2" ,
32
32
"defu" : " ^6.1.4" ,
33
- "dotenv" : " ^16.4.7 " ,
34
- "dotenv-expand" : " ^12.0.1 " ,
33
+ "dotenv" : " ^16.5.0 " ,
34
+ "dotenv-expand" : " ^12.0.2 " ,
35
35
"esbuild" : " ^0.25.0" ,
36
36
"fast-glob" : " ^3.3.3" ,
37
37
"filesize" : " ^10.1.6" ,
43
43
"is-wsl" : " ^3.1.0" ,
44
44
"json5" : " ^2.2.3" ,
45
45
"jszip" : " ^3.10.1" ,
46
- "linkedom" : " ^0.18.9 " ,
46
+ "linkedom" : " ^0.18.10 " ,
47
47
"magicast" : " ^0.3.5" ,
48
48
"minimatch" : " ^10.0.1" ,
49
49
"nano-spawn" : " ^0.2.0" ,
50
50
"normalize-path" : " ^3.0.0" ,
51
51
"nypm" : " ^0.6.0" ,
52
52
"ohash" : " ^2.0.11" ,
53
- "open" : " ^10.1.0 " ,
53
+ "open" : " ^10.1.2 " ,
54
54
"ora" : " ^8.2.0" ,
55
55
"perfect-debounce" : " ^1.0.0" ,
56
56
"picocolors" : " ^1.1.1" ,
59
59
"scule" : " ^1.3.0" ,
60
60
"unimport" : " ^3.13.1 || ^4.0.0 || ^5.0.0" ,
61
61
"vite" : " ^5.4.19 || ^6.3.4" ,
62
- "vite-node" : " ^2.1.4 || ^3.0.0 " ,
62
+ "vite-node" : " ^2.1.4 || ^3.1.2 " ,
63
63
"web-ext-run" : " ^0.2.3"
64
64
},
65
65
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments