File tree 11 files changed +594
-429
lines changed
11 files changed +594
-429
lines changed Original file line number Diff line number Diff line change 20
20
"devDependencies" : {
21
21
"@iconify-json/carbon" : " catalog:" ,
22
22
"@iconify-json/logos" : " catalog:" ,
23
- "@shikijs/transformers" : " ^3.2.1 " ,
24
- "@shikijs/vitepress-twoslash" : " ^3.2.1 " ,
23
+ "@shikijs/transformers" : " ^3.2.2 " ,
24
+ "@shikijs/vitepress-twoslash" : " ^3.2.2 " ,
25
25
"@unocss/reset" : " catalog:" ,
26
26
"@vite-pwa/assets-generator" : " ^0.2.6" ,
27
27
"@vite-pwa/vitepress" : " ^0.5.4" ,
33
33
"vite" : " ^5.2.8" ,
34
34
"vite-plugin-pwa" : " ^0.21.2" ,
35
35
"vitepress" : " 2.0.0-alpha.4" ,
36
- "vitepress-plugin-group-icons" : " ^1.3.8 " ,
36
+ "vitepress-plugin-group-icons" : " ^1.5.2 " ,
37
37
"vitepress-plugin-tabs" : " ^0.7.0" ,
38
38
"workbox-window" : " ^7.3.0"
39
39
}
Original file line number Diff line number Diff line change 14
14
"test:ui" : " vitest --ui"
15
15
},
16
16
"dependencies" : {
17
- "lit" : " ^3.2.1 "
17
+ "lit" : " ^3.3.0 "
18
18
},
19
19
"devDependencies" : {
20
20
"@vitest/browser" : " latest" ,
Original file line number Diff line number Diff line change 12
12
"@testing-library/jest-dom" : " ^6.6.3" ,
13
13
"@testing-library/react" : " ^13.4.0" ,
14
14
"@testing-library/user-event" : " ^14.6.1" ,
15
- "@types/react" : " ^19.1.0 " ,
15
+ "@types/react" : " ^19.1.2 " ,
16
16
"@vitejs/plugin-react" : " ^4.3.4" ,
17
17
"@vitest/ui" : " latest" ,
18
18
"fastify" : " ^4.29.0" ,
Original file line number Diff line number Diff line change 3
3
"type" : " module" ,
4
4
"version" : " 3.1.1" ,
5
5
"private" : true ,
6
- "packageManager" : " pnpm@10.7 .1" ,
6
+ "packageManager" : " pnpm@10.8 .1" ,
7
7
"description" : " Next generation testing framework powered by Vite" ,
8
8
"engines" : {
9
9
"node" : " ^18.0.0 || >=20.0.0"
42
42
"@rollup/plugin-commonjs" : " ^28.0.3" ,
43
43
"@rollup/plugin-json" : " ^6.1.0" ,
44
44
"@rollup/plugin-node-resolve" : " ^16.0.1" ,
45
- "@types/node" : " ^22.14.0 " ,
45
+ "@types/node" : " ^22.14.1 " ,
46
46
"@types/ws" : " catalog:" ,
47
47
"@vitest/browser" : " workspace:*" ,
48
48
"@vitest/coverage-istanbul" : " workspace:*" ,
53
53
"esbuild" : " ^0.25.2" ,
54
54
"eslint" : " ^9.24.0" ,
55
55
"magic-string" : " ^0.30.17" ,
56
- "oxc-transform" : " ^0.62 .0" ,
56
+ "oxc-transform" : " ^0.63 .0" ,
57
57
"pathe" : " ^2.0.3" ,
58
58
"rimraf" : " ^6.0.1" ,
59
- "rollup" : " ^4.39 .0" ,
59
+ "rollup" : " ^4.40 .0" ,
60
60
"rollup-plugin-dts" : " ^6.2.1" ,
61
61
"rollup-plugin-license" : " ^3.6.0" ,
62
62
"tinyglobby" : " ^0.2.12" ,
66
66
"unplugin-oxc" : " ^0.3.3" ,
67
67
"vite" : " ^6.2.0" ,
68
68
"vitest" : " workspace:*" ,
69
- "zx" : " ^8.5.0 "
69
+ "zx" : " ^8.5.2 "
70
70
},
71
71
"pnpm" : {
72
72
"overrides" : {
Original file line number Diff line number Diff line change 102
102
"@vitest/runner" : " workspace:*" ,
103
103
"@vitest/ui" : " workspace:*" ,
104
104
"@vitest/ws-client" : " workspace:*" ,
105
- "@wdio/protocols" : " ^9.12.3 " ,
105
+ "@wdio/protocols" : " ^9.12.5 " ,
106
106
"@wdio/types" : " ^9.12.3" ,
107
107
"birpc" : " catalog:" ,
108
108
"flatted" : " catalog:" ,
114
114
"playwright-core" : " ^1.51.1" ,
115
115
"safaridriver" : " ^1.0.0" ,
116
116
"vitest" : " workspace:*" ,
117
- "webdriverio" : " ^9.12.4 "
117
+ "webdriverio" : " ^9.12.5 "
118
118
}
119
119
}
Original file line number Diff line number Diff line change 56
56
"tinyrainbow" : " catalog:"
57
57
},
58
58
"devDependencies" : {
59
- "@faker-js/faker" : " ^9.5 .0" ,
59
+ "@faker-js/faker" : " ^9.7 .0" ,
60
60
"@iconify-json/carbon" : " catalog:" ,
61
61
"@iconify-json/logos" : " catalog:" ,
62
62
"@testing-library/vue" : " ^8.1.0" ,
76
76
"codemirror-theme-vars" : " ^0.1.2" ,
77
77
"d3-graph-controller" : " ^3.1.0" ,
78
78
"floating-vue" : " ^5.2.2" ,
79
- "rollup" : " ^4.39 .0" ,
79
+ "rollup" : " ^4.40 .0" ,
80
80
"splitpanes" : " ^3.2.0" ,
81
81
"unocss" : " catalog:" ,
82
82
"unplugin-auto-import" : " ^0.19.0" ,
Original file line number Diff line number Diff line change 186
186
"@types/istanbul-reports" : " catalog:" ,
187
187
"@types/jsdom" : " ^21.1.7" ,
188
188
"@types/micromatch" : " ^4.0.9" ,
189
- "@types/node" : " ^22.14.0 " ,
189
+ "@types/node" : " ^22.14.1 " ,
190
190
"@types/prompts" : " ^2.4.9" ,
191
191
"@types/sinonjs__fake-timers" : " ^8.1.5" ,
192
192
"acorn-walk" : " catalog:" ,
197
197
"flatted" : " catalog:" ,
198
198
"get-tsconfig" : " ^4.10.0" ,
199
199
"happy-dom" : " ^17.4.4" ,
200
- "jsdom" : " ^26.0 .0" ,
200
+ "jsdom" : " ^26.1 .0" ,
201
201
"local-pkg" : " ^1.1.1" ,
202
202
"micromatch" : " ^4.0.8" ,
203
203
"pretty-format" : " ^29.7.0" ,
You can’t perform that action at this time.
0 commit comments