create-outsystems-astro 0.7.1 → 0.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/template/bun.lock +37 -28
- package/template/deno.json +13 -2
- package/template/deno.lock +202 -162
- package/template/package-lock.json +115 -186
- package/template/package.json +35 -10
- package/template/pnpm-lock.yaml +202 -191
- package/template/src/framework/preact/Demo.tsx +5 -6
- package/template/src/framework/react/Demo.tsx +4 -2
- package/template/src/framework/svelte/Demo.svelte +2 -2
- package/template/src/framework/vue/Demo.vue +3 -2
- package/template/src/pages/angular/angular-demo.astro +1 -1
- package/template/src/pages/preact/preact-demo.astro +2 -3
- package/template/src/pages/react/react-demo.astro +2 -3
- package/template/src/pages/svelte/svelte-demo.astro +2 -3
- package/template/src/pages/vue/vue-demo.astro +2 -3
- package/template/src/stores/demo.ts +14 -0
- package/template/yarn.lock +65 -65
- package/template/src/stores/.gitkeep +0 -0
package/template/pnpm-lock.yaml
CHANGED
|
@@ -6,10 +6,21 @@ settings:
|
|
|
6
6
|
|
|
7
7
|
overrides:
|
|
8
8
|
devalue: ^5.6.4
|
|
9
|
-
flatted: ^3.4.
|
|
9
|
+
flatted: ^3.4.2
|
|
10
|
+
h3: ^1.15.6
|
|
10
11
|
hono: ^4.12.7
|
|
12
|
+
path-to-regexp: ^8.4.0
|
|
13
|
+
smol-toml: ^1.6.1
|
|
11
14
|
tar: ^7.5.11
|
|
12
15
|
undici: ^7.24.0
|
|
16
|
+
brace-expansion@1: ^1.1.13
|
|
17
|
+
brace-expansion@2: ^2.0.3
|
|
18
|
+
brace-expansion@5: ^5.0.5
|
|
19
|
+
picomatch@2: ^2.3.2
|
|
20
|
+
picomatch@3: ^3.0.2
|
|
21
|
+
picomatch@4: ^4.0.4
|
|
22
|
+
yaml@1: ^1.10.3
|
|
23
|
+
yaml@2: ^2.8.3
|
|
13
24
|
|
|
14
25
|
importers:
|
|
15
26
|
|
|
@@ -17,7 +28,7 @@ importers:
|
|
|
17
28
|
dependencies:
|
|
18
29
|
'@analogjs/astro-angular':
|
|
19
30
|
specifier: ^2.3.1
|
|
20
|
-
version: 2.3.1(
|
|
31
|
+
version: 2.3.1(2b972e67d7dec3cf7dd0bf677a021c00)
|
|
21
32
|
'@angular/animations':
|
|
22
33
|
specifier: ^21.2.4
|
|
23
34
|
version: 21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))
|
|
@@ -38,16 +49,16 @@ importers:
|
|
|
38
49
|
version: 21.2.4(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(@angular/platform-browser@21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(rxjs@7.8.2)
|
|
39
50
|
'@astrojs/preact':
|
|
40
51
|
specifier: ^4.1.3
|
|
41
|
-
version: 4.1.3(@babel/core@7.29.0)(@types/node@25.3.5)(preact@10.28.4)(rollup@4.59.0)(sass@1.97.3)(yaml@2.8.
|
|
52
|
+
version: 4.1.3(@babel/core@7.29.0)(@types/node@25.3.5)(preact@10.28.4)(rollup@4.59.0)(sass@1.97.3)(yaml@2.8.3)
|
|
42
53
|
'@astrojs/react':
|
|
43
54
|
specifier: ^4.4.2
|
|
44
|
-
version: 4.4.2(@types/node@25.3.5)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.97.3)(yaml@2.8.
|
|
55
|
+
version: 4.4.2(@types/node@25.3.5)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.97.3)(yaml@2.8.3)
|
|
45
56
|
'@astrojs/svelte':
|
|
46
57
|
specifier: ^7.2.5
|
|
47
|
-
version: 7.2.5(@types/node@25.3.5)(astro@5.18.
|
|
58
|
+
version: 7.2.5(@types/node@25.3.5)(astro@5.18.1(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3))(sass@1.97.3)(svelte@5.53.7)(typescript@5.9.3)(yaml@2.8.3)
|
|
48
59
|
'@astrojs/vue':
|
|
49
60
|
specifier: ^5.1.4
|
|
50
|
-
version: 5.1.4(@types/node@25.3.5)(astro@5.18.
|
|
61
|
+
version: 5.1.4(@types/node@25.3.5)(astro@5.18.1(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3))(rollup@4.59.0)(sass@1.97.3)(vue@3.5.29(typescript@5.9.3))(yaml@2.8.3)
|
|
51
62
|
'@nanostores/preact':
|
|
52
63
|
specifier: ^1.0.0
|
|
53
64
|
version: 1.0.0(nanostores@1.1.1)(preact@10.28.4)
|
|
@@ -58,8 +69,8 @@ importers:
|
|
|
58
69
|
specifier: ^1.1.0
|
|
59
70
|
version: 1.1.0(nanostores@1.1.1)(vue@3.5.29(typescript@5.9.3))
|
|
60
71
|
astro:
|
|
61
|
-
specifier: ^5.18.
|
|
62
|
-
version: 5.18.
|
|
72
|
+
specifier: ^5.18.1
|
|
73
|
+
version: 5.18.1(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3)
|
|
63
74
|
nanostores:
|
|
64
75
|
specifier: ^1.1.1
|
|
65
76
|
version: 1.1.1
|
|
@@ -87,10 +98,10 @@ importers:
|
|
|
87
98
|
devDependencies:
|
|
88
99
|
'@analogjs/vite-plugin-angular':
|
|
89
100
|
specifier: ^2.3.1
|
|
90
|
-
version: 2.3.1(@angular/build@21.2.2(
|
|
101
|
+
version: 2.3.1(@angular/build@21.2.2(af2d922f9a92dd0ee3554a8fcf4c3191))
|
|
91
102
|
'@analogjs/vitest-angular':
|
|
92
103
|
specifier: ^2.3.1
|
|
93
|
-
version: 2.3.1(@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.2(
|
|
104
|
+
version: 2.3.1(@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.2(af2d922f9a92dd0ee3554a8fcf4c3191)))(@angular-devkit/architect@0.2102.2(chokidar@5.0.0))(@angular-devkit/schematics@21.2.2(chokidar@5.0.0))(vitest@4.0.18(@types/node@25.3.5)(happy-dom@20.8.8)(sass@1.97.3)(yaml@2.8.3))
|
|
94
105
|
'@angular-devkit/architect':
|
|
95
106
|
specifier: ^0.2102.2
|
|
96
107
|
version: 0.2102.2(chokidar@5.0.0)
|
|
@@ -99,7 +110,7 @@ importers:
|
|
|
99
110
|
version: 21.2.2(chokidar@5.0.0)
|
|
100
111
|
'@angular/build':
|
|
101
112
|
specifier: ^21.2.2
|
|
102
|
-
version: 21.2.2(
|
|
113
|
+
version: 21.2.2(af2d922f9a92dd0ee3554a8fcf4c3191)
|
|
103
114
|
'@angular/cli':
|
|
104
115
|
specifier: ^21.2.2
|
|
105
116
|
version: 21.2.2(@types/node@25.3.5)(chokidar@5.0.0)
|
|
@@ -132,10 +143,10 @@ importers:
|
|
|
132
143
|
version: 1.58.2
|
|
133
144
|
'@preact/preset-vite':
|
|
134
145
|
specifier: ^2.10.3
|
|
135
|
-
version: 2.10.3(@babel/core@7.29.0)(preact@10.28.4)(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
146
|
+
version: 2.10.3(@babel/core@7.29.0)(preact@10.28.4)(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
136
147
|
'@sveltejs/vite-plugin-svelte':
|
|
137
148
|
specifier: ^6.2.4
|
|
138
|
-
version: 6.2.4(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
149
|
+
version: 6.2.4(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
139
150
|
'@testing-library/angular':
|
|
140
151
|
specifier: ^19.1.0
|
|
141
152
|
version: 19.1.0(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(@angular/platform-browser@21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/router@21.2.4(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(@angular/platform-browser@21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(rxjs@7.8.2))(@testing-library/dom@10.4.1)
|
|
@@ -153,7 +164,7 @@ importers:
|
|
|
153
164
|
version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
154
165
|
'@testing-library/svelte':
|
|
155
166
|
specifier: ^5.3.1
|
|
156
|
-
version: 5.3.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
167
|
+
version: 5.3.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vitest@4.0.18(@types/node@25.3.5)(happy-dom@20.8.8)(sass@1.97.3)(yaml@2.8.3))
|
|
157
168
|
'@testing-library/user-event':
|
|
158
169
|
specifier: ^14.6.1
|
|
159
170
|
version: 14.6.1(@testing-library/dom@10.4.1)
|
|
@@ -174,10 +185,10 @@ importers:
|
|
|
174
185
|
version: 19.2.3(@types/react@19.2.14)
|
|
175
186
|
'@vitejs/plugin-react':
|
|
176
187
|
specifier: ^5.1.4
|
|
177
|
-
version: 5.1.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
188
|
+
version: 5.1.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
178
189
|
'@vitejs/plugin-vue':
|
|
179
190
|
specifier: ^6.0.4
|
|
180
|
-
version: 6.0.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
191
|
+
version: 6.0.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.29(typescript@5.9.3))
|
|
181
192
|
angular-eslint:
|
|
182
193
|
specifier: ^21.3.0
|
|
183
194
|
version: 21.3.0(@angular/cli@21.2.2(@types/node@25.3.5)(chokidar@5.0.0))(chokidar@5.0.0)(eslint@9.39.4)(typescript-eslint@8.56.1(eslint@9.39.4)(typescript@5.9.3))(typescript@5.9.3)
|
|
@@ -233,8 +244,8 @@ importers:
|
|
|
233
244
|
specifier: ^17.4.0
|
|
234
245
|
version: 17.4.0
|
|
235
246
|
happy-dom:
|
|
236
|
-
specifier: ^20.8.
|
|
237
|
-
version: 20.8.
|
|
247
|
+
specifier: ^20.8.8
|
|
248
|
+
version: 20.8.8
|
|
238
249
|
improved-yarn-audit:
|
|
239
250
|
specifier: ^3.0.4
|
|
240
251
|
version: 3.0.4
|
|
@@ -264,10 +275,10 @@ importers:
|
|
|
264
275
|
version: 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
265
276
|
vite:
|
|
266
277
|
specifier: ^6.4.1
|
|
267
|
-
version: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
278
|
+
version: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
268
279
|
vitest:
|
|
269
280
|
specifier: ^4.0.18
|
|
270
|
-
version: 4.0.18(@types/node@25.3.5)(happy-dom@20.8.
|
|
281
|
+
version: 4.0.18(@types/node@25.3.5)(happy-dom@20.8.8)(sass@1.97.3)(yaml@2.8.3)
|
|
271
282
|
vue-eslint-parser:
|
|
272
283
|
specifier: ^10.4.0
|
|
273
284
|
version: 10.4.0(eslint@9.39.4)
|
|
@@ -578,11 +589,11 @@ packages:
|
|
|
578
589
|
'@astrojs/compiler@2.13.1':
|
|
579
590
|
resolution: {integrity: sha512-f3FN83d2G/v32ipNClRKgYv30onQlMZX1vCeZMjPsMMPl1mDpmbl0+N5BYo4S/ofzqJyS5hvwacEo0CCVDn/Qg==}
|
|
580
591
|
|
|
581
|
-
'@astrojs/internal-helpers@0.7.
|
|
582
|
-
resolution: {integrity: sha512-
|
|
592
|
+
'@astrojs/internal-helpers@0.7.6':
|
|
593
|
+
resolution: {integrity: sha512-GOle7smBWKfMSP8osUIGOlB5kaHdQLV3foCsf+5Q9Wsuu+C6Fs3Ez/ttXmhjZ1HkSgsogcM1RXSjjOVieHq16Q==}
|
|
583
594
|
|
|
584
|
-
'@astrojs/markdown-remark@6.3.
|
|
585
|
-
resolution: {integrity: sha512-
|
|
595
|
+
'@astrojs/markdown-remark@6.3.11':
|
|
596
|
+
resolution: {integrity: sha512-hcaxX/5aC6lQgHeGh1i+aauvSwIT6cfyFjKWvExYSxUhZZBBdvCliOtu06gbQyhbe0pGJNoNmqNlQZ5zYUuIyQ==}
|
|
586
597
|
|
|
587
598
|
'@astrojs/preact@4.1.3':
|
|
588
599
|
resolution: {integrity: sha512-Ph416wbgyumkmYr7erZ83l/d+LXdZethlHRRCbgoKEn8wo3Rkq13shKFp0QYXYSDYxVaA6UBdkdimeowy/lMLQ==}
|
|
@@ -2839,8 +2850,8 @@ packages:
|
|
|
2839
2850
|
resolution: {integrity: sha512-aOLc/aDR7lTWAHlytEefwn4Y6qs6uMr69DZvUx2A1AOAZsWhGB/paiRWPtVchh9wzMvLeqr+DkbENhVreVr9AQ==}
|
|
2840
2851
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2841
2852
|
|
|
2842
|
-
astro@5.18.
|
|
2843
|
-
resolution: {integrity: sha512-
|
|
2853
|
+
astro@5.18.1:
|
|
2854
|
+
resolution: {integrity: sha512-m4VWilWZ+Xt6NPoYzC4CgGZim/zQUO7WFL0RHCH0AiEavF1153iC3+me2atDvXpf/yX4PyGUeD8wZLq1cirT3g==}
|
|
2844
2855
|
engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'}
|
|
2845
2856
|
hasBin: true
|
|
2846
2857
|
|
|
@@ -2908,14 +2919,14 @@ packages:
|
|
|
2908
2919
|
resolution: {integrity: sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw==}
|
|
2909
2920
|
engines: {node: '>=18'}
|
|
2910
2921
|
|
|
2911
|
-
brace-expansion@1.1.
|
|
2912
|
-
resolution: {integrity: sha512-
|
|
2922
|
+
brace-expansion@1.1.13:
|
|
2923
|
+
resolution: {integrity: sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==}
|
|
2913
2924
|
|
|
2914
|
-
brace-expansion@2.0.
|
|
2915
|
-
resolution: {integrity: sha512-
|
|
2925
|
+
brace-expansion@2.0.3:
|
|
2926
|
+
resolution: {integrity: sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==}
|
|
2916
2927
|
|
|
2917
|
-
brace-expansion@5.0.
|
|
2918
|
-
resolution: {integrity: sha512-
|
|
2928
|
+
brace-expansion@5.0.5:
|
|
2929
|
+
resolution: {integrity: sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==}
|
|
2919
2930
|
engines: {node: 18 || 20 || >=22}
|
|
2920
2931
|
|
|
2921
2932
|
braces@3.0.3:
|
|
@@ -3712,7 +3723,7 @@ packages:
|
|
|
3712
3723
|
resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
|
|
3713
3724
|
engines: {node: '>=12.0.0'}
|
|
3714
3725
|
peerDependencies:
|
|
3715
|
-
picomatch: ^3
|
|
3726
|
+
picomatch: ^3.0.2
|
|
3716
3727
|
peerDependenciesMeta:
|
|
3717
3728
|
picomatch:
|
|
3718
3729
|
optional: true
|
|
@@ -3744,8 +3755,8 @@ packages:
|
|
|
3744
3755
|
resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==}
|
|
3745
3756
|
engines: {node: '>=16'}
|
|
3746
3757
|
|
|
3747
|
-
flatted@3.4.
|
|
3748
|
-
resolution: {integrity: sha512-
|
|
3758
|
+
flatted@3.4.2:
|
|
3759
|
+
resolution: {integrity: sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==}
|
|
3749
3760
|
|
|
3750
3761
|
flattie@1.1.1:
|
|
3751
3762
|
resolution: {integrity: sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==}
|
|
@@ -3892,11 +3903,11 @@ packages:
|
|
|
3892
3903
|
graceful-fs@4.2.11:
|
|
3893
3904
|
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
|
|
3894
3905
|
|
|
3895
|
-
h3@1.15.
|
|
3896
|
-
resolution: {integrity: sha512-
|
|
3906
|
+
h3@1.15.9:
|
|
3907
|
+
resolution: {integrity: sha512-H7UPnyIupUOYUQu7f2x7ABVeMyF/IbJjqn20WSXpMdnQB260luADUkSgJU7QTWLutq8h3tUayMQ1DdbSYX5LkA==}
|
|
3897
3908
|
|
|
3898
|
-
happy-dom@20.8.
|
|
3899
|
-
resolution: {integrity: sha512-
|
|
3909
|
+
happy-dom@20.8.8:
|
|
3910
|
+
resolution: {integrity: sha512-5/F8wxkNxYtsN0bXfMwIyNLZ9WYsoOYPbmoluqVJqv8KBUbcyKZawJ7uYK4WTX8IHBLYv+VXIwfeNDPy1oKMwQ==}
|
|
3900
3911
|
engines: {node: '>=20.0.0'}
|
|
3901
3912
|
|
|
3902
3913
|
has-bigints@1.1.0:
|
|
@@ -4961,8 +4972,8 @@ packages:
|
|
|
4961
4972
|
resolution: {integrity: sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==}
|
|
4962
4973
|
engines: {node: 18 || 20 || >=22}
|
|
4963
4974
|
|
|
4964
|
-
path-to-regexp@8.
|
|
4965
|
-
resolution: {integrity: sha512-
|
|
4975
|
+
path-to-regexp@8.4.0:
|
|
4976
|
+
resolution: {integrity: sha512-PuseHIvAnz3bjrM2rGJtSgo1zjgxapTLZ7x2pjhzWwlp4SJQgK3f3iZIQwkpEnBaKz6seKBADpM4B4ySkuYypg==}
|
|
4966
4977
|
|
|
4967
4978
|
pathe@2.0.3:
|
|
4968
4979
|
resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
|
|
@@ -4976,12 +4987,12 @@ packages:
|
|
|
4976
4987
|
picocolors@1.1.1:
|
|
4977
4988
|
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
4978
4989
|
|
|
4979
|
-
picomatch@2.3.
|
|
4980
|
-
resolution: {integrity: sha512-
|
|
4990
|
+
picomatch@2.3.2:
|
|
4991
|
+
resolution: {integrity: sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==}
|
|
4981
4992
|
engines: {node: '>=8.6'}
|
|
4982
4993
|
|
|
4983
|
-
picomatch@4.0.
|
|
4984
|
-
resolution: {integrity: sha512-
|
|
4994
|
+
picomatch@4.0.4:
|
|
4995
|
+
resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==}
|
|
4985
4996
|
engines: {node: '>=12'}
|
|
4986
4997
|
|
|
4987
4998
|
piscina@5.1.4:
|
|
@@ -5413,8 +5424,8 @@ packages:
|
|
|
5413
5424
|
resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==}
|
|
5414
5425
|
engines: {node: '>= 6.0.0', npm: '>= 3.0.0'}
|
|
5415
5426
|
|
|
5416
|
-
smol-toml@1.6.
|
|
5417
|
-
resolution: {integrity: sha512-
|
|
5427
|
+
smol-toml@1.6.1:
|
|
5428
|
+
resolution: {integrity: sha512-dWUG8F5sIIARXih1DTaQAX4SsiTXhInKf1buxdY9DIg4ZYPZK5nGM1VRIYmEbDbsHt7USo99xSLFu5Q1IqTmsg==}
|
|
5418
5429
|
engines: {node: '>= 18'}
|
|
5419
5430
|
|
|
5420
5431
|
socks-proxy-agent@8.0.5:
|
|
@@ -5928,7 +5939,7 @@ packages:
|
|
|
5928
5939
|
sugarss: '*'
|
|
5929
5940
|
terser: ^5.16.0
|
|
5930
5941
|
tsx: ^4.8.1
|
|
5931
|
-
yaml: ^2.
|
|
5942
|
+
yaml: ^2.8.3
|
|
5932
5943
|
peerDependenciesMeta:
|
|
5933
5944
|
'@types/node':
|
|
5934
5945
|
optional: true
|
|
@@ -5968,7 +5979,7 @@ packages:
|
|
|
5968
5979
|
sugarss: ^5.0.0
|
|
5969
5980
|
terser: ^5.16.0
|
|
5970
5981
|
tsx: ^4.8.1
|
|
5971
|
-
yaml: ^2.
|
|
5982
|
+
yaml: ^2.8.3
|
|
5972
5983
|
peerDependenciesMeta:
|
|
5973
5984
|
'@types/node':
|
|
5974
5985
|
optional: true
|
|
@@ -6169,12 +6180,12 @@ packages:
|
|
|
6169
6180
|
resolution: {integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==}
|
|
6170
6181
|
engines: {node: '>=18'}
|
|
6171
6182
|
|
|
6172
|
-
yaml@1.10.
|
|
6173
|
-
resolution: {integrity: sha512-
|
|
6183
|
+
yaml@1.10.3:
|
|
6184
|
+
resolution: {integrity: sha512-vIYeF1u3CjlhAFekPPAk2h/Kv4T3mAkMox5OymRiJQB0spDP10LHvt+K7G9Ny6NuuMAb25/6n1qyUjAcGNf/AA==}
|
|
6174
6185
|
engines: {node: '>= 6'}
|
|
6175
6186
|
|
|
6176
|
-
yaml@2.8.
|
|
6177
|
-
resolution: {integrity: sha512-
|
|
6187
|
+
yaml@2.8.3:
|
|
6188
|
+
resolution: {integrity: sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==}
|
|
6178
6189
|
engines: {node: '>= 14.6'}
|
|
6179
6190
|
hasBin: true
|
|
6180
6191
|
|
|
@@ -6336,11 +6347,11 @@ snapshots:
|
|
|
6336
6347
|
'@jridgewell/gen-mapping': 0.3.13
|
|
6337
6348
|
'@jridgewell/trace-mapping': 0.3.31
|
|
6338
6349
|
|
|
6339
|
-
'@analogjs/astro-angular@2.3.1(
|
|
6350
|
+
'@analogjs/astro-angular@2.3.1(2b972e67d7dec3cf7dd0bf677a021c00)':
|
|
6340
6351
|
dependencies:
|
|
6341
|
-
'@analogjs/vite-plugin-angular': 2.3.1(@angular/build@21.2.2(
|
|
6352
|
+
'@analogjs/vite-plugin-angular': 2.3.1(@angular/build@21.2.2(af2d922f9a92dd0ee3554a8fcf4c3191))
|
|
6342
6353
|
'@angular/animations': 21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))
|
|
6343
|
-
'@angular/build': 21.2.2(
|
|
6354
|
+
'@angular/build': 21.2.2(af2d922f9a92dd0ee3554a8fcf4c3191)
|
|
6344
6355
|
'@angular/common': 21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
6345
6356
|
'@angular/compiler': 21.2.4
|
|
6346
6357
|
'@angular/compiler-cli': 21.2.4(@angular/compiler@21.2.4)(typescript@5.9.3)
|
|
@@ -6353,19 +6364,19 @@ snapshots:
|
|
|
6353
6364
|
transitivePeerDependencies:
|
|
6354
6365
|
- '@angular-devkit/build-angular'
|
|
6355
6366
|
|
|
6356
|
-
'@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.2(
|
|
6367
|
+
'@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.2(af2d922f9a92dd0ee3554a8fcf4c3191))':
|
|
6357
6368
|
dependencies:
|
|
6358
6369
|
tinyglobby: 0.2.15
|
|
6359
6370
|
ts-morph: 21.0.1
|
|
6360
6371
|
optionalDependencies:
|
|
6361
|
-
'@angular/build': 21.2.2(
|
|
6372
|
+
'@angular/build': 21.2.2(af2d922f9a92dd0ee3554a8fcf4c3191)
|
|
6362
6373
|
|
|
6363
|
-
'@analogjs/vitest-angular@2.3.1(@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.2(
|
|
6374
|
+
'@analogjs/vitest-angular@2.3.1(@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.2(af2d922f9a92dd0ee3554a8fcf4c3191)))(@angular-devkit/architect@0.2102.2(chokidar@5.0.0))(@angular-devkit/schematics@21.2.2(chokidar@5.0.0))(vitest@4.0.18(@types/node@25.3.5)(happy-dom@20.8.8)(sass@1.97.3)(yaml@2.8.3))':
|
|
6364
6375
|
dependencies:
|
|
6365
|
-
'@analogjs/vite-plugin-angular': 2.3.1(@angular/build@21.2.2(
|
|
6376
|
+
'@analogjs/vite-plugin-angular': 2.3.1(@angular/build@21.2.2(af2d922f9a92dd0ee3554a8fcf4c3191))
|
|
6366
6377
|
'@angular-devkit/architect': 0.2102.2(chokidar@5.0.0)
|
|
6367
6378
|
'@angular-devkit/schematics': 21.2.2(chokidar@5.0.0)
|
|
6368
|
-
vitest: 4.0.18(@types/node@25.3.5)(happy-dom@20.8.
|
|
6379
|
+
vitest: 4.0.18(@types/node@25.3.5)(happy-dom@20.8.8)(sass@1.97.3)(yaml@2.8.3)
|
|
6369
6380
|
|
|
6370
6381
|
'@angular-devkit/architect@0.2102.2(chokidar@5.0.0)':
|
|
6371
6382
|
dependencies:
|
|
@@ -6379,7 +6390,7 @@ snapshots:
|
|
|
6379
6390
|
ajv: 8.18.0
|
|
6380
6391
|
ajv-formats: 3.0.1(ajv@8.18.0)
|
|
6381
6392
|
jsonc-parser: 3.3.1
|
|
6382
|
-
picomatch: 4.0.
|
|
6393
|
+
picomatch: 4.0.4
|
|
6383
6394
|
rxjs: 7.8.2
|
|
6384
6395
|
source-map: 0.7.6
|
|
6385
6396
|
optionalDependencies:
|
|
@@ -6390,7 +6401,7 @@ snapshots:
|
|
|
6390
6401
|
ajv: 8.18.0
|
|
6391
6402
|
ajv-formats: 3.0.1(ajv@8.18.0)
|
|
6392
6403
|
jsonc-parser: 3.3.1
|
|
6393
|
-
picomatch: 4.0.
|
|
6404
|
+
picomatch: 4.0.4
|
|
6394
6405
|
rxjs: 7.8.2
|
|
6395
6406
|
source-map: 0.7.6
|
|
6396
6407
|
optionalDependencies:
|
|
@@ -6476,7 +6487,7 @@ snapshots:
|
|
|
6476
6487
|
'@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)
|
|
6477
6488
|
tslib: 2.8.1
|
|
6478
6489
|
|
|
6479
|
-
'@angular/build@21.2.2(
|
|
6490
|
+
'@angular/build@21.2.2(af2d922f9a92dd0ee3554a8fcf4c3191)':
|
|
6480
6491
|
dependencies:
|
|
6481
6492
|
'@ampproject/remapping': 2.3.0
|
|
6482
6493
|
'@angular-devkit/architect': 0.2102.2(chokidar@5.0.0)
|
|
@@ -6486,7 +6497,7 @@ snapshots:
|
|
|
6486
6497
|
'@babel/helper-annotate-as-pure': 7.27.3
|
|
6487
6498
|
'@babel/helper-split-export-declaration': 7.24.7
|
|
6488
6499
|
'@inquirer/confirm': 5.1.21(@types/node@25.3.5)
|
|
6489
|
-
'@vitejs/plugin-basic-ssl': 2.1.4(vite@7.3.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
6500
|
+
'@vitejs/plugin-basic-ssl': 2.1.4(vite@7.3.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
6490
6501
|
beasties: 0.4.1
|
|
6491
6502
|
browserslist: 4.28.1
|
|
6492
6503
|
esbuild: 0.27.3
|
|
@@ -6497,7 +6508,7 @@ snapshots:
|
|
|
6497
6508
|
magic-string: 0.30.21
|
|
6498
6509
|
mrmime: 2.0.1
|
|
6499
6510
|
parse5-html-rewriting-stream: 8.0.0
|
|
6500
|
-
picomatch: 4.0.
|
|
6511
|
+
picomatch: 4.0.4
|
|
6501
6512
|
piscina: 5.1.4
|
|
6502
6513
|
rolldown: 1.0.0-rc.4
|
|
6503
6514
|
sass: 1.97.3
|
|
@@ -6507,7 +6518,7 @@ snapshots:
|
|
|
6507
6518
|
tslib: 2.8.1
|
|
6508
6519
|
typescript: 5.9.3
|
|
6509
6520
|
undici: 7.24.3
|
|
6510
|
-
vite: 7.3.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
6521
|
+
vite: 7.3.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
6511
6522
|
watchpack: 2.5.1
|
|
6512
6523
|
optionalDependencies:
|
|
6513
6524
|
'@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)
|
|
@@ -6515,7 +6526,7 @@ snapshots:
|
|
|
6515
6526
|
'@angular/platform-server': 21.2.4(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(@angular/platform-browser@21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(rxjs@7.8.2)
|
|
6516
6527
|
lmdb: 3.5.1
|
|
6517
6528
|
postcss: 8.5.6
|
|
6518
|
-
vitest: 4.0.18(@types/node@25.3.5)(happy-dom@20.8.
|
|
6529
|
+
vitest: 4.0.18(@types/node@25.3.5)(happy-dom@20.8.8)(sass@1.97.3)(yaml@2.8.3)
|
|
6519
6530
|
transitivePeerDependencies:
|
|
6520
6531
|
- '@types/node'
|
|
6521
6532
|
- chokidar
|
|
@@ -6620,11 +6631,11 @@ snapshots:
|
|
|
6620
6631
|
|
|
6621
6632
|
'@astrojs/compiler@2.13.1': {}
|
|
6622
6633
|
|
|
6623
|
-
'@astrojs/internal-helpers@0.7.
|
|
6634
|
+
'@astrojs/internal-helpers@0.7.6': {}
|
|
6624
6635
|
|
|
6625
|
-
'@astrojs/markdown-remark@6.3.
|
|
6636
|
+
'@astrojs/markdown-remark@6.3.11':
|
|
6626
6637
|
dependencies:
|
|
6627
|
-
'@astrojs/internal-helpers': 0.7.
|
|
6638
|
+
'@astrojs/internal-helpers': 0.7.6
|
|
6628
6639
|
'@astrojs/prism': 3.3.0
|
|
6629
6640
|
github-slugger: 2.0.0
|
|
6630
6641
|
hast-util-from-html: 2.0.3
|
|
@@ -6639,7 +6650,7 @@ snapshots:
|
|
|
6639
6650
|
remark-rehype: 11.1.2
|
|
6640
6651
|
remark-smartypants: 3.0.2
|
|
6641
6652
|
shiki: 3.23.0
|
|
6642
|
-
smol-toml: 1.6.
|
|
6653
|
+
smol-toml: 1.6.1
|
|
6643
6654
|
unified: 11.0.5
|
|
6644
6655
|
unist-util-remove-position: 5.0.0
|
|
6645
6656
|
unist-util-visit: 5.1.0
|
|
@@ -6648,13 +6659,13 @@ snapshots:
|
|
|
6648
6659
|
transitivePeerDependencies:
|
|
6649
6660
|
- supports-color
|
|
6650
6661
|
|
|
6651
|
-
'@astrojs/preact@4.1.3(@babel/core@7.29.0)(@types/node@25.3.5)(preact@10.28.4)(rollup@4.59.0)(sass@1.97.3)(yaml@2.8.
|
|
6662
|
+
'@astrojs/preact@4.1.3(@babel/core@7.29.0)(@types/node@25.3.5)(preact@10.28.4)(rollup@4.59.0)(sass@1.97.3)(yaml@2.8.3)':
|
|
6652
6663
|
dependencies:
|
|
6653
|
-
'@preact/preset-vite': 2.10.3(@babel/core@7.29.0)(preact@10.28.4)(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
6664
|
+
'@preact/preset-vite': 2.10.3(@babel/core@7.29.0)(preact@10.28.4)(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
6654
6665
|
'@preact/signals': 2.8.1(preact@10.28.4)
|
|
6655
6666
|
preact: 10.28.4
|
|
6656
6667
|
preact-render-to-string: 6.6.6(preact@10.28.4)
|
|
6657
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
6668
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
6658
6669
|
transitivePeerDependencies:
|
|
6659
6670
|
- '@babel/core'
|
|
6660
6671
|
- '@types/node'
|
|
@@ -6675,15 +6686,15 @@ snapshots:
|
|
|
6675
6686
|
dependencies:
|
|
6676
6687
|
prismjs: 1.30.0
|
|
6677
6688
|
|
|
6678
|
-
'@astrojs/react@4.4.2(@types/node@25.3.5)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.97.3)(yaml@2.8.
|
|
6689
|
+
'@astrojs/react@4.4.2(@types/node@25.3.5)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.97.3)(yaml@2.8.3)':
|
|
6679
6690
|
dependencies:
|
|
6680
6691
|
'@types/react': 19.2.14
|
|
6681
6692
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
6682
|
-
'@vitejs/plugin-react': 4.7.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
6693
|
+
'@vitejs/plugin-react': 4.7.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
6683
6694
|
react: 19.2.4
|
|
6684
6695
|
react-dom: 19.2.4(react@19.2.4)
|
|
6685
6696
|
ultrahtml: 1.6.0
|
|
6686
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
6697
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
6687
6698
|
transitivePeerDependencies:
|
|
6688
6699
|
- '@types/node'
|
|
6689
6700
|
- jiti
|
|
@@ -6698,14 +6709,14 @@ snapshots:
|
|
|
6698
6709
|
- tsx
|
|
6699
6710
|
- yaml
|
|
6700
6711
|
|
|
6701
|
-
'@astrojs/svelte@7.2.5(@types/node@25.3.5)(astro@5.18.
|
|
6712
|
+
'@astrojs/svelte@7.2.5(@types/node@25.3.5)(astro@5.18.1(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3))(sass@1.97.3)(svelte@5.53.7)(typescript@5.9.3)(yaml@2.8.3)':
|
|
6702
6713
|
dependencies:
|
|
6703
|
-
'@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
6704
|
-
astro: 5.18.
|
|
6714
|
+
'@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
6715
|
+
astro: 5.18.1(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3)
|
|
6705
6716
|
svelte: 5.53.7
|
|
6706
6717
|
svelte2tsx: 0.7.51(svelte@5.53.7)(typescript@5.9.3)
|
|
6707
6718
|
typescript: 5.9.3
|
|
6708
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
6719
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
6709
6720
|
transitivePeerDependencies:
|
|
6710
6721
|
- '@types/node'
|
|
6711
6722
|
- jiti
|
|
@@ -6732,14 +6743,14 @@ snapshots:
|
|
|
6732
6743
|
transitivePeerDependencies:
|
|
6733
6744
|
- supports-color
|
|
6734
6745
|
|
|
6735
|
-
'@astrojs/vue@5.1.4(@types/node@25.3.5)(astro@5.18.
|
|
6746
|
+
'@astrojs/vue@5.1.4(@types/node@25.3.5)(astro@5.18.1(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3))(rollup@4.59.0)(sass@1.97.3)(vue@3.5.29(typescript@5.9.3))(yaml@2.8.3)':
|
|
6736
6747
|
dependencies:
|
|
6737
|
-
'@vitejs/plugin-vue': 5.2.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
6738
|
-
'@vitejs/plugin-vue-jsx': 4.2.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
6748
|
+
'@vitejs/plugin-vue': 5.2.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.29(typescript@5.9.3))
|
|
6749
|
+
'@vitejs/plugin-vue-jsx': 4.2.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.29(typescript@5.9.3))
|
|
6739
6750
|
'@vue/compiler-sfc': 3.5.29
|
|
6740
|
-
astro: 5.18.
|
|
6741
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
6742
|
-
vite-plugin-vue-devtools: 7.7.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
6751
|
+
astro: 5.18.1(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3)
|
|
6752
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
6753
|
+
vite-plugin-vue-devtools: 7.7.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.29(typescript@5.9.3))
|
|
6743
6754
|
vue: 3.5.29(typescript@5.9.3)
|
|
6744
6755
|
transitivePeerDependencies:
|
|
6745
6756
|
- '@nuxt/kit'
|
|
@@ -7819,7 +7830,7 @@ snapshots:
|
|
|
7819
7830
|
detect-libc: 2.1.2
|
|
7820
7831
|
is-glob: 4.0.3
|
|
7821
7832
|
node-addon-api: 7.1.1
|
|
7822
|
-
picomatch: 4.0.
|
|
7833
|
+
picomatch: 4.0.4
|
|
7823
7834
|
optionalDependencies:
|
|
7824
7835
|
'@parcel/watcher-android-arm64': 2.5.6
|
|
7825
7836
|
'@parcel/watcher-darwin-arm64': 2.5.6
|
|
@@ -7847,18 +7858,18 @@ snapshots:
|
|
|
7847
7858
|
|
|
7848
7859
|
'@polka/url@1.0.0-next.29': {}
|
|
7849
7860
|
|
|
7850
|
-
'@preact/preset-vite@2.10.3(@babel/core@7.29.0)(preact@10.28.4)(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
7861
|
+
'@preact/preset-vite@2.10.3(@babel/core@7.29.0)(preact@10.28.4)(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))':
|
|
7851
7862
|
dependencies:
|
|
7852
7863
|
'@babel/core': 7.29.0
|
|
7853
7864
|
'@babel/plugin-transform-react-jsx': 7.28.6(@babel/core@7.29.0)
|
|
7854
7865
|
'@babel/plugin-transform-react-jsx-development': 7.27.1(@babel/core@7.29.0)
|
|
7855
|
-
'@prefresh/vite': 2.4.12(preact@10.28.4)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
7866
|
+
'@prefresh/vite': 2.4.12(preact@10.28.4)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
7856
7867
|
'@rollup/pluginutils': 5.3.0(rollup@4.59.0)
|
|
7857
7868
|
babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.29.0)
|
|
7858
7869
|
debug: 4.4.3
|
|
7859
7870
|
picocolors: 1.1.1
|
|
7860
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
7861
|
-
vite-prerender-plugin: 0.5.12(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
7871
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
7872
|
+
vite-prerender-plugin: 0.5.12(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
7862
7873
|
transitivePeerDependencies:
|
|
7863
7874
|
- preact
|
|
7864
7875
|
- rollup
|
|
@@ -7879,7 +7890,7 @@ snapshots:
|
|
|
7879
7890
|
|
|
7880
7891
|
'@prefresh/utils@1.2.1': {}
|
|
7881
7892
|
|
|
7882
|
-
'@prefresh/vite@2.4.12(preact@10.28.4)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
7893
|
+
'@prefresh/vite@2.4.12(preact@10.28.4)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))':
|
|
7883
7894
|
dependencies:
|
|
7884
7895
|
'@babel/core': 7.29.0
|
|
7885
7896
|
'@prefresh/babel-plugin': 0.5.3
|
|
@@ -7887,7 +7898,7 @@ snapshots:
|
|
|
7887
7898
|
'@prefresh/utils': 1.2.1
|
|
7888
7899
|
'@rollup/pluginutils': 4.2.1
|
|
7889
7900
|
preact: 10.28.4
|
|
7890
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
7901
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
7891
7902
|
transitivePeerDependencies:
|
|
7892
7903
|
- supports-color
|
|
7893
7904
|
|
|
@@ -7945,13 +7956,13 @@ snapshots:
|
|
|
7945
7956
|
'@rollup/pluginutils@4.2.1':
|
|
7946
7957
|
dependencies:
|
|
7947
7958
|
estree-walker: 2.0.2
|
|
7948
|
-
picomatch: 2.3.
|
|
7959
|
+
picomatch: 2.3.2
|
|
7949
7960
|
|
|
7950
7961
|
'@rollup/pluginutils@5.3.0(rollup@4.59.0)':
|
|
7951
7962
|
dependencies:
|
|
7952
7963
|
'@types/estree': 1.0.8
|
|
7953
7964
|
estree-walker: 2.0.2
|
|
7954
|
-
picomatch: 4.0.
|
|
7965
|
+
picomatch: 4.0.4
|
|
7955
7966
|
optionalDependencies:
|
|
7956
7967
|
rollup: 4.59.0
|
|
7957
7968
|
|
|
@@ -8115,44 +8126,44 @@ snapshots:
|
|
|
8115
8126
|
dependencies:
|
|
8116
8127
|
acorn: 8.16.0
|
|
8117
8128
|
|
|
8118
|
-
'@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8129
|
+
'@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)))(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))':
|
|
8119
8130
|
dependencies:
|
|
8120
|
-
'@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8131
|
+
'@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
8121
8132
|
debug: 4.4.3
|
|
8122
8133
|
svelte: 5.53.7
|
|
8123
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8134
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
8124
8135
|
transitivePeerDependencies:
|
|
8125
8136
|
- supports-color
|
|
8126
8137
|
|
|
8127
|
-
'@sveltejs/vite-plugin-svelte-inspector@5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8138
|
+
'@sveltejs/vite-plugin-svelte-inspector@5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)))(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))':
|
|
8128
8139
|
dependencies:
|
|
8129
|
-
'@sveltejs/vite-plugin-svelte': 6.2.4(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8140
|
+
'@sveltejs/vite-plugin-svelte': 6.2.4(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
8130
8141
|
obug: 2.1.1
|
|
8131
8142
|
svelte: 5.53.7
|
|
8132
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8143
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
8133
8144
|
|
|
8134
|
-
'@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8145
|
+
'@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))':
|
|
8135
8146
|
dependencies:
|
|
8136
|
-
'@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8147
|
+
'@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)))(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
8137
8148
|
debug: 4.4.3
|
|
8138
8149
|
deepmerge: 4.3.1
|
|
8139
8150
|
kleur: 4.1.5
|
|
8140
8151
|
magic-string: 0.30.21
|
|
8141
8152
|
svelte: 5.53.7
|
|
8142
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8143
|
-
vitefu: 1.1.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8153
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
8154
|
+
vitefu: 1.1.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
8144
8155
|
transitivePeerDependencies:
|
|
8145
8156
|
- supports-color
|
|
8146
8157
|
|
|
8147
|
-
'@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8158
|
+
'@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))':
|
|
8148
8159
|
dependencies:
|
|
8149
|
-
'@sveltejs/vite-plugin-svelte-inspector': 5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8160
|
+
'@sveltejs/vite-plugin-svelte-inspector': 5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)))(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
8150
8161
|
deepmerge: 4.3.1
|
|
8151
8162
|
magic-string: 0.30.21
|
|
8152
8163
|
obug: 2.1.1
|
|
8153
8164
|
svelte: 5.53.7
|
|
8154
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8155
|
-
vitefu: 1.1.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8165
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
8166
|
+
vitefu: 1.1.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
8156
8167
|
|
|
8157
8168
|
'@testing-library/angular@19.1.0(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(@angular/platform-browser@21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/router@21.2.4(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(@angular/platform-browser@21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(rxjs@7.8.2))(@testing-library/dom@10.4.1)':
|
|
8158
8169
|
dependencies:
|
|
@@ -8224,14 +8235,14 @@ snapshots:
|
|
|
8224
8235
|
dependencies:
|
|
8225
8236
|
svelte: 5.53.7
|
|
8226
8237
|
|
|
8227
|
-
'@testing-library/svelte@5.3.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8238
|
+
'@testing-library/svelte@5.3.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vitest@4.0.18(@types/node@25.3.5)(happy-dom@20.8.8)(sass@1.97.3)(yaml@2.8.3))':
|
|
8228
8239
|
dependencies:
|
|
8229
8240
|
'@testing-library/dom': 10.4.1
|
|
8230
8241
|
'@testing-library/svelte-core': 1.0.0(svelte@5.53.7)
|
|
8231
8242
|
svelte: 5.53.7
|
|
8232
8243
|
optionalDependencies:
|
|
8233
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8234
|
-
vitest: 4.0.18(@types/node@25.3.5)(happy-dom@20.8.
|
|
8244
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
8245
|
+
vitest: 4.0.18(@types/node@25.3.5)(happy-dom@20.8.8)(sass@1.97.3)(yaml@2.8.3)
|
|
8235
8246
|
|
|
8236
8247
|
'@testing-library/user-event@14.6.1(@testing-library/dom@10.4.1)':
|
|
8237
8248
|
dependencies:
|
|
@@ -8446,11 +8457,11 @@ snapshots:
|
|
|
8446
8457
|
|
|
8447
8458
|
'@ungap/structured-clone@1.3.0': {}
|
|
8448
8459
|
|
|
8449
|
-
'@vitejs/plugin-basic-ssl@2.1.4(vite@7.3.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8460
|
+
'@vitejs/plugin-basic-ssl@2.1.4(vite@7.3.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))':
|
|
8450
8461
|
dependencies:
|
|
8451
|
-
vite: 7.3.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8462
|
+
vite: 7.3.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
8452
8463
|
|
|
8453
|
-
'@vitejs/plugin-react@4.7.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8464
|
+
'@vitejs/plugin-react@4.7.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))':
|
|
8454
8465
|
dependencies:
|
|
8455
8466
|
'@babel/core': 7.29.0
|
|
8456
8467
|
'@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0)
|
|
@@ -8458,11 +8469,11 @@ snapshots:
|
|
|
8458
8469
|
'@rolldown/pluginutils': 1.0.0-beta.27
|
|
8459
8470
|
'@types/babel__core': 7.20.5
|
|
8460
8471
|
react-refresh: 0.17.0
|
|
8461
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8472
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
8462
8473
|
transitivePeerDependencies:
|
|
8463
8474
|
- supports-color
|
|
8464
8475
|
|
|
8465
|
-
'@vitejs/plugin-react@5.1.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8476
|
+
'@vitejs/plugin-react@5.1.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))':
|
|
8466
8477
|
dependencies:
|
|
8467
8478
|
'@babel/core': 7.29.0
|
|
8468
8479
|
'@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0)
|
|
@@ -8470,30 +8481,30 @@ snapshots:
|
|
|
8470
8481
|
'@rolldown/pluginutils': 1.0.0-rc.3
|
|
8471
8482
|
'@types/babel__core': 7.20.5
|
|
8472
8483
|
react-refresh: 0.18.0
|
|
8473
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8484
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
8474
8485
|
transitivePeerDependencies:
|
|
8475
8486
|
- supports-color
|
|
8476
8487
|
|
|
8477
|
-
'@vitejs/plugin-vue-jsx@4.2.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8488
|
+
'@vitejs/plugin-vue-jsx@4.2.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.29(typescript@5.9.3))':
|
|
8478
8489
|
dependencies:
|
|
8479
8490
|
'@babel/core': 7.29.0
|
|
8480
8491
|
'@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.29.0)
|
|
8481
8492
|
'@rolldown/pluginutils': 1.0.0-rc.6
|
|
8482
8493
|
'@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.29.0)
|
|
8483
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8494
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
8484
8495
|
vue: 3.5.29(typescript@5.9.3)
|
|
8485
8496
|
transitivePeerDependencies:
|
|
8486
8497
|
- supports-color
|
|
8487
8498
|
|
|
8488
|
-
'@vitejs/plugin-vue@5.2.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8499
|
+
'@vitejs/plugin-vue@5.2.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.29(typescript@5.9.3))':
|
|
8489
8500
|
dependencies:
|
|
8490
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8501
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
8491
8502
|
vue: 3.5.29(typescript@5.9.3)
|
|
8492
8503
|
|
|
8493
|
-
'@vitejs/plugin-vue@6.0.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8504
|
+
'@vitejs/plugin-vue@6.0.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.29(typescript@5.9.3))':
|
|
8494
8505
|
dependencies:
|
|
8495
8506
|
'@rolldown/pluginutils': 1.0.0-rc.2
|
|
8496
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8507
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
8497
8508
|
vue: 3.5.29(typescript@5.9.3)
|
|
8498
8509
|
|
|
8499
8510
|
'@vitest/expect@4.0.18':
|
|
@@ -8505,13 +8516,13 @@ snapshots:
|
|
|
8505
8516
|
chai: 6.2.2
|
|
8506
8517
|
tinyrainbow: 3.0.3
|
|
8507
8518
|
|
|
8508
|
-
'@vitest/mocker@4.0.18(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8519
|
+
'@vitest/mocker@4.0.18(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))':
|
|
8509
8520
|
dependencies:
|
|
8510
8521
|
'@vitest/spy': 4.0.18
|
|
8511
8522
|
estree-walker: 3.0.3
|
|
8512
8523
|
magic-string: 0.30.21
|
|
8513
8524
|
optionalDependencies:
|
|
8514
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8525
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
8515
8526
|
|
|
8516
8527
|
'@vitest/pretty-format@4.0.18':
|
|
8517
8528
|
dependencies:
|
|
@@ -8594,14 +8605,14 @@ snapshots:
|
|
|
8594
8605
|
'@vue/compiler-dom': 3.5.29
|
|
8595
8606
|
'@vue/shared': 3.5.29
|
|
8596
8607
|
|
|
8597
|
-
'@vue/devtools-core@7.7.9(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8608
|
+
'@vue/devtools-core@7.7.9(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.29(typescript@5.9.3))':
|
|
8598
8609
|
dependencies:
|
|
8599
8610
|
'@vue/devtools-kit': 7.7.9
|
|
8600
8611
|
'@vue/devtools-shared': 7.7.9
|
|
8601
8612
|
mitt: 3.0.1
|
|
8602
8613
|
nanoid: 5.1.6
|
|
8603
8614
|
pathe: 2.0.3
|
|
8604
|
-
vite-hot-client: 2.1.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8615
|
+
vite-hot-client: 2.1.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
8605
8616
|
vue: 3.5.29(typescript@5.9.3)
|
|
8606
8617
|
transitivePeerDependencies:
|
|
8607
8618
|
- vite
|
|
@@ -8749,7 +8760,7 @@ snapshots:
|
|
|
8749
8760
|
anymatch@3.1.3:
|
|
8750
8761
|
dependencies:
|
|
8751
8762
|
normalize-path: 3.0.0
|
|
8752
|
-
picomatch: 2.3.
|
|
8763
|
+
picomatch: 2.3.2
|
|
8753
8764
|
|
|
8754
8765
|
arg@4.1.3: {}
|
|
8755
8766
|
|
|
@@ -8861,11 +8872,11 @@ snapshots:
|
|
|
8861
8872
|
transitivePeerDependencies:
|
|
8862
8873
|
- supports-color
|
|
8863
8874
|
|
|
8864
|
-
astro@5.18.
|
|
8875
|
+
astro@5.18.1(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3):
|
|
8865
8876
|
dependencies:
|
|
8866
8877
|
'@astrojs/compiler': 2.13.1
|
|
8867
|
-
'@astrojs/internal-helpers': 0.7.
|
|
8868
|
-
'@astrojs/markdown-remark': 6.3.
|
|
8878
|
+
'@astrojs/internal-helpers': 0.7.6
|
|
8879
|
+
'@astrojs/markdown-remark': 6.3.11
|
|
8869
8880
|
'@astrojs/telemetry': 3.3.0
|
|
8870
8881
|
'@capsizecss/unpack': 4.0.0
|
|
8871
8882
|
'@oslojs/encoding': 1.1.0
|
|
@@ -8903,12 +8914,12 @@ snapshots:
|
|
|
8903
8914
|
p-queue: 8.1.1
|
|
8904
8915
|
package-manager-detector: 1.6.0
|
|
8905
8916
|
piccolore: 0.1.3
|
|
8906
|
-
picomatch: 4.0.
|
|
8917
|
+
picomatch: 4.0.4
|
|
8907
8918
|
prompts: 2.4.2
|
|
8908
8919
|
rehype: 13.0.2
|
|
8909
8920
|
semver: 7.7.4
|
|
8910
8921
|
shiki: 3.23.0
|
|
8911
|
-
smol-toml: 1.6.
|
|
8922
|
+
smol-toml: 1.6.1
|
|
8912
8923
|
svgo: 4.0.1
|
|
8913
8924
|
tinyexec: 1.0.2
|
|
8914
8925
|
tinyglobby: 0.2.15
|
|
@@ -8918,8 +8929,8 @@ snapshots:
|
|
|
8918
8929
|
unist-util-visit: 5.1.0
|
|
8919
8930
|
unstorage: 1.17.4
|
|
8920
8931
|
vfile: 6.0.3
|
|
8921
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8922
|
-
vitefu: 1.1.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8932
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
8933
|
+
vitefu: 1.1.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
8923
8934
|
xxhash-wasm: 1.1.0
|
|
8924
8935
|
yargs-parser: 21.1.1
|
|
8925
8936
|
yocto-spinner: 0.2.3
|
|
@@ -9039,16 +9050,16 @@ snapshots:
|
|
|
9039
9050
|
widest-line: 5.0.0
|
|
9040
9051
|
wrap-ansi: 9.0.2
|
|
9041
9052
|
|
|
9042
|
-
brace-expansion@1.1.
|
|
9053
|
+
brace-expansion@1.1.13:
|
|
9043
9054
|
dependencies:
|
|
9044
9055
|
balanced-match: 1.0.2
|
|
9045
9056
|
concat-map: 0.0.1
|
|
9046
9057
|
|
|
9047
|
-
brace-expansion@2.0.
|
|
9058
|
+
brace-expansion@2.0.3:
|
|
9048
9059
|
dependencies:
|
|
9049
9060
|
balanced-match: 1.0.2
|
|
9050
9061
|
|
|
9051
|
-
brace-expansion@5.0.
|
|
9062
|
+
brace-expansion@5.0.5:
|
|
9052
9063
|
dependencies:
|
|
9053
9064
|
balanced-match: 4.0.4
|
|
9054
9065
|
|
|
@@ -10028,9 +10039,9 @@ snapshots:
|
|
|
10028
10039
|
dependencies:
|
|
10029
10040
|
format: 0.2.2
|
|
10030
10041
|
|
|
10031
|
-
fdir@6.5.0(picomatch@4.0.
|
|
10042
|
+
fdir@6.5.0(picomatch@4.0.4):
|
|
10032
10043
|
optionalDependencies:
|
|
10033
|
-
picomatch: 4.0.
|
|
10044
|
+
picomatch: 4.0.4
|
|
10034
10045
|
|
|
10035
10046
|
figures@6.1.0:
|
|
10036
10047
|
dependencies:
|
|
@@ -10066,10 +10077,10 @@ snapshots:
|
|
|
10066
10077
|
|
|
10067
10078
|
flat-cache@4.0.1:
|
|
10068
10079
|
dependencies:
|
|
10069
|
-
flatted: 3.4.
|
|
10080
|
+
flatted: 3.4.2
|
|
10070
10081
|
keyv: 4.5.4
|
|
10071
10082
|
|
|
10072
|
-
flatted@3.4.
|
|
10083
|
+
flatted@3.4.2: {}
|
|
10073
10084
|
|
|
10074
10085
|
flattie@1.1.1: {}
|
|
10075
10086
|
|
|
@@ -10212,7 +10223,7 @@ snapshots:
|
|
|
10212
10223
|
|
|
10213
10224
|
graceful-fs@4.2.11: {}
|
|
10214
10225
|
|
|
10215
|
-
h3@1.15.
|
|
10226
|
+
h3@1.15.9:
|
|
10216
10227
|
dependencies:
|
|
10217
10228
|
cookie-es: 1.2.2
|
|
10218
10229
|
crossws: 0.3.5
|
|
@@ -10224,7 +10235,7 @@ snapshots:
|
|
|
10224
10235
|
ufo: 1.6.3
|
|
10225
10236
|
uncrypto: 0.1.3
|
|
10226
10237
|
|
|
10227
|
-
happy-dom@20.8.
|
|
10238
|
+
happy-dom@20.8.8:
|
|
10228
10239
|
dependencies:
|
|
10229
10240
|
'@types/node': 25.3.5
|
|
10230
10241
|
'@types/whatwg-mimetype': 3.0.2
|
|
@@ -11159,7 +11170,7 @@ snapshots:
|
|
|
11159
11170
|
micromatch@4.0.8:
|
|
11160
11171
|
dependencies:
|
|
11161
11172
|
braces: 3.0.3
|
|
11162
|
-
picomatch: 2.3.
|
|
11173
|
+
picomatch: 2.3.2
|
|
11163
11174
|
|
|
11164
11175
|
mime-db@1.54.0: {}
|
|
11165
11176
|
|
|
@@ -11173,15 +11184,15 @@ snapshots:
|
|
|
11173
11184
|
|
|
11174
11185
|
minimatch@10.2.4:
|
|
11175
11186
|
dependencies:
|
|
11176
|
-
brace-expansion: 5.0.
|
|
11187
|
+
brace-expansion: 5.0.5
|
|
11177
11188
|
|
|
11178
11189
|
minimatch@3.1.5:
|
|
11179
11190
|
dependencies:
|
|
11180
|
-
brace-expansion: 1.1.
|
|
11191
|
+
brace-expansion: 1.1.13
|
|
11181
11192
|
|
|
11182
11193
|
minimatch@9.0.9:
|
|
11183
11194
|
dependencies:
|
|
11184
|
-
brace-expansion: 2.0.
|
|
11195
|
+
brace-expansion: 2.0.3
|
|
11185
11196
|
|
|
11186
11197
|
minimist@1.2.8: {}
|
|
11187
11198
|
|
|
@@ -11584,7 +11595,7 @@ snapshots:
|
|
|
11584
11595
|
semver: 7.7.4
|
|
11585
11596
|
slash: 2.0.0
|
|
11586
11597
|
tmp: 0.2.5
|
|
11587
|
-
yaml: 2.8.
|
|
11598
|
+
yaml: 2.8.3
|
|
11588
11599
|
|
|
11589
11600
|
path-browserify@1.0.1: {}
|
|
11590
11601
|
|
|
@@ -11606,7 +11617,7 @@ snapshots:
|
|
|
11606
11617
|
lru-cache: 11.2.6
|
|
11607
11618
|
minipass: 7.1.3
|
|
11608
11619
|
|
|
11609
|
-
path-to-regexp@8.
|
|
11620
|
+
path-to-regexp@8.4.0: {}
|
|
11610
11621
|
|
|
11611
11622
|
pathe@2.0.3: {}
|
|
11612
11623
|
|
|
@@ -11616,9 +11627,9 @@ snapshots:
|
|
|
11616
11627
|
|
|
11617
11628
|
picocolors@1.1.1: {}
|
|
11618
11629
|
|
|
11619
|
-
picomatch@2.3.
|
|
11630
|
+
picomatch@2.3.2: {}
|
|
11620
11631
|
|
|
11621
|
-
picomatch@4.0.
|
|
11632
|
+
picomatch@4.0.4: {}
|
|
11622
11633
|
|
|
11623
11634
|
piscina@5.1.4:
|
|
11624
11635
|
optionalDependencies:
|
|
@@ -11639,7 +11650,7 @@ snapshots:
|
|
|
11639
11650
|
postcss-load-config@3.1.4(postcss@8.5.6)(ts-node@10.9.2(@types/node@25.3.5)(typescript@5.9.3)):
|
|
11640
11651
|
dependencies:
|
|
11641
11652
|
lilconfig: 2.1.0
|
|
11642
|
-
yaml: 1.10.
|
|
11653
|
+
yaml: 1.10.3
|
|
11643
11654
|
optionalDependencies:
|
|
11644
11655
|
postcss: 8.5.6
|
|
11645
11656
|
ts-node: 10.9.2(@types/node@25.3.5)(typescript@5.9.3)
|
|
@@ -11975,7 +11986,7 @@ snapshots:
|
|
|
11975
11986
|
depd: 2.0.0
|
|
11976
11987
|
is-promise: 4.0.0
|
|
11977
11988
|
parseurl: 1.3.3
|
|
11978
|
-
path-to-regexp: 8.
|
|
11989
|
+
path-to-regexp: 8.4.0
|
|
11979
11990
|
transitivePeerDependencies:
|
|
11980
11991
|
- supports-color
|
|
11981
11992
|
|
|
@@ -12196,7 +12207,7 @@ snapshots:
|
|
|
12196
12207
|
|
|
12197
12208
|
smart-buffer@4.2.0: {}
|
|
12198
12209
|
|
|
12199
|
-
smol-toml@1.6.
|
|
12210
|
+
smol-toml@1.6.1: {}
|
|
12200
12211
|
|
|
12201
12212
|
socks-proxy-agent@8.0.5:
|
|
12202
12213
|
dependencies:
|
|
@@ -12430,8 +12441,8 @@ snapshots:
|
|
|
12430
12441
|
|
|
12431
12442
|
tinyglobby@0.2.15:
|
|
12432
12443
|
dependencies:
|
|
12433
|
-
fdir: 6.5.0(picomatch@4.0.
|
|
12434
|
-
picomatch: 4.0.
|
|
12444
|
+
fdir: 6.5.0(picomatch@4.0.4)
|
|
12445
|
+
picomatch: 4.0.4
|
|
12435
12446
|
|
|
12436
12447
|
tinyrainbow@3.0.3: {}
|
|
12437
12448
|
|
|
@@ -12649,7 +12660,7 @@ snapshots:
|
|
|
12649
12660
|
anymatch: 3.1.3
|
|
12650
12661
|
chokidar: 5.0.0
|
|
12651
12662
|
destr: 2.0.5
|
|
12652
|
-
h3: 1.15.
|
|
12663
|
+
h3: 1.15.9
|
|
12653
12664
|
lru-cache: 11.2.6
|
|
12654
12665
|
node-fetch-native: 1.6.7
|
|
12655
12666
|
ofetch: 1.5.1
|
|
@@ -12688,11 +12699,11 @@ snapshots:
|
|
|
12688
12699
|
'@types/unist': 3.0.3
|
|
12689
12700
|
vfile-message: 4.0.3
|
|
12690
12701
|
|
|
12691
|
-
vite-hot-client@2.1.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12702
|
+
vite-hot-client@2.1.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)):
|
|
12692
12703
|
dependencies:
|
|
12693
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12704
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
12694
12705
|
|
|
12695
|
-
vite-plugin-inspect@0.8.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12706
|
+
vite-plugin-inspect@0.8.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)):
|
|
12696
12707
|
dependencies:
|
|
12697
12708
|
'@antfu/utils': 0.7.10
|
|
12698
12709
|
'@rollup/pluginutils': 5.3.0(rollup@4.59.0)
|
|
@@ -12703,28 +12714,28 @@ snapshots:
|
|
|
12703
12714
|
perfect-debounce: 1.0.0
|
|
12704
12715
|
picocolors: 1.1.1
|
|
12705
12716
|
sirv: 3.0.2
|
|
12706
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12717
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
12707
12718
|
transitivePeerDependencies:
|
|
12708
12719
|
- rollup
|
|
12709
12720
|
- supports-color
|
|
12710
12721
|
|
|
12711
|
-
vite-plugin-vue-devtools@7.7.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12722
|
+
vite-plugin-vue-devtools@7.7.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.29(typescript@5.9.3)):
|
|
12712
12723
|
dependencies:
|
|
12713
|
-
'@vue/devtools-core': 7.7.9(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12724
|
+
'@vue/devtools-core': 7.7.9(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.29(typescript@5.9.3))
|
|
12714
12725
|
'@vue/devtools-kit': 7.7.9
|
|
12715
12726
|
'@vue/devtools-shared': 7.7.9
|
|
12716
12727
|
execa: 9.6.1
|
|
12717
12728
|
sirv: 3.0.2
|
|
12718
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12719
|
-
vite-plugin-inspect: 0.8.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12720
|
-
vite-plugin-vue-inspector: 5.3.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12729
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
12730
|
+
vite-plugin-inspect: 0.8.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
12731
|
+
vite-plugin-vue-inspector: 5.3.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
12721
12732
|
transitivePeerDependencies:
|
|
12722
12733
|
- '@nuxt/kit'
|
|
12723
12734
|
- rollup
|
|
12724
12735
|
- supports-color
|
|
12725
12736
|
- vue
|
|
12726
12737
|
|
|
12727
|
-
vite-plugin-vue-inspector@5.3.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12738
|
+
vite-plugin-vue-inspector@5.3.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)):
|
|
12728
12739
|
dependencies:
|
|
12729
12740
|
'@babel/core': 7.29.0
|
|
12730
12741
|
'@babel/plugin-proposal-decorators': 7.29.0(@babel/core@7.29.0)
|
|
@@ -12735,11 +12746,11 @@ snapshots:
|
|
|
12735
12746
|
'@vue/compiler-dom': 3.5.29
|
|
12736
12747
|
kolorist: 1.8.0
|
|
12737
12748
|
magic-string: 0.30.21
|
|
12738
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12749
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
12739
12750
|
transitivePeerDependencies:
|
|
12740
12751
|
- supports-color
|
|
12741
12752
|
|
|
12742
|
-
vite-prerender-plugin@0.5.12(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12753
|
+
vite-prerender-plugin@0.5.12(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)):
|
|
12743
12754
|
dependencies:
|
|
12744
12755
|
kolorist: 1.8.0
|
|
12745
12756
|
magic-string: 0.30.21
|
|
@@ -12747,13 +12758,13 @@ snapshots:
|
|
|
12747
12758
|
simple-code-frame: 1.3.0
|
|
12748
12759
|
source-map: 0.7.6
|
|
12749
12760
|
stack-trace: 1.0.0-pre2
|
|
12750
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12761
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
12751
12762
|
|
|
12752
|
-
vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12763
|
+
vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3):
|
|
12753
12764
|
dependencies:
|
|
12754
12765
|
esbuild: 0.25.12
|
|
12755
|
-
fdir: 6.5.0(picomatch@4.0.
|
|
12756
|
-
picomatch: 4.0.
|
|
12766
|
+
fdir: 6.5.0(picomatch@4.0.4)
|
|
12767
|
+
picomatch: 4.0.4
|
|
12757
12768
|
postcss: 8.5.6
|
|
12758
12769
|
rollup: 4.59.0
|
|
12759
12770
|
tinyglobby: 0.2.15
|
|
@@ -12761,13 +12772,13 @@ snapshots:
|
|
|
12761
12772
|
'@types/node': 25.3.5
|
|
12762
12773
|
fsevents: 2.3.3
|
|
12763
12774
|
sass: 1.97.3
|
|
12764
|
-
yaml: 2.8.
|
|
12775
|
+
yaml: 2.8.3
|
|
12765
12776
|
|
|
12766
|
-
vite@7.3.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12777
|
+
vite@7.3.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3):
|
|
12767
12778
|
dependencies:
|
|
12768
12779
|
esbuild: 0.27.3
|
|
12769
|
-
fdir: 6.5.0(picomatch@4.0.
|
|
12770
|
-
picomatch: 4.0.
|
|
12780
|
+
fdir: 6.5.0(picomatch@4.0.4)
|
|
12781
|
+
picomatch: 4.0.4
|
|
12771
12782
|
postcss: 8.5.6
|
|
12772
12783
|
rollup: 4.59.0
|
|
12773
12784
|
tinyglobby: 0.2.15
|
|
@@ -12775,16 +12786,16 @@ snapshots:
|
|
|
12775
12786
|
'@types/node': 25.3.5
|
|
12776
12787
|
fsevents: 2.3.3
|
|
12777
12788
|
sass: 1.97.3
|
|
12778
|
-
yaml: 2.8.
|
|
12789
|
+
yaml: 2.8.3
|
|
12779
12790
|
|
|
12780
|
-
vitefu@1.1.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12791
|
+
vitefu@1.1.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)):
|
|
12781
12792
|
optionalDependencies:
|
|
12782
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12793
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
12783
12794
|
|
|
12784
|
-
vitest@4.0.18(@types/node@25.3.5)(happy-dom@20.8.
|
|
12795
|
+
vitest@4.0.18(@types/node@25.3.5)(happy-dom@20.8.8)(sass@1.97.3)(yaml@2.8.3):
|
|
12785
12796
|
dependencies:
|
|
12786
12797
|
'@vitest/expect': 4.0.18
|
|
12787
|
-
'@vitest/mocker': 4.0.18(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12798
|
+
'@vitest/mocker': 4.0.18(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
12788
12799
|
'@vitest/pretty-format': 4.0.18
|
|
12789
12800
|
'@vitest/runner': 4.0.18
|
|
12790
12801
|
'@vitest/snapshot': 4.0.18
|
|
@@ -12795,17 +12806,17 @@ snapshots:
|
|
|
12795
12806
|
magic-string: 0.30.21
|
|
12796
12807
|
obug: 2.1.1
|
|
12797
12808
|
pathe: 2.0.3
|
|
12798
|
-
picomatch: 4.0.
|
|
12809
|
+
picomatch: 4.0.4
|
|
12799
12810
|
std-env: 3.10.0
|
|
12800
12811
|
tinybench: 2.9.0
|
|
12801
12812
|
tinyexec: 1.0.2
|
|
12802
12813
|
tinyglobby: 0.2.15
|
|
12803
12814
|
tinyrainbow: 3.0.3
|
|
12804
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12815
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
12805
12816
|
why-is-node-running: 2.3.0
|
|
12806
12817
|
optionalDependencies:
|
|
12807
12818
|
'@types/node': 25.3.5
|
|
12808
|
-
happy-dom: 20.8.
|
|
12819
|
+
happy-dom: 20.8.8
|
|
12809
12820
|
transitivePeerDependencies:
|
|
12810
12821
|
- jiti
|
|
12811
12822
|
- less
|
|
@@ -12963,9 +12974,9 @@ snapshots:
|
|
|
12963
12974
|
|
|
12964
12975
|
yallist@5.0.0: {}
|
|
12965
12976
|
|
|
12966
|
-
yaml@1.10.
|
|
12977
|
+
yaml@1.10.3: {}
|
|
12967
12978
|
|
|
12968
|
-
yaml@2.8.
|
|
12979
|
+
yaml@2.8.3: {}
|
|
12969
12980
|
|
|
12970
12981
|
yargs-parser@21.1.1: {}
|
|
12971
12982
|
|