create-outsystems-astro 0.8.1 → 0.8.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 +20 -13
- package/template/deno.json +5 -1
- package/template/deno.lock +218 -222
- package/template/package-lock.json +151 -127
- package/template/package.json +33 -2
- package/template/pnpm-lock.yaml +265 -211
- package/template/src/framework/react/Demo.tsx +1 -1
- package/template/test/integration/react/Demo.test.tsx +2 -0
- package/template/yarn.lock +146 -115
package/template/pnpm-lock.yaml
CHANGED
|
@@ -4,13 +4,27 @@ settings:
|
|
|
4
4
|
autoInstallPeers: true
|
|
5
5
|
excludeLinksFromLockfile: false
|
|
6
6
|
|
|
7
|
+
overrides:
|
|
8
|
+
'@hono/node-server': ^1.19.13
|
|
9
|
+
defu: ^6.1.5
|
|
10
|
+
hono: ^4.12.12
|
|
11
|
+
'@angular/build>vite': ^7.3.2
|
|
12
|
+
'@astrojs/preact>vite': ^6.4.2
|
|
13
|
+
'@astrojs/react>vite': ^6.4.2
|
|
14
|
+
'@astrojs/solid-js>vite': ^6.4.2
|
|
15
|
+
'@astrojs/svelte>vite': ^6.4.2
|
|
16
|
+
'@astrojs/vue>vite': ^6.4.2
|
|
17
|
+
'@vue/devtools-core>vite': ^7.3.2
|
|
18
|
+
astro>vite: ^6.4.2
|
|
19
|
+
vitest>vite: ^8.0.8
|
|
20
|
+
|
|
7
21
|
importers:
|
|
8
22
|
|
|
9
23
|
.:
|
|
10
24
|
dependencies:
|
|
11
25
|
'@analogjs/astro-angular':
|
|
12
26
|
specifier: ^2.3.1
|
|
13
|
-
version: 2.3.1(
|
|
27
|
+
version: 2.3.1(2192e7832a4e19991467a3b21f78e240)
|
|
14
28
|
'@angular/animations':
|
|
15
29
|
specifier: ^21.2.6
|
|
16
30
|
version: 21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))
|
|
@@ -59,9 +73,6 @@ importers:
|
|
|
59
73
|
astro:
|
|
60
74
|
specifier: ^5.18.1
|
|
61
75
|
version: 5.18.1(@types/node@25.5.0)(lightningcss@1.32.0)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3)
|
|
62
|
-
cross-env:
|
|
63
|
-
specifier: ^10.1.0
|
|
64
|
-
version: 10.1.0
|
|
65
76
|
nanostores:
|
|
66
77
|
specifier: ^1.2.0
|
|
67
78
|
version: 1.2.0
|
|
@@ -92,10 +103,10 @@ importers:
|
|
|
92
103
|
devDependencies:
|
|
93
104
|
'@analogjs/vite-plugin-angular':
|
|
94
105
|
specifier: ^2.3.1
|
|
95
|
-
version: 2.3.1(@angular/build@21.2.5(
|
|
106
|
+
version: 2.3.1(@angular/build@21.2.5(4f35cf6f82511458d0a6c5197436f60d))
|
|
96
107
|
'@analogjs/vitest-angular':
|
|
97
108
|
specifier: ^2.3.1
|
|
98
|
-
version: 2.3.1(@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.5(
|
|
109
|
+
version: 2.3.1(@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.5(4f35cf6f82511458d0a6c5197436f60d)))(@angular-devkit/architect@0.2102.5(chokidar@5.0.0))(@angular-devkit/schematics@21.2.5(chokidar@5.0.0))(vitest@4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)))
|
|
99
110
|
'@angular-devkit/architect':
|
|
100
111
|
specifier: ^0.2102.5
|
|
101
112
|
version: 0.2102.5(chokidar@5.0.0)
|
|
@@ -104,7 +115,7 @@ importers:
|
|
|
104
115
|
version: 21.2.5(chokidar@5.0.0)
|
|
105
116
|
'@angular/build':
|
|
106
117
|
specifier: ^21.2.5
|
|
107
|
-
version: 21.2.5(
|
|
118
|
+
version: 21.2.5(4f35cf6f82511458d0a6c5197436f60d)
|
|
108
119
|
'@angular/cli':
|
|
109
120
|
specifier: ^21.2.5
|
|
110
121
|
version: 21.2.5(@types/node@25.5.0)(chokidar@5.0.0)
|
|
@@ -140,13 +151,13 @@ importers:
|
|
|
140
151
|
version: 1.58.2
|
|
141
152
|
'@preact/preset-vite':
|
|
142
153
|
specifier: ^2.10.5
|
|
143
|
-
version: 2.10.5(@babel/core@7.29.0)(preact@10.29.0)(rollup@4.59.0)(vite@8.0.
|
|
154
|
+
version: 2.10.5(@babel/core@7.29.0)(preact@10.29.0)(rollup@4.59.0)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
144
155
|
'@solidjs/testing-library':
|
|
145
156
|
specifier: ^0.8.10
|
|
146
157
|
version: 0.8.10(solid-js@1.9.12)
|
|
147
158
|
'@sveltejs/vite-plugin-svelte':
|
|
148
159
|
specifier: ^7.0.0
|
|
149
|
-
version: 7.0.0(svelte@5.55.0)(vite@8.0.
|
|
160
|
+
version: 7.0.0(svelte@5.55.0)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
150
161
|
'@testing-library/angular':
|
|
151
162
|
specifier: ^19.1.10
|
|
152
163
|
version: 19.2.1(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(@angular/platform-browser@21.2.6(@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/router@21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(@angular/platform-browser@21.2.6(@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(rxjs@7.8.2))(@testing-library/dom@10.4.1)
|
|
@@ -164,7 +175,7 @@ importers:
|
|
|
164
175
|
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)
|
|
165
176
|
'@testing-library/svelte':
|
|
166
177
|
specifier: ^5.3.1
|
|
167
|
-
version: 5.3.1(svelte@5.55.0)(vite@8.0.
|
|
178
|
+
version: 5.3.1(svelte@5.55.0)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))(vitest@4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)))
|
|
168
179
|
'@testing-library/user-event':
|
|
169
180
|
specifier: ^14.6.1
|
|
170
181
|
version: 14.6.1(@testing-library/dom@10.4.1)
|
|
@@ -185,16 +196,19 @@ importers:
|
|
|
185
196
|
version: 19.2.3(@types/react@19.2.14)
|
|
186
197
|
'@vitejs/plugin-react':
|
|
187
198
|
specifier: ^6.0.1
|
|
188
|
-
version: 6.0.1(vite@8.0.
|
|
199
|
+
version: 6.0.1(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
189
200
|
'@vitejs/plugin-vue':
|
|
190
201
|
specifier: ^6.0.5
|
|
191
|
-
version: 6.0.5(vite@8.0.
|
|
202
|
+
version: 6.0.5(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.31(typescript@5.9.3))
|
|
192
203
|
angular-eslint:
|
|
193
204
|
specifier: ^21.3.1
|
|
194
205
|
version: 21.3.1(@angular/cli@21.2.5(@types/node@25.5.0)(chokidar@5.0.0))(chokidar@5.0.0)(eslint@9.39.4)(typescript-eslint@8.57.2(eslint@9.39.4)(typescript@5.9.3))(typescript@5.9.3)
|
|
195
206
|
better-npm-audit:
|
|
196
207
|
specifier: ^3.11.0
|
|
197
208
|
version: 3.11.0
|
|
209
|
+
cross-env:
|
|
210
|
+
specifier: ^10.1.0
|
|
211
|
+
version: 10.1.0
|
|
198
212
|
dotenv:
|
|
199
213
|
specifier: ^17.3.1
|
|
200
214
|
version: 17.3.1
|
|
@@ -280,14 +294,14 @@ importers:
|
|
|
280
294
|
specifier: ^8.57.2
|
|
281
295
|
version: 8.57.2(eslint@9.39.4)(typescript@5.9.3)
|
|
282
296
|
vite:
|
|
283
|
-
specifier: ^8.0.
|
|
284
|
-
version: 8.0.
|
|
297
|
+
specifier: ^8.0.5
|
|
298
|
+
version: 8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
285
299
|
vite-plugin-solid:
|
|
286
300
|
specifier: ^2.11.11
|
|
287
|
-
version: 2.11.11(@testing-library/jest-dom@6.9.1)(solid-js@1.9.12)(vite@8.0.
|
|
301
|
+
version: 2.11.11(@testing-library/jest-dom@6.9.1)(solid-js@1.9.12)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
288
302
|
vitest:
|
|
289
303
|
specifier: ^4.1.2
|
|
290
|
-
version: 4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.
|
|
304
|
+
version: 4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
291
305
|
vue-eslint-parser:
|
|
292
306
|
specifier: ^10.4.0
|
|
293
307
|
version: 10.4.0(eslint@9.39.4)
|
|
@@ -850,12 +864,21 @@ packages:
|
|
|
850
864
|
'@emnapi/core@1.8.1':
|
|
851
865
|
resolution: {integrity: sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg==}
|
|
852
866
|
|
|
867
|
+
'@emnapi/core@1.9.2':
|
|
868
|
+
resolution: {integrity: sha512-UC+ZhH3XtczQYfOlu3lNEkdW/p4dsJ1r/bP7H8+rhao3TTTMO1ATq/4DdIi23XuGoFY+Cz0JmCbdVl0hz9jZcA==}
|
|
869
|
+
|
|
853
870
|
'@emnapi/runtime@1.8.1':
|
|
854
871
|
resolution: {integrity: sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==}
|
|
855
872
|
|
|
873
|
+
'@emnapi/runtime@1.9.2':
|
|
874
|
+
resolution: {integrity: sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==}
|
|
875
|
+
|
|
856
876
|
'@emnapi/wasi-threads@1.1.0':
|
|
857
877
|
resolution: {integrity: sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==}
|
|
858
878
|
|
|
879
|
+
'@emnapi/wasi-threads@1.2.1':
|
|
880
|
+
resolution: {integrity: sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==}
|
|
881
|
+
|
|
859
882
|
'@epic-web/invariant@1.0.0':
|
|
860
883
|
resolution: {integrity: sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA==}
|
|
861
884
|
|
|
@@ -1237,11 +1260,11 @@ packages:
|
|
|
1237
1260
|
'@harperfast/extended-iterable@1.0.3':
|
|
1238
1261
|
resolution: {integrity: sha512-sSAYhQca3rDWtQUHSAPeO7axFIUJOI6hn1gjRC5APVE1a90tuyT8f5WIgRsFhhWA7htNkju2veB9eWL6YHi/Lw==}
|
|
1239
1262
|
|
|
1240
|
-
'@hono/node-server@1.19.
|
|
1241
|
-
resolution: {integrity: sha512-
|
|
1263
|
+
'@hono/node-server@1.19.14':
|
|
1264
|
+
resolution: {integrity: sha512-GwtvgtXxnWsucXvbQXkRgqksiH2Qed37H9xHZocE5sA3N8O8O8/8FA3uclQXxXVzc9XBZuEOMK7+r02FmSpHtw==}
|
|
1242
1265
|
engines: {node: '>=18.14.1'}
|
|
1243
1266
|
peerDependencies:
|
|
1244
|
-
hono: ^4
|
|
1267
|
+
hono: ^4.12.12
|
|
1245
1268
|
|
|
1246
1269
|
'@humanfs/core@0.19.1':
|
|
1247
1270
|
resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==}
|
|
@@ -1815,6 +1838,12 @@ packages:
|
|
|
1815
1838
|
'@napi-rs/wasm-runtime@1.1.1':
|
|
1816
1839
|
resolution: {integrity: sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==}
|
|
1817
1840
|
|
|
1841
|
+
'@napi-rs/wasm-runtime@1.1.3':
|
|
1842
|
+
resolution: {integrity: sha512-xK9sGVbJWYb08+mTJt3/YV24WxvxpXcXtP6B172paPZ+Ts69Re9dAr7lKwJoeIx8OoeuimEiRZ7umkiUVClmmQ==}
|
|
1843
|
+
peerDependencies:
|
|
1844
|
+
'@emnapi/core': ^1.7.1
|
|
1845
|
+
'@emnapi/runtime': ^1.7.1
|
|
1846
|
+
|
|
1818
1847
|
'@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1':
|
|
1819
1848
|
resolution: {integrity: sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==}
|
|
1820
1849
|
|
|
@@ -1883,8 +1912,8 @@ packages:
|
|
|
1883
1912
|
'@oxc-project/types@0.113.0':
|
|
1884
1913
|
resolution: {integrity: sha512-Tp3XmgxwNQ9pEN9vxgJBAqdRamHibi76iowQ38O2I4PMpcvNRQNVsU2n1x1nv9yh0XoTrGFzf7cZSGxmixxrhA==}
|
|
1885
1914
|
|
|
1886
|
-
'@oxc-project/types@0.
|
|
1887
|
-
resolution: {integrity: sha512-
|
|
1915
|
+
'@oxc-project/types@0.124.0':
|
|
1916
|
+
resolution: {integrity: sha512-VBFWMTBvHxS11Z5Lvlr3IWgrwhMTXV+Md+EQF0Xf60+wAdsGFTBx7X7K/hP4pi8N7dcm1RvcHwDxZ16Qx8keUg==}
|
|
1888
1917
|
|
|
1889
1918
|
'@parcel/watcher-android-arm64@2.5.6':
|
|
1890
1919
|
resolution: {integrity: sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==}
|
|
@@ -2021,8 +2050,8 @@ packages:
|
|
|
2021
2050
|
preact: ^10.4.0 || ^11.0.0-0
|
|
2022
2051
|
vite: '>=2.0.0'
|
|
2023
2052
|
|
|
2024
|
-
'@rolldown/binding-android-arm64@1.0.0-rc.
|
|
2025
|
-
resolution: {integrity: sha512-
|
|
2053
|
+
'@rolldown/binding-android-arm64@1.0.0-rc.15':
|
|
2054
|
+
resolution: {integrity: sha512-YYe6aWruPZDtHNpwu7+qAHEMbQ/yRl6atqb/AhznLTnD3UY99Q1jE7ihLSahNWkF4EqRPVC4SiR4O0UkLK02tA==}
|
|
2026
2055
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2027
2056
|
cpu: [arm64]
|
|
2028
2057
|
os: [android]
|
|
@@ -2033,8 +2062,8 @@ packages:
|
|
|
2033
2062
|
cpu: [arm64]
|
|
2034
2063
|
os: [android]
|
|
2035
2064
|
|
|
2036
|
-
'@rolldown/binding-darwin-arm64@1.0.0-rc.
|
|
2037
|
-
resolution: {integrity: sha512-
|
|
2065
|
+
'@rolldown/binding-darwin-arm64@1.0.0-rc.15':
|
|
2066
|
+
resolution: {integrity: sha512-oArR/ig8wNTPYsXL+Mzhs0oxhxfuHRfG7Ikw7jXsw8mYOtk71W0OkF2VEVh699pdmzjPQsTjlD1JIOoHkLP1Fg==}
|
|
2038
2067
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2039
2068
|
cpu: [arm64]
|
|
2040
2069
|
os: [darwin]
|
|
@@ -2045,8 +2074,8 @@ packages:
|
|
|
2045
2074
|
cpu: [arm64]
|
|
2046
2075
|
os: [darwin]
|
|
2047
2076
|
|
|
2048
|
-
'@rolldown/binding-darwin-x64@1.0.0-rc.
|
|
2049
|
-
resolution: {integrity: sha512-
|
|
2077
|
+
'@rolldown/binding-darwin-x64@1.0.0-rc.15':
|
|
2078
|
+
resolution: {integrity: sha512-YzeVqOqjPYvUbJSWJ4EDL8ahbmsIXQpgL3JVipmN+MX0XnXMeWomLN3Fb+nwCmP/jfyqte5I3XRSm7OfQrbyxw==}
|
|
2050
2079
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2051
2080
|
cpu: [x64]
|
|
2052
2081
|
os: [darwin]
|
|
@@ -2057,8 +2086,8 @@ packages:
|
|
|
2057
2086
|
cpu: [x64]
|
|
2058
2087
|
os: [darwin]
|
|
2059
2088
|
|
|
2060
|
-
'@rolldown/binding-freebsd-x64@1.0.0-rc.
|
|
2061
|
-
resolution: {integrity: sha512-
|
|
2089
|
+
'@rolldown/binding-freebsd-x64@1.0.0-rc.15':
|
|
2090
|
+
resolution: {integrity: sha512-9Erhx956jeQ0nNTyif1+QWAXDRD38ZNjr//bSHrt6wDwB+QkAfl2q6Mn1k6OBPerznjRmbM10lgRb1Pli4xZPw==}
|
|
2062
2091
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2063
2092
|
cpu: [x64]
|
|
2064
2093
|
os: [freebsd]
|
|
@@ -2069,8 +2098,8 @@ packages:
|
|
|
2069
2098
|
cpu: [x64]
|
|
2070
2099
|
os: [freebsd]
|
|
2071
2100
|
|
|
2072
|
-
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.
|
|
2073
|
-
resolution: {integrity: sha512-
|
|
2101
|
+
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.15':
|
|
2102
|
+
resolution: {integrity: sha512-cVwk0w8QbZJGTnP/AHQBs5yNwmpgGYStL88t4UIaqcvYJWBfS0s3oqVLZPwsPU6M0zlW4GqjP0Zq5MnAGwFeGA==}
|
|
2074
2103
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2075
2104
|
cpu: [arm]
|
|
2076
2105
|
os: [linux]
|
|
@@ -2081,8 +2110,8 @@ packages:
|
|
|
2081
2110
|
cpu: [arm]
|
|
2082
2111
|
os: [linux]
|
|
2083
2112
|
|
|
2084
|
-
'@rolldown/binding-linux-arm64-gnu@1.0.0-rc.
|
|
2085
|
-
resolution: {integrity: sha512
|
|
2113
|
+
'@rolldown/binding-linux-arm64-gnu@1.0.0-rc.15':
|
|
2114
|
+
resolution: {integrity: sha512-eBZ/u8iAK9SoHGanqe/jrPnY0JvBN6iXbVOsbO38mbz+ZJsaobExAm1Iu+rxa4S1l2FjG0qEZn4Rc6X8n+9M+w==}
|
|
2086
2115
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2087
2116
|
cpu: [arm64]
|
|
2088
2117
|
os: [linux]
|
|
@@ -2095,8 +2124,8 @@ packages:
|
|
|
2095
2124
|
os: [linux]
|
|
2096
2125
|
libc: [glibc]
|
|
2097
2126
|
|
|
2098
|
-
'@rolldown/binding-linux-arm64-musl@1.0.0-rc.
|
|
2099
|
-
resolution: {integrity: sha512-
|
|
2127
|
+
'@rolldown/binding-linux-arm64-musl@1.0.0-rc.15':
|
|
2128
|
+
resolution: {integrity: sha512-ZvRYMGrAklV9PEkgt4LQM6MjQX2P58HPAuecwYObY2DhS2t35R0I810bKi0wmaYORt6m/2Sm+Z+nFgb0WhXNcQ==}
|
|
2100
2129
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2101
2130
|
cpu: [arm64]
|
|
2102
2131
|
os: [linux]
|
|
@@ -2109,22 +2138,22 @@ packages:
|
|
|
2109
2138
|
os: [linux]
|
|
2110
2139
|
libc: [musl]
|
|
2111
2140
|
|
|
2112
|
-
'@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.
|
|
2113
|
-
resolution: {integrity: sha512-
|
|
2141
|
+
'@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.15':
|
|
2142
|
+
resolution: {integrity: sha512-VDpgGBzgfg5hLg+uBpCLoFG5kVvEyafmfxGUV0UHLcL5irxAK7PKNeC2MwClgk6ZAiNhmo9FLhRYgvMmedLtnQ==}
|
|
2114
2143
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2115
2144
|
cpu: [ppc64]
|
|
2116
2145
|
os: [linux]
|
|
2117
2146
|
libc: [glibc]
|
|
2118
2147
|
|
|
2119
|
-
'@rolldown/binding-linux-s390x-gnu@1.0.0-rc.
|
|
2120
|
-
resolution: {integrity: sha512-
|
|
2148
|
+
'@rolldown/binding-linux-s390x-gnu@1.0.0-rc.15':
|
|
2149
|
+
resolution: {integrity: sha512-y1uXY3qQWCzcPgRJATPSOUP4tCemh4uBdY7e3EZbVwCJTY3gLJWnQABgeUetvED+bt1FQ01OeZwvhLS2bpNrAQ==}
|
|
2121
2150
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2122
2151
|
cpu: [s390x]
|
|
2123
2152
|
os: [linux]
|
|
2124
2153
|
libc: [glibc]
|
|
2125
2154
|
|
|
2126
|
-
'@rolldown/binding-linux-x64-gnu@1.0.0-rc.
|
|
2127
|
-
resolution: {integrity: sha512-
|
|
2155
|
+
'@rolldown/binding-linux-x64-gnu@1.0.0-rc.15':
|
|
2156
|
+
resolution: {integrity: sha512-023bTPBod7J3Y/4fzAN6QtpkSABR0rigtrwaP+qSEabUh5zf6ELr9Nc7GujaROuPY3uwdSIXWrvhn1KxOvurWA==}
|
|
2128
2157
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2129
2158
|
cpu: [x64]
|
|
2130
2159
|
os: [linux]
|
|
@@ -2137,8 +2166,8 @@ packages:
|
|
|
2137
2166
|
os: [linux]
|
|
2138
2167
|
libc: [glibc]
|
|
2139
2168
|
|
|
2140
|
-
'@rolldown/binding-linux-x64-musl@1.0.0-rc.
|
|
2141
|
-
resolution: {integrity: sha512-
|
|
2169
|
+
'@rolldown/binding-linux-x64-musl@1.0.0-rc.15':
|
|
2170
|
+
resolution: {integrity: sha512-witB2O0/hU4CgfOOKUoeFgQ4GktPi1eEbAhaLAIpgD6+ZnhcPkUtPsoKKHRzmOoWPZue46IThdSgdo4XneOLYw==}
|
|
2142
2171
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2143
2172
|
cpu: [x64]
|
|
2144
2173
|
os: [linux]
|
|
@@ -2151,8 +2180,8 @@ packages:
|
|
|
2151
2180
|
os: [linux]
|
|
2152
2181
|
libc: [musl]
|
|
2153
2182
|
|
|
2154
|
-
'@rolldown/binding-openharmony-arm64@1.0.0-rc.
|
|
2155
|
-
resolution: {integrity: sha512-
|
|
2183
|
+
'@rolldown/binding-openharmony-arm64@1.0.0-rc.15':
|
|
2184
|
+
resolution: {integrity: sha512-UCL68NJ0Ud5zRipXZE9dF5PmirzJE4E4BCIOOssEnM7wLDsxjc6Qb0sGDxTNRTP53I6MZpygyCpY8Aa8sPfKPg==}
|
|
2156
2185
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2157
2186
|
cpu: [arm64]
|
|
2158
2187
|
os: [openharmony]
|
|
@@ -2163,8 +2192,8 @@ packages:
|
|
|
2163
2192
|
cpu: [arm64]
|
|
2164
2193
|
os: [openharmony]
|
|
2165
2194
|
|
|
2166
|
-
'@rolldown/binding-wasm32-wasi@1.0.0-rc.
|
|
2167
|
-
resolution: {integrity: sha512-
|
|
2195
|
+
'@rolldown/binding-wasm32-wasi@1.0.0-rc.15':
|
|
2196
|
+
resolution: {integrity: sha512-ApLruZq/ig+nhaE7OJm4lDjayUnOHVUa77zGeqnqZ9pn0ovdVbbNPerVibLXDmWeUZXjIYIT8V3xkT58Rm9u5Q==}
|
|
2168
2197
|
engines: {node: '>=14.0.0'}
|
|
2169
2198
|
cpu: [wasm32]
|
|
2170
2199
|
|
|
@@ -2173,8 +2202,8 @@ packages:
|
|
|
2173
2202
|
engines: {node: '>=14.0.0'}
|
|
2174
2203
|
cpu: [wasm32]
|
|
2175
2204
|
|
|
2176
|
-
'@rolldown/binding-win32-arm64-msvc@1.0.0-rc.
|
|
2177
|
-
resolution: {integrity: sha512-
|
|
2205
|
+
'@rolldown/binding-win32-arm64-msvc@1.0.0-rc.15':
|
|
2206
|
+
resolution: {integrity: sha512-KmoUoU7HnN+Si5YWJigfTws1jz1bKBYDQKdbLspz0UaqjjFkddHsqorgiW1mxcAj88lYUE6NC/zJNwT+SloqtA==}
|
|
2178
2207
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2179
2208
|
cpu: [arm64]
|
|
2180
2209
|
os: [win32]
|
|
@@ -2185,8 +2214,8 @@ packages:
|
|
|
2185
2214
|
cpu: [arm64]
|
|
2186
2215
|
os: [win32]
|
|
2187
2216
|
|
|
2188
|
-
'@rolldown/binding-win32-x64-msvc@1.0.0-rc.
|
|
2189
|
-
resolution: {integrity: sha512-
|
|
2217
|
+
'@rolldown/binding-win32-x64-msvc@1.0.0-rc.15':
|
|
2218
|
+
resolution: {integrity: sha512-3P2A8L+x75qavWLe/Dll3EYBJLQmtkJN8rfh+U/eR3MqMgL/h98PhYI+JFfXuDPgPeCB7iZAKiqii5vqOvnA0g==}
|
|
2190
2219
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2191
2220
|
cpu: [x64]
|
|
2192
2221
|
os: [win32]
|
|
@@ -2200,8 +2229,8 @@ packages:
|
|
|
2200
2229
|
'@rolldown/pluginutils@1.0.0-beta.27':
|
|
2201
2230
|
resolution: {integrity: sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==}
|
|
2202
2231
|
|
|
2203
|
-
'@rolldown/pluginutils@1.0.0-rc.
|
|
2204
|
-
resolution: {integrity: sha512-
|
|
2232
|
+
'@rolldown/pluginutils@1.0.0-rc.15':
|
|
2233
|
+
resolution: {integrity: sha512-UromN0peaE53IaBRe9W7CjrZgXl90fqGpK+mIZbA3qSTeYqg3pqpROBdIPvOG3F5ereDHNwoHBI2e50n1BDr1g==}
|
|
2205
2234
|
|
|
2206
2235
|
'@rolldown/pluginutils@1.0.0-rc.2':
|
|
2207
2236
|
resolution: {integrity: sha512-izyXV/v+cHiRfozX62W9htOAvwMo4/bXKDrQ+vom1L1qRuexPock/7VZDAhnpHCLNejd3NJ6hiab+tO0D44Rgw==}
|
|
@@ -3470,8 +3499,8 @@ packages:
|
|
|
3470
3499
|
resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==}
|
|
3471
3500
|
engines: {node: '>= 0.4'}
|
|
3472
3501
|
|
|
3473
|
-
defu@6.1.
|
|
3474
|
-
resolution: {integrity: sha512-
|
|
3502
|
+
defu@6.1.6:
|
|
3503
|
+
resolution: {integrity: sha512-f8mefEW4WIVg4LckePx3mALjQSPQgFlg9U8yaPdlsbdYcHQyj9n2zL2LJEA52smeYxOvmd/nB7TpMtHGMTHcug==}
|
|
3475
3504
|
|
|
3476
3505
|
depd@2.0.0:
|
|
3477
3506
|
resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==}
|
|
@@ -4220,8 +4249,8 @@ packages:
|
|
|
4220
4249
|
hermes-parser@0.25.1:
|
|
4221
4250
|
resolution: {integrity: sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==}
|
|
4222
4251
|
|
|
4223
|
-
hono@4.12.
|
|
4224
|
-
resolution: {integrity: sha512-
|
|
4252
|
+
hono@4.12.12:
|
|
4253
|
+
resolution: {integrity: sha512-p1JfQMKaceuCbpJKAPKVqyqviZdS0eUxH9v82oWo1kb9xjQ5wA6iP3FNVAPDFlz5/p7d45lO+BpSk1tuSZMF4Q==}
|
|
4225
4254
|
engines: {node: '>=16.9.0'}
|
|
4226
4255
|
|
|
4227
4256
|
hookable@5.5.3:
|
|
@@ -5631,8 +5660,8 @@ packages:
|
|
|
5631
5660
|
rfdc@1.4.1:
|
|
5632
5661
|
resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
|
|
5633
5662
|
|
|
5634
|
-
rolldown@1.0.0-rc.
|
|
5635
|
-
resolution: {integrity: sha512-
|
|
5663
|
+
rolldown@1.0.0-rc.15:
|
|
5664
|
+
resolution: {integrity: sha512-Ff31guA5zT6WjnGp0SXw76X6hzGRk/OQq2hE+1lcDe+lJdHSgnSX6nK3erbONHyCbpSj9a9E+uX/OvytZoWp2g==}
|
|
5636
5665
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
5637
5666
|
hasBin: true
|
|
5638
5667
|
|
|
@@ -6321,8 +6350,8 @@ packages:
|
|
|
6321
6350
|
peerDependencies:
|
|
6322
6351
|
vite: 5.x || 6.x || 7.x
|
|
6323
6352
|
|
|
6324
|
-
vite@6.4.
|
|
6325
|
-
resolution: {integrity: sha512
|
|
6353
|
+
vite@6.4.2:
|
|
6354
|
+
resolution: {integrity: sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==}
|
|
6326
6355
|
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
|
|
6327
6356
|
hasBin: true
|
|
6328
6357
|
peerDependencies:
|
|
@@ -6361,8 +6390,8 @@ packages:
|
|
|
6361
6390
|
yaml:
|
|
6362
6391
|
optional: true
|
|
6363
6392
|
|
|
6364
|
-
vite@7.3.
|
|
6365
|
-
resolution: {integrity: sha512-
|
|
6393
|
+
vite@7.3.2:
|
|
6394
|
+
resolution: {integrity: sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg==}
|
|
6366
6395
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
6367
6396
|
hasBin: true
|
|
6368
6397
|
peerDependencies:
|
|
@@ -6401,14 +6430,14 @@ packages:
|
|
|
6401
6430
|
yaml:
|
|
6402
6431
|
optional: true
|
|
6403
6432
|
|
|
6404
|
-
vite@8.0.
|
|
6405
|
-
resolution: {integrity: sha512-
|
|
6433
|
+
vite@8.0.8:
|
|
6434
|
+
resolution: {integrity: sha512-dbU7/iLVa8KZALJyLOBOQ88nOXtNG8vxKuOT4I2mD+Ya70KPceF4IAmDsmU0h1Qsn5bPrvsY9HJstCRh3hG6Uw==}
|
|
6406
6435
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
6407
6436
|
hasBin: true
|
|
6408
6437
|
peerDependencies:
|
|
6409
6438
|
'@types/node': ^20.19.0 || >=22.12.0
|
|
6410
6439
|
'@vitejs/devtools': ^0.1.0
|
|
6411
|
-
esbuild: ^0.27.0
|
|
6440
|
+
esbuild: ^0.27.0 || ^0.28.0
|
|
6412
6441
|
jiti: '>=1.21.0'
|
|
6413
6442
|
less: ^4.0.0
|
|
6414
6443
|
sass: ^1.70.0
|
|
@@ -6466,7 +6495,7 @@ packages:
|
|
|
6466
6495
|
'@vitest/ui': 4.1.2
|
|
6467
6496
|
happy-dom: '*'
|
|
6468
6497
|
jsdom: '*'
|
|
6469
|
-
vite: ^
|
|
6498
|
+
vite: ^8.0.8
|
|
6470
6499
|
peerDependenciesMeta:
|
|
6471
6500
|
'@edge-runtime/vm':
|
|
6472
6501
|
optional: true
|
|
@@ -6788,11 +6817,11 @@ snapshots:
|
|
|
6788
6817
|
'@jridgewell/gen-mapping': 0.3.13
|
|
6789
6818
|
'@jridgewell/trace-mapping': 0.3.31
|
|
6790
6819
|
|
|
6791
|
-
'@analogjs/astro-angular@2.3.1(
|
|
6820
|
+
'@analogjs/astro-angular@2.3.1(2192e7832a4e19991467a3b21f78e240)':
|
|
6792
6821
|
dependencies:
|
|
6793
|
-
'@analogjs/vite-plugin-angular': 2.3.1(@angular/build@21.2.5(
|
|
6822
|
+
'@analogjs/vite-plugin-angular': 2.3.1(@angular/build@21.2.5(4f35cf6f82511458d0a6c5197436f60d))
|
|
6794
6823
|
'@angular/animations': 21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))
|
|
6795
|
-
'@angular/build': 21.2.5(
|
|
6824
|
+
'@angular/build': 21.2.5(4f35cf6f82511458d0a6c5197436f60d)
|
|
6796
6825
|
'@angular/common': 21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
6797
6826
|
'@angular/compiler': 21.2.6
|
|
6798
6827
|
'@angular/compiler-cli': 21.2.6(@angular/compiler@21.2.6)(typescript@5.9.3)
|
|
@@ -6805,19 +6834,19 @@ snapshots:
|
|
|
6805
6834
|
transitivePeerDependencies:
|
|
6806
6835
|
- '@angular-devkit/build-angular'
|
|
6807
6836
|
|
|
6808
|
-
'@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.5(
|
|
6837
|
+
'@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.5(4f35cf6f82511458d0a6c5197436f60d))':
|
|
6809
6838
|
dependencies:
|
|
6810
6839
|
tinyglobby: 0.2.15
|
|
6811
6840
|
ts-morph: 21.0.1
|
|
6812
6841
|
optionalDependencies:
|
|
6813
|
-
'@angular/build': 21.2.5(
|
|
6842
|
+
'@angular/build': 21.2.5(4f35cf6f82511458d0a6c5197436f60d)
|
|
6814
6843
|
|
|
6815
|
-
'@analogjs/vitest-angular@2.3.1(@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.5(
|
|
6844
|
+
'@analogjs/vitest-angular@2.3.1(@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.5(4f35cf6f82511458d0a6c5197436f60d)))(@angular-devkit/architect@0.2102.5(chokidar@5.0.0))(@angular-devkit/schematics@21.2.5(chokidar@5.0.0))(vitest@4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)))':
|
|
6816
6845
|
dependencies:
|
|
6817
|
-
'@analogjs/vite-plugin-angular': 2.3.1(@angular/build@21.2.5(
|
|
6846
|
+
'@analogjs/vite-plugin-angular': 2.3.1(@angular/build@21.2.5(4f35cf6f82511458d0a6c5197436f60d))
|
|
6818
6847
|
'@angular-devkit/architect': 0.2102.5(chokidar@5.0.0)
|
|
6819
6848
|
'@angular-devkit/schematics': 21.2.5(chokidar@5.0.0)
|
|
6820
|
-
vitest: 4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.
|
|
6849
|
+
vitest: 4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
6821
6850
|
|
|
6822
6851
|
'@angular-devkit/architect@0.2102.5(chokidar@5.0.0)':
|
|
6823
6852
|
dependencies:
|
|
@@ -6917,7 +6946,7 @@ snapshots:
|
|
|
6917
6946
|
'@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
|
|
6918
6947
|
tslib: 2.8.1
|
|
6919
6948
|
|
|
6920
|
-
'@angular/build@21.2.5(
|
|
6949
|
+
'@angular/build@21.2.5(4f35cf6f82511458d0a6c5197436f60d)':
|
|
6921
6950
|
dependencies:
|
|
6922
6951
|
'@ampproject/remapping': 2.3.0
|
|
6923
6952
|
'@angular-devkit/architect': 0.2102.5(chokidar@5.0.0)
|
|
@@ -6927,7 +6956,7 @@ snapshots:
|
|
|
6927
6956
|
'@babel/helper-annotate-as-pure': 7.27.3
|
|
6928
6957
|
'@babel/helper-split-export-declaration': 7.24.7
|
|
6929
6958
|
'@inquirer/confirm': 5.1.21(@types/node@25.5.0)
|
|
6930
|
-
'@vitejs/plugin-basic-ssl': 2.1.4(vite@7.3.
|
|
6959
|
+
'@vitejs/plugin-basic-ssl': 2.1.4(vite@7.3.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
6931
6960
|
beasties: 0.4.1
|
|
6932
6961
|
browserslist: 4.28.1
|
|
6933
6962
|
esbuild: 0.27.3
|
|
@@ -6948,7 +6977,7 @@ snapshots:
|
|
|
6948
6977
|
tslib: 2.8.1
|
|
6949
6978
|
typescript: 5.9.3
|
|
6950
6979
|
undici: 7.24.4
|
|
6951
|
-
vite: 7.3.
|
|
6980
|
+
vite: 7.3.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
6952
6981
|
watchpack: 2.5.1
|
|
6953
6982
|
optionalDependencies:
|
|
6954
6983
|
'@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
|
|
@@ -6956,7 +6985,7 @@ snapshots:
|
|
|
6956
6985
|
'@angular/platform-server': 21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/compiler@21.2.6)(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(@angular/platform-browser@21.2.6(@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(rxjs@7.8.2)
|
|
6957
6986
|
lmdb: 3.5.1
|
|
6958
6987
|
postcss: 8.5.6
|
|
6959
|
-
vitest: 4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.
|
|
6988
|
+
vitest: 4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
6960
6989
|
transitivePeerDependencies:
|
|
6961
6990
|
- '@types/node'
|
|
6962
6991
|
- chokidar
|
|
@@ -7091,11 +7120,11 @@ snapshots:
|
|
|
7091
7120
|
|
|
7092
7121
|
'@astrojs/preact@4.1.3(@babel/core@7.29.0)(@types/node@25.5.0)(lightningcss@1.32.0)(preact@10.29.0)(rollup@4.59.0)(sass@1.97.3)(yaml@2.8.3)':
|
|
7093
7122
|
dependencies:
|
|
7094
|
-
'@preact/preset-vite': 2.10.5(@babel/core@7.29.0)(preact@10.29.0)(rollup@4.59.0)(vite@6.4.
|
|
7123
|
+
'@preact/preset-vite': 2.10.5(@babel/core@7.29.0)(preact@10.29.0)(rollup@4.59.0)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
7095
7124
|
'@preact/signals': 2.8.1(preact@10.29.0)
|
|
7096
7125
|
preact: 10.29.0
|
|
7097
7126
|
preact-render-to-string: 6.6.6(preact@10.29.0)
|
|
7098
|
-
vite: 6.4.
|
|
7127
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
7099
7128
|
transitivePeerDependencies:
|
|
7100
7129
|
- '@babel/core'
|
|
7101
7130
|
- '@types/node'
|
|
@@ -7120,11 +7149,11 @@ snapshots:
|
|
|
7120
7149
|
dependencies:
|
|
7121
7150
|
'@types/react': 19.2.14
|
|
7122
7151
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
7123
|
-
'@vitejs/plugin-react': 4.7.0(vite@6.4.
|
|
7152
|
+
'@vitejs/plugin-react': 4.7.0(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
7124
7153
|
react: 19.2.4
|
|
7125
7154
|
react-dom: 19.2.4(react@19.2.4)
|
|
7126
7155
|
ultrahtml: 1.6.0
|
|
7127
|
-
vite: 6.4.
|
|
7156
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
7128
7157
|
transitivePeerDependencies:
|
|
7129
7158
|
- '@types/node'
|
|
7130
7159
|
- jiti
|
|
@@ -7142,8 +7171,8 @@ snapshots:
|
|
|
7142
7171
|
'@astrojs/solid-js@5.1.3(@testing-library/jest-dom@6.9.1)(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(solid-js@1.9.12)(yaml@2.8.3)':
|
|
7143
7172
|
dependencies:
|
|
7144
7173
|
solid-js: 1.9.12
|
|
7145
|
-
vite: 6.4.
|
|
7146
|
-
vite-plugin-solid: 2.11.11(@testing-library/jest-dom@6.9.1)(solid-js@1.9.12)(vite@6.4.
|
|
7174
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
7175
|
+
vite-plugin-solid: 2.11.11(@testing-library/jest-dom@6.9.1)(solid-js@1.9.12)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
7147
7176
|
transitivePeerDependencies:
|
|
7148
7177
|
- '@testing-library/jest-dom'
|
|
7149
7178
|
- '@types/node'
|
|
@@ -7161,12 +7190,12 @@ snapshots:
|
|
|
7161
7190
|
|
|
7162
7191
|
'@astrojs/svelte@7.2.5(@types/node@25.5.0)(astro@5.18.1(@types/node@25.5.0)(lightningcss@1.32.0)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3))(lightningcss@1.32.0)(sass@1.97.3)(svelte@5.55.0)(typescript@5.9.3)(yaml@2.8.3)':
|
|
7163
7192
|
dependencies:
|
|
7164
|
-
'@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.55.0)(vite@6.4.
|
|
7193
|
+
'@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.55.0)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
7165
7194
|
astro: 5.18.1(@types/node@25.5.0)(lightningcss@1.32.0)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3)
|
|
7166
7195
|
svelte: 5.55.0
|
|
7167
7196
|
svelte2tsx: 0.7.51(svelte@5.55.0)(typescript@5.9.3)
|
|
7168
7197
|
typescript: 5.9.3
|
|
7169
|
-
vite: 6.4.
|
|
7198
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
7170
7199
|
transitivePeerDependencies:
|
|
7171
7200
|
- '@types/node'
|
|
7172
7201
|
- jiti
|
|
@@ -7195,12 +7224,12 @@ snapshots:
|
|
|
7195
7224
|
|
|
7196
7225
|
'@astrojs/vue@5.1.4(@types/node@25.5.0)(astro@5.18.1(@types/node@25.5.0)(lightningcss@1.32.0)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3))(lightningcss@1.32.0)(rollup@4.59.0)(sass@1.97.3)(vue@3.5.31(typescript@5.9.3))(yaml@2.8.3)':
|
|
7197
7226
|
dependencies:
|
|
7198
|
-
'@vitejs/plugin-vue': 5.2.4(vite@6.4.
|
|
7199
|
-
'@vitejs/plugin-vue-jsx': 4.2.0(vite@6.4.
|
|
7227
|
+
'@vitejs/plugin-vue': 5.2.4(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.31(typescript@5.9.3))
|
|
7228
|
+
'@vitejs/plugin-vue-jsx': 4.2.0(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.31(typescript@5.9.3))
|
|
7200
7229
|
'@vue/compiler-sfc': 3.5.29
|
|
7201
7230
|
astro: 5.18.1(@types/node@25.5.0)(lightningcss@1.32.0)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3)
|
|
7202
|
-
vite: 6.4.
|
|
7203
|
-
vite-plugin-vue-devtools: 7.7.9(rollup@4.59.0)(vite@6.4.
|
|
7231
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
7232
|
+
vite-plugin-vue-devtools: 7.7.9(rollup@4.59.0)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.31(typescript@5.9.3))
|
|
7204
7233
|
vue: 3.5.31(typescript@5.9.3)
|
|
7205
7234
|
transitivePeerDependencies:
|
|
7206
7235
|
- '@nuxt/kit'
|
|
@@ -7480,16 +7509,32 @@ snapshots:
|
|
|
7480
7509
|
tslib: 2.8.1
|
|
7481
7510
|
optional: true
|
|
7482
7511
|
|
|
7512
|
+
'@emnapi/core@1.9.2':
|
|
7513
|
+
dependencies:
|
|
7514
|
+
'@emnapi/wasi-threads': 1.2.1
|
|
7515
|
+
tslib: 2.8.1
|
|
7516
|
+
optional: true
|
|
7517
|
+
|
|
7483
7518
|
'@emnapi/runtime@1.8.1':
|
|
7484
7519
|
dependencies:
|
|
7485
7520
|
tslib: 2.8.1
|
|
7486
7521
|
optional: true
|
|
7487
7522
|
|
|
7523
|
+
'@emnapi/runtime@1.9.2':
|
|
7524
|
+
dependencies:
|
|
7525
|
+
tslib: 2.8.1
|
|
7526
|
+
optional: true
|
|
7527
|
+
|
|
7488
7528
|
'@emnapi/wasi-threads@1.1.0':
|
|
7489
7529
|
dependencies:
|
|
7490
7530
|
tslib: 2.8.1
|
|
7491
7531
|
optional: true
|
|
7492
7532
|
|
|
7533
|
+
'@emnapi/wasi-threads@1.2.1':
|
|
7534
|
+
dependencies:
|
|
7535
|
+
tslib: 2.8.1
|
|
7536
|
+
optional: true
|
|
7537
|
+
|
|
7493
7538
|
'@epic-web/invariant@1.0.0': {}
|
|
7494
7539
|
|
|
7495
7540
|
'@esbuild/aix-ppc64@0.25.12':
|
|
@@ -7732,9 +7777,9 @@ snapshots:
|
|
|
7732
7777
|
'@harperfast/extended-iterable@1.0.3':
|
|
7733
7778
|
optional: true
|
|
7734
7779
|
|
|
7735
|
-
'@hono/node-server@1.19.
|
|
7780
|
+
'@hono/node-server@1.19.14(hono@4.12.12)':
|
|
7736
7781
|
dependencies:
|
|
7737
|
-
hono: 4.12.
|
|
7782
|
+
hono: 4.12.12
|
|
7738
7783
|
|
|
7739
7784
|
'@humanfs/core@0.19.1': {}
|
|
7740
7785
|
|
|
@@ -8043,7 +8088,7 @@ snapshots:
|
|
|
8043
8088
|
|
|
8044
8089
|
'@modelcontextprotocol/sdk@1.26.0(zod@4.3.6)':
|
|
8045
8090
|
dependencies:
|
|
8046
|
-
'@hono/node-server': 1.19.
|
|
8091
|
+
'@hono/node-server': 1.19.14(hono@4.12.12)
|
|
8047
8092
|
ajv: 8.18.0
|
|
8048
8093
|
ajv-formats: 3.0.1(ajv@8.18.0)
|
|
8049
8094
|
content-type: 1.0.5
|
|
@@ -8053,7 +8098,7 @@ snapshots:
|
|
|
8053
8098
|
eventsource-parser: 3.0.6
|
|
8054
8099
|
express: 5.2.1
|
|
8055
8100
|
express-rate-limit: 8.2.2(express@5.2.1)
|
|
8056
|
-
hono: 4.12.
|
|
8101
|
+
hono: 4.12.12
|
|
8057
8102
|
jose: 6.1.3
|
|
8058
8103
|
json-schema-typed: 8.0.2
|
|
8059
8104
|
pkce-challenge: 5.0.1
|
|
@@ -8180,6 +8225,13 @@ snapshots:
|
|
|
8180
8225
|
'@tybys/wasm-util': 0.10.1
|
|
8181
8226
|
optional: true
|
|
8182
8227
|
|
|
8228
|
+
'@napi-rs/wasm-runtime@1.1.3(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)':
|
|
8229
|
+
dependencies:
|
|
8230
|
+
'@emnapi/core': 1.9.2
|
|
8231
|
+
'@emnapi/runtime': 1.9.2
|
|
8232
|
+
'@tybys/wasm-util': 0.10.1
|
|
8233
|
+
optional: true
|
|
8234
|
+
|
|
8183
8235
|
'@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1':
|
|
8184
8236
|
dependencies:
|
|
8185
8237
|
eslint-scope: 5.1.1
|
|
@@ -8266,7 +8318,7 @@ snapshots:
|
|
|
8266
8318
|
|
|
8267
8319
|
'@oxc-project/types@0.113.0': {}
|
|
8268
8320
|
|
|
8269
|
-
'@oxc-project/types@0.
|
|
8321
|
+
'@oxc-project/types@0.124.0': {}
|
|
8270
8322
|
|
|
8271
8323
|
'@parcel/watcher-android-arm64@2.5.6':
|
|
8272
8324
|
optional: true
|
|
@@ -8340,38 +8392,38 @@ snapshots:
|
|
|
8340
8392
|
|
|
8341
8393
|
'@polka/url@1.0.0-next.29': {}
|
|
8342
8394
|
|
|
8343
|
-
'@preact/preset-vite@2.10.5(@babel/core@7.29.0)(preact@10.29.0)(rollup@4.59.0)(vite@6.4.
|
|
8395
|
+
'@preact/preset-vite@2.10.5(@babel/core@7.29.0)(preact@10.29.0)(rollup@4.59.0)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))':
|
|
8344
8396
|
dependencies:
|
|
8345
8397
|
'@babel/core': 7.29.0
|
|
8346
8398
|
'@babel/plugin-transform-react-jsx': 7.28.6(@babel/core@7.29.0)
|
|
8347
8399
|
'@babel/plugin-transform-react-jsx-development': 7.27.1(@babel/core@7.29.0)
|
|
8348
|
-
'@prefresh/vite': 2.4.12(preact@10.29.0)(vite@6.4.
|
|
8400
|
+
'@prefresh/vite': 2.4.12(preact@10.29.0)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
8349
8401
|
'@rollup/pluginutils': 5.3.0(rollup@4.59.0)
|
|
8350
8402
|
babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.29.0)
|
|
8351
8403
|
debug: 4.4.3
|
|
8352
8404
|
magic-string: 0.30.21
|
|
8353
8405
|
picocolors: 1.1.1
|
|
8354
|
-
vite: 6.4.
|
|
8355
|
-
vite-prerender-plugin: 0.5.12(vite@6.4.
|
|
8406
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
8407
|
+
vite-prerender-plugin: 0.5.12(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
8356
8408
|
zimmerframe: 1.1.4
|
|
8357
8409
|
transitivePeerDependencies:
|
|
8358
8410
|
- preact
|
|
8359
8411
|
- rollup
|
|
8360
8412
|
- supports-color
|
|
8361
8413
|
|
|
8362
|
-
'@preact/preset-vite@2.10.5(@babel/core@7.29.0)(preact@10.29.0)(rollup@4.59.0)(vite@8.0.
|
|
8414
|
+
'@preact/preset-vite@2.10.5(@babel/core@7.29.0)(preact@10.29.0)(rollup@4.59.0)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))':
|
|
8363
8415
|
dependencies:
|
|
8364
8416
|
'@babel/core': 7.29.0
|
|
8365
8417
|
'@babel/plugin-transform-react-jsx': 7.28.6(@babel/core@7.29.0)
|
|
8366
8418
|
'@babel/plugin-transform-react-jsx-development': 7.27.1(@babel/core@7.29.0)
|
|
8367
|
-
'@prefresh/vite': 2.4.12(preact@10.29.0)(vite@8.0.
|
|
8419
|
+
'@prefresh/vite': 2.4.12(preact@10.29.0)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
8368
8420
|
'@rollup/pluginutils': 5.3.0(rollup@4.59.0)
|
|
8369
8421
|
babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.29.0)
|
|
8370
8422
|
debug: 4.4.3
|
|
8371
8423
|
magic-string: 0.30.21
|
|
8372
8424
|
picocolors: 1.1.1
|
|
8373
|
-
vite: 8.0.
|
|
8374
|
-
vite-prerender-plugin: 0.5.12(vite@8.0.
|
|
8425
|
+
vite: 8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
8426
|
+
vite-prerender-plugin: 0.5.12(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
8375
8427
|
zimmerframe: 1.1.4
|
|
8376
8428
|
transitivePeerDependencies:
|
|
8377
8429
|
- preact
|
|
@@ -8393,7 +8445,7 @@ snapshots:
|
|
|
8393
8445
|
|
|
8394
8446
|
'@prefresh/utils@1.2.1': {}
|
|
8395
8447
|
|
|
8396
|
-
'@prefresh/vite@2.4.12(preact@10.29.0)(vite@6.4.
|
|
8448
|
+
'@prefresh/vite@2.4.12(preact@10.29.0)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))':
|
|
8397
8449
|
dependencies:
|
|
8398
8450
|
'@babel/core': 7.29.0
|
|
8399
8451
|
'@prefresh/babel-plugin': 0.5.3
|
|
@@ -8401,11 +8453,11 @@ snapshots:
|
|
|
8401
8453
|
'@prefresh/utils': 1.2.1
|
|
8402
8454
|
'@rollup/pluginutils': 4.2.1
|
|
8403
8455
|
preact: 10.29.0
|
|
8404
|
-
vite: 6.4.
|
|
8456
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
8405
8457
|
transitivePeerDependencies:
|
|
8406
8458
|
- supports-color
|
|
8407
8459
|
|
|
8408
|
-
'@prefresh/vite@2.4.12(preact@10.29.0)(vite@8.0.
|
|
8460
|
+
'@prefresh/vite@2.4.12(preact@10.29.0)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))':
|
|
8409
8461
|
dependencies:
|
|
8410
8462
|
'@babel/core': 7.29.0
|
|
8411
8463
|
'@prefresh/babel-plugin': 0.5.3
|
|
@@ -8413,79 +8465,81 @@ snapshots:
|
|
|
8413
8465
|
'@prefresh/utils': 1.2.1
|
|
8414
8466
|
'@rollup/pluginutils': 4.2.1
|
|
8415
8467
|
preact: 10.29.0
|
|
8416
|
-
vite: 8.0.
|
|
8468
|
+
vite: 8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
8417
8469
|
transitivePeerDependencies:
|
|
8418
8470
|
- supports-color
|
|
8419
8471
|
|
|
8420
|
-
'@rolldown/binding-android-arm64@1.0.0-rc.
|
|
8472
|
+
'@rolldown/binding-android-arm64@1.0.0-rc.15':
|
|
8421
8473
|
optional: true
|
|
8422
8474
|
|
|
8423
8475
|
'@rolldown/binding-android-arm64@1.0.0-rc.4':
|
|
8424
8476
|
optional: true
|
|
8425
8477
|
|
|
8426
|
-
'@rolldown/binding-darwin-arm64@1.0.0-rc.
|
|
8478
|
+
'@rolldown/binding-darwin-arm64@1.0.0-rc.15':
|
|
8427
8479
|
optional: true
|
|
8428
8480
|
|
|
8429
8481
|
'@rolldown/binding-darwin-arm64@1.0.0-rc.4':
|
|
8430
8482
|
optional: true
|
|
8431
8483
|
|
|
8432
|
-
'@rolldown/binding-darwin-x64@1.0.0-rc.
|
|
8484
|
+
'@rolldown/binding-darwin-x64@1.0.0-rc.15':
|
|
8433
8485
|
optional: true
|
|
8434
8486
|
|
|
8435
8487
|
'@rolldown/binding-darwin-x64@1.0.0-rc.4':
|
|
8436
8488
|
optional: true
|
|
8437
8489
|
|
|
8438
|
-
'@rolldown/binding-freebsd-x64@1.0.0-rc.
|
|
8490
|
+
'@rolldown/binding-freebsd-x64@1.0.0-rc.15':
|
|
8439
8491
|
optional: true
|
|
8440
8492
|
|
|
8441
8493
|
'@rolldown/binding-freebsd-x64@1.0.0-rc.4':
|
|
8442
8494
|
optional: true
|
|
8443
8495
|
|
|
8444
|
-
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.
|
|
8496
|
+
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.15':
|
|
8445
8497
|
optional: true
|
|
8446
8498
|
|
|
8447
8499
|
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.4':
|
|
8448
8500
|
optional: true
|
|
8449
8501
|
|
|
8450
|
-
'@rolldown/binding-linux-arm64-gnu@1.0.0-rc.
|
|
8502
|
+
'@rolldown/binding-linux-arm64-gnu@1.0.0-rc.15':
|
|
8451
8503
|
optional: true
|
|
8452
8504
|
|
|
8453
8505
|
'@rolldown/binding-linux-arm64-gnu@1.0.0-rc.4':
|
|
8454
8506
|
optional: true
|
|
8455
8507
|
|
|
8456
|
-
'@rolldown/binding-linux-arm64-musl@1.0.0-rc.
|
|
8508
|
+
'@rolldown/binding-linux-arm64-musl@1.0.0-rc.15':
|
|
8457
8509
|
optional: true
|
|
8458
8510
|
|
|
8459
8511
|
'@rolldown/binding-linux-arm64-musl@1.0.0-rc.4':
|
|
8460
8512
|
optional: true
|
|
8461
8513
|
|
|
8462
|
-
'@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.
|
|
8514
|
+
'@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.15':
|
|
8463
8515
|
optional: true
|
|
8464
8516
|
|
|
8465
|
-
'@rolldown/binding-linux-s390x-gnu@1.0.0-rc.
|
|
8517
|
+
'@rolldown/binding-linux-s390x-gnu@1.0.0-rc.15':
|
|
8466
8518
|
optional: true
|
|
8467
8519
|
|
|
8468
|
-
'@rolldown/binding-linux-x64-gnu@1.0.0-rc.
|
|
8520
|
+
'@rolldown/binding-linux-x64-gnu@1.0.0-rc.15':
|
|
8469
8521
|
optional: true
|
|
8470
8522
|
|
|
8471
8523
|
'@rolldown/binding-linux-x64-gnu@1.0.0-rc.4':
|
|
8472
8524
|
optional: true
|
|
8473
8525
|
|
|
8474
|
-
'@rolldown/binding-linux-x64-musl@1.0.0-rc.
|
|
8526
|
+
'@rolldown/binding-linux-x64-musl@1.0.0-rc.15':
|
|
8475
8527
|
optional: true
|
|
8476
8528
|
|
|
8477
8529
|
'@rolldown/binding-linux-x64-musl@1.0.0-rc.4':
|
|
8478
8530
|
optional: true
|
|
8479
8531
|
|
|
8480
|
-
'@rolldown/binding-openharmony-arm64@1.0.0-rc.
|
|
8532
|
+
'@rolldown/binding-openharmony-arm64@1.0.0-rc.15':
|
|
8481
8533
|
optional: true
|
|
8482
8534
|
|
|
8483
8535
|
'@rolldown/binding-openharmony-arm64@1.0.0-rc.4':
|
|
8484
8536
|
optional: true
|
|
8485
8537
|
|
|
8486
|
-
'@rolldown/binding-wasm32-wasi@1.0.0-rc.
|
|
8538
|
+
'@rolldown/binding-wasm32-wasi@1.0.0-rc.15':
|
|
8487
8539
|
dependencies:
|
|
8488
|
-
'@
|
|
8540
|
+
'@emnapi/core': 1.9.2
|
|
8541
|
+
'@emnapi/runtime': 1.9.2
|
|
8542
|
+
'@napi-rs/wasm-runtime': 1.1.3(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)
|
|
8489
8543
|
optional: true
|
|
8490
8544
|
|
|
8491
8545
|
'@rolldown/binding-wasm32-wasi@1.0.0-rc.4':
|
|
@@ -8493,13 +8547,13 @@ snapshots:
|
|
|
8493
8547
|
'@napi-rs/wasm-runtime': 1.1.1
|
|
8494
8548
|
optional: true
|
|
8495
8549
|
|
|
8496
|
-
'@rolldown/binding-win32-arm64-msvc@1.0.0-rc.
|
|
8550
|
+
'@rolldown/binding-win32-arm64-msvc@1.0.0-rc.15':
|
|
8497
8551
|
optional: true
|
|
8498
8552
|
|
|
8499
8553
|
'@rolldown/binding-win32-arm64-msvc@1.0.0-rc.4':
|
|
8500
8554
|
optional: true
|
|
8501
8555
|
|
|
8502
|
-
'@rolldown/binding-win32-x64-msvc@1.0.0-rc.
|
|
8556
|
+
'@rolldown/binding-win32-x64-msvc@1.0.0-rc.15':
|
|
8503
8557
|
optional: true
|
|
8504
8558
|
|
|
8505
8559
|
'@rolldown/binding-win32-x64-msvc@1.0.0-rc.4':
|
|
@@ -8507,7 +8561,7 @@ snapshots:
|
|
|
8507
8561
|
|
|
8508
8562
|
'@rolldown/pluginutils@1.0.0-beta.27': {}
|
|
8509
8563
|
|
|
8510
|
-
'@rolldown/pluginutils@1.0.0-rc.
|
|
8564
|
+
'@rolldown/pluginutils@1.0.0-rc.15': {}
|
|
8511
8565
|
|
|
8512
8566
|
'@rolldown/pluginutils@1.0.0-rc.2': {}
|
|
8513
8567
|
|
|
@@ -8697,36 +8751,36 @@ snapshots:
|
|
|
8697
8751
|
dependencies:
|
|
8698
8752
|
acorn: 8.16.0
|
|
8699
8753
|
|
|
8700
|
-
'@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.55.0)(vite@6.4.
|
|
8754
|
+
'@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.55.0)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)))(svelte@5.55.0)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))':
|
|
8701
8755
|
dependencies:
|
|
8702
|
-
'@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.55.0)(vite@6.4.
|
|
8756
|
+
'@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.55.0)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
8703
8757
|
debug: 4.4.3
|
|
8704
8758
|
svelte: 5.55.0
|
|
8705
|
-
vite: 6.4.
|
|
8759
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
8706
8760
|
transitivePeerDependencies:
|
|
8707
8761
|
- supports-color
|
|
8708
8762
|
|
|
8709
|
-
'@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.55.0)(vite@6.4.
|
|
8763
|
+
'@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.55.0)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))':
|
|
8710
8764
|
dependencies:
|
|
8711
|
-
'@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.55.0)(vite@6.4.
|
|
8765
|
+
'@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.55.0)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)))(svelte@5.55.0)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
8712
8766
|
debug: 4.4.3
|
|
8713
8767
|
deepmerge: 4.3.1
|
|
8714
8768
|
kleur: 4.1.5
|
|
8715
8769
|
magic-string: 0.30.21
|
|
8716
8770
|
svelte: 5.55.0
|
|
8717
|
-
vite: 6.4.
|
|
8718
|
-
vitefu: 1.1.2(vite@6.4.
|
|
8771
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
8772
|
+
vitefu: 1.1.2(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
8719
8773
|
transitivePeerDependencies:
|
|
8720
8774
|
- supports-color
|
|
8721
8775
|
|
|
8722
|
-
'@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.55.0)(vite@8.0.
|
|
8776
|
+
'@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.55.0)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))':
|
|
8723
8777
|
dependencies:
|
|
8724
8778
|
deepmerge: 4.3.1
|
|
8725
8779
|
magic-string: 0.30.21
|
|
8726
8780
|
obug: 2.1.1
|
|
8727
8781
|
svelte: 5.55.0
|
|
8728
|
-
vite: 8.0.
|
|
8729
|
-
vitefu: 1.1.2(vite@8.0.
|
|
8782
|
+
vite: 8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
8783
|
+
vitefu: 1.1.2(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
8730
8784
|
|
|
8731
8785
|
'@testing-library/angular@19.2.1(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(@angular/platform-browser@21.2.6(@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/router@21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(@angular/platform-browser@21.2.6(@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(rxjs@7.8.2))(@testing-library/dom@10.4.1)':
|
|
8732
8786
|
dependencies:
|
|
@@ -8798,14 +8852,14 @@ snapshots:
|
|
|
8798
8852
|
dependencies:
|
|
8799
8853
|
svelte: 5.55.0
|
|
8800
8854
|
|
|
8801
|
-
'@testing-library/svelte@5.3.1(svelte@5.55.0)(vite@8.0.
|
|
8855
|
+
'@testing-library/svelte@5.3.1(svelte@5.55.0)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))(vitest@4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)))':
|
|
8802
8856
|
dependencies:
|
|
8803
8857
|
'@testing-library/dom': 10.4.1
|
|
8804
8858
|
'@testing-library/svelte-core': 1.0.0(svelte@5.55.0)
|
|
8805
8859
|
svelte: 5.55.0
|
|
8806
8860
|
optionalDependencies:
|
|
8807
|
-
vite: 8.0.
|
|
8808
|
-
vitest: 4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.
|
|
8861
|
+
vite: 8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
8862
|
+
vitest: 4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
8809
8863
|
|
|
8810
8864
|
'@testing-library/user-event@14.6.1(@testing-library/dom@10.4.1)':
|
|
8811
8865
|
dependencies:
|
|
@@ -9073,11 +9127,11 @@ snapshots:
|
|
|
9073
9127
|
|
|
9074
9128
|
'@ungap/structured-clone@1.3.0': {}
|
|
9075
9129
|
|
|
9076
|
-
'@vitejs/plugin-basic-ssl@2.1.4(vite@7.3.
|
|
9130
|
+
'@vitejs/plugin-basic-ssl@2.1.4(vite@7.3.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))':
|
|
9077
9131
|
dependencies:
|
|
9078
|
-
vite: 7.3.
|
|
9132
|
+
vite: 7.3.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
9079
9133
|
|
|
9080
|
-
'@vitejs/plugin-react@4.7.0(vite@6.4.
|
|
9134
|
+
'@vitejs/plugin-react@4.7.0(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))':
|
|
9081
9135
|
dependencies:
|
|
9082
9136
|
'@babel/core': 7.29.0
|
|
9083
9137
|
'@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0)
|
|
@@ -9085,35 +9139,35 @@ snapshots:
|
|
|
9085
9139
|
'@rolldown/pluginutils': 1.0.0-beta.27
|
|
9086
9140
|
'@types/babel__core': 7.20.5
|
|
9087
9141
|
react-refresh: 0.17.0
|
|
9088
|
-
vite: 6.4.
|
|
9142
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
9089
9143
|
transitivePeerDependencies:
|
|
9090
9144
|
- supports-color
|
|
9091
9145
|
|
|
9092
|
-
'@vitejs/plugin-react@6.0.1(vite@8.0.
|
|
9146
|
+
'@vitejs/plugin-react@6.0.1(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))':
|
|
9093
9147
|
dependencies:
|
|
9094
9148
|
'@rolldown/pluginutils': 1.0.0-rc.7
|
|
9095
|
-
vite: 8.0.
|
|
9149
|
+
vite: 8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
9096
9150
|
|
|
9097
|
-
'@vitejs/plugin-vue-jsx@4.2.0(vite@6.4.
|
|
9151
|
+
'@vitejs/plugin-vue-jsx@4.2.0(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.31(typescript@5.9.3))':
|
|
9098
9152
|
dependencies:
|
|
9099
9153
|
'@babel/core': 7.29.0
|
|
9100
9154
|
'@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.29.0)
|
|
9101
9155
|
'@rolldown/pluginutils': 1.0.0-rc.6
|
|
9102
9156
|
'@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.29.0)
|
|
9103
|
-
vite: 6.4.
|
|
9157
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
9104
9158
|
vue: 3.5.31(typescript@5.9.3)
|
|
9105
9159
|
transitivePeerDependencies:
|
|
9106
9160
|
- supports-color
|
|
9107
9161
|
|
|
9108
|
-
'@vitejs/plugin-vue@5.2.4(vite@6.4.
|
|
9162
|
+
'@vitejs/plugin-vue@5.2.4(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.31(typescript@5.9.3))':
|
|
9109
9163
|
dependencies:
|
|
9110
|
-
vite: 6.4.
|
|
9164
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
9111
9165
|
vue: 3.5.31(typescript@5.9.3)
|
|
9112
9166
|
|
|
9113
|
-
'@vitejs/plugin-vue@6.0.5(vite@8.0.
|
|
9167
|
+
'@vitejs/plugin-vue@6.0.5(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.31(typescript@5.9.3))':
|
|
9114
9168
|
dependencies:
|
|
9115
9169
|
'@rolldown/pluginutils': 1.0.0-rc.2
|
|
9116
|
-
vite: 8.0.
|
|
9170
|
+
vite: 8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
9117
9171
|
vue: 3.5.31(typescript@5.9.3)
|
|
9118
9172
|
|
|
9119
9173
|
'@vitest/expect@4.1.2':
|
|
@@ -9125,13 +9179,13 @@ snapshots:
|
|
|
9125
9179
|
chai: 6.2.2
|
|
9126
9180
|
tinyrainbow: 3.1.0
|
|
9127
9181
|
|
|
9128
|
-
'@vitest/mocker@4.1.2(vite@8.0.
|
|
9182
|
+
'@vitest/mocker@4.1.2(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))':
|
|
9129
9183
|
dependencies:
|
|
9130
9184
|
'@vitest/spy': 4.1.2
|
|
9131
9185
|
estree-walker: 3.0.3
|
|
9132
9186
|
magic-string: 0.30.21
|
|
9133
9187
|
optionalDependencies:
|
|
9134
|
-
vite: 8.0.
|
|
9188
|
+
vite: 8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
9135
9189
|
|
|
9136
9190
|
'@vitest/pretty-format@4.1.2':
|
|
9137
9191
|
dependencies:
|
|
@@ -9246,14 +9300,14 @@ snapshots:
|
|
|
9246
9300
|
'@vue/compiler-dom': 3.5.31
|
|
9247
9301
|
'@vue/shared': 3.5.31
|
|
9248
9302
|
|
|
9249
|
-
'@vue/devtools-core@7.7.9(vite@6.4.
|
|
9303
|
+
'@vue/devtools-core@7.7.9(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.31(typescript@5.9.3))':
|
|
9250
9304
|
dependencies:
|
|
9251
9305
|
'@vue/devtools-kit': 7.7.9
|
|
9252
9306
|
'@vue/devtools-shared': 7.7.9
|
|
9253
9307
|
mitt: 3.0.1
|
|
9254
9308
|
nanoid: 5.1.6
|
|
9255
9309
|
pathe: 2.0.3
|
|
9256
|
-
vite-hot-client: 2.1.0(vite@6.4.
|
|
9310
|
+
vite-hot-client: 2.1.0(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
9257
9311
|
vue: 3.5.31(typescript@5.9.3)
|
|
9258
9312
|
transitivePeerDependencies:
|
|
9259
9313
|
- vite
|
|
@@ -9572,8 +9626,8 @@ snapshots:
|
|
|
9572
9626
|
unist-util-visit: 5.1.0
|
|
9573
9627
|
unstorage: 1.17.4
|
|
9574
9628
|
vfile: 6.0.3
|
|
9575
|
-
vite: 6.4.
|
|
9576
|
-
vitefu: 1.1.2(vite@6.4.
|
|
9629
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
9630
|
+
vitefu: 1.1.2(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
9577
9631
|
xxhash-wasm: 1.1.0
|
|
9578
9632
|
yargs-parser: 21.1.1
|
|
9579
9633
|
yocto-spinner: 0.2.3
|
|
@@ -10024,7 +10078,7 @@ snapshots:
|
|
|
10024
10078
|
has-property-descriptors: 1.0.2
|
|
10025
10079
|
object-keys: 1.1.1
|
|
10026
10080
|
|
|
10027
|
-
defu@6.1.
|
|
10081
|
+
defu@6.1.6: {}
|
|
10028
10082
|
|
|
10029
10083
|
depd@2.0.0: {}
|
|
10030
10084
|
|
|
@@ -10912,7 +10966,7 @@ snapshots:
|
|
|
10912
10966
|
dependencies:
|
|
10913
10967
|
cookie-es: 1.2.2
|
|
10914
10968
|
crossws: 0.3.5
|
|
10915
|
-
defu: 6.1.
|
|
10969
|
+
defu: 6.1.6
|
|
10916
10970
|
destr: 2.0.5
|
|
10917
10971
|
iron-webcrypto: 1.2.1
|
|
10918
10972
|
node-mock-http: 1.0.4
|
|
@@ -11049,7 +11103,7 @@ snapshots:
|
|
|
11049
11103
|
dependencies:
|
|
11050
11104
|
hermes-estree: 0.25.1
|
|
11051
11105
|
|
|
11052
|
-
hono@4.12.
|
|
11106
|
+
hono@4.12.12: {}
|
|
11053
11107
|
|
|
11054
11108
|
hookable@5.5.3: {}
|
|
11055
11109
|
|
|
@@ -12721,26 +12775,26 @@ snapshots:
|
|
|
12721
12775
|
|
|
12722
12776
|
rfdc@1.4.1: {}
|
|
12723
12777
|
|
|
12724
|
-
rolldown@1.0.0-rc.
|
|
12778
|
+
rolldown@1.0.0-rc.15:
|
|
12725
12779
|
dependencies:
|
|
12726
|
-
'@oxc-project/types': 0.
|
|
12727
|
-
'@rolldown/pluginutils': 1.0.0-rc.
|
|
12780
|
+
'@oxc-project/types': 0.124.0
|
|
12781
|
+
'@rolldown/pluginutils': 1.0.0-rc.15
|
|
12728
12782
|
optionalDependencies:
|
|
12729
|
-
'@rolldown/binding-android-arm64': 1.0.0-rc.
|
|
12730
|
-
'@rolldown/binding-darwin-arm64': 1.0.0-rc.
|
|
12731
|
-
'@rolldown/binding-darwin-x64': 1.0.0-rc.
|
|
12732
|
-
'@rolldown/binding-freebsd-x64': 1.0.0-rc.
|
|
12733
|
-
'@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.
|
|
12734
|
-
'@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.
|
|
12735
|
-
'@rolldown/binding-linux-arm64-musl': 1.0.0-rc.
|
|
12736
|
-
'@rolldown/binding-linux-ppc64-gnu': 1.0.0-rc.
|
|
12737
|
-
'@rolldown/binding-linux-s390x-gnu': 1.0.0-rc.
|
|
12738
|
-
'@rolldown/binding-linux-x64-gnu': 1.0.0-rc.
|
|
12739
|
-
'@rolldown/binding-linux-x64-musl': 1.0.0-rc.
|
|
12740
|
-
'@rolldown/binding-openharmony-arm64': 1.0.0-rc.
|
|
12741
|
-
'@rolldown/binding-wasm32-wasi': 1.0.0-rc.
|
|
12742
|
-
'@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.
|
|
12743
|
-
'@rolldown/binding-win32-x64-msvc': 1.0.0-rc.
|
|
12783
|
+
'@rolldown/binding-android-arm64': 1.0.0-rc.15
|
|
12784
|
+
'@rolldown/binding-darwin-arm64': 1.0.0-rc.15
|
|
12785
|
+
'@rolldown/binding-darwin-x64': 1.0.0-rc.15
|
|
12786
|
+
'@rolldown/binding-freebsd-x64': 1.0.0-rc.15
|
|
12787
|
+
'@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.15
|
|
12788
|
+
'@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.15
|
|
12789
|
+
'@rolldown/binding-linux-arm64-musl': 1.0.0-rc.15
|
|
12790
|
+
'@rolldown/binding-linux-ppc64-gnu': 1.0.0-rc.15
|
|
12791
|
+
'@rolldown/binding-linux-s390x-gnu': 1.0.0-rc.15
|
|
12792
|
+
'@rolldown/binding-linux-x64-gnu': 1.0.0-rc.15
|
|
12793
|
+
'@rolldown/binding-linux-x64-musl': 1.0.0-rc.15
|
|
12794
|
+
'@rolldown/binding-openharmony-arm64': 1.0.0-rc.15
|
|
12795
|
+
'@rolldown/binding-wasm32-wasi': 1.0.0-rc.15
|
|
12796
|
+
'@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.15
|
|
12797
|
+
'@rolldown/binding-win32-x64-msvc': 1.0.0-rc.15
|
|
12744
12798
|
|
|
12745
12799
|
rolldown@1.0.0-rc.4:
|
|
12746
12800
|
dependencies:
|
|
@@ -13536,11 +13590,11 @@ snapshots:
|
|
|
13536
13590
|
'@types/unist': 3.0.3
|
|
13537
13591
|
vfile-message: 4.0.3
|
|
13538
13592
|
|
|
13539
|
-
vite-hot-client@2.1.0(vite@6.4.
|
|
13593
|
+
vite-hot-client@2.1.0(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)):
|
|
13540
13594
|
dependencies:
|
|
13541
|
-
vite: 6.4.
|
|
13595
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
13542
13596
|
|
|
13543
|
-
vite-plugin-inspect@0.8.9(rollup@4.59.0)(vite@6.4.
|
|
13597
|
+
vite-plugin-inspect@0.8.9(rollup@4.59.0)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)):
|
|
13544
13598
|
dependencies:
|
|
13545
13599
|
'@antfu/utils': 0.7.10
|
|
13546
13600
|
'@rollup/pluginutils': 5.3.0(rollup@4.59.0)
|
|
@@ -13551,12 +13605,12 @@ snapshots:
|
|
|
13551
13605
|
perfect-debounce: 1.0.0
|
|
13552
13606
|
picocolors: 1.1.1
|
|
13553
13607
|
sirv: 3.0.2
|
|
13554
|
-
vite: 6.4.
|
|
13608
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
13555
13609
|
transitivePeerDependencies:
|
|
13556
13610
|
- rollup
|
|
13557
13611
|
- supports-color
|
|
13558
13612
|
|
|
13559
|
-
vite-plugin-solid@2.11.11(@testing-library/jest-dom@6.9.1)(solid-js@1.9.12)(vite@6.4.
|
|
13613
|
+
vite-plugin-solid@2.11.11(@testing-library/jest-dom@6.9.1)(solid-js@1.9.12)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)):
|
|
13560
13614
|
dependencies:
|
|
13561
13615
|
'@babel/core': 7.29.0
|
|
13562
13616
|
'@types/babel__core': 7.20.5
|
|
@@ -13564,14 +13618,14 @@ snapshots:
|
|
|
13564
13618
|
merge-anything: 5.1.7
|
|
13565
13619
|
solid-js: 1.9.12
|
|
13566
13620
|
solid-refresh: 0.6.3(solid-js@1.9.12)
|
|
13567
|
-
vite: 6.4.
|
|
13568
|
-
vitefu: 1.1.2(vite@6.4.
|
|
13621
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
13622
|
+
vitefu: 1.1.2(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
13569
13623
|
optionalDependencies:
|
|
13570
13624
|
'@testing-library/jest-dom': 6.9.1
|
|
13571
13625
|
transitivePeerDependencies:
|
|
13572
13626
|
- supports-color
|
|
13573
13627
|
|
|
13574
|
-
vite-plugin-solid@2.11.11(@testing-library/jest-dom@6.9.1)(solid-js@1.9.12)(vite@8.0.
|
|
13628
|
+
vite-plugin-solid@2.11.11(@testing-library/jest-dom@6.9.1)(solid-js@1.9.12)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)):
|
|
13575
13629
|
dependencies:
|
|
13576
13630
|
'@babel/core': 7.29.0
|
|
13577
13631
|
'@types/babel__core': 7.20.5
|
|
@@ -13579,30 +13633,30 @@ snapshots:
|
|
|
13579
13633
|
merge-anything: 5.1.7
|
|
13580
13634
|
solid-js: 1.9.12
|
|
13581
13635
|
solid-refresh: 0.6.3(solid-js@1.9.12)
|
|
13582
|
-
vite: 8.0.
|
|
13583
|
-
vitefu: 1.1.2(vite@8.0.
|
|
13636
|
+
vite: 8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
13637
|
+
vitefu: 1.1.2(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
13584
13638
|
optionalDependencies:
|
|
13585
13639
|
'@testing-library/jest-dom': 6.9.1
|
|
13586
13640
|
transitivePeerDependencies:
|
|
13587
13641
|
- supports-color
|
|
13588
13642
|
|
|
13589
|
-
vite-plugin-vue-devtools@7.7.9(rollup@4.59.0)(vite@6.4.
|
|
13643
|
+
vite-plugin-vue-devtools@7.7.9(rollup@4.59.0)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.31(typescript@5.9.3)):
|
|
13590
13644
|
dependencies:
|
|
13591
|
-
'@vue/devtools-core': 7.7.9(vite@6.4.
|
|
13645
|
+
'@vue/devtools-core': 7.7.9(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.31(typescript@5.9.3))
|
|
13592
13646
|
'@vue/devtools-kit': 7.7.9
|
|
13593
13647
|
'@vue/devtools-shared': 7.7.9
|
|
13594
13648
|
execa: 9.6.1
|
|
13595
13649
|
sirv: 3.0.2
|
|
13596
|
-
vite: 6.4.
|
|
13597
|
-
vite-plugin-inspect: 0.8.9(rollup@4.59.0)(vite@6.4.
|
|
13598
|
-
vite-plugin-vue-inspector: 5.3.2(vite@6.4.
|
|
13650
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
13651
|
+
vite-plugin-inspect: 0.8.9(rollup@4.59.0)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
13652
|
+
vite-plugin-vue-inspector: 5.3.2(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
13599
13653
|
transitivePeerDependencies:
|
|
13600
13654
|
- '@nuxt/kit'
|
|
13601
13655
|
- rollup
|
|
13602
13656
|
- supports-color
|
|
13603
13657
|
- vue
|
|
13604
13658
|
|
|
13605
|
-
vite-plugin-vue-inspector@5.3.2(vite@6.4.
|
|
13659
|
+
vite-plugin-vue-inspector@5.3.2(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)):
|
|
13606
13660
|
dependencies:
|
|
13607
13661
|
'@babel/core': 7.29.0
|
|
13608
13662
|
'@babel/plugin-proposal-decorators': 7.29.0(@babel/core@7.29.0)
|
|
@@ -13613,11 +13667,11 @@ snapshots:
|
|
|
13613
13667
|
'@vue/compiler-dom': 3.5.29
|
|
13614
13668
|
kolorist: 1.8.0
|
|
13615
13669
|
magic-string: 0.30.21
|
|
13616
|
-
vite: 6.4.
|
|
13670
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
13617
13671
|
transitivePeerDependencies:
|
|
13618
13672
|
- supports-color
|
|
13619
13673
|
|
|
13620
|
-
vite-prerender-plugin@0.5.12(vite@6.4.
|
|
13674
|
+
vite-prerender-plugin@0.5.12(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)):
|
|
13621
13675
|
dependencies:
|
|
13622
13676
|
kolorist: 1.8.0
|
|
13623
13677
|
magic-string: 0.30.21
|
|
@@ -13625,9 +13679,9 @@ snapshots:
|
|
|
13625
13679
|
simple-code-frame: 1.3.0
|
|
13626
13680
|
source-map: 0.7.6
|
|
13627
13681
|
stack-trace: 1.0.0-pre2
|
|
13628
|
-
vite: 6.4.
|
|
13682
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
13629
13683
|
|
|
13630
|
-
vite-prerender-plugin@0.5.12(vite@8.0.
|
|
13684
|
+
vite-prerender-plugin@0.5.12(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)):
|
|
13631
13685
|
dependencies:
|
|
13632
13686
|
kolorist: 1.8.0
|
|
13633
13687
|
magic-string: 0.30.21
|
|
@@ -13635,14 +13689,14 @@ snapshots:
|
|
|
13635
13689
|
simple-code-frame: 1.3.0
|
|
13636
13690
|
source-map: 0.7.6
|
|
13637
13691
|
stack-trace: 1.0.0-pre2
|
|
13638
|
-
vite: 8.0.
|
|
13692
|
+
vite: 8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
13639
13693
|
|
|
13640
|
-
vite@6.4.
|
|
13694
|
+
vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3):
|
|
13641
13695
|
dependencies:
|
|
13642
13696
|
esbuild: 0.25.12
|
|
13643
13697
|
fdir: 6.5.0(picomatch@4.0.4)
|
|
13644
13698
|
picomatch: 4.0.4
|
|
13645
|
-
postcss: 8.5.
|
|
13699
|
+
postcss: 8.5.8
|
|
13646
13700
|
rollup: 4.59.0
|
|
13647
13701
|
tinyglobby: 0.2.15
|
|
13648
13702
|
optionalDependencies:
|
|
@@ -13652,12 +13706,12 @@ snapshots:
|
|
|
13652
13706
|
sass: 1.97.3
|
|
13653
13707
|
yaml: 2.8.3
|
|
13654
13708
|
|
|
13655
|
-
vite@7.3.
|
|
13709
|
+
vite@7.3.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3):
|
|
13656
13710
|
dependencies:
|
|
13657
13711
|
esbuild: 0.27.3
|
|
13658
13712
|
fdir: 6.5.0(picomatch@4.0.4)
|
|
13659
13713
|
picomatch: 4.0.4
|
|
13660
|
-
postcss: 8.5.
|
|
13714
|
+
postcss: 8.5.8
|
|
13661
13715
|
rollup: 4.59.0
|
|
13662
13716
|
tinyglobby: 0.2.15
|
|
13663
13717
|
optionalDependencies:
|
|
@@ -13667,12 +13721,12 @@ snapshots:
|
|
|
13667
13721
|
sass: 1.97.3
|
|
13668
13722
|
yaml: 2.8.3
|
|
13669
13723
|
|
|
13670
|
-
vite@8.0.
|
|
13724
|
+
vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3):
|
|
13671
13725
|
dependencies:
|
|
13672
13726
|
lightningcss: 1.32.0
|
|
13673
13727
|
picomatch: 4.0.4
|
|
13674
13728
|
postcss: 8.5.8
|
|
13675
|
-
rolldown: 1.0.0-rc.
|
|
13729
|
+
rolldown: 1.0.0-rc.15
|
|
13676
13730
|
tinyglobby: 0.2.15
|
|
13677
13731
|
optionalDependencies:
|
|
13678
13732
|
'@types/node': 25.5.0
|
|
@@ -13681,18 +13735,18 @@ snapshots:
|
|
|
13681
13735
|
sass: 1.97.3
|
|
13682
13736
|
yaml: 2.8.3
|
|
13683
13737
|
|
|
13684
|
-
vitefu@1.1.2(vite@6.4.
|
|
13738
|
+
vitefu@1.1.2(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)):
|
|
13685
13739
|
optionalDependencies:
|
|
13686
|
-
vite: 6.4.
|
|
13740
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
13687
13741
|
|
|
13688
|
-
vitefu@1.1.2(vite@8.0.
|
|
13742
|
+
vitefu@1.1.2(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)):
|
|
13689
13743
|
optionalDependencies:
|
|
13690
|
-
vite: 8.0.
|
|
13744
|
+
vite: 8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
13691
13745
|
|
|
13692
|
-
vitest@4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.
|
|
13746
|
+
vitest@4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)):
|
|
13693
13747
|
dependencies:
|
|
13694
13748
|
'@vitest/expect': 4.1.2
|
|
13695
|
-
'@vitest/mocker': 4.1.2(vite@8.0.
|
|
13749
|
+
'@vitest/mocker': 4.1.2(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
13696
13750
|
'@vitest/pretty-format': 4.1.2
|
|
13697
13751
|
'@vitest/runner': 4.1.2
|
|
13698
13752
|
'@vitest/snapshot': 4.1.2
|
|
@@ -13709,7 +13763,7 @@ snapshots:
|
|
|
13709
13763
|
tinyexec: 1.0.2
|
|
13710
13764
|
tinyglobby: 0.2.15
|
|
13711
13765
|
tinyrainbow: 3.1.0
|
|
13712
|
-
vite: 8.0.
|
|
13766
|
+
vite: 8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
13713
13767
|
why-is-node-running: 2.3.0
|
|
13714
13768
|
optionalDependencies:
|
|
13715
13769
|
'@types/node': 25.5.0
|