create-outsystems-astro 0.7.2 → 0.8.1
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/README.md +1 -0
- package/bin/cli.js +10 -1
- package/package.json +1 -1
- package/template/.github/workflows/test.yml +13 -13
- package/template/.prettierrc +1 -1
- package/template/AGENTS.md +74 -2
- package/template/astro.config.mjs +5 -0
- package/template/bun.lock +645 -190
- package/template/deno.json +1 -17
- package/template/deno.lock +902 -461
- package/template/eslint.config.mjs +5 -0
- package/template/package-lock.json +9370 -5570
- package/template/package.json +50 -89
- package/template/pnpm-lock.yaml +1627 -740
- package/template/src/framework/solid/Demo.tsx +85 -0
- package/template/src/framework/solid/Store.tsx +31 -0
- package/template/src/images/solid.png +0 -0
- package/template/src/pages/multi/store.astro +3 -1
- package/template/src/pages/solid/solid-demo.astro +65 -0
- package/template/src/stores/framework.ts +1 -0
- package/template/test/e2e/solid/solid-demo.spec.ts +42 -0
- package/template/test/integration/solid/Demo.test.tsx +90 -0
- package/template/vitest.config.ts +12 -0
- package/template/yarn.lock +958 -392
- /package/template/patches/{@angular+build+21.2.2.patch → @angular+build+21.2.5.patch} +0 -0
- /package/template/test/e2e/angular/{angular-counter.spec.ts → angular-demo.spec.ts} +0 -0
- /package/template/test/e2e/preact/{preact-counter.spec.ts → preact-demo.spec.ts} +0 -0
- /package/template/test/e2e/react/{react-counter.spec.ts → react-demo.spec.ts} +0 -0
- /package/template/test/e2e/svelte/{svelte-counter.spec.ts → svelte-demo.spec.ts} +0 -0
- /package/template/test/e2e/vue/{vue-counter.spec.ts → vue-demo.spec.ts} +0 -0
package/template/pnpm-lock.yaml
CHANGED
|
@@ -4,79 +4,70 @@ settings:
|
|
|
4
4
|
autoInstallPeers: true
|
|
5
5
|
excludeLinksFromLockfile: false
|
|
6
6
|
|
|
7
|
-
overrides:
|
|
8
|
-
devalue: ^5.6.4
|
|
9
|
-
flatted: ^3.4.2
|
|
10
|
-
h3: ^1.15.6
|
|
11
|
-
hono: ^4.12.7
|
|
12
|
-
path-to-regexp: ^8.4.0
|
|
13
|
-
smol-toml: ^1.6.1
|
|
14
|
-
tar: ^7.5.11
|
|
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
|
|
24
|
-
|
|
25
7
|
importers:
|
|
26
8
|
|
|
27
9
|
.:
|
|
28
10
|
dependencies:
|
|
29
11
|
'@analogjs/astro-angular':
|
|
30
12
|
specifier: ^2.3.1
|
|
31
|
-
version: 2.3.1(
|
|
13
|
+
version: 2.3.1(52c929a77a1763c25f2f5a1d1f447276)
|
|
32
14
|
'@angular/animations':
|
|
33
|
-
specifier: ^21.2.
|
|
34
|
-
version: 21.2.
|
|
15
|
+
specifier: ^21.2.6
|
|
16
|
+
version: 21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))
|
|
35
17
|
'@angular/common':
|
|
36
|
-
specifier: ^21.2.
|
|
37
|
-
version: 21.2.
|
|
18
|
+
specifier: ^21.2.6
|
|
19
|
+
version: 21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
38
20
|
'@angular/core':
|
|
39
|
-
specifier: ^21.2.
|
|
40
|
-
version: 21.2.
|
|
21
|
+
specifier: ^21.2.6
|
|
22
|
+
version: 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
|
|
41
23
|
'@angular/platform-browser':
|
|
42
|
-
specifier: ^21.2.
|
|
43
|
-
version: 21.2.
|
|
24
|
+
specifier: ^21.2.6
|
|
25
|
+
version: 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))
|
|
44
26
|
'@angular/platform-server':
|
|
45
|
-
specifier: ^21.2.
|
|
46
|
-
version: 21.2.
|
|
27
|
+
specifier: ^21.2.6
|
|
28
|
+
version: 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)
|
|
47
29
|
'@angular/router':
|
|
48
|
-
specifier: ^21.2.
|
|
49
|
-
version: 21.2.
|
|
30
|
+
specifier: ^21.2.6
|
|
31
|
+
version: 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)
|
|
50
32
|
'@astrojs/preact':
|
|
51
33
|
specifier: ^4.1.3
|
|
52
|
-
version: 4.1.3(@babel/core@7.29.0)(@types/node@25.
|
|
34
|
+
version: 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)
|
|
53
35
|
'@astrojs/react':
|
|
54
36
|
specifier: ^4.4.2
|
|
55
|
-
version: 4.4.2(@types/node@25.
|
|
37
|
+
version: 4.4.2(@types/node@25.5.0)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(lightningcss@1.32.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.97.3)(yaml@2.8.3)
|
|
38
|
+
'@astrojs/solid-js':
|
|
39
|
+
specifier: ^5.1.3
|
|
40
|
+
version: 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)
|
|
56
41
|
'@astrojs/svelte':
|
|
57
42
|
specifier: ^7.2.5
|
|
58
|
-
version: 7.2.5(@types/node@25.
|
|
43
|
+
version: 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)
|
|
59
44
|
'@astrojs/vue':
|
|
60
45
|
specifier: ^5.1.4
|
|
61
|
-
version: 5.1.4(@types/node@25.
|
|
46
|
+
version: 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)
|
|
62
47
|
'@nanostores/preact':
|
|
63
|
-
specifier: ^1.
|
|
64
|
-
version: 1.
|
|
48
|
+
specifier: ^1.1.0
|
|
49
|
+
version: 1.1.0(nanostores@1.2.0)(preact@10.29.0)
|
|
65
50
|
'@nanostores/react':
|
|
66
|
-
specifier: ^1.
|
|
67
|
-
version: 1.
|
|
51
|
+
specifier: ^1.1.0
|
|
52
|
+
version: 1.1.0(nanostores@1.2.0)(react@19.2.4)
|
|
53
|
+
'@nanostores/solid':
|
|
54
|
+
specifier: ^1.1.1
|
|
55
|
+
version: 1.1.1(nanostores@1.2.0)(solid-js@1.9.12)
|
|
68
56
|
'@nanostores/vue':
|
|
69
57
|
specifier: ^1.1.0
|
|
70
|
-
version: 1.1.0(nanostores@1.
|
|
58
|
+
version: 1.1.0(nanostores@1.2.0)(vue@3.5.31(typescript@5.9.3))
|
|
71
59
|
astro:
|
|
72
60
|
specifier: ^5.18.1
|
|
73
|
-
version: 5.18.1(@types/node@25.
|
|
61
|
+
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
|
|
74
65
|
nanostores:
|
|
75
|
-
specifier: ^1.
|
|
76
|
-
version: 1.
|
|
66
|
+
specifier: ^1.2.0
|
|
67
|
+
version: 1.2.0
|
|
77
68
|
preact:
|
|
78
|
-
specifier: ^10.
|
|
79
|
-
version: 10.
|
|
69
|
+
specifier: ^10.29.0
|
|
70
|
+
version: 10.29.0
|
|
80
71
|
react:
|
|
81
72
|
specifier: ^19.2.4
|
|
82
73
|
version: 19.2.4
|
|
@@ -86,43 +77,46 @@ importers:
|
|
|
86
77
|
rxjs:
|
|
87
78
|
specifier: ^7.8.2
|
|
88
79
|
version: 7.8.2
|
|
80
|
+
solid-js:
|
|
81
|
+
specifier: ^1.9.12
|
|
82
|
+
version: 1.9.12
|
|
89
83
|
svelte:
|
|
90
|
-
specifier: ^5.
|
|
91
|
-
version: 5.
|
|
84
|
+
specifier: ^5.55.0
|
|
85
|
+
version: 5.55.0
|
|
92
86
|
tslib:
|
|
93
87
|
specifier: ^2.8.1
|
|
94
88
|
version: 2.8.1
|
|
95
89
|
vue:
|
|
96
|
-
specifier: ^3.5.
|
|
97
|
-
version: 3.5.
|
|
90
|
+
specifier: ^3.5.31
|
|
91
|
+
version: 3.5.31(typescript@5.9.3)
|
|
98
92
|
devDependencies:
|
|
99
93
|
'@analogjs/vite-plugin-angular':
|
|
100
94
|
specifier: ^2.3.1
|
|
101
|
-
version: 2.3.1(@angular/build@21.2.
|
|
95
|
+
version: 2.3.1(@angular/build@21.2.5(baf64ce12e602603ce982c1c5ab3274d))
|
|
102
96
|
'@analogjs/vitest-angular':
|
|
103
97
|
specifier: ^2.3.1
|
|
104
|
-
version: 2.3.1(@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.
|
|
98
|
+
version: 2.3.1(@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.5(baf64ce12e602603ce982c1c5ab3274d)))(@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.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)))
|
|
105
99
|
'@angular-devkit/architect':
|
|
106
|
-
specifier: ^0.2102.
|
|
107
|
-
version: 0.2102.
|
|
100
|
+
specifier: ^0.2102.5
|
|
101
|
+
version: 0.2102.5(chokidar@5.0.0)
|
|
108
102
|
'@angular-devkit/schematics':
|
|
109
|
-
specifier: ^21.2.
|
|
110
|
-
version: 21.2.
|
|
103
|
+
specifier: ^21.2.5
|
|
104
|
+
version: 21.2.5(chokidar@5.0.0)
|
|
111
105
|
'@angular/build':
|
|
112
|
-
specifier: ^21.2.
|
|
113
|
-
version: 21.2.
|
|
106
|
+
specifier: ^21.2.5
|
|
107
|
+
version: 21.2.5(baf64ce12e602603ce982c1c5ab3274d)
|
|
114
108
|
'@angular/cli':
|
|
115
|
-
specifier: ^21.2.
|
|
116
|
-
version: 21.2.
|
|
109
|
+
specifier: ^21.2.5
|
|
110
|
+
version: 21.2.5(@types/node@25.5.0)(chokidar@5.0.0)
|
|
117
111
|
'@angular/compiler':
|
|
118
|
-
specifier: ^21.2.
|
|
119
|
-
version: 21.2.
|
|
112
|
+
specifier: ^21.2.6
|
|
113
|
+
version: 21.2.6
|
|
120
114
|
'@angular/compiler-cli':
|
|
121
|
-
specifier: ^21.2.
|
|
122
|
-
version: 21.2.
|
|
115
|
+
specifier: ^21.2.6
|
|
116
|
+
version: 21.2.6(@angular/compiler@21.2.6)(typescript@5.9.3)
|
|
123
117
|
'@angular/language-service':
|
|
124
|
-
specifier: ^21.2.
|
|
125
|
-
version: 21.2.
|
|
118
|
+
specifier: ^21.2.6
|
|
119
|
+
version: 21.2.6
|
|
126
120
|
'@babel/core':
|
|
127
121
|
specifier: ^7.29.0
|
|
128
122
|
version: 7.29.0
|
|
@@ -136,20 +130,26 @@ importers:
|
|
|
136
130
|
specifier: ^9.39.4
|
|
137
131
|
version: 9.39.4
|
|
138
132
|
'@eslint/markdown':
|
|
139
|
-
specifier: ^
|
|
140
|
-
version:
|
|
133
|
+
specifier: ^8.0.0
|
|
134
|
+
version: 8.0.0
|
|
135
|
+
'@oxc-project/runtime':
|
|
136
|
+
specifier: ^0.122.0
|
|
137
|
+
version: 0.122.0
|
|
141
138
|
'@playwright/test':
|
|
142
139
|
specifier: 1.58.2
|
|
143
140
|
version: 1.58.2
|
|
144
141
|
'@preact/preset-vite':
|
|
145
|
-
specifier: ^2.10.
|
|
146
|
-
version: 2.10.
|
|
142
|
+
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.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
144
|
+
'@solidjs/testing-library':
|
|
145
|
+
specifier: ^0.8.10
|
|
146
|
+
version: 0.8.10(solid-js@1.9.12)
|
|
147
147
|
'@sveltejs/vite-plugin-svelte':
|
|
148
|
-
specifier: ^
|
|
149
|
-
version:
|
|
148
|
+
specifier: ^7.0.0
|
|
149
|
+
version: 7.0.0(svelte@5.55.0)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
150
150
|
'@testing-library/angular':
|
|
151
|
-
specifier: ^19.1.
|
|
152
|
-
version: 19.1
|
|
151
|
+
specifier: ^19.1.10
|
|
152
|
+
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)
|
|
153
153
|
'@testing-library/dom':
|
|
154
154
|
specifier: ^10.4.1
|
|
155
155
|
version: 10.4.1
|
|
@@ -158,25 +158,25 @@ importers:
|
|
|
158
158
|
version: 6.9.1
|
|
159
159
|
'@testing-library/preact':
|
|
160
160
|
specifier: ^3.2.4
|
|
161
|
-
version: 3.2.4(preact@10.
|
|
161
|
+
version: 3.2.4(preact@10.29.0)
|
|
162
162
|
'@testing-library/react':
|
|
163
163
|
specifier: ^16.3.2
|
|
164
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)
|
|
165
165
|
'@testing-library/svelte':
|
|
166
166
|
specifier: ^5.3.1
|
|
167
|
-
version: 5.3.1(svelte@5.
|
|
167
|
+
version: 5.3.1(svelte@5.55.0)(vite@8.0.3(@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.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)))
|
|
168
168
|
'@testing-library/user-event':
|
|
169
169
|
specifier: ^14.6.1
|
|
170
170
|
version: 14.6.1(@testing-library/dom@10.4.1)
|
|
171
171
|
'@testing-library/vue':
|
|
172
172
|
specifier: ^8.1.0
|
|
173
|
-
version: 8.1.0(@vue/compiler-sfc@3.5.
|
|
173
|
+
version: 8.1.0(@vue/compiler-sfc@3.5.31)(vue@3.5.31(typescript@5.9.3))
|
|
174
174
|
'@types/js-beautify':
|
|
175
175
|
specifier: ^1.14.3
|
|
176
176
|
version: 1.14.3
|
|
177
177
|
'@types/node':
|
|
178
|
-
specifier: ^25.
|
|
179
|
-
version: 25.
|
|
178
|
+
specifier: ^25.5.0
|
|
179
|
+
version: 25.5.0
|
|
180
180
|
'@types/react':
|
|
181
181
|
specifier: ^19.2.14
|
|
182
182
|
version: 19.2.14
|
|
@@ -184,14 +184,14 @@ importers:
|
|
|
184
184
|
specifier: ^19.2.3
|
|
185
185
|
version: 19.2.3(@types/react@19.2.14)
|
|
186
186
|
'@vitejs/plugin-react':
|
|
187
|
-
specifier: ^
|
|
188
|
-
version:
|
|
187
|
+
specifier: ^6.0.1
|
|
188
|
+
version: 6.0.1(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
189
189
|
'@vitejs/plugin-vue':
|
|
190
|
-
specifier: ^6.0.
|
|
191
|
-
version: 6.0.
|
|
190
|
+
specifier: ^6.0.5
|
|
191
|
+
version: 6.0.5(vite@8.0.3(@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
192
|
angular-eslint:
|
|
193
|
-
specifier: ^21.3.
|
|
194
|
-
version: 21.3.
|
|
193
|
+
specifier: ^21.3.1
|
|
194
|
+
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
195
|
better-npm-audit:
|
|
196
196
|
specifier: ^3.11.0
|
|
197
197
|
version: 3.11.0
|
|
@@ -212,40 +212,43 @@ importers:
|
|
|
212
212
|
version: 1.6.0(eslint@9.39.4)
|
|
213
213
|
eslint-plugin-import:
|
|
214
214
|
specifier: ^2.32.0
|
|
215
|
-
version: 2.32.0(@typescript-eslint/parser@8.
|
|
215
|
+
version: 2.32.0(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)
|
|
216
216
|
eslint-plugin-jest:
|
|
217
|
-
specifier: ^29.15.
|
|
218
|
-
version: 29.15.
|
|
217
|
+
specifier: ^29.15.1
|
|
218
|
+
version: 29.15.1(@typescript-eslint/eslint-plugin@8.57.2(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
219
219
|
eslint-plugin-jest-dom:
|
|
220
220
|
specifier: ^5.5.0
|
|
221
221
|
version: 5.5.0(@testing-library/dom@10.4.1)(eslint@9.39.4)
|
|
222
222
|
eslint-plugin-perfectionist:
|
|
223
|
-
specifier: ^5.
|
|
224
|
-
version: 5.
|
|
223
|
+
specifier: ^5.7.0
|
|
224
|
+
version: 5.7.0(eslint@9.39.4)(typescript@5.9.3)
|
|
225
225
|
eslint-plugin-playwright:
|
|
226
|
-
specifier: ^2.
|
|
227
|
-
version: 2.
|
|
226
|
+
specifier: ^2.10.1
|
|
227
|
+
version: 2.10.1(eslint@9.39.4)
|
|
228
228
|
eslint-plugin-react:
|
|
229
229
|
specifier: ^7.37.5
|
|
230
230
|
version: 7.37.5(eslint@9.39.4)
|
|
231
231
|
eslint-plugin-react-hooks:
|
|
232
232
|
specifier: ^7.0.1
|
|
233
233
|
version: 7.0.1(eslint@9.39.4)
|
|
234
|
+
eslint-plugin-solid:
|
|
235
|
+
specifier: ^0.14.5
|
|
236
|
+
version: 0.14.5(eslint@9.39.4)(typescript@5.9.3)
|
|
234
237
|
eslint-plugin-svelte:
|
|
235
|
-
specifier: ^3.
|
|
236
|
-
version: 3.
|
|
238
|
+
specifier: ^3.16.0
|
|
239
|
+
version: 3.16.0(eslint@9.39.4)(svelte@5.55.0)(ts-node@10.9.2(@types/node@25.5.0)(typescript@5.9.3))
|
|
237
240
|
eslint-plugin-testing-library:
|
|
238
|
-
specifier: ^7.16.
|
|
239
|
-
version: 7.16.
|
|
241
|
+
specifier: ^7.16.2
|
|
242
|
+
version: 7.16.2(eslint@9.39.4)(typescript@5.9.3)
|
|
240
243
|
eslint-plugin-vue:
|
|
241
244
|
specifier: ^10.8.0
|
|
242
|
-
version: 10.8.0(@typescript-eslint/parser@8.
|
|
245
|
+
version: 10.8.0(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(vue-eslint-parser@10.4.0(eslint@9.39.4))
|
|
243
246
|
globals:
|
|
244
247
|
specifier: ^17.4.0
|
|
245
248
|
version: 17.4.0
|
|
246
249
|
happy-dom:
|
|
247
|
-
specifier: ^20.8.
|
|
248
|
-
version: 20.8.
|
|
250
|
+
specifier: ^20.8.9
|
|
251
|
+
version: 20.8.9
|
|
249
252
|
improved-yarn-audit:
|
|
250
253
|
specifier: ^3.0.4
|
|
251
254
|
version: 3.0.4
|
|
@@ -258,27 +261,33 @@ importers:
|
|
|
258
261
|
prettier:
|
|
259
262
|
specifier: ^3.8.1
|
|
260
263
|
version: 3.8.1
|
|
264
|
+
prettier-plugin-solidity:
|
|
265
|
+
specifier: ^2.3.1
|
|
266
|
+
version: 2.3.1(prettier@3.8.1)
|
|
261
267
|
prettier-plugin-svelte:
|
|
262
268
|
specifier: ^3.5.1
|
|
263
|
-
version: 3.5.1(prettier@3.8.1)(svelte@5.
|
|
269
|
+
version: 3.5.1(prettier@3.8.1)(svelte@5.55.0)
|
|
264
270
|
svelte-eslint-parser:
|
|
265
271
|
specifier: ^1.6.0
|
|
266
|
-
version: 1.6.0(svelte@5.
|
|
272
|
+
version: 1.6.0(svelte@5.55.0)
|
|
267
273
|
ts-node:
|
|
268
274
|
specifier: ^10.9.2
|
|
269
|
-
version: 10.9.2(@types/node@25.
|
|
275
|
+
version: 10.9.2(@types/node@25.5.0)(typescript@5.9.3)
|
|
270
276
|
typescript:
|
|
271
277
|
specifier: ^5.9.3
|
|
272
278
|
version: 5.9.3
|
|
273
279
|
typescript-eslint:
|
|
274
|
-
specifier: ^8.
|
|
275
|
-
version: 8.
|
|
280
|
+
specifier: ^8.57.2
|
|
281
|
+
version: 8.57.2(eslint@9.39.4)(typescript@5.9.3)
|
|
276
282
|
vite:
|
|
277
|
-
specifier: ^
|
|
278
|
-
version:
|
|
283
|
+
specifier: ^8.0.1
|
|
284
|
+
version: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
285
|
+
vite-plugin-solid:
|
|
286
|
+
specifier: ^2.11.11
|
|
287
|
+
version: 2.11.11(@testing-library/jest-dom@6.9.1)(solid-js@1.9.12)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
279
288
|
vitest:
|
|
280
|
-
specifier: ^4.
|
|
281
|
-
version: 4.
|
|
289
|
+
specifier: ^4.1.2
|
|
290
|
+
version: 4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
282
291
|
vue-eslint-parser:
|
|
283
292
|
specifier: ^10.4.0
|
|
284
293
|
version: 10.4.0(eslint@9.39.4)
|
|
@@ -386,13 +395,13 @@ packages:
|
|
|
386
395
|
zone.js:
|
|
387
396
|
optional: true
|
|
388
397
|
|
|
389
|
-
'@angular-devkit/architect@0.2102.
|
|
390
|
-
resolution: {integrity: sha512-
|
|
398
|
+
'@angular-devkit/architect@0.2102.5':
|
|
399
|
+
resolution: {integrity: sha512-9xE7G177R9G9Kte+4AtbEMlEeZUupnvdBUMVBlZRa/n4UDUyAkB/vj58KrzRCCIVQ/ypHVMwUilaDTO484dd+g==}
|
|
391
400
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
|
|
392
401
|
hasBin: true
|
|
393
402
|
|
|
394
|
-
'@angular-devkit/core@21.2.
|
|
395
|
-
resolution: {integrity: sha512-
|
|
403
|
+
'@angular-devkit/core@21.2.5':
|
|
404
|
+
resolution: {integrity: sha512-9z9w7UxKKVmib5QHFZTOfJpAiSudqQwwEZFpQy31yaXR3tJw85xO5owi+66sgTpEvNh9Ix2THhcUq//ToP/0VA==}
|
|
396
405
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
|
|
397
406
|
peerDependencies:
|
|
398
407
|
chokidar: ^5.0.0
|
|
@@ -400,71 +409,62 @@ packages:
|
|
|
400
409
|
chokidar:
|
|
401
410
|
optional: true
|
|
402
411
|
|
|
403
|
-
'@angular-devkit/
|
|
404
|
-
resolution: {integrity: sha512-
|
|
405
|
-
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
|
|
406
|
-
peerDependencies:
|
|
407
|
-
chokidar: ^5.0.0
|
|
408
|
-
peerDependenciesMeta:
|
|
409
|
-
chokidar:
|
|
410
|
-
optional: true
|
|
411
|
-
|
|
412
|
-
'@angular-devkit/schematics@21.2.2':
|
|
413
|
-
resolution: {integrity: sha512-CCeyQxGUq+oyGnHd7PfcYIVbj9pRnqjQq0rAojoAqs1BJdtInx9weLBCLy+AjM3NHePeZrnwm+wEVr8apED8kg==}
|
|
412
|
+
'@angular-devkit/schematics@21.2.5':
|
|
413
|
+
resolution: {integrity: sha512-gEg84eipTX6lcpNTDVUXBBwp0vs3rXM319Qom+sCLOKBGyqE0mvb1RM1WwfNcyOqeSMQC/vLUwRKqnP0wg1UDg==}
|
|
414
414
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
|
|
415
415
|
|
|
416
|
-
'@angular-eslint/builder@21.3.
|
|
417
|
-
resolution: {integrity: sha512-
|
|
416
|
+
'@angular-eslint/builder@21.3.1':
|
|
417
|
+
resolution: {integrity: sha512-1f1Lyp5e7OH6txiV224HaY3G1uRCj91OSKq7hT2Vw9NRw6zWFc1anBpDeLVjpL9ptUxzUGIQR5jEV54hOPayoQ==}
|
|
418
418
|
peerDependencies:
|
|
419
419
|
'@angular/cli': '>= 21.0.0 < 22.0.0'
|
|
420
420
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
421
421
|
typescript: '*'
|
|
422
422
|
|
|
423
|
-
'@angular-eslint/bundled-angular-compiler@21.3.
|
|
424
|
-
resolution: {integrity: sha512-
|
|
423
|
+
'@angular-eslint/bundled-angular-compiler@21.3.1':
|
|
424
|
+
resolution: {integrity: sha512-jjbnJPUXQeQBJ8RM+ahlbt4GH2emVN8JvG3AhFbPci1FrqXi9cOOfkbwLmvpoyTli4LF8gy7g4ctFqnlRgqryw==}
|
|
425
425
|
|
|
426
|
-
'@angular-eslint/eslint-plugin-template@21.3.
|
|
427
|
-
resolution: {integrity: sha512-
|
|
426
|
+
'@angular-eslint/eslint-plugin-template@21.3.1':
|
|
427
|
+
resolution: {integrity: sha512-ndPWJodkcEOu2PVUxlUwyz4D2u3r9KO7veWmStVNOLeNrICJA+nQvrz2BWCu0l48rO0K5ezsy0JFcQDVwE/5mw==}
|
|
428
428
|
peerDependencies:
|
|
429
|
-
'@angular-eslint/template-parser': 21.3.
|
|
429
|
+
'@angular-eslint/template-parser': 21.3.1
|
|
430
430
|
'@typescript-eslint/types': ^7.11.0 || ^8.0.0
|
|
431
431
|
'@typescript-eslint/utils': ^7.11.0 || ^8.0.0
|
|
432
432
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
433
433
|
typescript: '*'
|
|
434
434
|
|
|
435
|
-
'@angular-eslint/eslint-plugin@21.3.
|
|
436
|
-
resolution: {integrity: sha512-
|
|
435
|
+
'@angular-eslint/eslint-plugin@21.3.1':
|
|
436
|
+
resolution: {integrity: sha512-08NNTxwawRLTWPLl8dg1BnXMwimx93y4wMEwx2aWQpJbIt4pmNvwJzd+NgoD/Ag2VdLS/gOMadhJH5fgaYKsPQ==}
|
|
437
437
|
peerDependencies:
|
|
438
438
|
'@typescript-eslint/utils': ^7.11.0 || ^8.0.0
|
|
439
439
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
440
440
|
typescript: '*'
|
|
441
441
|
|
|
442
|
-
'@angular-eslint/schematics@21.3.
|
|
443
|
-
resolution: {integrity: sha512-
|
|
442
|
+
'@angular-eslint/schematics@21.3.1':
|
|
443
|
+
resolution: {integrity: sha512-1U2u4ZsZvwT30aXRLsIJf6tULIiioo9BtASNsldpYecU3/m/1+F61lCYG79qt7YWbif9KABPYZlFTJUFGN8HWA==}
|
|
444
444
|
peerDependencies:
|
|
445
445
|
'@angular/cli': '>= 21.0.0 < 22.0.0'
|
|
446
446
|
|
|
447
|
-
'@angular-eslint/template-parser@21.3.
|
|
448
|
-
resolution: {integrity: sha512-
|
|
447
|
+
'@angular-eslint/template-parser@21.3.1':
|
|
448
|
+
resolution: {integrity: sha512-moERVCTekQKOvR8RMuEOtWSO3VS1qrzA3keI1dPto/JVB8Nqp9w3R5ZpEoXHzh4zgEryosxmPgdi6UczJe2ouQ==}
|
|
449
449
|
peerDependencies:
|
|
450
450
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
451
451
|
typescript: '*'
|
|
452
452
|
|
|
453
|
-
'@angular-eslint/utils@21.3.
|
|
454
|
-
resolution: {integrity: sha512-
|
|
453
|
+
'@angular-eslint/utils@21.3.1':
|
|
454
|
+
resolution: {integrity: sha512-Q3SGA1/36phZhmsp1mYrKzp/jcmqofRr861MYn46FaWIKSYXBYRzl+H3FIJKBu5CE36Bggu6hbNpwGPuUp+MCg==}
|
|
455
455
|
peerDependencies:
|
|
456
456
|
'@typescript-eslint/utils': ^7.11.0 || ^8.0.0
|
|
457
457
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
458
458
|
typescript: '*'
|
|
459
459
|
|
|
460
|
-
'@angular/animations@21.2.
|
|
461
|
-
resolution: {integrity: sha512-
|
|
460
|
+
'@angular/animations@21.2.6':
|
|
461
|
+
resolution: {integrity: sha512-SPzTOlkyVagPdb7OMe9hw3dnpMGq2p/nADatzNfRUMXwit8AU8VaiPIrFRsCD52sAL1zDDj60gKsk/dprzIyFA==}
|
|
462
462
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
463
463
|
peerDependencies:
|
|
464
|
-
'@angular/core': 21.2.
|
|
464
|
+
'@angular/core': 21.2.6
|
|
465
465
|
|
|
466
|
-
'@angular/build@21.2.
|
|
467
|
-
resolution: {integrity: sha512-
|
|
466
|
+
'@angular/build@21.2.5':
|
|
467
|
+
resolution: {integrity: sha512-AfE09K+pkgS3VB84R74XG/XB9LQmO6Q6YfpssjDwMnWGwDGGwUGydXn8AKdhnhI4mM2nFKoe+QYszFgrzu5HeQ==}
|
|
468
468
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
|
|
469
469
|
peerDependencies:
|
|
470
470
|
'@angular/compiler': ^21.0.0
|
|
@@ -474,7 +474,7 @@ packages:
|
|
|
474
474
|
'@angular/platform-browser': ^21.0.0
|
|
475
475
|
'@angular/platform-server': ^21.0.0
|
|
476
476
|
'@angular/service-worker': ^21.0.0
|
|
477
|
-
'@angular/ssr': ^21.2.
|
|
477
|
+
'@angular/ssr': ^21.2.5
|
|
478
478
|
karma: ^6.4.0
|
|
479
479
|
less: ^4.2.0
|
|
480
480
|
ng-packagr: ^21.0.0
|
|
@@ -509,38 +509,38 @@ packages:
|
|
|
509
509
|
vitest:
|
|
510
510
|
optional: true
|
|
511
511
|
|
|
512
|
-
'@angular/cli@21.2.
|
|
513
|
-
resolution: {integrity: sha512-
|
|
512
|
+
'@angular/cli@21.2.5':
|
|
513
|
+
resolution: {integrity: sha512-nLpyqXQ0s96jC/vR8CsKM3q94/F/nZwtbjM3E6g5lXpKe7cHfJkCfERPexx+jzzYP5JBhtm+u61aH6auu9KYQw==}
|
|
514
514
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
|
|
515
515
|
hasBin: true
|
|
516
516
|
|
|
517
|
-
'@angular/common@21.2.
|
|
518
|
-
resolution: {integrity: sha512-
|
|
517
|
+
'@angular/common@21.2.6':
|
|
518
|
+
resolution: {integrity: sha512-2FcpZ1h6AZ4JwCIlnpHCYrbRTGQTOj/RFXkuX/qw7K6cFmJGfWFMmr++xWtHZEvUddfbR9hqDo+v1mkqEKE/Kw==}
|
|
519
519
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
520
520
|
peerDependencies:
|
|
521
|
-
'@angular/core': 21.2.
|
|
521
|
+
'@angular/core': 21.2.6
|
|
522
522
|
rxjs: ^6.5.3 || ^7.4.0
|
|
523
523
|
|
|
524
|
-
'@angular/compiler-cli@21.2.
|
|
525
|
-
resolution: {integrity: sha512-
|
|
524
|
+
'@angular/compiler-cli@21.2.6':
|
|
525
|
+
resolution: {integrity: sha512-CiPmat4+D+hWXMTAY++09WeII/5D0r6iTjdLdaTq8tlo0uJcrOlazib4CpA94kJ2CRdzfhmC1H+ttwBI1xIlTg==}
|
|
526
526
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
527
527
|
hasBin: true
|
|
528
528
|
peerDependencies:
|
|
529
|
-
'@angular/compiler': 21.2.
|
|
529
|
+
'@angular/compiler': 21.2.6
|
|
530
530
|
typescript: '>=5.9 <6.1'
|
|
531
531
|
peerDependenciesMeta:
|
|
532
532
|
typescript:
|
|
533
533
|
optional: true
|
|
534
534
|
|
|
535
|
-
'@angular/compiler@21.2.
|
|
536
|
-
resolution: {integrity: sha512-
|
|
535
|
+
'@angular/compiler@21.2.6':
|
|
536
|
+
resolution: {integrity: sha512-shGkb/aAIPbG8oSYkVJ0msGlRdDVcJBVaUVx2KenMltifQjfLn5N8DFMAzOR6haaA3XeugFExxKqmvySjrVq+A==}
|
|
537
537
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
538
538
|
|
|
539
|
-
'@angular/core@21.2.
|
|
540
|
-
resolution: {integrity: sha512-
|
|
539
|
+
'@angular/core@21.2.6':
|
|
540
|
+
resolution: {integrity: sha512-svgK5DhFlQlS+sMybXftn08rHHRiDGY/uIKT5LZUaKgyffnkPb8uClpMIW0NzANtU8qs8pwgDZFoJw85Ia3oqQ==}
|
|
541
541
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
542
542
|
peerDependencies:
|
|
543
|
-
'@angular/compiler': 21.2.
|
|
543
|
+
'@angular/compiler': 21.2.6
|
|
544
544
|
rxjs: ^6.5.3 || ^7.4.0
|
|
545
545
|
zone.js: ~0.15.0 || ~0.16.0
|
|
546
546
|
peerDependenciesMeta:
|
|
@@ -549,38 +549,38 @@ packages:
|
|
|
549
549
|
zone.js:
|
|
550
550
|
optional: true
|
|
551
551
|
|
|
552
|
-
'@angular/language-service@21.2.
|
|
553
|
-
resolution: {integrity: sha512-
|
|
552
|
+
'@angular/language-service@21.2.6':
|
|
553
|
+
resolution: {integrity: sha512-ui2Zf/h736Kf/jwyXHN2OBQC9fEzGUCz5fJr72sEe4nqa6aTiCL0FfkTarHDLKEYPNr8M+ZX/icgo3j9yztJhQ==}
|
|
554
554
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
555
555
|
|
|
556
|
-
'@angular/platform-browser@21.2.
|
|
557
|
-
resolution: {integrity: sha512-
|
|
556
|
+
'@angular/platform-browser@21.2.6':
|
|
557
|
+
resolution: {integrity: sha512-LW1vPXVHvy71LBahn+fSzPlWQl25kJIdcXq+ptG7HsMVgbPQ3/vvkKXAHYaRdppLGCFL+v+3dQGHYLNLiYL9qg==}
|
|
558
558
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
559
559
|
peerDependencies:
|
|
560
|
-
'@angular/animations': 21.2.
|
|
561
|
-
'@angular/common': 21.2.
|
|
562
|
-
'@angular/core': 21.2.
|
|
560
|
+
'@angular/animations': 21.2.6
|
|
561
|
+
'@angular/common': 21.2.6
|
|
562
|
+
'@angular/core': 21.2.6
|
|
563
563
|
peerDependenciesMeta:
|
|
564
564
|
'@angular/animations':
|
|
565
565
|
optional: true
|
|
566
566
|
|
|
567
|
-
'@angular/platform-server@21.2.
|
|
568
|
-
resolution: {integrity: sha512-
|
|
567
|
+
'@angular/platform-server@21.2.6':
|
|
568
|
+
resolution: {integrity: sha512-IatXqKzRRT8H1UolijS3Lv3SgthH5w3qHe5ZpQADYi9NIaIvtVMnDH3kIxWGhepjMtvUz235J3E6FrPer6mNZA==}
|
|
569
569
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
570
570
|
peerDependencies:
|
|
571
|
-
'@angular/common': 21.2.
|
|
572
|
-
'@angular/compiler': 21.2.
|
|
573
|
-
'@angular/core': 21.2.
|
|
574
|
-
'@angular/platform-browser': 21.2.
|
|
571
|
+
'@angular/common': 21.2.6
|
|
572
|
+
'@angular/compiler': 21.2.6
|
|
573
|
+
'@angular/core': 21.2.6
|
|
574
|
+
'@angular/platform-browser': 21.2.6
|
|
575
575
|
rxjs: ^6.5.3 || ^7.4.0
|
|
576
576
|
|
|
577
|
-
'@angular/router@21.2.
|
|
578
|
-
resolution: {integrity: sha512-
|
|
577
|
+
'@angular/router@21.2.6':
|
|
578
|
+
resolution: {integrity: sha512-0ajhkKYeOqHQEEH88+Q0HrheR3helwTvdTqD/0gTaapCe+HOoC+SYwmzzsYP2zwAxBNQEg4JHOGKQ30X9/gwgw==}
|
|
579
579
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
580
580
|
peerDependencies:
|
|
581
|
-
'@angular/common': 21.2.
|
|
582
|
-
'@angular/core': 21.2.
|
|
583
|
-
'@angular/platform-browser': 21.2.
|
|
581
|
+
'@angular/common': 21.2.6
|
|
582
|
+
'@angular/core': 21.2.6
|
|
583
|
+
'@angular/platform-browser': 21.2.6
|
|
584
584
|
rxjs: ^6.5.3 || ^7.4.0
|
|
585
585
|
|
|
586
586
|
'@antfu/utils@0.7.10':
|
|
@@ -614,6 +614,16 @@ packages:
|
|
|
614
614
|
react: ^17.0.2 || ^18.0.0 || ^19.0.0
|
|
615
615
|
react-dom: ^17.0.2 || ^18.0.0 || ^19.0.0
|
|
616
616
|
|
|
617
|
+
'@astrojs/solid-js@5.1.3':
|
|
618
|
+
resolution: {integrity: sha512-KxfYt4y1d7BuSw6EsN1EaPoGYsIES7bEI6AtTbncuabRUUMZs+mOWOeOdmgnwVLj+jbNbhBjUZsqr77eUviZdw==}
|
|
619
|
+
engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0}
|
|
620
|
+
peerDependencies:
|
|
621
|
+
solid-devtools: ^0.30.1
|
|
622
|
+
solid-js: ^1.8.5
|
|
623
|
+
peerDependenciesMeta:
|
|
624
|
+
solid-devtools:
|
|
625
|
+
optional: true
|
|
626
|
+
|
|
617
627
|
'@astrojs/svelte@7.2.5':
|
|
618
628
|
resolution: {integrity: sha512-Tl5aF/dYbzzd7sLpxMBX6pRz3yJ1B4pilt9G3GJbj0I0/doJHIEmerNQsnlxX0/InNKUhMXXN8wyyet9VhA+Zw==}
|
|
619
629
|
engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0}
|
|
@@ -678,6 +688,10 @@ packages:
|
|
|
678
688
|
resolution: {integrity: sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==}
|
|
679
689
|
engines: {node: '>=6.9.0'}
|
|
680
690
|
|
|
691
|
+
'@babel/helper-module-imports@7.18.6':
|
|
692
|
+
resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==}
|
|
693
|
+
engines: {node: '>=6.9.0'}
|
|
694
|
+
|
|
681
695
|
'@babel/helper-module-imports@7.28.6':
|
|
682
696
|
resolution: {integrity: sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==}
|
|
683
697
|
engines: {node: '>=6.9.0'}
|
|
@@ -731,6 +745,11 @@ packages:
|
|
|
731
745
|
engines: {node: '>=6.0.0'}
|
|
732
746
|
hasBin: true
|
|
733
747
|
|
|
748
|
+
'@babel/parser@7.29.2':
|
|
749
|
+
resolution: {integrity: sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==}
|
|
750
|
+
engines: {node: '>=6.0.0'}
|
|
751
|
+
hasBin: true
|
|
752
|
+
|
|
734
753
|
'@babel/plugin-proposal-decorators@7.29.0':
|
|
735
754
|
resolution: {integrity: sha512-CVBVv3VY/XRMxRYq5dwr2DS7/MvqPm23cOCjbwNnVrfOqcWlnefua1uUs0sjdKOGjvPUG633o07uWzJq4oI6dA==}
|
|
736
755
|
engines: {node: '>=6.9.0'}
|
|
@@ -817,6 +836,9 @@ packages:
|
|
|
817
836
|
resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==}
|
|
818
837
|
engines: {node: '>=6.9.0'}
|
|
819
838
|
|
|
839
|
+
'@bytecodealliance/preview2-shim@0.17.8':
|
|
840
|
+
resolution: {integrity: sha512-wS5kg8u0KCML1UeHQPJ1IuOI24x/XLentCzsqPER1+gDNC5Cz2hG4G2blLOZap+3CEGhIhnJ9mmZYj6a2W0Lww==}
|
|
841
|
+
|
|
820
842
|
'@capsizecss/unpack@4.0.0':
|
|
821
843
|
resolution: {integrity: sha512-VERIM64vtTP1C4mxQ5thVT9fK0apjPFobqybMtA1UdUujWka24ERHbRHFGmpbbhp73MhV+KSsHQH9C6uOTdEQA==}
|
|
822
844
|
engines: {node: '>=18'}
|
|
@@ -834,6 +856,9 @@ packages:
|
|
|
834
856
|
'@emnapi/wasi-threads@1.1.0':
|
|
835
857
|
resolution: {integrity: sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==}
|
|
836
858
|
|
|
859
|
+
'@epic-web/invariant@1.0.0':
|
|
860
|
+
resolution: {integrity: sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA==}
|
|
861
|
+
|
|
837
862
|
'@esbuild/aix-ppc64@0.25.12':
|
|
838
863
|
resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==}
|
|
839
864
|
engines: {node: '>=18'}
|
|
@@ -1189,9 +1214,9 @@ packages:
|
|
|
1189
1214
|
resolution: {integrity: sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==}
|
|
1190
1215
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1191
1216
|
|
|
1192
|
-
'@eslint/markdown@
|
|
1193
|
-
resolution: {integrity: sha512-
|
|
1194
|
-
engines: {node: ^
|
|
1217
|
+
'@eslint/markdown@8.0.0':
|
|
1218
|
+
resolution: {integrity: sha512-Rh3+76uHdnkk/ocLMZfWHXoPA/MK+GOqqjCAioiyNk2eYBC8UniRHdTMbM+2XZqTLWAcQo/SuU1CsXtdIOTX1g==}
|
|
1219
|
+
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
1195
1220
|
|
|
1196
1221
|
'@eslint/object-schema@2.1.7':
|
|
1197
1222
|
resolution: {integrity: sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==}
|
|
@@ -1201,6 +1226,10 @@ packages:
|
|
|
1201
1226
|
resolution: {integrity: sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==}
|
|
1202
1227
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1203
1228
|
|
|
1229
|
+
'@eslint/plugin-kit@0.6.1':
|
|
1230
|
+
resolution: {integrity: sha512-iH1B076HoAshH1mLpHMgwdGeTs0CYwL0SPMkGuSebZrwBp16v415e9NZXg2jtrqPVQjf6IANe2Vtlr5KswtcZQ==}
|
|
1231
|
+
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
1232
|
+
|
|
1204
1233
|
'@gar/promise-retry@1.0.2':
|
|
1205
1234
|
resolution: {integrity: sha512-Lm/ZLhDZcBECta3TmCQSngiQykFdfw+QtI1/GYMsZd4l3nG+P8WLB16XuS7WaBGLQ+9E+cOcWQsth9cayuGt8g==}
|
|
1206
1235
|
engines: {node: ^20.17.0 || >=22.9.0}
|
|
@@ -1212,7 +1241,7 @@ packages:
|
|
|
1212
1241
|
resolution: {integrity: sha512-hZ7nOssGqRgyV3FVVQdfi+U4q02uB23bpnYpdvNXkYTRRyWx84b7yf1ans+dnJ/7h41sGL3CeQTfO+ZGxuO+Iw==}
|
|
1213
1242
|
engines: {node: '>=18.14.1'}
|
|
1214
1243
|
peerDependencies:
|
|
1215
|
-
hono: ^4
|
|
1244
|
+
hono: ^4
|
|
1216
1245
|
|
|
1217
1246
|
'@humanfs/core@0.19.1':
|
|
1218
1247
|
resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==}
|
|
@@ -1636,20 +1665,26 @@ packages:
|
|
|
1636
1665
|
cpu: [x64]
|
|
1637
1666
|
os: [win32]
|
|
1638
1667
|
|
|
1639
|
-
'@nanostores/preact@1.
|
|
1640
|
-
resolution: {integrity: sha512-
|
|
1668
|
+
'@nanostores/preact@1.1.0':
|
|
1669
|
+
resolution: {integrity: sha512-oiu9z85AiZlBTKJ8YsfAs8TALpDij70LmmKuRkeF22rS9zUBhVtYDWXEvV1qUUStNNwSFdhTMkwzOYL/IsA+UA==}
|
|
1641
1670
|
engines: {node: ^20.0.0 || >=22.0.0}
|
|
1642
1671
|
peerDependencies:
|
|
1643
|
-
nanostores: ^
|
|
1672
|
+
nanostores: ^1.2.0
|
|
1644
1673
|
preact: '>=10.0.0'
|
|
1645
1674
|
|
|
1646
|
-
'@nanostores/react@1.
|
|
1647
|
-
resolution: {integrity: sha512-
|
|
1675
|
+
'@nanostores/react@1.1.0':
|
|
1676
|
+
resolution: {integrity: sha512-MbH35fjhcf7LAubYX5vhOChYUfTLzNLqH/mBGLVsHkcvjy0F8crO1WQwdmQ2xKbAmtpalDa2zBt3Hlg5kqr8iw==}
|
|
1648
1677
|
engines: {node: ^20.0.0 || >=22.0.0}
|
|
1649
1678
|
peerDependencies:
|
|
1650
|
-
nanostores: ^
|
|
1679
|
+
nanostores: ^1.2.0
|
|
1651
1680
|
react: '>=18.0.0'
|
|
1652
1681
|
|
|
1682
|
+
'@nanostores/solid@1.1.1':
|
|
1683
|
+
resolution: {integrity: sha512-gF0Eat1/c3hOaklBMSVoEjcNzJc5zGk4VSg94H9LPmXYww1pxgr7zylpi3jjyxRu24c8+aYNkmRWzolAwzSA1A==}
|
|
1684
|
+
peerDependencies:
|
|
1685
|
+
nanostores: '>=0.9.0 <2.0.0'
|
|
1686
|
+
solid-js: ^1.6.0
|
|
1687
|
+
|
|
1653
1688
|
'@nanostores/vue@1.1.0':
|
|
1654
1689
|
resolution: {integrity: sha512-14eY8/YA0AbtWkAjk8zHKxbjcuPubF+M7y9afQzg2b5VqRJcashwA0100vprau13BTBSynUmU6ZsU6x03YidjA==}
|
|
1655
1690
|
engines: {node: ^20.0.0 || >=22.0.0}
|
|
@@ -1795,6 +1830,9 @@ packages:
|
|
|
1795
1830
|
resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
|
|
1796
1831
|
engines: {node: '>= 8'}
|
|
1797
1832
|
|
|
1833
|
+
'@nomicfoundation/slang@1.3.4':
|
|
1834
|
+
resolution: {integrity: sha512-ghzrPSYH1sZO65id6+Bq2Ood87HT54QP3RGC8EkmpcrJ6tT9Ky0RtaJfrzV5G4jpDsnNua6+YEDpzOMori04hQ==}
|
|
1835
|
+
|
|
1798
1836
|
'@npmcli/agent@4.0.0':
|
|
1799
1837
|
resolution: {integrity: sha512-kAQTcEN9E8ERLVg5AsGwLNoFb+oEG6engbqAU2P43gD4JEIkNGMHdVQ096FsOAAYpZPB0RSt0zgInKIAS1l5QA==}
|
|
1800
1838
|
engines: {node: ^20.17.0 || >=22.9.0}
|
|
@@ -1838,9 +1876,16 @@ packages:
|
|
|
1838
1876
|
'@oslojs/encoding@1.1.0':
|
|
1839
1877
|
resolution: {integrity: sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==}
|
|
1840
1878
|
|
|
1879
|
+
'@oxc-project/runtime@0.122.0':
|
|
1880
|
+
resolution: {integrity: sha512-vevyz3bNjevQFCV2Yg5o6Sp9BSoiYiJVymMrzA3S1ZGj4J8ak4YiywhFyQMueQ3UNlJU6HZOZYDy70TUc99aHw==}
|
|
1881
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1882
|
+
|
|
1841
1883
|
'@oxc-project/types@0.113.0':
|
|
1842
1884
|
resolution: {integrity: sha512-Tp3XmgxwNQ9pEN9vxgJBAqdRamHibi76iowQ38O2I4PMpcvNRQNVsU2n1x1nv9yh0XoTrGFzf7cZSGxmixxrhA==}
|
|
1843
1885
|
|
|
1886
|
+
'@oxc-project/types@0.122.0':
|
|
1887
|
+
resolution: {integrity: sha512-oLAl5kBpV4w69UtFZ9xqcmTi+GENWOcPF7FCrczTiBbmC0ibXxCwyvZGbO39rCVEuLGAZM84DH0pUIyyv/YJzA==}
|
|
1888
|
+
|
|
1844
1889
|
'@parcel/watcher-android-arm64@2.5.6':
|
|
1845
1890
|
resolution: {integrity: sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==}
|
|
1846
1891
|
engines: {node: '>= 10.0.0'}
|
|
@@ -1945,11 +1990,11 @@ packages:
|
|
|
1945
1990
|
'@polka/url@1.0.0-next.29':
|
|
1946
1991
|
resolution: {integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==}
|
|
1947
1992
|
|
|
1948
|
-
'@preact/preset-vite@2.10.
|
|
1949
|
-
resolution: {integrity: sha512-
|
|
1993
|
+
'@preact/preset-vite@2.10.5':
|
|
1994
|
+
resolution: {integrity: sha512-p0vJpxiVO7KWWazWny3LUZ+saXyZKWv6Ju0bYMWNJRp2YveufRPgSUB1C4MTqGJfz07EehMgfN+AJNwQy+w6Iw==}
|
|
1950
1995
|
peerDependencies:
|
|
1951
1996
|
'@babel/core': 7.x
|
|
1952
|
-
vite: 2.x || 3.x || 4.x || 5.x || 6.x || 7.x
|
|
1997
|
+
vite: 2.x || 3.x || 4.x || 5.x || 6.x || 7.x || 8.x
|
|
1953
1998
|
|
|
1954
1999
|
'@preact/signals-core@1.13.0':
|
|
1955
2000
|
resolution: {integrity: sha512-slT6XeTCAbdql61GVLlGU4x7XHI7kCZV5Um5uhE4zLX4ApgiiXc0UYFvVOKq06xcovzp7p+61l68oPi563ARKg==}
|
|
@@ -1976,36 +2021,73 @@ packages:
|
|
|
1976
2021
|
preact: ^10.4.0 || ^11.0.0-0
|
|
1977
2022
|
vite: '>=2.0.0'
|
|
1978
2023
|
|
|
2024
|
+
'@rolldown/binding-android-arm64@1.0.0-rc.12':
|
|
2025
|
+
resolution: {integrity: sha512-pv1y2Fv0JybcykuiiD3qBOBdz6RteYojRFY1d+b95WVuzx211CRh+ytI/+9iVyWQ6koTh5dawe4S/yRfOFjgaA==}
|
|
2026
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2027
|
+
cpu: [arm64]
|
|
2028
|
+
os: [android]
|
|
2029
|
+
|
|
1979
2030
|
'@rolldown/binding-android-arm64@1.0.0-rc.4':
|
|
1980
2031
|
resolution: {integrity: sha512-vRq9f4NzvbdZavhQbjkJBx7rRebDKYR9zHfO/Wg486+I7bSecdUapzCm5cyXoK+LHokTxgSq7A5baAXUZkIz0w==}
|
|
1981
2032
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1982
2033
|
cpu: [arm64]
|
|
1983
2034
|
os: [android]
|
|
1984
2035
|
|
|
2036
|
+
'@rolldown/binding-darwin-arm64@1.0.0-rc.12':
|
|
2037
|
+
resolution: {integrity: sha512-cFYr6zTG/3PXXF3pUO+umXxt1wkRK/0AYT8lDwuqvRC+LuKYWSAQAQZjCWDQpAH172ZV6ieYrNnFzVVcnSflAg==}
|
|
2038
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2039
|
+
cpu: [arm64]
|
|
2040
|
+
os: [darwin]
|
|
2041
|
+
|
|
1985
2042
|
'@rolldown/binding-darwin-arm64@1.0.0-rc.4':
|
|
1986
2043
|
resolution: {integrity: sha512-kFgEvkWLqt3YCgKB5re9RlIrx9bRsvyVUnaTakEpOPuLGzLpLapYxE9BufJNvPg8GjT6mB1alN4yN1NjzoeM8Q==}
|
|
1987
2044
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1988
2045
|
cpu: [arm64]
|
|
1989
2046
|
os: [darwin]
|
|
1990
2047
|
|
|
2048
|
+
'@rolldown/binding-darwin-x64@1.0.0-rc.12':
|
|
2049
|
+
resolution: {integrity: sha512-ZCsYknnHzeXYps0lGBz8JrF37GpE9bFVefrlmDrAQhOEi4IOIlcoU1+FwHEtyXGx2VkYAvhu7dyBf75EJQffBw==}
|
|
2050
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2051
|
+
cpu: [x64]
|
|
2052
|
+
os: [darwin]
|
|
2053
|
+
|
|
1991
2054
|
'@rolldown/binding-darwin-x64@1.0.0-rc.4':
|
|
1992
2055
|
resolution: {integrity: sha512-JXmaOJGsL/+rsmMfutcDjxWM2fTaVgCHGoXS7nE8Z3c9NAYjGqHvXrAhMUZvMpHS/k7Mg+X7n/MVKb7NYWKKww==}
|
|
1993
2056
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1994
2057
|
cpu: [x64]
|
|
1995
2058
|
os: [darwin]
|
|
1996
2059
|
|
|
2060
|
+
'@rolldown/binding-freebsd-x64@1.0.0-rc.12':
|
|
2061
|
+
resolution: {integrity: sha512-dMLeprcVsyJsKolRXyoTH3NL6qtsT0Y2xeuEA8WQJquWFXkEC4bcu1rLZZSnZRMtAqwtrF/Ib9Ddtpa/Gkge9Q==}
|
|
2062
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2063
|
+
cpu: [x64]
|
|
2064
|
+
os: [freebsd]
|
|
2065
|
+
|
|
1997
2066
|
'@rolldown/binding-freebsd-x64@1.0.0-rc.4':
|
|
1998
2067
|
resolution: {integrity: sha512-ep3Catd6sPnHTM0P4hNEvIv5arnDvk01PfyJIJ+J3wVCG1eEaPo09tvFqdtcaTrkwQy0VWR24uz+cb4IsK53Qw==}
|
|
1999
2068
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2000
2069
|
cpu: [x64]
|
|
2001
2070
|
os: [freebsd]
|
|
2002
2071
|
|
|
2072
|
+
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.12':
|
|
2073
|
+
resolution: {integrity: sha512-YqWjAgGC/9M1lz3GR1r1rP79nMgo3mQiiA+Hfo+pvKFK1fAJ1bCi0ZQVh8noOqNacuY1qIcfyVfP6HoyBRZ85Q==}
|
|
2074
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2075
|
+
cpu: [arm]
|
|
2076
|
+
os: [linux]
|
|
2077
|
+
|
|
2003
2078
|
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.4':
|
|
2004
2079
|
resolution: {integrity: sha512-LwA5ayKIpnsgXJEwWc3h8wPiS33NMIHd9BhsV92T8VetVAbGe2qXlJwNVDGHN5cOQ22R9uYvbrQir2AB+ntT2w==}
|
|
2005
2080
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2006
2081
|
cpu: [arm]
|
|
2007
2082
|
os: [linux]
|
|
2008
2083
|
|
|
2084
|
+
'@rolldown/binding-linux-arm64-gnu@1.0.0-rc.12':
|
|
2085
|
+
resolution: {integrity: sha512-/I5AS4cIroLpslsmzXfwbe5OmWvSsrFuEw3mwvbQ1kDxJ822hFHIx+vsN/TAzNVyepI/j/GSzrtCIwQPeKCLIg==}
|
|
2086
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2087
|
+
cpu: [arm64]
|
|
2088
|
+
os: [linux]
|
|
2089
|
+
libc: [glibc]
|
|
2090
|
+
|
|
2009
2091
|
'@rolldown/binding-linux-arm64-gnu@1.0.0-rc.4':
|
|
2010
2092
|
resolution: {integrity: sha512-AC1WsGdlV1MtGay/OQ4J9T7GRadVnpYRzTcygV1hKnypbYN20Yh4t6O1Sa2qRBMqv1etulUknqXjc3CTIsBu6A==}
|
|
2011
2093
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
@@ -2013,6 +2095,13 @@ packages:
|
|
|
2013
2095
|
os: [linux]
|
|
2014
2096
|
libc: [glibc]
|
|
2015
2097
|
|
|
2098
|
+
'@rolldown/binding-linux-arm64-musl@1.0.0-rc.12':
|
|
2099
|
+
resolution: {integrity: sha512-V6/wZztnBqlx5hJQqNWwFdxIKN0m38p8Jas+VoSfgH54HSj9tKTt1dZvG6JRHcjh6D7TvrJPWFGaY9UBVOaWPw==}
|
|
2100
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2101
|
+
cpu: [arm64]
|
|
2102
|
+
os: [linux]
|
|
2103
|
+
libc: [musl]
|
|
2104
|
+
|
|
2016
2105
|
'@rolldown/binding-linux-arm64-musl@1.0.0-rc.4':
|
|
2017
2106
|
resolution: {integrity: sha512-lU+6rgXXViO61B4EudxtVMXSOfiZONR29Sys5VGSetUY7X8mg9FCKIIjcPPj8xNDeYzKl+H8F/qSKOBVFJChCQ==}
|
|
2018
2107
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
@@ -2020,6 +2109,27 @@ packages:
|
|
|
2020
2109
|
os: [linux]
|
|
2021
2110
|
libc: [musl]
|
|
2022
2111
|
|
|
2112
|
+
'@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.12':
|
|
2113
|
+
resolution: {integrity: sha512-AP3E9BpcUYliZCxa3w5Kwj9OtEVDYK6sVoUzy4vTOJsjPOgdaJZKFmN4oOlX0Wp0RPV2ETfmIra9x1xuayFB7g==}
|
|
2114
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2115
|
+
cpu: [ppc64]
|
|
2116
|
+
os: [linux]
|
|
2117
|
+
libc: [glibc]
|
|
2118
|
+
|
|
2119
|
+
'@rolldown/binding-linux-s390x-gnu@1.0.0-rc.12':
|
|
2120
|
+
resolution: {integrity: sha512-nWwpvUSPkoFmZo0kQazZYOrT7J5DGOJ/+QHHzjvNlooDZED8oH82Yg67HvehPPLAg5fUff7TfWFHQS8IV1n3og==}
|
|
2121
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2122
|
+
cpu: [s390x]
|
|
2123
|
+
os: [linux]
|
|
2124
|
+
libc: [glibc]
|
|
2125
|
+
|
|
2126
|
+
'@rolldown/binding-linux-x64-gnu@1.0.0-rc.12':
|
|
2127
|
+
resolution: {integrity: sha512-RNrafz5bcwRy+O9e6P8Z/OCAJW/A+qtBczIqVYwTs14pf4iV1/+eKEjdOUta93q2TsT/FI0XYDP3TCky38LMAg==}
|
|
2128
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2129
|
+
cpu: [x64]
|
|
2130
|
+
os: [linux]
|
|
2131
|
+
libc: [glibc]
|
|
2132
|
+
|
|
2023
2133
|
'@rolldown/binding-linux-x64-gnu@1.0.0-rc.4':
|
|
2024
2134
|
resolution: {integrity: sha512-DZaN1f0PGp/bSvKhtw50pPsnln4T13ycDq1FrDWRiHmWt1JeW+UtYg9touPFf8yt993p8tS2QjybpzKNTxYEwg==}
|
|
2025
2135
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
@@ -2027,6 +2137,13 @@ packages:
|
|
|
2027
2137
|
os: [linux]
|
|
2028
2138
|
libc: [glibc]
|
|
2029
2139
|
|
|
2140
|
+
'@rolldown/binding-linux-x64-musl@1.0.0-rc.12':
|
|
2141
|
+
resolution: {integrity: sha512-Jpw/0iwoKWx3LJ2rc1yjFrj+T7iHZn2JDg1Yny1ma0luviFS4mhAIcd1LFNxK3EYu3DHWCps0ydXQ5i/rrJ2ig==}
|
|
2142
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2143
|
+
cpu: [x64]
|
|
2144
|
+
os: [linux]
|
|
2145
|
+
libc: [musl]
|
|
2146
|
+
|
|
2030
2147
|
'@rolldown/binding-linux-x64-musl@1.0.0-rc.4':
|
|
2031
2148
|
resolution: {integrity: sha512-RnGxwZLN7fhMMAItnD6dZ7lvy+TI7ba+2V54UF4dhaWa/p8I/ys1E73KO6HmPmgz92ZkfD8TXS1IMV8+uhbR9g==}
|
|
2032
2149
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
@@ -2034,23 +2151,46 @@ packages:
|
|
|
2034
2151
|
os: [linux]
|
|
2035
2152
|
libc: [musl]
|
|
2036
2153
|
|
|
2154
|
+
'@rolldown/binding-openharmony-arm64@1.0.0-rc.12':
|
|
2155
|
+
resolution: {integrity: sha512-vRugONE4yMfVn0+7lUKdKvN4D5YusEiPilaoO2sgUWpCvrncvWgPMzK00ZFFJuiPgLwgFNP5eSiUlv2tfc+lpA==}
|
|
2156
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2157
|
+
cpu: [arm64]
|
|
2158
|
+
os: [openharmony]
|
|
2159
|
+
|
|
2037
2160
|
'@rolldown/binding-openharmony-arm64@1.0.0-rc.4':
|
|
2038
2161
|
resolution: {integrity: sha512-6lcI79+X8klGiGd8yHuTgQRjuuJYNggmEml+RsyN596P23l/zf9FVmJ7K0KVKkFAeYEdg0iMUKyIxiV5vebDNQ==}
|
|
2039
2162
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2040
2163
|
cpu: [arm64]
|
|
2041
2164
|
os: [openharmony]
|
|
2042
2165
|
|
|
2166
|
+
'@rolldown/binding-wasm32-wasi@1.0.0-rc.12':
|
|
2167
|
+
resolution: {integrity: sha512-ykGiLr/6kkiHc0XnBfmFJuCjr5ZYKKofkx+chJWDjitX+KsJuAmrzWhwyOMSHzPhzOHOy7u9HlFoa5MoAOJ/Zg==}
|
|
2168
|
+
engines: {node: '>=14.0.0'}
|
|
2169
|
+
cpu: [wasm32]
|
|
2170
|
+
|
|
2043
2171
|
'@rolldown/binding-wasm32-wasi@1.0.0-rc.4':
|
|
2044
2172
|
resolution: {integrity: sha512-wz7ohsKCAIWy91blZ/1FlpPdqrsm1xpcEOQVveWoL6+aSPKL4VUcoYmmzuLTssyZxRpEwzuIxL/GDsvpjaBtOw==}
|
|
2045
2173
|
engines: {node: '>=14.0.0'}
|
|
2046
2174
|
cpu: [wasm32]
|
|
2047
2175
|
|
|
2176
|
+
'@rolldown/binding-win32-arm64-msvc@1.0.0-rc.12':
|
|
2177
|
+
resolution: {integrity: sha512-5eOND4duWkwx1AzCxadcOrNeighiLwMInEADT0YM7xeEOOFcovWZCq8dadXgcRHSf3Ulh1kFo/qvzoFiCLOL1Q==}
|
|
2178
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2179
|
+
cpu: [arm64]
|
|
2180
|
+
os: [win32]
|
|
2181
|
+
|
|
2048
2182
|
'@rolldown/binding-win32-arm64-msvc@1.0.0-rc.4':
|
|
2049
2183
|
resolution: {integrity: sha512-cfiMrfuWCIgsFmcVG0IPuO6qTRHvF7NuG3wngX1RZzc6dU8FuBFb+J3MIR5WrdTNozlumfgL4cvz+R4ozBCvsQ==}
|
|
2050
2184
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2051
2185
|
cpu: [arm64]
|
|
2052
2186
|
os: [win32]
|
|
2053
2187
|
|
|
2188
|
+
'@rolldown/binding-win32-x64-msvc@1.0.0-rc.12':
|
|
2189
|
+
resolution: {integrity: sha512-PyqoipaswDLAZtot351MLhrlrh6lcZPo2LSYE+VDxbVk24LVKAGOuE4hb8xZQmrPAuEtTZW8E6D2zc5EUZX4Lw==}
|
|
2190
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2191
|
+
cpu: [x64]
|
|
2192
|
+
os: [win32]
|
|
2193
|
+
|
|
2054
2194
|
'@rolldown/binding-win32-x64-msvc@1.0.0-rc.4':
|
|
2055
2195
|
resolution: {integrity: sha512-p6UeR9y7ht82AH57qwGuFYn69S6CZ7LLKdCKy/8T3zS9VTrJei2/CGsTUV45Da4Z9Rbhc7G4gyWQ/Ioamqn09g==}
|
|
2056
2196
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
@@ -2060,18 +2200,21 @@ packages:
|
|
|
2060
2200
|
'@rolldown/pluginutils@1.0.0-beta.27':
|
|
2061
2201
|
resolution: {integrity: sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==}
|
|
2062
2202
|
|
|
2203
|
+
'@rolldown/pluginutils@1.0.0-rc.12':
|
|
2204
|
+
resolution: {integrity: sha512-HHMwmarRKvoFsJorqYlFeFRzXZqCt2ETQlEDOb9aqssrnVBB1/+xgTGtuTrIk5vzLNX1MjMtTf7W9z3tsSbrxw==}
|
|
2205
|
+
|
|
2063
2206
|
'@rolldown/pluginutils@1.0.0-rc.2':
|
|
2064
2207
|
resolution: {integrity: sha512-izyXV/v+cHiRfozX62W9htOAvwMo4/bXKDrQ+vom1L1qRuexPock/7VZDAhnpHCLNejd3NJ6hiab+tO0D44Rgw==}
|
|
2065
2208
|
|
|
2066
|
-
'@rolldown/pluginutils@1.0.0-rc.3':
|
|
2067
|
-
resolution: {integrity: sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q==}
|
|
2068
|
-
|
|
2069
2209
|
'@rolldown/pluginutils@1.0.0-rc.4':
|
|
2070
2210
|
resolution: {integrity: sha512-1BrrmTu0TWfOP1riA8uakjFc9bpIUGzVKETsOtzY39pPga8zELGDl8eu1Dx7/gjM5CAz14UknsUMpBO8L+YntQ==}
|
|
2071
2211
|
|
|
2072
2212
|
'@rolldown/pluginutils@1.0.0-rc.6':
|
|
2073
2213
|
resolution: {integrity: sha512-Y0+JT8Mi1mmW08K6HieG315XNRu4L0rkfCpA364HtytjgiqYnMYRdFPcxRl+BQQqNXzecL2S9nii+RUpO93XIA==}
|
|
2074
2214
|
|
|
2215
|
+
'@rolldown/pluginutils@1.0.0-rc.7':
|
|
2216
|
+
resolution: {integrity: sha512-qujRfC8sFVInYSPPMLQByRh7zhwkGFS4+tyMQ83srV1qrxL4g8E2tyxVVyxd0+8QeBM1mIk9KbWxkegRr76XzA==}
|
|
2217
|
+
|
|
2075
2218
|
'@rollup/pluginutils@4.2.1':
|
|
2076
2219
|
resolution: {integrity: sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==}
|
|
2077
2220
|
engines: {node: '>= 8.0.0'}
|
|
@@ -2226,8 +2369,8 @@ packages:
|
|
|
2226
2369
|
'@rtsao/scc@1.1.0':
|
|
2227
2370
|
resolution: {integrity: sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==}
|
|
2228
2371
|
|
|
2229
|
-
'@schematics/angular@21.2.
|
|
2230
|
-
resolution: {integrity: sha512-
|
|
2372
|
+
'@schematics/angular@21.2.5':
|
|
2373
|
+
resolution: {integrity: sha512-orOiXcG86t34ejqbkm7ZHEkGfwTU/ySYFgY7BOQdaYFCoNQXxtU87fZoHckJ2xYpVitoKTvbf1bxDDphXb3ycw==}
|
|
2231
2374
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
|
|
2232
2375
|
|
|
2233
2376
|
'@sec-ant/readable-stream@0.4.1':
|
|
@@ -2282,6 +2425,19 @@ packages:
|
|
|
2282
2425
|
resolution: {integrity: sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==}
|
|
2283
2426
|
engines: {node: '>=18'}
|
|
2284
2427
|
|
|
2428
|
+
'@solidity-parser/parser@0.20.2':
|
|
2429
|
+
resolution: {integrity: sha512-rbu0bzwNvMcwAjH86hiEAcOeRI2EeK8zCkHDrFykh/Al8mvJeFmjy3UrE7GYQjNwOgbGUUtCn5/k8CB8zIu7QA==}
|
|
2430
|
+
|
|
2431
|
+
'@solidjs/testing-library@0.8.10':
|
|
2432
|
+
resolution: {integrity: sha512-qdeuIerwyq7oQTIrrKvV0aL9aFeuwTd86VYD3afdq5HYEwoox1OBTJy4y8A3TFZr8oAR0nujYgCzY/8wgHGfeQ==}
|
|
2433
|
+
engines: {node: '>= 14'}
|
|
2434
|
+
peerDependencies:
|
|
2435
|
+
'@solidjs/router': '>=0.9.0'
|
|
2436
|
+
solid-js: '>=1.0.0'
|
|
2437
|
+
peerDependenciesMeta:
|
|
2438
|
+
'@solidjs/router':
|
|
2439
|
+
optional: true
|
|
2440
|
+
|
|
2285
2441
|
'@standard-schema/spec@1.1.0':
|
|
2286
2442
|
resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
|
|
2287
2443
|
|
|
@@ -2298,14 +2454,6 @@ packages:
|
|
|
2298
2454
|
svelte: ^5.0.0
|
|
2299
2455
|
vite: ^6.0.0
|
|
2300
2456
|
|
|
2301
|
-
'@sveltejs/vite-plugin-svelte-inspector@5.0.2':
|
|
2302
|
-
resolution: {integrity: sha512-TZzRTcEtZffICSAoZGkPSl6Etsj2torOVrx6Uw0KpXxrec9Gg6jFWQ60Q3+LmNGfZSxHRCZL7vXVZIWmuV50Ig==}
|
|
2303
|
-
engines: {node: ^20.19 || ^22.12 || >=24}
|
|
2304
|
-
peerDependencies:
|
|
2305
|
-
'@sveltejs/vite-plugin-svelte': ^6.0.0-next.0
|
|
2306
|
-
svelte: ^5.0.0
|
|
2307
|
-
vite: ^6.3.0 || ^7.0.0
|
|
2308
|
-
|
|
2309
2457
|
'@sveltejs/vite-plugin-svelte@5.1.1':
|
|
2310
2458
|
resolution: {integrity: sha512-Y1Cs7hhTc+a5E9Va/xwKlAJoariQyHY+5zBgCZg4PFWNYQ1nMN9sjK1zhw1gK69DuqVP++sht/1GZg1aRwmAXQ==}
|
|
2311
2459
|
engines: {node: ^18.0.0 || ^20.0.0 || >=22}
|
|
@@ -2313,15 +2461,15 @@ packages:
|
|
|
2313
2461
|
svelte: ^5.0.0
|
|
2314
2462
|
vite: ^6.0.0
|
|
2315
2463
|
|
|
2316
|
-
'@sveltejs/vite-plugin-svelte@
|
|
2317
|
-
resolution: {integrity: sha512-
|
|
2464
|
+
'@sveltejs/vite-plugin-svelte@7.0.0':
|
|
2465
|
+
resolution: {integrity: sha512-ILXmxC7HAsnkK2eslgPetrqqW1BKSL7LktsFgqzNj83MaivMGZzluWq32m25j2mDOjmSKX7GGWahePhuEs7P/g==}
|
|
2318
2466
|
engines: {node: ^20.19 || ^22.12 || >=24}
|
|
2319
2467
|
peerDependencies:
|
|
2320
|
-
svelte: ^5.
|
|
2321
|
-
vite: ^
|
|
2468
|
+
svelte: ^5.46.4
|
|
2469
|
+
vite: ^8.0.0-beta.7 || ^8.0.0
|
|
2322
2470
|
|
|
2323
|
-
'@testing-library/angular@19.1
|
|
2324
|
-
resolution: {integrity: sha512-
|
|
2471
|
+
'@testing-library/angular@19.2.1':
|
|
2472
|
+
resolution: {integrity: sha512-COWnkcTKFwb4fReLlInNATH1cPYmujWINnVMXdy0oJHidz0XIrdJopx/jwCBDIAgD4qtz+wEDsUWM4gI78Hakw==}
|
|
2325
2473
|
peerDependencies:
|
|
2326
2474
|
'@angular/common': '>= 21.0.0'
|
|
2327
2475
|
'@angular/core': '>= 21.0.0'
|
|
@@ -2469,6 +2617,9 @@ packages:
|
|
|
2469
2617
|
'@types/json5@0.0.29':
|
|
2470
2618
|
resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
|
|
2471
2619
|
|
|
2620
|
+
'@types/katex@0.16.8':
|
|
2621
|
+
resolution: {integrity: sha512-trgaNyfU+Xh2Tc+ABIb44a5AYUpicB3uwirOioeOkNPPbmgRNtcWyDeeFRzjPZENO9Vq8gvVqfhaaXWLlevVwg==}
|
|
2622
|
+
|
|
2472
2623
|
'@types/mdast@4.0.4':
|
|
2473
2624
|
resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==}
|
|
2474
2625
|
|
|
@@ -2478,8 +2629,8 @@ packages:
|
|
|
2478
2629
|
'@types/nlcst@2.0.3':
|
|
2479
2630
|
resolution: {integrity: sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==}
|
|
2480
2631
|
|
|
2481
|
-
'@types/node@25.
|
|
2482
|
-
resolution: {integrity: sha512-
|
|
2632
|
+
'@types/node@25.5.0':
|
|
2633
|
+
resolution: {integrity: sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==}
|
|
2483
2634
|
|
|
2484
2635
|
'@types/react-dom@19.2.3':
|
|
2485
2636
|
resolution: {integrity: sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==}
|
|
@@ -2501,16 +2652,16 @@ packages:
|
|
|
2501
2652
|
'@types/ws@8.18.1':
|
|
2502
2653
|
resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==}
|
|
2503
2654
|
|
|
2504
|
-
'@typescript-eslint/eslint-plugin@8.
|
|
2505
|
-
resolution: {integrity: sha512-
|
|
2655
|
+
'@typescript-eslint/eslint-plugin@8.57.2':
|
|
2656
|
+
resolution: {integrity: sha512-NZZgp0Fm2IkD+La5PR81sd+g+8oS6JwJje+aRWsDocxHkjyRw0J5L5ZTlN3LI1LlOcGL7ph3eaIUmTXMIjLk0w==}
|
|
2506
2657
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2507
2658
|
peerDependencies:
|
|
2508
|
-
'@typescript-eslint/parser': ^8.
|
|
2659
|
+
'@typescript-eslint/parser': ^8.57.2
|
|
2509
2660
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
2510
2661
|
typescript: '>=4.8.4 <6.0.0'
|
|
2511
2662
|
|
|
2512
|
-
'@typescript-eslint/parser@8.
|
|
2513
|
-
resolution: {integrity: sha512-
|
|
2663
|
+
'@typescript-eslint/parser@8.57.2':
|
|
2664
|
+
resolution: {integrity: sha512-30ScMRHIAD33JJQkgfGW1t8CURZtjc2JpTrq5n2HFhOefbAhb7ucc7xJwdWcrEtqUIYJ73Nybpsggii6GtAHjA==}
|
|
2514
2665
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2515
2666
|
peerDependencies:
|
|
2516
2667
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
@@ -2522,18 +2673,34 @@ packages:
|
|
|
2522
2673
|
peerDependencies:
|
|
2523
2674
|
typescript: '>=4.8.4 <6.0.0'
|
|
2524
2675
|
|
|
2676
|
+
'@typescript-eslint/project-service@8.57.2':
|
|
2677
|
+
resolution: {integrity: sha512-FuH0wipFywXRTHf+bTTjNyuNQQsQC3qh/dYzaM4I4W0jrCqjCVuUh99+xd9KamUfmCGPvbO8NDngo/vsnNVqgw==}
|
|
2678
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2679
|
+
peerDependencies:
|
|
2680
|
+
typescript: '>=4.8.4 <6.0.0'
|
|
2681
|
+
|
|
2525
2682
|
'@typescript-eslint/scope-manager@8.56.1':
|
|
2526
2683
|
resolution: {integrity: sha512-YAi4VDKcIZp0O4tz/haYKhmIDZFEUPOreKbfdAN3SzUDMcPhJ8QI99xQXqX+HoUVq8cs85eRKnD+rne2UAnj2w==}
|
|
2527
2684
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2528
2685
|
|
|
2686
|
+
'@typescript-eslint/scope-manager@8.57.2':
|
|
2687
|
+
resolution: {integrity: sha512-snZKH+W4WbWkrBqj4gUNRIGb/jipDW3qMqVJ4C9rzdFc+wLwruxk+2a5D+uoFcKPAqyqEnSb4l2ULuZf95eSkw==}
|
|
2688
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2689
|
+
|
|
2529
2690
|
'@typescript-eslint/tsconfig-utils@8.56.1':
|
|
2530
2691
|
resolution: {integrity: sha512-qOtCYzKEeyr3aR9f28mPJqBty7+DBqsdd63eO0yyDwc6vgThj2UjWfJIcsFeSucYydqcuudMOprZ+x1SpF3ZuQ==}
|
|
2531
2692
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2532
2693
|
peerDependencies:
|
|
2533
2694
|
typescript: '>=4.8.4 <6.0.0'
|
|
2534
2695
|
|
|
2535
|
-
'@typescript-eslint/
|
|
2536
|
-
resolution: {integrity: sha512-
|
|
2696
|
+
'@typescript-eslint/tsconfig-utils@8.57.2':
|
|
2697
|
+
resolution: {integrity: sha512-3Lm5DSM+DCowsUOJC+YqHHnKEfFh5CoGkj5Z31NQSNF4l5wdOwqGn99wmwN/LImhfY3KJnmordBq/4+VDe2eKw==}
|
|
2698
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2699
|
+
peerDependencies:
|
|
2700
|
+
typescript: '>=4.8.4 <6.0.0'
|
|
2701
|
+
|
|
2702
|
+
'@typescript-eslint/type-utils@8.57.2':
|
|
2703
|
+
resolution: {integrity: sha512-Co6ZCShm6kIbAM/s+oYVpKFfW7LBc6FXoPXjTRQ449PPNBY8U0KZXuevz5IFuuUj2H9ss40atTaf9dlGLzbWZg==}
|
|
2537
2704
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2538
2705
|
peerDependencies:
|
|
2539
2706
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
@@ -2543,12 +2710,22 @@ packages:
|
|
|
2543
2710
|
resolution: {integrity: sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw==}
|
|
2544
2711
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2545
2712
|
|
|
2713
|
+
'@typescript-eslint/types@8.57.2':
|
|
2714
|
+
resolution: {integrity: sha512-/iZM6FnM4tnx9csuTxspMW4BOSegshwX5oBDznJ7S4WggL7Vczz5d2W11ecc4vRrQMQHXRSxzrCsyG5EsPPTbA==}
|
|
2715
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2716
|
+
|
|
2546
2717
|
'@typescript-eslint/typescript-estree@8.56.1':
|
|
2547
2718
|
resolution: {integrity: sha512-qzUL1qgalIvKWAf9C1HpvBjif+Vm6rcT5wZd4VoMb9+Km3iS3Cv9DY6dMRMDtPnwRAFyAi7YXJpTIEXLvdfPxg==}
|
|
2548
2719
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2549
2720
|
peerDependencies:
|
|
2550
2721
|
typescript: '>=4.8.4 <6.0.0'
|
|
2551
2722
|
|
|
2723
|
+
'@typescript-eslint/typescript-estree@8.57.2':
|
|
2724
|
+
resolution: {integrity: sha512-2MKM+I6g8tJxfSmFKOnHv2t8Sk3T6rF20A1Puk0svLK+uVapDZB/4pfAeB7nE83uAZrU6OxW+HmOd5wHVdXwXA==}
|
|
2725
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2726
|
+
peerDependencies:
|
|
2727
|
+
typescript: '>=4.8.4 <6.0.0'
|
|
2728
|
+
|
|
2552
2729
|
'@typescript-eslint/utils@8.56.1':
|
|
2553
2730
|
resolution: {integrity: sha512-HPAVNIME3tABJ61siYlHzSWCGtOoeP2RTIaHXFMPqjrQKCGB9OgUVdiNgH7TJS2JNIQ5qQ4RsAUDuGaGme/KOA==}
|
|
2554
2731
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -2556,10 +2733,21 @@ packages:
|
|
|
2556
2733
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
2557
2734
|
typescript: '>=4.8.4 <6.0.0'
|
|
2558
2735
|
|
|
2736
|
+
'@typescript-eslint/utils@8.57.2':
|
|
2737
|
+
resolution: {integrity: sha512-krRIbvPK1ju1WBKIefiX+bngPs+odIQUtR7kymzPfo1POVw3jlF+nLkmexdSSd4UCbDcQn+wMBATOOmpBbqgKg==}
|
|
2738
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2739
|
+
peerDependencies:
|
|
2740
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
2741
|
+
typescript: '>=4.8.4 <6.0.0'
|
|
2742
|
+
|
|
2559
2743
|
'@typescript-eslint/visitor-keys@8.56.1':
|
|
2560
2744
|
resolution: {integrity: sha512-KiROIzYdEV85YygXw6BI/Dx4fnBlFQu6Mq4QE4MOH9fFnhohw6wX/OAvDY2/C+ut0I3RSPKenvZJIVYqJNkhEw==}
|
|
2561
2745
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2562
2746
|
|
|
2747
|
+
'@typescript-eslint/visitor-keys@8.57.2':
|
|
2748
|
+
resolution: {integrity: sha512-zhahknjobV2FiD6Ee9iLbS7OV9zi10rG26odsQdfBO/hjSzUQbkIYgda+iNKK1zNiW2ey+Lf8MU5btN17V3dUw==}
|
|
2749
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2750
|
+
|
|
2563
2751
|
'@ungap/structured-clone@1.3.0':
|
|
2564
2752
|
resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==}
|
|
2565
2753
|
|
|
@@ -2575,11 +2763,18 @@ packages:
|
|
|
2575
2763
|
peerDependencies:
|
|
2576
2764
|
vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
|
|
2577
2765
|
|
|
2578
|
-
'@vitejs/plugin-react@
|
|
2579
|
-
resolution: {integrity: sha512-
|
|
2766
|
+
'@vitejs/plugin-react@6.0.1':
|
|
2767
|
+
resolution: {integrity: sha512-l9X/E3cDb+xY3SWzlG1MOGt2usfEHGMNIaegaUGFsLkb3RCn/k8/TOXBcab+OndDI4TBtktT8/9BwwW8Vi9KUQ==}
|
|
2580
2768
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2581
2769
|
peerDependencies:
|
|
2582
|
-
|
|
2770
|
+
'@rolldown/plugin-babel': ^0.1.7 || ^0.2.0
|
|
2771
|
+
babel-plugin-react-compiler: ^1.0.0
|
|
2772
|
+
vite: ^8.0.0
|
|
2773
|
+
peerDependenciesMeta:
|
|
2774
|
+
'@rolldown/plugin-babel':
|
|
2775
|
+
optional: true
|
|
2776
|
+
babel-plugin-react-compiler:
|
|
2777
|
+
optional: true
|
|
2583
2778
|
|
|
2584
2779
|
'@vitejs/plugin-vue-jsx@4.2.0':
|
|
2585
2780
|
resolution: {integrity: sha512-DSTrmrdLp+0LDNF77fqrKfx7X0ErRbOcUAgJL/HbSesqQwoUvUQ4uYQqaex+rovqgGcoPqVk+AwUh3v9CuiYIw==}
|
|
@@ -2595,41 +2790,41 @@ packages:
|
|
|
2595
2790
|
vite: ^5.0.0 || ^6.0.0
|
|
2596
2791
|
vue: ^3.2.25
|
|
2597
2792
|
|
|
2598
|
-
'@vitejs/plugin-vue@6.0.
|
|
2599
|
-
resolution: {integrity: sha512-
|
|
2793
|
+
'@vitejs/plugin-vue@6.0.5':
|
|
2794
|
+
resolution: {integrity: sha512-bL3AxKuQySfk1iGcBsQnoRVexTPJq0Z/ixFVM8OhVJAP6ZXXXLtM7NFKWhLl30Kg7uTBqIaPXbh+nuQCuBDedg==}
|
|
2600
2795
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2601
2796
|
peerDependencies:
|
|
2602
|
-
vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
2797
|
+
vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
2603
2798
|
vue: ^3.2.25
|
|
2604
2799
|
|
|
2605
|
-
'@vitest/expect@4.
|
|
2606
|
-
resolution: {integrity: sha512-
|
|
2800
|
+
'@vitest/expect@4.1.2':
|
|
2801
|
+
resolution: {integrity: sha512-gbu+7B0YgUJ2nkdsRJrFFW6X7NTP44WlhiclHniUhxADQJH5Szt9mZ9hWnJPJ8YwOK5zUOSSlSvyzRf0u1DSBQ==}
|
|
2607
2802
|
|
|
2608
|
-
'@vitest/mocker@4.
|
|
2609
|
-
resolution: {integrity: sha512-
|
|
2803
|
+
'@vitest/mocker@4.1.2':
|
|
2804
|
+
resolution: {integrity: sha512-Ize4iQtEALHDttPRCmN+FKqOl2vxTiNUhzobQFFt/BM1lRUTG7zRCLOykG/6Vo4E4hnUdfVLo5/eqKPukcWW7Q==}
|
|
2610
2805
|
peerDependencies:
|
|
2611
2806
|
msw: ^2.4.9
|
|
2612
|
-
vite: ^6.0.0 || ^7.0.0
|
|
2807
|
+
vite: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
2613
2808
|
peerDependenciesMeta:
|
|
2614
2809
|
msw:
|
|
2615
2810
|
optional: true
|
|
2616
2811
|
vite:
|
|
2617
2812
|
optional: true
|
|
2618
2813
|
|
|
2619
|
-
'@vitest/pretty-format@4.
|
|
2620
|
-
resolution: {integrity: sha512-
|
|
2814
|
+
'@vitest/pretty-format@4.1.2':
|
|
2815
|
+
resolution: {integrity: sha512-dwQga8aejqeuB+TvXCMzSQemvV9hNEtDDpgUKDzOmNQayl2OG241PSWeJwKRH3CiC+sESrmoFd49rfnq7T4RnA==}
|
|
2621
2816
|
|
|
2622
|
-
'@vitest/runner@4.
|
|
2623
|
-
resolution: {integrity: sha512-
|
|
2817
|
+
'@vitest/runner@4.1.2':
|
|
2818
|
+
resolution: {integrity: sha512-Gr+FQan34CdiYAwpGJmQG8PgkyFVmARK8/xSijia3eTFgVfpcpztWLuP6FttGNfPLJhaZVP/euvujeNYar36OQ==}
|
|
2624
2819
|
|
|
2625
|
-
'@vitest/snapshot@4.
|
|
2626
|
-
resolution: {integrity: sha512-
|
|
2820
|
+
'@vitest/snapshot@4.1.2':
|
|
2821
|
+
resolution: {integrity: sha512-g7yfUmxYS4mNxk31qbOYsSt2F4m1E02LFqO53Xpzg3zKMhLAPZAjjfyl9e6z7HrW6LvUdTwAQR3HHfLjpko16A==}
|
|
2627
2822
|
|
|
2628
|
-
'@vitest/spy@4.
|
|
2629
|
-
resolution: {integrity: sha512-
|
|
2823
|
+
'@vitest/spy@4.1.2':
|
|
2824
|
+
resolution: {integrity: sha512-DU4fBnbVCJGNBwVA6xSToNXrkZNSiw59H8tcuUspVMsBDBST4nfvsPsEHDHGtWRRnqBERBQu7TrTKskmjqTXKA==}
|
|
2630
2825
|
|
|
2631
|
-
'@vitest/utils@4.
|
|
2632
|
-
resolution: {integrity: sha512-
|
|
2826
|
+
'@vitest/utils@4.1.2':
|
|
2827
|
+
resolution: {integrity: sha512-xw2/TiX82lQHA06cgbqRKFb5lCAy3axQ4H4SoUFhUsg+wztiet+co86IAMDtF6Vm1hc7J6j09oh/rgDn+JdKIQ==}
|
|
2633
2828
|
|
|
2634
2829
|
'@vue/babel-helper-vue-transform-on@1.5.0':
|
|
2635
2830
|
resolution: {integrity: sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==}
|
|
@@ -2650,15 +2845,27 @@ packages:
|
|
|
2650
2845
|
'@vue/compiler-core@3.5.29':
|
|
2651
2846
|
resolution: {integrity: sha512-cuzPhD8fwRHk8IGfmYaR4eEe4cAyJEL66Ove/WZL7yWNL134nqLddSLwNRIsFlnnW1kK+p8Ck3viFnC0chXCXw==}
|
|
2652
2847
|
|
|
2848
|
+
'@vue/compiler-core@3.5.31':
|
|
2849
|
+
resolution: {integrity: sha512-k/ueL14aNIEy5Onf0OVzR8kiqF/WThgLdFhxwa4e/KF/0qe38IwIdofoSWBTvvxQOesaz6riAFAUaYjoF9fLLQ==}
|
|
2850
|
+
|
|
2653
2851
|
'@vue/compiler-dom@3.5.29':
|
|
2654
2852
|
resolution: {integrity: sha512-n0G5o7R3uBVmVxjTIYcz7ovr8sy7QObFG8OQJ3xGCDNhbG60biP/P5KnyY8NLd81OuT1WJflG7N4KWYHaeeaIg==}
|
|
2655
2853
|
|
|
2854
|
+
'@vue/compiler-dom@3.5.31':
|
|
2855
|
+
resolution: {integrity: sha512-BMY/ozS/xxjYqRFL+tKdRpATJYDTTgWSo0+AJvJNg4ig+Hgb0dOsHPXvloHQ5hmlivUqw1Yt2pPIqp4e0v1GUw==}
|
|
2856
|
+
|
|
2656
2857
|
'@vue/compiler-sfc@3.5.29':
|
|
2657
2858
|
resolution: {integrity: sha512-oJZhN5XJs35Gzr50E82jg2cYdZQ78wEwvRO6Y63TvLVTc+6xICzJHP1UIecdSPPYIbkautNBanDiWYa64QSFIA==}
|
|
2658
2859
|
|
|
2860
|
+
'@vue/compiler-sfc@3.5.31':
|
|
2861
|
+
resolution: {integrity: sha512-M8wpPgR9UJ8MiRGjppvx9uWJfLV7A/T+/rL8s/y3QG3u0c2/YZgff3d6SuimKRIhcYnWg5fTfDMlz2E6seUW8Q==}
|
|
2862
|
+
|
|
2659
2863
|
'@vue/compiler-ssr@3.5.29':
|
|
2660
2864
|
resolution: {integrity: sha512-Y/ARJZE6fpjzL5GH/phJmsFwx3g6t2KmHKHx5q+MLl2kencADKIrhH5MLF6HHpRMmlRAYBRSvv347Mepf1zVNw==}
|
|
2661
2865
|
|
|
2866
|
+
'@vue/compiler-ssr@3.5.31':
|
|
2867
|
+
resolution: {integrity: sha512-h0xIMxrt/LHOvJKMri+vdYT92BrK3HFLtDqq9Pr/lVVfE4IyKZKvWf0vJFW10Yr6nX02OR4MkJwI0c1HDa1hog==}
|
|
2868
|
+
|
|
2662
2869
|
'@vue/devtools-core@7.7.9':
|
|
2663
2870
|
resolution: {integrity: sha512-48jrBSwG4GVQRvVeeXn9p9+dlx+ISgasM7SxZZKczseohB0cBz+ITKr4YbLWjmJdy45UHL7UMPlR4Y0CWTRcSQ==}
|
|
2664
2871
|
peerDependencies:
|
|
@@ -2670,23 +2877,26 @@ packages:
|
|
|
2670
2877
|
'@vue/devtools-shared@7.7.9':
|
|
2671
2878
|
resolution: {integrity: sha512-iWAb0v2WYf0QWmxCGy0seZNDPdO3Sp5+u78ORnyeonS6MT4PC7VPrryX2BpMJrwlDeaZ6BD4vP4XKjK0SZqaeA==}
|
|
2672
2879
|
|
|
2673
|
-
'@vue/reactivity@3.5.
|
|
2674
|
-
resolution: {integrity: sha512-
|
|
2880
|
+
'@vue/reactivity@3.5.31':
|
|
2881
|
+
resolution: {integrity: sha512-DtKXxk9E/KuVvt8VxWu+6Luc9I9ETNcqR1T1oW1gf02nXaZ1kuAx58oVu7uX9XxJR0iJCro6fqBLw9oSBELo5g==}
|
|
2675
2882
|
|
|
2676
|
-
'@vue/runtime-core@3.5.
|
|
2677
|
-
resolution: {integrity: sha512-
|
|
2883
|
+
'@vue/runtime-core@3.5.31':
|
|
2884
|
+
resolution: {integrity: sha512-AZPmIHXEAyhpkmN7aWlqjSfYynmkWlluDNPHMCZKFHH+lLtxP/30UJmoVhXmbDoP1Ng0jG0fyY2zCj1PnSSA6Q==}
|
|
2678
2885
|
|
|
2679
|
-
'@vue/runtime-dom@3.5.
|
|
2680
|
-
resolution: {integrity: sha512-
|
|
2886
|
+
'@vue/runtime-dom@3.5.31':
|
|
2887
|
+
resolution: {integrity: sha512-xQJsNRmGPeDCJq/u813tyonNgWBFjzfVkBwDREdEWndBnGdHLHgkwNBQxLtg4zDrzKTEcnikUy1UUNecb3lJ6g==}
|
|
2681
2888
|
|
|
2682
|
-
'@vue/server-renderer@3.5.
|
|
2683
|
-
resolution: {integrity: sha512-
|
|
2889
|
+
'@vue/server-renderer@3.5.31':
|
|
2890
|
+
resolution: {integrity: sha512-GJuwRvMcdZX/CriUnyIIOGkx3rMV3H6sOu0JhdKbduaeCji6zb60iOGMY7tFoN24NfsUYoFBhshZtGxGpxO4iA==}
|
|
2684
2891
|
peerDependencies:
|
|
2685
|
-
vue: 3.5.
|
|
2892
|
+
vue: 3.5.31
|
|
2686
2893
|
|
|
2687
2894
|
'@vue/shared@3.5.29':
|
|
2688
2895
|
resolution: {integrity: sha512-w7SR0A5zyRByL9XUkCfdLs7t9XOHUyJ67qPGQjOou3p6GvBeBW+AVjUUmlxtZ4PIYaRvE+1LmK44O4uajlZwcg==}
|
|
2689
2896
|
|
|
2897
|
+
'@vue/shared@3.5.31':
|
|
2898
|
+
resolution: {integrity: sha512-nBxuiuS9Lj5bPkPbWogPUnjxxWpkRniX7e5UBQDWl6Fsf4roq9wwV+cR7ezQ4zXswNvPIlsdj1slcLB7XCsRAw==}
|
|
2899
|
+
|
|
2690
2900
|
'@vue/test-utils@2.4.6':
|
|
2691
2901
|
resolution: {integrity: sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==}
|
|
2692
2902
|
|
|
@@ -2741,8 +2951,8 @@ packages:
|
|
|
2741
2951
|
resolution: {integrity: sha512-Rf7xmeuIo7nb6S4mp4abW2faW8DauZyE2faBIKFaUfP3wnpOvNSbiI5AwVhqBNj0jPgBWEvhyCu0sLjN2q77Rg==}
|
|
2742
2952
|
engines: {node: '>= 14.0.0'}
|
|
2743
2953
|
|
|
2744
|
-
angular-eslint@21.3.
|
|
2745
|
-
resolution: {integrity: sha512-
|
|
2954
|
+
angular-eslint@21.3.1:
|
|
2955
|
+
resolution: {integrity: sha512-VGQWTyuPAEO/AnZuqHxGBJMYSiZ0tbrHx/OgPCRTKHfbrFU4x+zivS84h9UWoDpDtius1RyD+ZReFjTAEWptiA==}
|
|
2746
2956
|
peerDependencies:
|
|
2747
2957
|
'@angular/cli': '>= 21.0.0 < 22.0.0'
|
|
2748
2958
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
@@ -2873,11 +3083,25 @@ packages:
|
|
|
2873
3083
|
resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==}
|
|
2874
3084
|
engines: {node: '>= 0.4'}
|
|
2875
3085
|
|
|
3086
|
+
babel-plugin-jsx-dom-expressions@0.40.6:
|
|
3087
|
+
resolution: {integrity: sha512-v3P1MW46Lm7VMpAkq0QfyzLWWkC8fh+0aE5Km4msIgDx5kjenHU0pF2s+4/NH8CQn/kla6+Hvws+2AF7bfV5qQ==}
|
|
3088
|
+
peerDependencies:
|
|
3089
|
+
'@babel/core': ^7.20.12
|
|
3090
|
+
|
|
2876
3091
|
babel-plugin-transform-hook-names@1.0.2:
|
|
2877
3092
|
resolution: {integrity: sha512-5gafyjyyBTTdX/tQQ0hRgu4AhNHG/hqWi0ZZmg2xvs2FgRkJXzDNKBZCyoYqgFkovfDrgM8OoKg8karoUvWeCw==}
|
|
2878
3093
|
peerDependencies:
|
|
2879
3094
|
'@babel/core': ^7.12.10
|
|
2880
3095
|
|
|
3096
|
+
babel-preset-solid@1.9.12:
|
|
3097
|
+
resolution: {integrity: sha512-LLqnuKVDlKpyBlMPcH6qEvs/wmS9a+NczppxJ3ryS/c0O5IiSFOIBQi9GzyiGDSbcJpx4Gr87jyFTos1MyEuWg==}
|
|
3098
|
+
peerDependencies:
|
|
3099
|
+
'@babel/core': ^7.0.0
|
|
3100
|
+
solid-js: ^1.9.12
|
|
3101
|
+
peerDependenciesMeta:
|
|
3102
|
+
solid-js:
|
|
3103
|
+
optional: true
|
|
3104
|
+
|
|
2881
3105
|
bail@2.0.2:
|
|
2882
3106
|
resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==}
|
|
2883
3107
|
|
|
@@ -3128,6 +3352,11 @@ packages:
|
|
|
3128
3352
|
create-require@1.1.1:
|
|
3129
3353
|
resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==}
|
|
3130
3354
|
|
|
3355
|
+
cross-env@10.1.0:
|
|
3356
|
+
resolution: {integrity: sha512-GsYosgnACZTADcmEyJctkJIoqAhHjttw7RsFrVoJNXbsWWqaq6Ym+7kZjq6mS45O0jij6vtiReppKQEtqWy6Dw==}
|
|
3357
|
+
engines: {node: '>=20'}
|
|
3358
|
+
hasBin: true
|
|
3359
|
+
|
|
3131
3360
|
cross-spawn@7.0.6:
|
|
3132
3361
|
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
|
|
3133
3362
|
engines: {node: '>= 8'}
|
|
@@ -3390,6 +3619,9 @@ packages:
|
|
|
3390
3619
|
es-module-lexer@1.7.0:
|
|
3391
3620
|
resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==}
|
|
3392
3621
|
|
|
3622
|
+
es-module-lexer@2.0.0:
|
|
3623
|
+
resolution: {integrity: sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==}
|
|
3624
|
+
|
|
3393
3625
|
es-object-atoms@1.1.1:
|
|
3394
3626
|
resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
|
|
3395
3627
|
engines: {node: '>= 0.4'}
|
|
@@ -3504,14 +3736,14 @@ packages:
|
|
|
3504
3736
|
'@testing-library/dom':
|
|
3505
3737
|
optional: true
|
|
3506
3738
|
|
|
3507
|
-
eslint-plugin-jest@29.15.
|
|
3508
|
-
resolution: {integrity: sha512-
|
|
3739
|
+
eslint-plugin-jest@29.15.1:
|
|
3740
|
+
resolution: {integrity: sha512-6BjyErCQauz3zfJvzLw/kAez2lf4LEpbHLvWBfEcG4EI0ZiRSwjoH2uZulMouU8kRkBH+S0rhqn11IhTvxKgKw==}
|
|
3509
3741
|
engines: {node: ^20.12.0 || ^22.0.0 || >=24.0.0}
|
|
3510
3742
|
peerDependencies:
|
|
3511
3743
|
'@typescript-eslint/eslint-plugin': ^8.0.0
|
|
3512
3744
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
3513
3745
|
jest: '*'
|
|
3514
|
-
typescript: '>=4.8.4 <
|
|
3746
|
+
typescript: '>=4.8.4 <7.0.0'
|
|
3515
3747
|
peerDependenciesMeta:
|
|
3516
3748
|
'@typescript-eslint/eslint-plugin':
|
|
3517
3749
|
optional: true
|
|
@@ -3520,14 +3752,14 @@ packages:
|
|
|
3520
3752
|
typescript:
|
|
3521
3753
|
optional: true
|
|
3522
3754
|
|
|
3523
|
-
eslint-plugin-perfectionist@5.
|
|
3524
|
-
resolution: {integrity: sha512-
|
|
3755
|
+
eslint-plugin-perfectionist@5.7.0:
|
|
3756
|
+
resolution: {integrity: sha512-WRHj7OZS/INutQ/gKN5C1ZGnMhkQ3oKZQAA2I7rl5yM8keBtSd9oj/qlJaHuwh5873FhMPqYlttcadF0YsTN7g==}
|
|
3525
3757
|
engines: {node: ^20.0.0 || >=22.0.0}
|
|
3526
3758
|
peerDependencies:
|
|
3527
3759
|
eslint: ^8.45.0 || ^9.0.0 || ^10.0.0
|
|
3528
3760
|
|
|
3529
|
-
eslint-plugin-playwright@2.
|
|
3530
|
-
resolution: {integrity: sha512-
|
|
3761
|
+
eslint-plugin-playwright@2.10.1:
|
|
3762
|
+
resolution: {integrity: sha512-qea3UxBOb8fTwJ77FMApZKvRye5DOluDHcev0LDJwID3RELeun0JlqzrNIXAB/SXCyB/AesCW/6sZfcT9q3Edg==}
|
|
3531
3763
|
engines: {node: '>=16.9.0'}
|
|
3532
3764
|
peerDependencies:
|
|
3533
3765
|
eslint: '>=8.40.0'
|
|
@@ -3550,8 +3782,15 @@ packages:
|
|
|
3550
3782
|
peerDependencies:
|
|
3551
3783
|
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7
|
|
3552
3784
|
|
|
3553
|
-
eslint-plugin-
|
|
3554
|
-
resolution: {integrity: sha512-
|
|
3785
|
+
eslint-plugin-solid@0.14.5:
|
|
3786
|
+
resolution: {integrity: sha512-nfuYK09ah5aJG/oEN6P1qziy1zLgW4PDWe75VNPi4CEFYk1x2AEqwFeQfEPR7gNn0F2jOeqKhx2E+5oNCOBYWQ==}
|
|
3787
|
+
engines: {node: '>=18.0.0'}
|
|
3788
|
+
peerDependencies:
|
|
3789
|
+
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0
|
|
3790
|
+
typescript: '>=4.8.4'
|
|
3791
|
+
|
|
3792
|
+
eslint-plugin-svelte@3.16.0:
|
|
3793
|
+
resolution: {integrity: sha512-DJXxqpYZUxcE0SfYo8EJzV2ZC+zAD7fJp1n1HwcEMRR1cOEUYvjT9GuzJeNghMjgb7uxuK3IJAzI+x6zzUxO5A==}
|
|
3555
3794
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
3556
3795
|
peerDependencies:
|
|
3557
3796
|
eslint: ^8.57.1 || ^9.0.0 || ^10.0.0
|
|
@@ -3560,8 +3799,8 @@ packages:
|
|
|
3560
3799
|
svelte:
|
|
3561
3800
|
optional: true
|
|
3562
3801
|
|
|
3563
|
-
eslint-plugin-testing-library@7.16.
|
|
3564
|
-
resolution: {integrity: sha512-
|
|
3802
|
+
eslint-plugin-testing-library@7.16.2:
|
|
3803
|
+
resolution: {integrity: sha512-8gleGnQXK2ZA3hHwjCwpYTZvM+9VsrJ+/9kDI8CjqAQGAdMQOdn/rJNu7ZySENuiWlGKQWyZJ4ZjEg2zamaRHw==}
|
|
3565
3804
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
3566
3805
|
peerDependencies:
|
|
3567
3806
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
@@ -3592,6 +3831,10 @@ packages:
|
|
|
3592
3831
|
resolution: {integrity: sha512-GaUN0sWim5qc8KVErfPBWmc31LEsOkrUJbvJZV+xuL3u2phMUK4HIvXlWAakfC8W4nzlK+chPEAkYOYb5ZScIw==}
|
|
3593
3832
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
3594
3833
|
|
|
3834
|
+
eslint-scope@9.1.2:
|
|
3835
|
+
resolution: {integrity: sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==}
|
|
3836
|
+
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
3837
|
+
|
|
3595
3838
|
eslint-visitor-keys@2.1.0:
|
|
3596
3839
|
resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==}
|
|
3597
3840
|
engines: {node: '>=10'}
|
|
@@ -3723,7 +3966,7 @@ packages:
|
|
|
3723
3966
|
resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
|
|
3724
3967
|
engines: {node: '>=12.0.0'}
|
|
3725
3968
|
peerDependencies:
|
|
3726
|
-
picomatch: ^3
|
|
3969
|
+
picomatch: ^3 || ^4
|
|
3727
3970
|
peerDependenciesMeta:
|
|
3728
3971
|
picomatch:
|
|
3729
3972
|
optional: true
|
|
@@ -3906,8 +4149,8 @@ packages:
|
|
|
3906
4149
|
h3@1.15.9:
|
|
3907
4150
|
resolution: {integrity: sha512-H7UPnyIupUOYUQu7f2x7ABVeMyF/IbJjqn20WSXpMdnQB260luADUkSgJU7QTWLutq8h3tUayMQ1DdbSYX5LkA==}
|
|
3908
4151
|
|
|
3909
|
-
happy-dom@20.8.
|
|
3910
|
-
resolution: {integrity: sha512-
|
|
4152
|
+
happy-dom@20.8.9:
|
|
4153
|
+
resolution: {integrity: sha512-Tz23LR9T9jOGVZm2x1EPdXqwA37G/owYMxRwU0E4miurAtFsPMQ1d2Jc2okUaSjZqAFz2oEn3FLXC5a0a+siyA==}
|
|
3911
4154
|
engines: {node: '>=20.0.0'}
|
|
3912
4155
|
|
|
3913
4156
|
has-bigints@1.1.0:
|
|
@@ -3988,9 +4231,16 @@ packages:
|
|
|
3988
4231
|
resolution: {integrity: sha512-M422h7o/BR3rmCQ8UHi7cyyMqKltdP9Uo+J2fXK+RSAY+wTcKOIRyhTuKv4qn+DJf3g+PL890AzId5KZpX+CBg==}
|
|
3989
4232
|
engines: {node: ^20.17.0 || >=22.9.0}
|
|
3990
4233
|
|
|
4234
|
+
html-entities@2.3.3:
|
|
4235
|
+
resolution: {integrity: sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==}
|
|
4236
|
+
|
|
3991
4237
|
html-escaper@3.0.3:
|
|
3992
4238
|
resolution: {integrity: sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==}
|
|
3993
4239
|
|
|
4240
|
+
html-tags@3.3.1:
|
|
4241
|
+
resolution: {integrity: sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==}
|
|
4242
|
+
engines: {node: '>=8'}
|
|
4243
|
+
|
|
3994
4244
|
html-void-elements@3.0.0:
|
|
3995
4245
|
resolution: {integrity: sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==}
|
|
3996
4246
|
|
|
@@ -4064,6 +4314,9 @@ packages:
|
|
|
4064
4314
|
resolution: {integrity: sha512-IBTdIkzZNOpqm7q3dRqJvMaldXjDHWkEDfrwGEQTs5eaQMWV+djAhR+wahyNNMAa+qpbDUhBMVt4ZKNwpPm7xQ==}
|
|
4065
4315
|
engines: {node: ^20.17.0 || >=22.9.0}
|
|
4066
4316
|
|
|
4317
|
+
inline-style-parser@0.2.7:
|
|
4318
|
+
resolution: {integrity: sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==}
|
|
4319
|
+
|
|
4067
4320
|
internal-slot@1.1.0:
|
|
4068
4321
|
resolution: {integrity: sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==}
|
|
4069
4322
|
engines: {node: '>= 0.4'}
|
|
@@ -4149,6 +4402,10 @@ packages:
|
|
|
4149
4402
|
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
|
|
4150
4403
|
engines: {node: '>=0.10.0'}
|
|
4151
4404
|
|
|
4405
|
+
is-html@2.0.0:
|
|
4406
|
+
resolution: {integrity: sha512-S+OpgB5i7wzIue/YSE5hg0e5ZYfG3hhpNh9KGl6ayJ38p7ED6wxQLd1TV91xHpcTvw90KMJ9EwN3F/iNflHBVg==}
|
|
4407
|
+
engines: {node: '>=8'}
|
|
4408
|
+
|
|
4152
4409
|
is-inside-container@1.0.0:
|
|
4153
4410
|
resolution: {integrity: sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==}
|
|
4154
4411
|
engines: {node: '>=14.16'}
|
|
@@ -4228,6 +4485,10 @@ packages:
|
|
|
4228
4485
|
resolution: {integrity: sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==}
|
|
4229
4486
|
engines: {node: '>= 0.4'}
|
|
4230
4487
|
|
|
4488
|
+
is-what@4.1.16:
|
|
4489
|
+
resolution: {integrity: sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==}
|
|
4490
|
+
engines: {node: '>=12.13'}
|
|
4491
|
+
|
|
4231
4492
|
is-what@5.5.0:
|
|
4232
4493
|
resolution: {integrity: sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==}
|
|
4233
4494
|
engines: {node: '>=18'}
|
|
@@ -4338,6 +4599,13 @@ packages:
|
|
|
4338
4599
|
resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==}
|
|
4339
4600
|
engines: {node: '>=4.0'}
|
|
4340
4601
|
|
|
4602
|
+
katex@0.16.44:
|
|
4603
|
+
resolution: {integrity: sha512-EkxoDTk8ufHqHlf9QxGwcxeLkWRR3iOuYfRpfORgYfqc8s13bgb+YtRY59NK5ZpRaCwq1kqA6a5lpX8C/eLphQ==}
|
|
4604
|
+
hasBin: true
|
|
4605
|
+
|
|
4606
|
+
kebab-case@1.0.2:
|
|
4607
|
+
resolution: {integrity: sha512-7n6wXq4gNgBELfDCpzKc+mRrZFs7D+wgfF5WRFLNAr4DA/qtr9Js8uOAVAfHhuLMfAcQ0pRKqbpjx+TcJVdE1Q==}
|
|
4608
|
+
|
|
4341
4609
|
keyv@4.5.4:
|
|
4342
4610
|
resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
|
|
4343
4611
|
|
|
@@ -4352,6 +4620,9 @@ packages:
|
|
|
4352
4620
|
resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==}
|
|
4353
4621
|
engines: {node: '>=6'}
|
|
4354
4622
|
|
|
4623
|
+
known-css-properties@0.30.0:
|
|
4624
|
+
resolution: {integrity: sha512-VSWXYUnsPu9+WYKkfmJyLKtIvaRJi1kXUqVmBACORXZQxT5oZDsoZ2vQP+bQFDnWtpI/4eq3MLoRMjI2fnLzTQ==}
|
|
4625
|
+
|
|
4355
4626
|
known-css-properties@0.37.0:
|
|
4356
4627
|
resolution: {integrity: sha512-JCDrsP4Z1Sb9JwG0aJ8Eo2r7k4Ou5MwmThS/6lcIe1ICyb7UBJKGRIUUdqc2ASdE/42lgz6zFUnzAIhtXnBVrQ==}
|
|
4357
4628
|
|
|
@@ -4362,6 +4633,80 @@ packages:
|
|
|
4362
4633
|
resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
|
|
4363
4634
|
engines: {node: '>= 0.8.0'}
|
|
4364
4635
|
|
|
4636
|
+
lightningcss-android-arm64@1.32.0:
|
|
4637
|
+
resolution: {integrity: sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==}
|
|
4638
|
+
engines: {node: '>= 12.0.0'}
|
|
4639
|
+
cpu: [arm64]
|
|
4640
|
+
os: [android]
|
|
4641
|
+
|
|
4642
|
+
lightningcss-darwin-arm64@1.32.0:
|
|
4643
|
+
resolution: {integrity: sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==}
|
|
4644
|
+
engines: {node: '>= 12.0.0'}
|
|
4645
|
+
cpu: [arm64]
|
|
4646
|
+
os: [darwin]
|
|
4647
|
+
|
|
4648
|
+
lightningcss-darwin-x64@1.32.0:
|
|
4649
|
+
resolution: {integrity: sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==}
|
|
4650
|
+
engines: {node: '>= 12.0.0'}
|
|
4651
|
+
cpu: [x64]
|
|
4652
|
+
os: [darwin]
|
|
4653
|
+
|
|
4654
|
+
lightningcss-freebsd-x64@1.32.0:
|
|
4655
|
+
resolution: {integrity: sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==}
|
|
4656
|
+
engines: {node: '>= 12.0.0'}
|
|
4657
|
+
cpu: [x64]
|
|
4658
|
+
os: [freebsd]
|
|
4659
|
+
|
|
4660
|
+
lightningcss-linux-arm-gnueabihf@1.32.0:
|
|
4661
|
+
resolution: {integrity: sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==}
|
|
4662
|
+
engines: {node: '>= 12.0.0'}
|
|
4663
|
+
cpu: [arm]
|
|
4664
|
+
os: [linux]
|
|
4665
|
+
|
|
4666
|
+
lightningcss-linux-arm64-gnu@1.32.0:
|
|
4667
|
+
resolution: {integrity: sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==}
|
|
4668
|
+
engines: {node: '>= 12.0.0'}
|
|
4669
|
+
cpu: [arm64]
|
|
4670
|
+
os: [linux]
|
|
4671
|
+
libc: [glibc]
|
|
4672
|
+
|
|
4673
|
+
lightningcss-linux-arm64-musl@1.32.0:
|
|
4674
|
+
resolution: {integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==}
|
|
4675
|
+
engines: {node: '>= 12.0.0'}
|
|
4676
|
+
cpu: [arm64]
|
|
4677
|
+
os: [linux]
|
|
4678
|
+
libc: [musl]
|
|
4679
|
+
|
|
4680
|
+
lightningcss-linux-x64-gnu@1.32.0:
|
|
4681
|
+
resolution: {integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==}
|
|
4682
|
+
engines: {node: '>= 12.0.0'}
|
|
4683
|
+
cpu: [x64]
|
|
4684
|
+
os: [linux]
|
|
4685
|
+
libc: [glibc]
|
|
4686
|
+
|
|
4687
|
+
lightningcss-linux-x64-musl@1.32.0:
|
|
4688
|
+
resolution: {integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==}
|
|
4689
|
+
engines: {node: '>= 12.0.0'}
|
|
4690
|
+
cpu: [x64]
|
|
4691
|
+
os: [linux]
|
|
4692
|
+
libc: [musl]
|
|
4693
|
+
|
|
4694
|
+
lightningcss-win32-arm64-msvc@1.32.0:
|
|
4695
|
+
resolution: {integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==}
|
|
4696
|
+
engines: {node: '>= 12.0.0'}
|
|
4697
|
+
cpu: [arm64]
|
|
4698
|
+
os: [win32]
|
|
4699
|
+
|
|
4700
|
+
lightningcss-win32-x64-msvc@1.32.0:
|
|
4701
|
+
resolution: {integrity: sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==}
|
|
4702
|
+
engines: {node: '>= 12.0.0'}
|
|
4703
|
+
cpu: [x64]
|
|
4704
|
+
os: [win32]
|
|
4705
|
+
|
|
4706
|
+
lightningcss@1.32.0:
|
|
4707
|
+
resolution: {integrity: sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==}
|
|
4708
|
+
engines: {node: '>= 12.0.0'}
|
|
4709
|
+
|
|
4365
4710
|
lilconfig@2.1.0:
|
|
4366
4711
|
resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==}
|
|
4367
4712
|
engines: {node: '>=10'}
|
|
@@ -4473,6 +4818,9 @@ packages:
|
|
|
4473
4818
|
mdast-util-gfm@3.1.0:
|
|
4474
4819
|
resolution: {integrity: sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==}
|
|
4475
4820
|
|
|
4821
|
+
mdast-util-math@3.0.0:
|
|
4822
|
+
resolution: {integrity: sha512-Tl9GBNeG/AhJnQM221bJR2HPvLOSnLE/T9cJI9tlc6zwQk2nPk/4f0cHkOdEixQPC/j8UtKDdITswvLAy1OZ1w==}
|
|
4823
|
+
|
|
4476
4824
|
mdast-util-phrasing@4.1.0:
|
|
4477
4825
|
resolution: {integrity: sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==}
|
|
4478
4826
|
|
|
@@ -4495,6 +4843,10 @@ packages:
|
|
|
4495
4843
|
resolution: {integrity: sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==}
|
|
4496
4844
|
engines: {node: '>= 0.8'}
|
|
4497
4845
|
|
|
4846
|
+
merge-anything@5.1.7:
|
|
4847
|
+
resolution: {integrity: sha512-eRtbOb1N5iyH0tkQDAoQ4Ipsp/5qSR79Dzrz8hEPxRX10RWWR/iQXdoKmBSRCThY1Fh5EhISDtpSc93fpxUniQ==}
|
|
4848
|
+
engines: {node: '>=12.13'}
|
|
4849
|
+
|
|
4498
4850
|
merge-descriptors@2.0.0:
|
|
4499
4851
|
resolution: {integrity: sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==}
|
|
4500
4852
|
engines: {node: '>=18'}
|
|
@@ -4530,6 +4882,9 @@ packages:
|
|
|
4530
4882
|
micromark-extension-gfm@3.0.0:
|
|
4531
4883
|
resolution: {integrity: sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==}
|
|
4532
4884
|
|
|
4885
|
+
micromark-extension-math@3.1.0:
|
|
4886
|
+
resolution: {integrity: sha512-lvEqd+fHjATVs+2v/8kg9i5Q0AP2k85H0WUOwpIVvUML8BapsMvh1XAogmQjOCsLpoKRCVQqEkQBB3NhVBcsOg==}
|
|
4887
|
+
|
|
4533
4888
|
micromark-factory-destination@2.0.1:
|
|
4534
4889
|
resolution: {integrity: sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==}
|
|
4535
4890
|
|
|
@@ -4692,8 +5047,8 @@ packages:
|
|
|
4692
5047
|
engines: {node: ^18 || >=20}
|
|
4693
5048
|
hasBin: true
|
|
4694
5049
|
|
|
4695
|
-
nanostores@1.
|
|
4696
|
-
resolution: {integrity: sha512-
|
|
5050
|
+
nanostores@1.2.0:
|
|
5051
|
+
resolution: {integrity: sha512-F0wCzbsH80G7XXo0Jd9/AVQC7ouWY6idUCTnMwW5t/Rv9W8qmO6endavDwg7TNp5GbugwSukFMVZqzPSrSMndg==}
|
|
4697
5052
|
engines: {node: ^20.0.0 || >=22.0.0}
|
|
4698
5053
|
|
|
4699
5054
|
natural-compare@1.4.0:
|
|
@@ -5052,18 +5407,28 @@ packages:
|
|
|
5052
5407
|
resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
|
|
5053
5408
|
engines: {node: ^10 || ^12 || >=14}
|
|
5054
5409
|
|
|
5410
|
+
postcss@8.5.8:
|
|
5411
|
+
resolution: {integrity: sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==}
|
|
5412
|
+
engines: {node: ^10 || ^12 || >=14}
|
|
5413
|
+
|
|
5055
5414
|
preact-render-to-string@6.6.6:
|
|
5056
5415
|
resolution: {integrity: sha512-EfqZJytnjJldV+YaaqhthU2oXsEf5e+6rDv957p+zxAvNfFLQOPfvBOTncscQ+akzu6Wrl7s3Pa0LjUQmWJsGQ==}
|
|
5057
5416
|
peerDependencies:
|
|
5058
5417
|
preact: '>=10 || >= 11.0.0-0'
|
|
5059
5418
|
|
|
5060
|
-
preact@10.
|
|
5061
|
-
resolution: {integrity: sha512-
|
|
5419
|
+
preact@10.29.0:
|
|
5420
|
+
resolution: {integrity: sha512-wSAGyk2bYR1c7t3SZ3jHcM6xy0lcBcDel6lODcs9ME6Th++Dx2KU+6D3HD8wMMKGA8Wpw7OMd3/4RGzYRpzwRg==}
|
|
5062
5421
|
|
|
5063
5422
|
prelude-ls@1.2.1:
|
|
5064
5423
|
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
|
|
5065
5424
|
engines: {node: '>= 0.8.0'}
|
|
5066
5425
|
|
|
5426
|
+
prettier-plugin-solidity@2.3.1:
|
|
5427
|
+
resolution: {integrity: sha512-71sZM5oqgq6pnTlf+RH23U6Ej710APfCiMWO2Z/pHNjrXyvn9Nr0vTS1AUVaSf4GRW0V6hj6Djt0MyWudJUJbQ==}
|
|
5428
|
+
engines: {node: '>=20'}
|
|
5429
|
+
peerDependencies:
|
|
5430
|
+
prettier: '>=3.0.0'
|
|
5431
|
+
|
|
5067
5432
|
prettier-plugin-svelte@3.5.1:
|
|
5068
5433
|
resolution: {integrity: sha512-65+fr5+cgIKWKiqM1Doum4uX6bY8iFCdztvvp2RcF+AJoieaw9kJOFMNcJo/bkmKYsxFaM9OsVZK/gWauG/5mg==}
|
|
5069
5434
|
peerDependencies:
|
|
@@ -5149,10 +5514,6 @@ packages:
|
|
|
5149
5514
|
resolution: {integrity: sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==}
|
|
5150
5515
|
engines: {node: '>=0.10.0'}
|
|
5151
5516
|
|
|
5152
|
-
react-refresh@0.18.0:
|
|
5153
|
-
resolution: {integrity: sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==}
|
|
5154
|
-
engines: {node: '>=0.10.0'}
|
|
5155
|
-
|
|
5156
5517
|
react@19.2.4:
|
|
5157
5518
|
resolution: {integrity: sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==}
|
|
5158
5519
|
engines: {node: '>=0.10.0'}
|
|
@@ -5270,6 +5631,11 @@ packages:
|
|
|
5270
5631
|
rfdc@1.4.1:
|
|
5271
5632
|
resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
|
|
5272
5633
|
|
|
5634
|
+
rolldown@1.0.0-rc.12:
|
|
5635
|
+
resolution: {integrity: sha512-yP4USLIMYrwpPHEFB5JGH1uxhcslv6/hL0OyvTuY+3qlOSJvZ7ntYnoWpehBxufkgN0cvXxppuTu5hHa/zPh+A==}
|
|
5636
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
5637
|
+
hasBin: true
|
|
5638
|
+
|
|
5273
5639
|
rolldown@1.0.0-rc.4:
|
|
5274
5640
|
resolution: {integrity: sha512-V2tPDUrY3WSevrvU2E41ijZlpF+5PbZu4giH+VpNraaadsJGHa4fR6IFwsocVwEXDoAdIv5qgPPxgrvKAOIPtA==}
|
|
5275
5641
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
@@ -5337,6 +5703,16 @@ packages:
|
|
|
5337
5703
|
resolution: {integrity: sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==}
|
|
5338
5704
|
engines: {node: '>= 18'}
|
|
5339
5705
|
|
|
5706
|
+
seroval-plugins@1.5.1:
|
|
5707
|
+
resolution: {integrity: sha512-4FbuZ/TMl02sqv0RTFexu0SP6V+ywaIe5bAWCCEik0fk17BhALgwvUDVF7e3Uvf9pxmwCEJsRPmlkUE6HdzLAw==}
|
|
5708
|
+
engines: {node: '>=10'}
|
|
5709
|
+
peerDependencies:
|
|
5710
|
+
seroval: ^1.0
|
|
5711
|
+
|
|
5712
|
+
seroval@1.5.1:
|
|
5713
|
+
resolution: {integrity: sha512-OwrZRZAfhHww0WEnKHDY8OM0U/Qs8OTfIDWhUD4BLpNJUfXK4cGmjiagGze086m+mhI+V2nD0gfbHEnJjb9STA==}
|
|
5714
|
+
engines: {node: '>=10'}
|
|
5715
|
+
|
|
5340
5716
|
serve-static@2.2.1:
|
|
5341
5717
|
resolution: {integrity: sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==}
|
|
5342
5718
|
engines: {node: '>= 18'}
|
|
@@ -5436,6 +5812,14 @@ packages:
|
|
|
5436
5812
|
resolution: {integrity: sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A==}
|
|
5437
5813
|
engines: {node: '>= 10.0.0', npm: '>= 3.0.0'}
|
|
5438
5814
|
|
|
5815
|
+
solid-js@1.9.12:
|
|
5816
|
+
resolution: {integrity: sha512-QzKaSJq2/iDrWR1As6MHZQ8fQkdOBf8GReYb7L5iKwMGceg7HxDcaOHk0at66tNgn9U2U7dXo8ZZpLIAmGMzgw==}
|
|
5817
|
+
|
|
5818
|
+
solid-refresh@0.6.3:
|
|
5819
|
+
resolution: {integrity: sha512-F3aPsX6hVw9ttm5LYlth8Q15x6MlI/J3Dn+o3EQyRTtTxidepSTwAYdozt01/YA+7ObcciagGEyXIopGZzQtbA==}
|
|
5820
|
+
peerDependencies:
|
|
5821
|
+
solid-js: ^1.3
|
|
5822
|
+
|
|
5439
5823
|
source-map-js@1.2.1:
|
|
5440
5824
|
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
5441
5825
|
engines: {node: '>=0.10.0'}
|
|
@@ -5482,8 +5866,8 @@ packages:
|
|
|
5482
5866
|
resolution: {integrity: sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==}
|
|
5483
5867
|
engines: {node: '>= 0.8'}
|
|
5484
5868
|
|
|
5485
|
-
std-env@
|
|
5486
|
-
resolution: {integrity: sha512-
|
|
5869
|
+
std-env@4.0.0:
|
|
5870
|
+
resolution: {integrity: sha512-zUMPtQ/HBY3/50VbpkupYHbRroTRZJPRLvreamgErJVys0ceuzMkD44J/QjqhHjOzK42GQ3QZIeFG1OYfOtKqQ==}
|
|
5487
5871
|
|
|
5488
5872
|
stdin-discarder@0.3.1:
|
|
5489
5873
|
resolution: {integrity: sha512-reExS1kSGoElkextOcPkel4NE99S0BWxjUHQeDFnR8S993JxpPX7KU4MNmO19NXhlJp+8dmdCbKQVNgLJh2teA==}
|
|
@@ -5555,6 +5939,9 @@ packages:
|
|
|
5555
5939
|
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
|
|
5556
5940
|
engines: {node: '>=8'}
|
|
5557
5941
|
|
|
5942
|
+
style-to-object@1.0.14:
|
|
5943
|
+
resolution: {integrity: sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==}
|
|
5944
|
+
|
|
5558
5945
|
superjson@2.2.6:
|
|
5559
5946
|
resolution: {integrity: sha512-H+ue8Zo4vJmV2nRjpx86P35lzwDT3nItnIsocgumgr0hHMQ+ZGq5vrERg9kJBo5AWGmxZDhzDo+WVIJqkB0cGA==}
|
|
5560
5947
|
engines: {node: '>=16'}
|
|
@@ -5582,8 +5969,8 @@ packages:
|
|
|
5582
5969
|
svelte: ^3.55 || ^4.0.0-next.0 || ^4.0 || ^5.0.0-next.0
|
|
5583
5970
|
typescript: ^4.9.4 || ^5.0.0
|
|
5584
5971
|
|
|
5585
|
-
svelte@5.
|
|
5586
|
-
resolution: {integrity: sha512-
|
|
5972
|
+
svelte@5.55.0:
|
|
5973
|
+
resolution: {integrity: sha512-SThllKq6TRMBwPtat7ASnm/9CDXnIhBR0NPGw0ujn2DVYx9rVwsPZxDaDQcYGdUz/3BYVsCzdq7pZarRQoGvtw==}
|
|
5587
5974
|
engines: {node: '>=18'}
|
|
5588
5975
|
|
|
5589
5976
|
svgo@4.0.1:
|
|
@@ -5617,8 +6004,8 @@ packages:
|
|
|
5617
6004
|
resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
|
|
5618
6005
|
engines: {node: '>=12.0.0'}
|
|
5619
6006
|
|
|
5620
|
-
tinyrainbow@3.0
|
|
5621
|
-
resolution: {integrity: sha512-
|
|
6007
|
+
tinyrainbow@3.1.0:
|
|
6008
|
+
resolution: {integrity: sha512-Bf+ILmBgretUrdJxzXM0SgXLZ3XfiaUuOj/IKQHuTXip+05Xn+uyEYdVg0kYDipTBcLrCVyUzAPz7QmArb0mmw==}
|
|
5622
6009
|
engines: {node: '>=14.0.0'}
|
|
5623
6010
|
|
|
5624
6011
|
tmp@0.2.5:
|
|
@@ -5714,8 +6101,8 @@ packages:
|
|
|
5714
6101
|
resolution: {integrity: sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==}
|
|
5715
6102
|
engines: {node: '>= 0.4'}
|
|
5716
6103
|
|
|
5717
|
-
typescript-eslint@8.
|
|
5718
|
-
resolution: {integrity: sha512-
|
|
6104
|
+
typescript-eslint@8.57.2:
|
|
6105
|
+
resolution: {integrity: sha512-VEPQ0iPgWO/sBaZOU1xo4nuNdODVOajPnTIbog2GKYr31nIlZ0fWPoCQgGfF3ETyBl1vn63F/p50Um9Z4J8O8A==}
|
|
5719
6106
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
5720
6107
|
peerDependencies:
|
|
5721
6108
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
@@ -5742,8 +6129,8 @@ packages:
|
|
|
5742
6129
|
undici-types@7.18.2:
|
|
5743
6130
|
resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==}
|
|
5744
6131
|
|
|
5745
|
-
undici@7.24.
|
|
5746
|
-
resolution: {integrity: sha512-
|
|
6132
|
+
undici@7.24.4:
|
|
6133
|
+
resolution: {integrity: sha512-BM/JzwwaRXxrLdElV2Uo6cTLEjhSb3WXboncJamZ15NgUURmvlXvxa6xkwIOILIjPNo9i8ku136ZvWV0Uly8+w==}
|
|
5747
6134
|
engines: {node: '>=20.18.1'}
|
|
5748
6135
|
|
|
5749
6136
|
unicorn-magic@0.3.0:
|
|
@@ -5908,6 +6295,16 @@ packages:
|
|
|
5908
6295
|
'@nuxt/kit':
|
|
5909
6296
|
optional: true
|
|
5910
6297
|
|
|
6298
|
+
vite-plugin-solid@2.11.11:
|
|
6299
|
+
resolution: {integrity: sha512-YMZCXsLw9kyuvQFEdwLP27fuTQJLmjNoHy90AOJnbRuJ6DwShUxKFo38gdFrWn9v11hnGicKCZEaeI/TFs6JKw==}
|
|
6300
|
+
peerDependencies:
|
|
6301
|
+
'@testing-library/jest-dom': ^5.16.6 || ^5.17.0 || ^6.*
|
|
6302
|
+
solid-js: ^1.7.2
|
|
6303
|
+
vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
6304
|
+
peerDependenciesMeta:
|
|
6305
|
+
'@testing-library/jest-dom':
|
|
6306
|
+
optional: true
|
|
6307
|
+
|
|
5911
6308
|
vite-plugin-vue-devtools@7.7.9:
|
|
5912
6309
|
resolution: {integrity: sha512-08DvePf663SxqLFJeMVNW537zzVyakp9KIrI2K7lwgaTqA5R/ydN/N2K8dgZO34tg/Qmw0ch84fOKoBtCEdcGg==}
|
|
5913
6310
|
engines: {node: '>=v14.21.3'}
|
|
@@ -5939,7 +6336,7 @@ packages:
|
|
|
5939
6336
|
sugarss: '*'
|
|
5940
6337
|
terser: ^5.16.0
|
|
5941
6338
|
tsx: ^4.8.1
|
|
5942
|
-
yaml: ^2.
|
|
6339
|
+
yaml: ^2.4.2
|
|
5943
6340
|
peerDependenciesMeta:
|
|
5944
6341
|
'@types/node':
|
|
5945
6342
|
optional: true
|
|
@@ -5979,7 +6376,7 @@ packages:
|
|
|
5979
6376
|
sugarss: ^5.0.0
|
|
5980
6377
|
terser: ^5.16.0
|
|
5981
6378
|
tsx: ^4.8.1
|
|
5982
|
-
yaml: ^2.
|
|
6379
|
+
yaml: ^2.4.2
|
|
5983
6380
|
peerDependenciesMeta:
|
|
5984
6381
|
'@types/node':
|
|
5985
6382
|
optional: true
|
|
@@ -6004,28 +6401,72 @@ packages:
|
|
|
6004
6401
|
yaml:
|
|
6005
6402
|
optional: true
|
|
6006
6403
|
|
|
6007
|
-
|
|
6008
|
-
resolution: {integrity: sha512-
|
|
6009
|
-
|
|
6010
|
-
vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-beta.0
|
|
6011
|
-
peerDependenciesMeta:
|
|
6012
|
-
vite:
|
|
6013
|
-
optional: true
|
|
6014
|
-
|
|
6015
|
-
vitest@4.0.18:
|
|
6016
|
-
resolution: {integrity: sha512-hOQuK7h0FGKgBAas7v0mSAsnvrIgAvWmRFjmzpJ7SwFHH3g1k2u37JtYwOwmEKhK6ZO3v9ggDBBm0La1LCK4uQ==}
|
|
6017
|
-
engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0}
|
|
6404
|
+
vite@8.0.3:
|
|
6405
|
+
resolution: {integrity: sha512-B9ifbFudT1TFhfltfaIPgjo9Z3mDynBTJSUYxTjOQruf/zHH+ezCQKcoqO+h7a9Pw9Nm/OtlXAiGT1axBgwqrQ==}
|
|
6406
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
6018
6407
|
hasBin: true
|
|
6019
6408
|
peerDependencies:
|
|
6020
|
-
'@
|
|
6021
|
-
'@
|
|
6022
|
-
|
|
6023
|
-
|
|
6024
|
-
|
|
6025
|
-
|
|
6026
|
-
|
|
6409
|
+
'@types/node': ^20.19.0 || >=22.12.0
|
|
6410
|
+
'@vitejs/devtools': ^0.1.0
|
|
6411
|
+
esbuild: ^0.27.0
|
|
6412
|
+
jiti: '>=1.21.0'
|
|
6413
|
+
less: ^4.0.0
|
|
6414
|
+
sass: ^1.70.0
|
|
6415
|
+
sass-embedded: ^1.70.0
|
|
6416
|
+
stylus: '>=0.54.8'
|
|
6417
|
+
sugarss: ^5.0.0
|
|
6418
|
+
terser: ^5.16.0
|
|
6419
|
+
tsx: ^4.8.1
|
|
6420
|
+
yaml: ^2.4.2
|
|
6421
|
+
peerDependenciesMeta:
|
|
6422
|
+
'@types/node':
|
|
6423
|
+
optional: true
|
|
6424
|
+
'@vitejs/devtools':
|
|
6425
|
+
optional: true
|
|
6426
|
+
esbuild:
|
|
6427
|
+
optional: true
|
|
6428
|
+
jiti:
|
|
6429
|
+
optional: true
|
|
6430
|
+
less:
|
|
6431
|
+
optional: true
|
|
6432
|
+
sass:
|
|
6433
|
+
optional: true
|
|
6434
|
+
sass-embedded:
|
|
6435
|
+
optional: true
|
|
6436
|
+
stylus:
|
|
6437
|
+
optional: true
|
|
6438
|
+
sugarss:
|
|
6439
|
+
optional: true
|
|
6440
|
+
terser:
|
|
6441
|
+
optional: true
|
|
6442
|
+
tsx:
|
|
6443
|
+
optional: true
|
|
6444
|
+
yaml:
|
|
6445
|
+
optional: true
|
|
6446
|
+
|
|
6447
|
+
vitefu@1.1.2:
|
|
6448
|
+
resolution: {integrity: sha512-zpKATdUbzbsycPFBN71nS2uzBUQiVnFoOrr2rvqv34S1lcAgMKKkjWleLGeiJlZ8lwCXvtWaRn7R3ZC16SYRuw==}
|
|
6449
|
+
peerDependencies:
|
|
6450
|
+
vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-beta.0
|
|
6451
|
+
peerDependenciesMeta:
|
|
6452
|
+
vite:
|
|
6453
|
+
optional: true
|
|
6454
|
+
|
|
6455
|
+
vitest@4.1.2:
|
|
6456
|
+
resolution: {integrity: sha512-xjR1dMTVHlFLh98JE3i/f/WePqJsah4A0FK9cc8Ehp9Udk0AZk6ccpIZhh1qJ/yxVWRZ+Q54ocnD8TXmkhspGg==}
|
|
6457
|
+
engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0}
|
|
6458
|
+
hasBin: true
|
|
6459
|
+
peerDependencies:
|
|
6460
|
+
'@edge-runtime/vm': '*'
|
|
6461
|
+
'@opentelemetry/api': ^1.9.0
|
|
6462
|
+
'@types/node': ^20.0.0 || ^22.0.0 || >=24.0.0
|
|
6463
|
+
'@vitest/browser-playwright': 4.1.2
|
|
6464
|
+
'@vitest/browser-preview': 4.1.2
|
|
6465
|
+
'@vitest/browser-webdriverio': 4.1.2
|
|
6466
|
+
'@vitest/ui': 4.1.2
|
|
6027
6467
|
happy-dom: '*'
|
|
6028
6468
|
jsdom: '*'
|
|
6469
|
+
vite: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
6029
6470
|
peerDependenciesMeta:
|
|
6030
6471
|
'@edge-runtime/vm':
|
|
6031
6472
|
optional: true
|
|
@@ -6055,8 +6496,8 @@ packages:
|
|
|
6055
6496
|
peerDependencies:
|
|
6056
6497
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
6057
6498
|
|
|
6058
|
-
vue@3.5.
|
|
6059
|
-
resolution: {integrity: sha512-
|
|
6499
|
+
vue@3.5.31:
|
|
6500
|
+
resolution: {integrity: sha512-iV/sU9SzOlmA/0tygSmjkEN6Jbs3nPoIPFhCMLD2STrjgOU8DX7ZtzMhg4ahVwf5Rp9KoFzcXeB1ZrVbLBp5/Q==}
|
|
6060
6501
|
peerDependencies:
|
|
6061
6502
|
typescript: '*'
|
|
6062
6503
|
peerDependenciesMeta:
|
|
@@ -6347,56 +6788,45 @@ snapshots:
|
|
|
6347
6788
|
'@jridgewell/gen-mapping': 0.3.13
|
|
6348
6789
|
'@jridgewell/trace-mapping': 0.3.31
|
|
6349
6790
|
|
|
6350
|
-
'@analogjs/astro-angular@2.3.1(
|
|
6351
|
-
dependencies:
|
|
6352
|
-
'@analogjs/vite-plugin-angular': 2.3.1(@angular/build@21.2.
|
|
6353
|
-
'@angular/animations': 21.2.
|
|
6354
|
-
'@angular/build': 21.2.
|
|
6355
|
-
'@angular/common': 21.2.
|
|
6356
|
-
'@angular/compiler': 21.2.
|
|
6357
|
-
'@angular/compiler-cli': 21.2.
|
|
6358
|
-
'@angular/core': 21.2.
|
|
6359
|
-
'@angular/language-service': 21.2.
|
|
6360
|
-
'@angular/platform-browser': 21.2.
|
|
6361
|
-
'@angular/platform-server': 21.2.
|
|
6791
|
+
'@analogjs/astro-angular@2.3.1(52c929a77a1763c25f2f5a1d1f447276)':
|
|
6792
|
+
dependencies:
|
|
6793
|
+
'@analogjs/vite-plugin-angular': 2.3.1(@angular/build@21.2.5(baf64ce12e602603ce982c1c5ab3274d))
|
|
6794
|
+
'@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(baf64ce12e602603ce982c1c5ab3274d)
|
|
6796
|
+
'@angular/common': 21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
6797
|
+
'@angular/compiler': 21.2.6
|
|
6798
|
+
'@angular/compiler-cli': 21.2.6(@angular/compiler@21.2.6)(typescript@5.9.3)
|
|
6799
|
+
'@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
|
|
6800
|
+
'@angular/language-service': 21.2.6
|
|
6801
|
+
'@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))
|
|
6802
|
+
'@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)
|
|
6362
6803
|
rxjs: 7.8.2
|
|
6363
6804
|
tslib: 2.8.1
|
|
6364
6805
|
transitivePeerDependencies:
|
|
6365
6806
|
- '@angular-devkit/build-angular'
|
|
6366
6807
|
|
|
6367
|
-
'@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.
|
|
6808
|
+
'@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.5(baf64ce12e602603ce982c1c5ab3274d))':
|
|
6368
6809
|
dependencies:
|
|
6369
6810
|
tinyglobby: 0.2.15
|
|
6370
6811
|
ts-morph: 21.0.1
|
|
6371
6812
|
optionalDependencies:
|
|
6372
|
-
'@angular/build': 21.2.
|
|
6813
|
+
'@angular/build': 21.2.5(baf64ce12e602603ce982c1c5ab3274d)
|
|
6373
6814
|
|
|
6374
|
-
'@analogjs/vitest-angular@2.3.1(@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.
|
|
6815
|
+
'@analogjs/vitest-angular@2.3.1(@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.5(baf64ce12e602603ce982c1c5ab3274d)))(@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.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)))':
|
|
6375
6816
|
dependencies:
|
|
6376
|
-
'@analogjs/vite-plugin-angular': 2.3.1(@angular/build@21.2.
|
|
6377
|
-
'@angular-devkit/architect': 0.2102.
|
|
6378
|
-
'@angular-devkit/schematics': 21.2.
|
|
6379
|
-
vitest: 4.
|
|
6817
|
+
'@analogjs/vite-plugin-angular': 2.3.1(@angular/build@21.2.5(baf64ce12e602603ce982c1c5ab3274d))
|
|
6818
|
+
'@angular-devkit/architect': 0.2102.5(chokidar@5.0.0)
|
|
6819
|
+
'@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.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
6380
6821
|
|
|
6381
|
-
'@angular-devkit/architect@0.2102.
|
|
6822
|
+
'@angular-devkit/architect@0.2102.5(chokidar@5.0.0)':
|
|
6382
6823
|
dependencies:
|
|
6383
|
-
'@angular-devkit/core': 21.2.
|
|
6824
|
+
'@angular-devkit/core': 21.2.5(chokidar@5.0.0)
|
|
6384
6825
|
rxjs: 7.8.2
|
|
6385
6826
|
transitivePeerDependencies:
|
|
6386
6827
|
- chokidar
|
|
6387
6828
|
|
|
6388
|
-
'@angular-devkit/core@21.2.
|
|
6389
|
-
dependencies:
|
|
6390
|
-
ajv: 8.18.0
|
|
6391
|
-
ajv-formats: 3.0.1(ajv@8.18.0)
|
|
6392
|
-
jsonc-parser: 3.3.1
|
|
6393
|
-
picomatch: 4.0.4
|
|
6394
|
-
rxjs: 7.8.2
|
|
6395
|
-
source-map: 0.7.6
|
|
6396
|
-
optionalDependencies:
|
|
6397
|
-
chokidar: 5.0.0
|
|
6398
|
-
|
|
6399
|
-
'@angular-devkit/core@21.2.2(chokidar@5.0.0)':
|
|
6829
|
+
'@angular-devkit/core@21.2.5(chokidar@5.0.0)':
|
|
6400
6830
|
dependencies:
|
|
6401
6831
|
ajv: 8.18.0
|
|
6402
6832
|
ajv-formats: 3.0.1(ajv@8.18.0)
|
|
@@ -6407,9 +6837,9 @@ snapshots:
|
|
|
6407
6837
|
optionalDependencies:
|
|
6408
6838
|
chokidar: 5.0.0
|
|
6409
6839
|
|
|
6410
|
-
'@angular-devkit/schematics@21.2.
|
|
6840
|
+
'@angular-devkit/schematics@21.2.5(chokidar@5.0.0)':
|
|
6411
6841
|
dependencies:
|
|
6412
|
-
'@angular-devkit/core': 21.2.
|
|
6842
|
+
'@angular-devkit/core': 21.2.5(chokidar@5.0.0)
|
|
6413
6843
|
jsonc-parser: 3.3.1
|
|
6414
6844
|
magic-string: 0.30.21
|
|
6415
6845
|
ora: 9.3.0
|
|
@@ -6417,23 +6847,23 @@ snapshots:
|
|
|
6417
6847
|
transitivePeerDependencies:
|
|
6418
6848
|
- chokidar
|
|
6419
6849
|
|
|
6420
|
-
'@angular-eslint/builder@21.3.
|
|
6850
|
+
'@angular-eslint/builder@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@5.9.3)':
|
|
6421
6851
|
dependencies:
|
|
6422
|
-
'@angular-devkit/architect': 0.2102.
|
|
6423
|
-
'@angular-devkit/core': 21.2.
|
|
6424
|
-
'@angular/cli': 21.2.
|
|
6852
|
+
'@angular-devkit/architect': 0.2102.5(chokidar@5.0.0)
|
|
6853
|
+
'@angular-devkit/core': 21.2.5(chokidar@5.0.0)
|
|
6854
|
+
'@angular/cli': 21.2.5(@types/node@25.5.0)(chokidar@5.0.0)
|
|
6425
6855
|
eslint: 9.39.4
|
|
6426
6856
|
typescript: 5.9.3
|
|
6427
6857
|
transitivePeerDependencies:
|
|
6428
6858
|
- chokidar
|
|
6429
6859
|
|
|
6430
|
-
'@angular-eslint/bundled-angular-compiler@21.3.
|
|
6860
|
+
'@angular-eslint/bundled-angular-compiler@21.3.1': {}
|
|
6431
6861
|
|
|
6432
|
-
'@angular-eslint/eslint-plugin-template@21.3.
|
|
6862
|
+
'@angular-eslint/eslint-plugin-template@21.3.1(@angular-eslint/template-parser@21.3.1(eslint@9.39.4)(typescript@5.9.3))(@typescript-eslint/types@8.56.1)(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)':
|
|
6433
6863
|
dependencies:
|
|
6434
|
-
'@angular-eslint/bundled-angular-compiler': 21.3.
|
|
6435
|
-
'@angular-eslint/template-parser': 21.3.
|
|
6436
|
-
'@angular-eslint/utils': 21.3.
|
|
6864
|
+
'@angular-eslint/bundled-angular-compiler': 21.3.1
|
|
6865
|
+
'@angular-eslint/template-parser': 21.3.1(eslint@9.39.4)(typescript@5.9.3)
|
|
6866
|
+
'@angular-eslint/utils': 21.3.1(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
6437
6867
|
'@typescript-eslint/types': 8.56.1
|
|
6438
6868
|
'@typescript-eslint/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
6439
6869
|
aria-query: 5.3.2
|
|
@@ -6441,22 +6871,22 @@ snapshots:
|
|
|
6441
6871
|
eslint: 9.39.4
|
|
6442
6872
|
typescript: 5.9.3
|
|
6443
6873
|
|
|
6444
|
-
'@angular-eslint/eslint-plugin@21.3.
|
|
6874
|
+
'@angular-eslint/eslint-plugin@21.3.1(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)':
|
|
6445
6875
|
dependencies:
|
|
6446
|
-
'@angular-eslint/bundled-angular-compiler': 21.3.
|
|
6447
|
-
'@angular-eslint/utils': 21.3.
|
|
6876
|
+
'@angular-eslint/bundled-angular-compiler': 21.3.1
|
|
6877
|
+
'@angular-eslint/utils': 21.3.1(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
6448
6878
|
'@typescript-eslint/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
6449
6879
|
eslint: 9.39.4
|
|
6450
6880
|
ts-api-utils: 2.4.0(typescript@5.9.3)
|
|
6451
6881
|
typescript: 5.9.3
|
|
6452
6882
|
|
|
6453
|
-
'@angular-eslint/schematics@21.3.
|
|
6883
|
+
'@angular-eslint/schematics@21.3.1(@angular-eslint/template-parser@21.3.1(eslint@9.39.4)(typescript@5.9.3))(@angular/cli@21.2.5(@types/node@25.5.0)(chokidar@5.0.0))(@typescript-eslint/types@8.56.1)(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(chokidar@5.0.0)(eslint@9.39.4)(typescript@5.9.3)':
|
|
6454
6884
|
dependencies:
|
|
6455
|
-
'@angular-devkit/core': 21.2.
|
|
6456
|
-
'@angular-devkit/schematics': 21.2.
|
|
6457
|
-
'@angular-eslint/eslint-plugin': 21.3.
|
|
6458
|
-
'@angular-eslint/eslint-plugin-template': 21.3.
|
|
6459
|
-
'@angular/cli': 21.2.
|
|
6885
|
+
'@angular-devkit/core': 21.2.5(chokidar@5.0.0)
|
|
6886
|
+
'@angular-devkit/schematics': 21.2.5(chokidar@5.0.0)
|
|
6887
|
+
'@angular-eslint/eslint-plugin': 21.3.1(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
6888
|
+
'@angular-eslint/eslint-plugin-template': 21.3.1(@angular-eslint/template-parser@21.3.1(eslint@9.39.4)(typescript@5.9.3))(@typescript-eslint/types@8.56.1)(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
6889
|
+
'@angular/cli': 21.2.5(@types/node@25.5.0)(chokidar@5.0.0)
|
|
6460
6890
|
ignore: 7.0.5
|
|
6461
6891
|
semver: 7.7.4
|
|
6462
6892
|
strip-json-comments: 3.1.1
|
|
@@ -6468,36 +6898,36 @@ snapshots:
|
|
|
6468
6898
|
- eslint
|
|
6469
6899
|
- typescript
|
|
6470
6900
|
|
|
6471
|
-
'@angular-eslint/template-parser@21.3.
|
|
6901
|
+
'@angular-eslint/template-parser@21.3.1(eslint@9.39.4)(typescript@5.9.3)':
|
|
6472
6902
|
dependencies:
|
|
6473
|
-
'@angular-eslint/bundled-angular-compiler': 21.3.
|
|
6903
|
+
'@angular-eslint/bundled-angular-compiler': 21.3.1
|
|
6474
6904
|
eslint: 9.39.4
|
|
6475
|
-
eslint-scope: 9.1.
|
|
6905
|
+
eslint-scope: 9.1.2
|
|
6476
6906
|
typescript: 5.9.3
|
|
6477
6907
|
|
|
6478
|
-
'@angular-eslint/utils@21.3.
|
|
6908
|
+
'@angular-eslint/utils@21.3.1(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)':
|
|
6479
6909
|
dependencies:
|
|
6480
|
-
'@angular-eslint/bundled-angular-compiler': 21.3.
|
|
6910
|
+
'@angular-eslint/bundled-angular-compiler': 21.3.1
|
|
6481
6911
|
'@typescript-eslint/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
6482
6912
|
eslint: 9.39.4
|
|
6483
6913
|
typescript: 5.9.3
|
|
6484
6914
|
|
|
6485
|
-
'@angular/animations@21.2.
|
|
6915
|
+
'@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))':
|
|
6486
6916
|
dependencies:
|
|
6487
|
-
'@angular/core': 21.2.
|
|
6917
|
+
'@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
|
|
6488
6918
|
tslib: 2.8.1
|
|
6489
6919
|
|
|
6490
|
-
'@angular/build@21.2.
|
|
6920
|
+
'@angular/build@21.2.5(baf64ce12e602603ce982c1c5ab3274d)':
|
|
6491
6921
|
dependencies:
|
|
6492
6922
|
'@ampproject/remapping': 2.3.0
|
|
6493
|
-
'@angular-devkit/architect': 0.2102.
|
|
6494
|
-
'@angular/compiler': 21.2.
|
|
6495
|
-
'@angular/compiler-cli': 21.2.
|
|
6923
|
+
'@angular-devkit/architect': 0.2102.5(chokidar@5.0.0)
|
|
6924
|
+
'@angular/compiler': 21.2.6
|
|
6925
|
+
'@angular/compiler-cli': 21.2.6(@angular/compiler@21.2.6)(typescript@5.9.3)
|
|
6496
6926
|
'@babel/core': 7.29.0
|
|
6497
6927
|
'@babel/helper-annotate-as-pure': 7.27.3
|
|
6498
6928
|
'@babel/helper-split-export-declaration': 7.24.7
|
|
6499
|
-
'@inquirer/confirm': 5.1.21(@types/node@25.
|
|
6500
|
-
'@vitejs/plugin-basic-ssl': 2.1.4(vite@7.3.1(@types/node@25.
|
|
6929
|
+
'@inquirer/confirm': 5.1.21(@types/node@25.5.0)
|
|
6930
|
+
'@vitejs/plugin-basic-ssl': 2.1.4(vite@7.3.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
6501
6931
|
beasties: 0.4.1
|
|
6502
6932
|
browserslist: 4.28.1
|
|
6503
6933
|
esbuild: 0.27.3
|
|
@@ -6517,16 +6947,16 @@ snapshots:
|
|
|
6517
6947
|
tinyglobby: 0.2.15
|
|
6518
6948
|
tslib: 2.8.1
|
|
6519
6949
|
typescript: 5.9.3
|
|
6520
|
-
undici: 7.24.
|
|
6521
|
-
vite: 7.3.1(@types/node@25.
|
|
6950
|
+
undici: 7.24.4
|
|
6951
|
+
vite: 7.3.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
6522
6952
|
watchpack: 2.5.1
|
|
6523
6953
|
optionalDependencies:
|
|
6524
|
-
'@angular/core': 21.2.
|
|
6525
|
-
'@angular/platform-browser': 21.2.
|
|
6526
|
-
'@angular/platform-server': 21.2.
|
|
6954
|
+
'@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
|
|
6955
|
+
'@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))
|
|
6956
|
+
'@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)
|
|
6527
6957
|
lmdb: 3.5.1
|
|
6528
6958
|
postcss: 8.5.6
|
|
6529
|
-
vitest: 4.
|
|
6959
|
+
vitest: 4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
6530
6960
|
transitivePeerDependencies:
|
|
6531
6961
|
- '@types/node'
|
|
6532
6962
|
- chokidar
|
|
@@ -6540,15 +6970,15 @@ snapshots:
|
|
|
6540
6970
|
- tsx
|
|
6541
6971
|
- yaml
|
|
6542
6972
|
|
|
6543
|
-
'@angular/cli@21.2.
|
|
6973
|
+
'@angular/cli@21.2.5(@types/node@25.5.0)(chokidar@5.0.0)':
|
|
6544
6974
|
dependencies:
|
|
6545
|
-
'@angular-devkit/architect': 0.2102.
|
|
6546
|
-
'@angular-devkit/core': 21.2.
|
|
6547
|
-
'@angular-devkit/schematics': 21.2.
|
|
6548
|
-
'@inquirer/prompts': 7.10.1(@types/node@25.
|
|
6549
|
-
'@listr2/prompt-adapter-inquirer': 3.0.5(@inquirer/prompts@7.10.1(@types/node@25.
|
|
6975
|
+
'@angular-devkit/architect': 0.2102.5(chokidar@5.0.0)
|
|
6976
|
+
'@angular-devkit/core': 21.2.5(chokidar@5.0.0)
|
|
6977
|
+
'@angular-devkit/schematics': 21.2.5(chokidar@5.0.0)
|
|
6978
|
+
'@inquirer/prompts': 7.10.1(@types/node@25.5.0)
|
|
6979
|
+
'@listr2/prompt-adapter-inquirer': 3.0.5(@inquirer/prompts@7.10.1(@types/node@25.5.0))(@types/node@25.5.0)(listr2@9.0.5)
|
|
6550
6980
|
'@modelcontextprotocol/sdk': 1.26.0(zod@4.3.6)
|
|
6551
|
-
'@schematics/angular': 21.2.
|
|
6981
|
+
'@schematics/angular': 21.2.5(chokidar@5.0.0)
|
|
6552
6982
|
'@yarnpkg/lockfile': 1.1.0
|
|
6553
6983
|
algoliasearch: 5.48.1
|
|
6554
6984
|
ini: 6.0.0
|
|
@@ -6566,15 +6996,15 @@ snapshots:
|
|
|
6566
6996
|
- chokidar
|
|
6567
6997
|
- supports-color
|
|
6568
6998
|
|
|
6569
|
-
'@angular/common@21.2.
|
|
6999
|
+
'@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2)':
|
|
6570
7000
|
dependencies:
|
|
6571
|
-
'@angular/core': 21.2.
|
|
7001
|
+
'@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
|
|
6572
7002
|
rxjs: 7.8.2
|
|
6573
7003
|
tslib: 2.8.1
|
|
6574
7004
|
|
|
6575
|
-
'@angular/compiler-cli@21.2.
|
|
7005
|
+
'@angular/compiler-cli@21.2.6(@angular/compiler@21.2.6)(typescript@5.9.3)':
|
|
6576
7006
|
dependencies:
|
|
6577
|
-
'@angular/compiler': 21.2.
|
|
7007
|
+
'@angular/compiler': 21.2.6
|
|
6578
7008
|
'@babel/core': 7.29.0
|
|
6579
7009
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
6580
7010
|
chokidar: 5.0.0
|
|
@@ -6588,42 +7018,42 @@ snapshots:
|
|
|
6588
7018
|
transitivePeerDependencies:
|
|
6589
7019
|
- supports-color
|
|
6590
7020
|
|
|
6591
|
-
'@angular/compiler@21.2.
|
|
7021
|
+
'@angular/compiler@21.2.6':
|
|
6592
7022
|
dependencies:
|
|
6593
7023
|
tslib: 2.8.1
|
|
6594
7024
|
|
|
6595
|
-
'@angular/core@21.2.
|
|
7025
|
+
'@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)':
|
|
6596
7026
|
dependencies:
|
|
6597
7027
|
rxjs: 7.8.2
|
|
6598
7028
|
tslib: 2.8.1
|
|
6599
7029
|
optionalDependencies:
|
|
6600
|
-
'@angular/compiler': 21.2.
|
|
7030
|
+
'@angular/compiler': 21.2.6
|
|
6601
7031
|
|
|
6602
|
-
'@angular/language-service@21.2.
|
|
7032
|
+
'@angular/language-service@21.2.6': {}
|
|
6603
7033
|
|
|
6604
|
-
'@angular/platform-browser@21.2.
|
|
7034
|
+
'@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))':
|
|
6605
7035
|
dependencies:
|
|
6606
|
-
'@angular/common': 21.2.
|
|
6607
|
-
'@angular/core': 21.2.
|
|
7036
|
+
'@angular/common': 21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
7037
|
+
'@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
|
|
6608
7038
|
tslib: 2.8.1
|
|
6609
7039
|
optionalDependencies:
|
|
6610
|
-
'@angular/animations': 21.2.
|
|
7040
|
+
'@angular/animations': 21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))
|
|
6611
7041
|
|
|
6612
|
-
'@angular/platform-server@21.2.
|
|
7042
|
+
'@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)':
|
|
6613
7043
|
dependencies:
|
|
6614
|
-
'@angular/common': 21.2.
|
|
6615
|
-
'@angular/compiler': 21.2.
|
|
6616
|
-
'@angular/core': 21.2.
|
|
6617
|
-
'@angular/platform-browser': 21.2.
|
|
7044
|
+
'@angular/common': 21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
7045
|
+
'@angular/compiler': 21.2.6
|
|
7046
|
+
'@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
|
|
7047
|
+
'@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))
|
|
6618
7048
|
rxjs: 7.8.2
|
|
6619
7049
|
tslib: 2.8.1
|
|
6620
7050
|
xhr2: 0.2.1
|
|
6621
7051
|
|
|
6622
|
-
'@angular/router@21.2.
|
|
7052
|
+
'@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)':
|
|
6623
7053
|
dependencies:
|
|
6624
|
-
'@angular/common': 21.2.
|
|
6625
|
-
'@angular/core': 21.2.
|
|
6626
|
-
'@angular/platform-browser': 21.2.
|
|
7054
|
+
'@angular/common': 21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
7055
|
+
'@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
|
|
7056
|
+
'@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))
|
|
6627
7057
|
rxjs: 7.8.2
|
|
6628
7058
|
tslib: 2.8.1
|
|
6629
7059
|
|
|
@@ -6659,13 +7089,13 @@ snapshots:
|
|
|
6659
7089
|
transitivePeerDependencies:
|
|
6660
7090
|
- supports-color
|
|
6661
7091
|
|
|
6662
|
-
'@astrojs/preact@4.1.3(@babel/core@7.29.0)(@types/node@25.
|
|
7092
|
+
'@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)':
|
|
6663
7093
|
dependencies:
|
|
6664
|
-
'@preact/preset-vite': 2.10.
|
|
6665
|
-
'@preact/signals': 2.8.1(preact@10.
|
|
6666
|
-
preact: 10.
|
|
6667
|
-
preact-render-to-string: 6.6.6(preact@10.
|
|
6668
|
-
vite: 6.4.1(@types/node@25.
|
|
7094
|
+
'@preact/preset-vite': 2.10.5(@babel/core@7.29.0)(preact@10.29.0)(rollup@4.59.0)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
7095
|
+
'@preact/signals': 2.8.1(preact@10.29.0)
|
|
7096
|
+
preact: 10.29.0
|
|
7097
|
+
preact-render-to-string: 6.6.6(preact@10.29.0)
|
|
7098
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
6669
7099
|
transitivePeerDependencies:
|
|
6670
7100
|
- '@babel/core'
|
|
6671
7101
|
- '@types/node'
|
|
@@ -6686,15 +7116,15 @@ snapshots:
|
|
|
6686
7116
|
dependencies:
|
|
6687
7117
|
prismjs: 1.30.0
|
|
6688
7118
|
|
|
6689
|
-
'@astrojs/react@4.4.2(@types/node@25.
|
|
7119
|
+
'@astrojs/react@4.4.2(@types/node@25.5.0)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(lightningcss@1.32.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.97.3)(yaml@2.8.3)':
|
|
6690
7120
|
dependencies:
|
|
6691
7121
|
'@types/react': 19.2.14
|
|
6692
7122
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
6693
|
-
'@vitejs/plugin-react': 4.7.0(vite@6.4.1(@types/node@25.
|
|
7123
|
+
'@vitejs/plugin-react': 4.7.0(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
6694
7124
|
react: 19.2.4
|
|
6695
7125
|
react-dom: 19.2.4(react@19.2.4)
|
|
6696
7126
|
ultrahtml: 1.6.0
|
|
6697
|
-
vite: 6.4.1(@types/node@25.
|
|
7127
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
6698
7128
|
transitivePeerDependencies:
|
|
6699
7129
|
- '@types/node'
|
|
6700
7130
|
- jiti
|
|
@@ -6709,14 +7139,34 @@ snapshots:
|
|
|
6709
7139
|
- tsx
|
|
6710
7140
|
- yaml
|
|
6711
7141
|
|
|
6712
|
-
'@astrojs/
|
|
7142
|
+
'@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)':
|
|
6713
7143
|
dependencies:
|
|
6714
|
-
|
|
6715
|
-
|
|
6716
|
-
|
|
6717
|
-
|
|
7144
|
+
solid-js: 1.9.12
|
|
7145
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
7146
|
+
vite-plugin-solid: 2.11.11(@testing-library/jest-dom@6.9.1)(solid-js@1.9.12)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
7147
|
+
transitivePeerDependencies:
|
|
7148
|
+
- '@testing-library/jest-dom'
|
|
7149
|
+
- '@types/node'
|
|
7150
|
+
- jiti
|
|
7151
|
+
- less
|
|
7152
|
+
- lightningcss
|
|
7153
|
+
- sass
|
|
7154
|
+
- sass-embedded
|
|
7155
|
+
- stylus
|
|
7156
|
+
- sugarss
|
|
7157
|
+
- supports-color
|
|
7158
|
+
- terser
|
|
7159
|
+
- tsx
|
|
7160
|
+
- yaml
|
|
7161
|
+
|
|
7162
|
+
'@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
|
+
dependencies:
|
|
7164
|
+
'@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.55.0)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
7165
|
+
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
|
+
svelte: 5.55.0
|
|
7167
|
+
svelte2tsx: 0.7.51(svelte@5.55.0)(typescript@5.9.3)
|
|
6718
7168
|
typescript: 5.9.3
|
|
6719
|
-
vite: 6.4.1(@types/node@25.
|
|
7169
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
6720
7170
|
transitivePeerDependencies:
|
|
6721
7171
|
- '@types/node'
|
|
6722
7172
|
- jiti
|
|
@@ -6743,15 +7193,15 @@ snapshots:
|
|
|
6743
7193
|
transitivePeerDependencies:
|
|
6744
7194
|
- supports-color
|
|
6745
7195
|
|
|
6746
|
-
'@astrojs/vue@5.1.4(@types/node@25.
|
|
7196
|
+
'@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)':
|
|
6747
7197
|
dependencies:
|
|
6748
|
-
'@vitejs/plugin-vue': 5.2.4(vite@6.4.1(@types/node@25.
|
|
6749
|
-
'@vitejs/plugin-vue-jsx': 4.2.0(vite@6.4.1(@types/node@25.
|
|
7198
|
+
'@vitejs/plugin-vue': 5.2.4(vite@6.4.1(@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))
|
|
7199
|
+
'@vitejs/plugin-vue-jsx': 4.2.0(vite@6.4.1(@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))
|
|
6750
7200
|
'@vue/compiler-sfc': 3.5.29
|
|
6751
|
-
astro: 5.18.1(@types/node@25.
|
|
6752
|
-
vite: 6.4.1(@types/node@25.
|
|
6753
|
-
vite-plugin-vue-devtools: 7.7.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.
|
|
6754
|
-
vue: 3.5.
|
|
7201
|
+
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.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
7203
|
+
vite-plugin-vue-devtools: 7.7.9(rollup@4.59.0)(vite@6.4.1(@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
|
+
vue: 3.5.31(typescript@5.9.3)
|
|
6755
7205
|
transitivePeerDependencies:
|
|
6756
7206
|
- '@nuxt/kit'
|
|
6757
7207
|
- '@types/node'
|
|
@@ -6846,6 +7296,10 @@ snapshots:
|
|
|
6846
7296
|
transitivePeerDependencies:
|
|
6847
7297
|
- supports-color
|
|
6848
7298
|
|
|
7299
|
+
'@babel/helper-module-imports@7.18.6':
|
|
7300
|
+
dependencies:
|
|
7301
|
+
'@babel/types': 7.29.0
|
|
7302
|
+
|
|
6849
7303
|
'@babel/helper-module-imports@7.28.6':
|
|
6850
7304
|
dependencies:
|
|
6851
7305
|
'@babel/traverse': 7.29.0
|
|
@@ -6903,6 +7357,10 @@ snapshots:
|
|
|
6903
7357
|
dependencies:
|
|
6904
7358
|
'@babel/types': 7.29.0
|
|
6905
7359
|
|
|
7360
|
+
'@babel/parser@7.29.2':
|
|
7361
|
+
dependencies:
|
|
7362
|
+
'@babel/types': 7.29.0
|
|
7363
|
+
|
|
6906
7364
|
'@babel/plugin-proposal-decorators@7.29.0(@babel/core@7.29.0)':
|
|
6907
7365
|
dependencies:
|
|
6908
7366
|
'@babel/core': 7.29.0
|
|
@@ -7006,6 +7464,8 @@ snapshots:
|
|
|
7006
7464
|
'@babel/helper-string-parser': 7.27.1
|
|
7007
7465
|
'@babel/helper-validator-identifier': 7.28.5
|
|
7008
7466
|
|
|
7467
|
+
'@bytecodealliance/preview2-shim@0.17.8': {}
|
|
7468
|
+
|
|
7009
7469
|
'@capsizecss/unpack@4.0.0':
|
|
7010
7470
|
dependencies:
|
|
7011
7471
|
fontkitten: 1.0.2
|
|
@@ -7030,6 +7490,8 @@ snapshots:
|
|
|
7030
7490
|
tslib: 2.8.1
|
|
7031
7491
|
optional: true
|
|
7032
7492
|
|
|
7493
|
+
'@epic-web/invariant@1.0.0': {}
|
|
7494
|
+
|
|
7033
7495
|
'@esbuild/aix-ppc64@0.25.12':
|
|
7034
7496
|
optional: true
|
|
7035
7497
|
|
|
@@ -7235,16 +7697,18 @@ snapshots:
|
|
|
7235
7697
|
|
|
7236
7698
|
'@eslint/js@9.39.4': {}
|
|
7237
7699
|
|
|
7238
|
-
'@eslint/markdown@
|
|
7700
|
+
'@eslint/markdown@8.0.0':
|
|
7239
7701
|
dependencies:
|
|
7240
|
-
'@eslint/core':
|
|
7241
|
-
'@eslint/plugin-kit': 0.
|
|
7702
|
+
'@eslint/core': 1.1.1
|
|
7703
|
+
'@eslint/plugin-kit': 0.6.1
|
|
7242
7704
|
github-slugger: 2.0.0
|
|
7243
7705
|
mdast-util-from-markdown: 2.0.3
|
|
7244
7706
|
mdast-util-frontmatter: 2.0.1
|
|
7245
7707
|
mdast-util-gfm: 3.1.0
|
|
7708
|
+
mdast-util-math: 3.0.0
|
|
7246
7709
|
micromark-extension-frontmatter: 2.0.0
|
|
7247
7710
|
micromark-extension-gfm: 3.0.0
|
|
7711
|
+
micromark-extension-math: 3.1.0
|
|
7248
7712
|
micromark-util-normalize-identifier: 2.0.1
|
|
7249
7713
|
transitivePeerDependencies:
|
|
7250
7714
|
- supports-color
|
|
@@ -7256,6 +7720,11 @@ snapshots:
|
|
|
7256
7720
|
'@eslint/core': 0.17.0
|
|
7257
7721
|
levn: 0.4.1
|
|
7258
7722
|
|
|
7723
|
+
'@eslint/plugin-kit@0.6.1':
|
|
7724
|
+
dependencies:
|
|
7725
|
+
'@eslint/core': 1.1.1
|
|
7726
|
+
levn: 0.4.1
|
|
7727
|
+
|
|
7259
7728
|
'@gar/promise-retry@1.0.2':
|
|
7260
7729
|
dependencies:
|
|
7261
7730
|
retry: 0.13.1
|
|
@@ -7377,128 +7846,128 @@ snapshots:
|
|
|
7377
7846
|
|
|
7378
7847
|
'@inquirer/ansi@1.0.2': {}
|
|
7379
7848
|
|
|
7380
|
-
'@inquirer/checkbox@4.3.2(@types/node@25.
|
|
7849
|
+
'@inquirer/checkbox@4.3.2(@types/node@25.5.0)':
|
|
7381
7850
|
dependencies:
|
|
7382
7851
|
'@inquirer/ansi': 1.0.2
|
|
7383
|
-
'@inquirer/core': 10.3.2(@types/node@25.
|
|
7852
|
+
'@inquirer/core': 10.3.2(@types/node@25.5.0)
|
|
7384
7853
|
'@inquirer/figures': 1.0.15
|
|
7385
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
7854
|
+
'@inquirer/type': 3.0.10(@types/node@25.5.0)
|
|
7386
7855
|
yoctocolors-cjs: 2.1.3
|
|
7387
7856
|
optionalDependencies:
|
|
7388
|
-
'@types/node': 25.
|
|
7857
|
+
'@types/node': 25.5.0
|
|
7389
7858
|
|
|
7390
|
-
'@inquirer/confirm@5.1.21(@types/node@25.
|
|
7859
|
+
'@inquirer/confirm@5.1.21(@types/node@25.5.0)':
|
|
7391
7860
|
dependencies:
|
|
7392
|
-
'@inquirer/core': 10.3.2(@types/node@25.
|
|
7393
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
7861
|
+
'@inquirer/core': 10.3.2(@types/node@25.5.0)
|
|
7862
|
+
'@inquirer/type': 3.0.10(@types/node@25.5.0)
|
|
7394
7863
|
optionalDependencies:
|
|
7395
|
-
'@types/node': 25.
|
|
7864
|
+
'@types/node': 25.5.0
|
|
7396
7865
|
|
|
7397
|
-
'@inquirer/core@10.3.2(@types/node@25.
|
|
7866
|
+
'@inquirer/core@10.3.2(@types/node@25.5.0)':
|
|
7398
7867
|
dependencies:
|
|
7399
7868
|
'@inquirer/ansi': 1.0.2
|
|
7400
7869
|
'@inquirer/figures': 1.0.15
|
|
7401
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
7870
|
+
'@inquirer/type': 3.0.10(@types/node@25.5.0)
|
|
7402
7871
|
cli-width: 4.1.0
|
|
7403
7872
|
mute-stream: 2.0.0
|
|
7404
7873
|
signal-exit: 4.1.0
|
|
7405
7874
|
wrap-ansi: 6.2.0
|
|
7406
7875
|
yoctocolors-cjs: 2.1.3
|
|
7407
7876
|
optionalDependencies:
|
|
7408
|
-
'@types/node': 25.
|
|
7877
|
+
'@types/node': 25.5.0
|
|
7409
7878
|
|
|
7410
|
-
'@inquirer/editor@4.2.23(@types/node@25.
|
|
7879
|
+
'@inquirer/editor@4.2.23(@types/node@25.5.0)':
|
|
7411
7880
|
dependencies:
|
|
7412
|
-
'@inquirer/core': 10.3.2(@types/node@25.
|
|
7413
|
-
'@inquirer/external-editor': 1.0.3(@types/node@25.
|
|
7414
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
7881
|
+
'@inquirer/core': 10.3.2(@types/node@25.5.0)
|
|
7882
|
+
'@inquirer/external-editor': 1.0.3(@types/node@25.5.0)
|
|
7883
|
+
'@inquirer/type': 3.0.10(@types/node@25.5.0)
|
|
7415
7884
|
optionalDependencies:
|
|
7416
|
-
'@types/node': 25.
|
|
7885
|
+
'@types/node': 25.5.0
|
|
7417
7886
|
|
|
7418
|
-
'@inquirer/expand@4.0.23(@types/node@25.
|
|
7887
|
+
'@inquirer/expand@4.0.23(@types/node@25.5.0)':
|
|
7419
7888
|
dependencies:
|
|
7420
|
-
'@inquirer/core': 10.3.2(@types/node@25.
|
|
7421
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
7889
|
+
'@inquirer/core': 10.3.2(@types/node@25.5.0)
|
|
7890
|
+
'@inquirer/type': 3.0.10(@types/node@25.5.0)
|
|
7422
7891
|
yoctocolors-cjs: 2.1.3
|
|
7423
7892
|
optionalDependencies:
|
|
7424
|
-
'@types/node': 25.
|
|
7893
|
+
'@types/node': 25.5.0
|
|
7425
7894
|
|
|
7426
|
-
'@inquirer/external-editor@1.0.3(@types/node@25.
|
|
7895
|
+
'@inquirer/external-editor@1.0.3(@types/node@25.5.0)':
|
|
7427
7896
|
dependencies:
|
|
7428
7897
|
chardet: 2.1.1
|
|
7429
7898
|
iconv-lite: 0.7.2
|
|
7430
7899
|
optionalDependencies:
|
|
7431
|
-
'@types/node': 25.
|
|
7900
|
+
'@types/node': 25.5.0
|
|
7432
7901
|
|
|
7433
7902
|
'@inquirer/figures@1.0.15': {}
|
|
7434
7903
|
|
|
7435
|
-
'@inquirer/input@4.3.1(@types/node@25.
|
|
7904
|
+
'@inquirer/input@4.3.1(@types/node@25.5.0)':
|
|
7436
7905
|
dependencies:
|
|
7437
|
-
'@inquirer/core': 10.3.2(@types/node@25.
|
|
7438
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
7906
|
+
'@inquirer/core': 10.3.2(@types/node@25.5.0)
|
|
7907
|
+
'@inquirer/type': 3.0.10(@types/node@25.5.0)
|
|
7439
7908
|
optionalDependencies:
|
|
7440
|
-
'@types/node': 25.
|
|
7909
|
+
'@types/node': 25.5.0
|
|
7441
7910
|
|
|
7442
|
-
'@inquirer/number@3.0.23(@types/node@25.
|
|
7911
|
+
'@inquirer/number@3.0.23(@types/node@25.5.0)':
|
|
7443
7912
|
dependencies:
|
|
7444
|
-
'@inquirer/core': 10.3.2(@types/node@25.
|
|
7445
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
7913
|
+
'@inquirer/core': 10.3.2(@types/node@25.5.0)
|
|
7914
|
+
'@inquirer/type': 3.0.10(@types/node@25.5.0)
|
|
7446
7915
|
optionalDependencies:
|
|
7447
|
-
'@types/node': 25.
|
|
7916
|
+
'@types/node': 25.5.0
|
|
7448
7917
|
|
|
7449
|
-
'@inquirer/password@4.0.23(@types/node@25.
|
|
7918
|
+
'@inquirer/password@4.0.23(@types/node@25.5.0)':
|
|
7450
7919
|
dependencies:
|
|
7451
7920
|
'@inquirer/ansi': 1.0.2
|
|
7452
|
-
'@inquirer/core': 10.3.2(@types/node@25.
|
|
7453
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
7921
|
+
'@inquirer/core': 10.3.2(@types/node@25.5.0)
|
|
7922
|
+
'@inquirer/type': 3.0.10(@types/node@25.5.0)
|
|
7454
7923
|
optionalDependencies:
|
|
7455
|
-
'@types/node': 25.
|
|
7456
|
-
|
|
7457
|
-
'@inquirer/prompts@7.10.1(@types/node@25.
|
|
7458
|
-
dependencies:
|
|
7459
|
-
'@inquirer/checkbox': 4.3.2(@types/node@25.
|
|
7460
|
-
'@inquirer/confirm': 5.1.21(@types/node@25.
|
|
7461
|
-
'@inquirer/editor': 4.2.23(@types/node@25.
|
|
7462
|
-
'@inquirer/expand': 4.0.23(@types/node@25.
|
|
7463
|
-
'@inquirer/input': 4.3.1(@types/node@25.
|
|
7464
|
-
'@inquirer/number': 3.0.23(@types/node@25.
|
|
7465
|
-
'@inquirer/password': 4.0.23(@types/node@25.
|
|
7466
|
-
'@inquirer/rawlist': 4.1.11(@types/node@25.
|
|
7467
|
-
'@inquirer/search': 3.2.2(@types/node@25.
|
|
7468
|
-
'@inquirer/select': 4.4.2(@types/node@25.
|
|
7924
|
+
'@types/node': 25.5.0
|
|
7925
|
+
|
|
7926
|
+
'@inquirer/prompts@7.10.1(@types/node@25.5.0)':
|
|
7927
|
+
dependencies:
|
|
7928
|
+
'@inquirer/checkbox': 4.3.2(@types/node@25.5.0)
|
|
7929
|
+
'@inquirer/confirm': 5.1.21(@types/node@25.5.0)
|
|
7930
|
+
'@inquirer/editor': 4.2.23(@types/node@25.5.0)
|
|
7931
|
+
'@inquirer/expand': 4.0.23(@types/node@25.5.0)
|
|
7932
|
+
'@inquirer/input': 4.3.1(@types/node@25.5.0)
|
|
7933
|
+
'@inquirer/number': 3.0.23(@types/node@25.5.0)
|
|
7934
|
+
'@inquirer/password': 4.0.23(@types/node@25.5.0)
|
|
7935
|
+
'@inquirer/rawlist': 4.1.11(@types/node@25.5.0)
|
|
7936
|
+
'@inquirer/search': 3.2.2(@types/node@25.5.0)
|
|
7937
|
+
'@inquirer/select': 4.4.2(@types/node@25.5.0)
|
|
7469
7938
|
optionalDependencies:
|
|
7470
|
-
'@types/node': 25.
|
|
7939
|
+
'@types/node': 25.5.0
|
|
7471
7940
|
|
|
7472
|
-
'@inquirer/rawlist@4.1.11(@types/node@25.
|
|
7941
|
+
'@inquirer/rawlist@4.1.11(@types/node@25.5.0)':
|
|
7473
7942
|
dependencies:
|
|
7474
|
-
'@inquirer/core': 10.3.2(@types/node@25.
|
|
7475
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
7943
|
+
'@inquirer/core': 10.3.2(@types/node@25.5.0)
|
|
7944
|
+
'@inquirer/type': 3.0.10(@types/node@25.5.0)
|
|
7476
7945
|
yoctocolors-cjs: 2.1.3
|
|
7477
7946
|
optionalDependencies:
|
|
7478
|
-
'@types/node': 25.
|
|
7947
|
+
'@types/node': 25.5.0
|
|
7479
7948
|
|
|
7480
|
-
'@inquirer/search@3.2.2(@types/node@25.
|
|
7949
|
+
'@inquirer/search@3.2.2(@types/node@25.5.0)':
|
|
7481
7950
|
dependencies:
|
|
7482
|
-
'@inquirer/core': 10.3.2(@types/node@25.
|
|
7951
|
+
'@inquirer/core': 10.3.2(@types/node@25.5.0)
|
|
7483
7952
|
'@inquirer/figures': 1.0.15
|
|
7484
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
7953
|
+
'@inquirer/type': 3.0.10(@types/node@25.5.0)
|
|
7485
7954
|
yoctocolors-cjs: 2.1.3
|
|
7486
7955
|
optionalDependencies:
|
|
7487
|
-
'@types/node': 25.
|
|
7956
|
+
'@types/node': 25.5.0
|
|
7488
7957
|
|
|
7489
|
-
'@inquirer/select@4.4.2(@types/node@25.
|
|
7958
|
+
'@inquirer/select@4.4.2(@types/node@25.5.0)':
|
|
7490
7959
|
dependencies:
|
|
7491
7960
|
'@inquirer/ansi': 1.0.2
|
|
7492
|
-
'@inquirer/core': 10.3.2(@types/node@25.
|
|
7961
|
+
'@inquirer/core': 10.3.2(@types/node@25.5.0)
|
|
7493
7962
|
'@inquirer/figures': 1.0.15
|
|
7494
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
7963
|
+
'@inquirer/type': 3.0.10(@types/node@25.5.0)
|
|
7495
7964
|
yoctocolors-cjs: 2.1.3
|
|
7496
7965
|
optionalDependencies:
|
|
7497
|
-
'@types/node': 25.
|
|
7966
|
+
'@types/node': 25.5.0
|
|
7498
7967
|
|
|
7499
|
-
'@inquirer/type@3.0.10(@types/node@25.
|
|
7968
|
+
'@inquirer/type@3.0.10(@types/node@25.5.0)':
|
|
7500
7969
|
optionalDependencies:
|
|
7501
|
-
'@types/node': 25.
|
|
7970
|
+
'@types/node': 25.5.0
|
|
7502
7971
|
|
|
7503
7972
|
'@isaacs/cliui@8.0.2':
|
|
7504
7973
|
dependencies:
|
|
@@ -7539,10 +8008,10 @@ snapshots:
|
|
|
7539
8008
|
'@jridgewell/resolve-uri': 3.1.2
|
|
7540
8009
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
7541
8010
|
|
|
7542
|
-
'@listr2/prompt-adapter-inquirer@3.0.5(@inquirer/prompts@7.10.1(@types/node@25.
|
|
8011
|
+
'@listr2/prompt-adapter-inquirer@3.0.5(@inquirer/prompts@7.10.1(@types/node@25.5.0))(@types/node@25.5.0)(listr2@9.0.5)':
|
|
7543
8012
|
dependencies:
|
|
7544
|
-
'@inquirer/prompts': 7.10.1(@types/node@25.
|
|
7545
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
8013
|
+
'@inquirer/prompts': 7.10.1(@types/node@25.5.0)
|
|
8014
|
+
'@inquirer/type': 3.0.10(@types/node@25.5.0)
|
|
7546
8015
|
listr2: 9.0.5
|
|
7547
8016
|
transitivePeerDependencies:
|
|
7548
8017
|
- '@types/node'
|
|
@@ -7612,20 +8081,25 @@ snapshots:
|
|
|
7612
8081
|
'@msgpackr-extract/msgpackr-extract-win32-x64@3.0.3':
|
|
7613
8082
|
optional: true
|
|
7614
8083
|
|
|
7615
|
-
'@nanostores/preact@1.
|
|
8084
|
+
'@nanostores/preact@1.1.0(nanostores@1.2.0)(preact@10.29.0)':
|
|
7616
8085
|
dependencies:
|
|
7617
|
-
nanostores: 1.
|
|
7618
|
-
preact: 10.
|
|
8086
|
+
nanostores: 1.2.0
|
|
8087
|
+
preact: 10.29.0
|
|
7619
8088
|
|
|
7620
|
-
'@nanostores/react@1.
|
|
8089
|
+
'@nanostores/react@1.1.0(nanostores@1.2.0)(react@19.2.4)':
|
|
7621
8090
|
dependencies:
|
|
7622
|
-
nanostores: 1.
|
|
8091
|
+
nanostores: 1.2.0
|
|
7623
8092
|
react: 19.2.4
|
|
7624
8093
|
|
|
7625
|
-
'@nanostores/
|
|
8094
|
+
'@nanostores/solid@1.1.1(nanostores@1.2.0)(solid-js@1.9.12)':
|
|
7626
8095
|
dependencies:
|
|
7627
|
-
nanostores: 1.
|
|
7628
|
-
|
|
8096
|
+
nanostores: 1.2.0
|
|
8097
|
+
solid-js: 1.9.12
|
|
8098
|
+
|
|
8099
|
+
'@nanostores/vue@1.1.0(nanostores@1.2.0)(vue@3.5.31(typescript@5.9.3))':
|
|
8100
|
+
dependencies:
|
|
8101
|
+
nanostores: 1.2.0
|
|
8102
|
+
vue: 3.5.31(typescript@5.9.3)
|
|
7629
8103
|
|
|
7630
8104
|
'@napi-rs/nice-android-arm-eabi@1.1.1':
|
|
7631
8105
|
optional: true
|
|
@@ -7722,6 +8196,10 @@ snapshots:
|
|
|
7722
8196
|
'@nodelib/fs.scandir': 2.1.5
|
|
7723
8197
|
fastq: 1.20.1
|
|
7724
8198
|
|
|
8199
|
+
'@nomicfoundation/slang@1.3.4':
|
|
8200
|
+
dependencies:
|
|
8201
|
+
'@bytecodealliance/preview2-shim': 0.17.8
|
|
8202
|
+
|
|
7725
8203
|
'@npmcli/agent@4.0.0':
|
|
7726
8204
|
dependencies:
|
|
7727
8205
|
agent-base: 7.1.4
|
|
@@ -7784,8 +8262,12 @@ snapshots:
|
|
|
7784
8262
|
|
|
7785
8263
|
'@oslojs/encoding@1.1.0': {}
|
|
7786
8264
|
|
|
8265
|
+
'@oxc-project/runtime@0.122.0': {}
|
|
8266
|
+
|
|
7787
8267
|
'@oxc-project/types@0.113.0': {}
|
|
7788
8268
|
|
|
8269
|
+
'@oxc-project/types@0.122.0': {}
|
|
8270
|
+
|
|
7789
8271
|
'@parcel/watcher-android-arm64@2.5.6':
|
|
7790
8272
|
optional: true
|
|
7791
8273
|
|
|
@@ -7858,18 +8340,39 @@ snapshots:
|
|
|
7858
8340
|
|
|
7859
8341
|
'@polka/url@1.0.0-next.29': {}
|
|
7860
8342
|
|
|
7861
|
-
'@preact/preset-vite@2.10.
|
|
8343
|
+
'@preact/preset-vite@2.10.5(@babel/core@7.29.0)(preact@10.29.0)(rollup@4.59.0)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))':
|
|
8344
|
+
dependencies:
|
|
8345
|
+
'@babel/core': 7.29.0
|
|
8346
|
+
'@babel/plugin-transform-react-jsx': 7.28.6(@babel/core@7.29.0)
|
|
8347
|
+
'@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.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
8349
|
+
'@rollup/pluginutils': 5.3.0(rollup@4.59.0)
|
|
8350
|
+
babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.29.0)
|
|
8351
|
+
debug: 4.4.3
|
|
8352
|
+
magic-string: 0.30.21
|
|
8353
|
+
picocolors: 1.1.1
|
|
8354
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
8355
|
+
vite-prerender-plugin: 0.5.12(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
8356
|
+
zimmerframe: 1.1.4
|
|
8357
|
+
transitivePeerDependencies:
|
|
8358
|
+
- preact
|
|
8359
|
+
- rollup
|
|
8360
|
+
- supports-color
|
|
8361
|
+
|
|
8362
|
+
'@preact/preset-vite@2.10.5(@babel/core@7.29.0)(preact@10.29.0)(rollup@4.59.0)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))':
|
|
7862
8363
|
dependencies:
|
|
7863
8364
|
'@babel/core': 7.29.0
|
|
7864
8365
|
'@babel/plugin-transform-react-jsx': 7.28.6(@babel/core@7.29.0)
|
|
7865
8366
|
'@babel/plugin-transform-react-jsx-development': 7.27.1(@babel/core@7.29.0)
|
|
7866
|
-
'@prefresh/vite': 2.4.12(preact@10.
|
|
8367
|
+
'@prefresh/vite': 2.4.12(preact@10.29.0)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
7867
8368
|
'@rollup/pluginutils': 5.3.0(rollup@4.59.0)
|
|
7868
8369
|
babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.29.0)
|
|
7869
8370
|
debug: 4.4.3
|
|
8371
|
+
magic-string: 0.30.21
|
|
7870
8372
|
picocolors: 1.1.1
|
|
7871
|
-
vite:
|
|
7872
|
-
vite-prerender-plugin: 0.5.12(vite@
|
|
8373
|
+
vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
8374
|
+
vite-prerender-plugin: 0.5.12(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
8375
|
+
zimmerframe: 1.1.4
|
|
7873
8376
|
transitivePeerDependencies:
|
|
7874
8377
|
- preact
|
|
7875
8378
|
- rollup
|
|
@@ -7877,82 +8380,143 @@ snapshots:
|
|
|
7877
8380
|
|
|
7878
8381
|
'@preact/signals-core@1.13.0': {}
|
|
7879
8382
|
|
|
7880
|
-
'@preact/signals@2.8.1(preact@10.
|
|
8383
|
+
'@preact/signals@2.8.1(preact@10.29.0)':
|
|
7881
8384
|
dependencies:
|
|
7882
8385
|
'@preact/signals-core': 1.13.0
|
|
7883
|
-
preact: 10.
|
|
8386
|
+
preact: 10.29.0
|
|
7884
8387
|
|
|
7885
8388
|
'@prefresh/babel-plugin@0.5.3': {}
|
|
7886
8389
|
|
|
7887
|
-
'@prefresh/core@1.5.9(preact@10.
|
|
8390
|
+
'@prefresh/core@1.5.9(preact@10.29.0)':
|
|
7888
8391
|
dependencies:
|
|
7889
|
-
preact: 10.
|
|
8392
|
+
preact: 10.29.0
|
|
7890
8393
|
|
|
7891
8394
|
'@prefresh/utils@1.2.1': {}
|
|
7892
8395
|
|
|
7893
|
-
'@prefresh/vite@2.4.12(preact@10.
|
|
8396
|
+
'@prefresh/vite@2.4.12(preact@10.29.0)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))':
|
|
7894
8397
|
dependencies:
|
|
7895
8398
|
'@babel/core': 7.29.0
|
|
7896
8399
|
'@prefresh/babel-plugin': 0.5.3
|
|
7897
|
-
'@prefresh/core': 1.5.9(preact@10.
|
|
8400
|
+
'@prefresh/core': 1.5.9(preact@10.29.0)
|
|
7898
8401
|
'@prefresh/utils': 1.2.1
|
|
7899
8402
|
'@rollup/pluginutils': 4.2.1
|
|
7900
|
-
preact: 10.
|
|
7901
|
-
vite: 6.4.1(@types/node@25.
|
|
8403
|
+
preact: 10.29.0
|
|
8404
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
7902
8405
|
transitivePeerDependencies:
|
|
7903
8406
|
- supports-color
|
|
7904
8407
|
|
|
8408
|
+
'@prefresh/vite@2.4.12(preact@10.29.0)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))':
|
|
8409
|
+
dependencies:
|
|
8410
|
+
'@babel/core': 7.29.0
|
|
8411
|
+
'@prefresh/babel-plugin': 0.5.3
|
|
8412
|
+
'@prefresh/core': 1.5.9(preact@10.29.0)
|
|
8413
|
+
'@prefresh/utils': 1.2.1
|
|
8414
|
+
'@rollup/pluginutils': 4.2.1
|
|
8415
|
+
preact: 10.29.0
|
|
8416
|
+
vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
8417
|
+
transitivePeerDependencies:
|
|
8418
|
+
- supports-color
|
|
8419
|
+
|
|
8420
|
+
'@rolldown/binding-android-arm64@1.0.0-rc.12':
|
|
8421
|
+
optional: true
|
|
8422
|
+
|
|
7905
8423
|
'@rolldown/binding-android-arm64@1.0.0-rc.4':
|
|
7906
8424
|
optional: true
|
|
7907
8425
|
|
|
8426
|
+
'@rolldown/binding-darwin-arm64@1.0.0-rc.12':
|
|
8427
|
+
optional: true
|
|
8428
|
+
|
|
7908
8429
|
'@rolldown/binding-darwin-arm64@1.0.0-rc.4':
|
|
7909
8430
|
optional: true
|
|
7910
8431
|
|
|
8432
|
+
'@rolldown/binding-darwin-x64@1.0.0-rc.12':
|
|
8433
|
+
optional: true
|
|
8434
|
+
|
|
7911
8435
|
'@rolldown/binding-darwin-x64@1.0.0-rc.4':
|
|
7912
8436
|
optional: true
|
|
7913
8437
|
|
|
8438
|
+
'@rolldown/binding-freebsd-x64@1.0.0-rc.12':
|
|
8439
|
+
optional: true
|
|
8440
|
+
|
|
7914
8441
|
'@rolldown/binding-freebsd-x64@1.0.0-rc.4':
|
|
7915
8442
|
optional: true
|
|
7916
8443
|
|
|
8444
|
+
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.12':
|
|
8445
|
+
optional: true
|
|
8446
|
+
|
|
7917
8447
|
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.4':
|
|
7918
8448
|
optional: true
|
|
7919
8449
|
|
|
8450
|
+
'@rolldown/binding-linux-arm64-gnu@1.0.0-rc.12':
|
|
8451
|
+
optional: true
|
|
8452
|
+
|
|
7920
8453
|
'@rolldown/binding-linux-arm64-gnu@1.0.0-rc.4':
|
|
7921
8454
|
optional: true
|
|
7922
8455
|
|
|
8456
|
+
'@rolldown/binding-linux-arm64-musl@1.0.0-rc.12':
|
|
8457
|
+
optional: true
|
|
8458
|
+
|
|
7923
8459
|
'@rolldown/binding-linux-arm64-musl@1.0.0-rc.4':
|
|
7924
8460
|
optional: true
|
|
7925
8461
|
|
|
8462
|
+
'@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.12':
|
|
8463
|
+
optional: true
|
|
8464
|
+
|
|
8465
|
+
'@rolldown/binding-linux-s390x-gnu@1.0.0-rc.12':
|
|
8466
|
+
optional: true
|
|
8467
|
+
|
|
8468
|
+
'@rolldown/binding-linux-x64-gnu@1.0.0-rc.12':
|
|
8469
|
+
optional: true
|
|
8470
|
+
|
|
7926
8471
|
'@rolldown/binding-linux-x64-gnu@1.0.0-rc.4':
|
|
7927
8472
|
optional: true
|
|
7928
8473
|
|
|
8474
|
+
'@rolldown/binding-linux-x64-musl@1.0.0-rc.12':
|
|
8475
|
+
optional: true
|
|
8476
|
+
|
|
7929
8477
|
'@rolldown/binding-linux-x64-musl@1.0.0-rc.4':
|
|
7930
8478
|
optional: true
|
|
7931
8479
|
|
|
8480
|
+
'@rolldown/binding-openharmony-arm64@1.0.0-rc.12':
|
|
8481
|
+
optional: true
|
|
8482
|
+
|
|
7932
8483
|
'@rolldown/binding-openharmony-arm64@1.0.0-rc.4':
|
|
7933
8484
|
optional: true
|
|
7934
8485
|
|
|
8486
|
+
'@rolldown/binding-wasm32-wasi@1.0.0-rc.12':
|
|
8487
|
+
dependencies:
|
|
8488
|
+
'@napi-rs/wasm-runtime': 1.1.1
|
|
8489
|
+
optional: true
|
|
8490
|
+
|
|
7935
8491
|
'@rolldown/binding-wasm32-wasi@1.0.0-rc.4':
|
|
7936
8492
|
dependencies:
|
|
7937
8493
|
'@napi-rs/wasm-runtime': 1.1.1
|
|
7938
8494
|
optional: true
|
|
7939
8495
|
|
|
8496
|
+
'@rolldown/binding-win32-arm64-msvc@1.0.0-rc.12':
|
|
8497
|
+
optional: true
|
|
8498
|
+
|
|
7940
8499
|
'@rolldown/binding-win32-arm64-msvc@1.0.0-rc.4':
|
|
7941
8500
|
optional: true
|
|
7942
8501
|
|
|
8502
|
+
'@rolldown/binding-win32-x64-msvc@1.0.0-rc.12':
|
|
8503
|
+
optional: true
|
|
8504
|
+
|
|
7943
8505
|
'@rolldown/binding-win32-x64-msvc@1.0.0-rc.4':
|
|
7944
8506
|
optional: true
|
|
7945
8507
|
|
|
7946
8508
|
'@rolldown/pluginutils@1.0.0-beta.27': {}
|
|
7947
8509
|
|
|
7948
|
-
'@rolldown/pluginutils@1.0.0-rc.
|
|
8510
|
+
'@rolldown/pluginutils@1.0.0-rc.12': {}
|
|
7949
8511
|
|
|
7950
|
-
'@rolldown/pluginutils@1.0.0-rc.
|
|
8512
|
+
'@rolldown/pluginutils@1.0.0-rc.2': {}
|
|
7951
8513
|
|
|
7952
8514
|
'@rolldown/pluginutils@1.0.0-rc.4': {}
|
|
7953
8515
|
|
|
7954
8516
|
'@rolldown/pluginutils@1.0.0-rc.6': {}
|
|
7955
8517
|
|
|
8518
|
+
'@rolldown/pluginutils@1.0.0-rc.7': {}
|
|
8519
|
+
|
|
7956
8520
|
'@rollup/pluginutils@4.2.1':
|
|
7957
8521
|
dependencies:
|
|
7958
8522
|
estree-walker: 2.0.2
|
|
@@ -8043,10 +8607,10 @@ snapshots:
|
|
|
8043
8607
|
|
|
8044
8608
|
'@rtsao/scc@1.1.0': {}
|
|
8045
8609
|
|
|
8046
|
-
'@schematics/angular@21.2.
|
|
8610
|
+
'@schematics/angular@21.2.5(chokidar@5.0.0)':
|
|
8047
8611
|
dependencies:
|
|
8048
|
-
'@angular-devkit/core': 21.2.
|
|
8049
|
-
'@angular-devkit/schematics': 21.2.
|
|
8612
|
+
'@angular-devkit/core': 21.2.5(chokidar@5.0.0)
|
|
8613
|
+
'@angular-devkit/schematics': 21.2.5(chokidar@5.0.0)
|
|
8050
8614
|
jsonc-parser: 3.3.1
|
|
8051
8615
|
transitivePeerDependencies:
|
|
8052
8616
|
- chokidar
|
|
@@ -8120,57 +8684,56 @@ snapshots:
|
|
|
8120
8684
|
|
|
8121
8685
|
'@sindresorhus/merge-streams@4.0.0': {}
|
|
8122
8686
|
|
|
8687
|
+
'@solidity-parser/parser@0.20.2': {}
|
|
8688
|
+
|
|
8689
|
+
'@solidjs/testing-library@0.8.10(solid-js@1.9.12)':
|
|
8690
|
+
dependencies:
|
|
8691
|
+
'@testing-library/dom': 10.4.1
|
|
8692
|
+
solid-js: 1.9.12
|
|
8693
|
+
|
|
8123
8694
|
'@standard-schema/spec@1.1.0': {}
|
|
8124
8695
|
|
|
8125
8696
|
'@sveltejs/acorn-typescript@1.0.9(acorn@8.16.0)':
|
|
8126
8697
|
dependencies:
|
|
8127
8698
|
acorn: 8.16.0
|
|
8128
8699
|
|
|
8129
|
-
'@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.
|
|
8700
|
+
'@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.55.0)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)))(svelte@5.55.0)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))':
|
|
8130
8701
|
dependencies:
|
|
8131
|
-
'@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.
|
|
8702
|
+
'@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.55.0)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
8132
8703
|
debug: 4.4.3
|
|
8133
|
-
svelte: 5.
|
|
8134
|
-
vite: 6.4.1(@types/node@25.
|
|
8704
|
+
svelte: 5.55.0
|
|
8705
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
8135
8706
|
transitivePeerDependencies:
|
|
8136
8707
|
- supports-color
|
|
8137
8708
|
|
|
8138
|
-
'@sveltejs/vite-plugin-svelte
|
|
8139
|
-
dependencies:
|
|
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))
|
|
8141
|
-
obug: 2.1.1
|
|
8142
|
-
svelte: 5.53.7
|
|
8143
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
8144
|
-
|
|
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))':
|
|
8709
|
+
'@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.55.0)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))':
|
|
8146
8710
|
dependencies:
|
|
8147
|
-
'@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.
|
|
8711
|
+
'@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.55.0)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)))(svelte@5.55.0)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
8148
8712
|
debug: 4.4.3
|
|
8149
8713
|
deepmerge: 4.3.1
|
|
8150
8714
|
kleur: 4.1.5
|
|
8151
8715
|
magic-string: 0.30.21
|
|
8152
|
-
svelte: 5.
|
|
8153
|
-
vite: 6.4.1(@types/node@25.
|
|
8154
|
-
vitefu: 1.1.2(vite@6.4.1(@types/node@25.
|
|
8716
|
+
svelte: 5.55.0
|
|
8717
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
8718
|
+
vitefu: 1.1.2(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
8155
8719
|
transitivePeerDependencies:
|
|
8156
8720
|
- supports-color
|
|
8157
8721
|
|
|
8158
|
-
'@sveltejs/vite-plugin-svelte@
|
|
8722
|
+
'@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.55.0)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))':
|
|
8159
8723
|
dependencies:
|
|
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))
|
|
8161
8724
|
deepmerge: 4.3.1
|
|
8162
8725
|
magic-string: 0.30.21
|
|
8163
8726
|
obug: 2.1.1
|
|
8164
|
-
svelte: 5.
|
|
8165
|
-
vite:
|
|
8166
|
-
vitefu: 1.1.2(vite@
|
|
8727
|
+
svelte: 5.55.0
|
|
8728
|
+
vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
8729
|
+
vitefu: 1.1.2(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
8167
8730
|
|
|
8168
|
-
'@testing-library/angular@19.1
|
|
8731
|
+
'@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)':
|
|
8169
8732
|
dependencies:
|
|
8170
|
-
'@angular/common': 21.2.
|
|
8171
|
-
'@angular/core': 21.2.
|
|
8172
|
-
'@angular/platform-browser': 21.2.
|
|
8173
|
-
'@angular/router': 21.2.
|
|
8733
|
+
'@angular/common': 21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
8734
|
+
'@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
|
|
8735
|
+
'@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))
|
|
8736
|
+
'@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)
|
|
8174
8737
|
'@testing-library/dom': 10.4.1
|
|
8175
8738
|
tslib: 2.8.1
|
|
8176
8739
|
|
|
@@ -8216,10 +8779,10 @@ snapshots:
|
|
|
8216
8779
|
picocolors: 1.1.1
|
|
8217
8780
|
redent: 3.0.0
|
|
8218
8781
|
|
|
8219
|
-
'@testing-library/preact@3.2.4(preact@10.
|
|
8782
|
+
'@testing-library/preact@3.2.4(preact@10.29.0)':
|
|
8220
8783
|
dependencies:
|
|
8221
8784
|
'@testing-library/dom': 8.20.1
|
|
8222
|
-
preact: 10.
|
|
8785
|
+
preact: 10.29.0
|
|
8223
8786
|
|
|
8224
8787
|
'@testing-library/react@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)':
|
|
8225
8788
|
dependencies:
|
|
@@ -8231,31 +8794,31 @@ snapshots:
|
|
|
8231
8794
|
'@types/react': 19.2.14
|
|
8232
8795
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
8233
8796
|
|
|
8234
|
-
'@testing-library/svelte-core@1.0.0(svelte@5.
|
|
8797
|
+
'@testing-library/svelte-core@1.0.0(svelte@5.55.0)':
|
|
8235
8798
|
dependencies:
|
|
8236
|
-
svelte: 5.
|
|
8799
|
+
svelte: 5.55.0
|
|
8237
8800
|
|
|
8238
|
-
'@testing-library/svelte@5.3.1(svelte@5.
|
|
8801
|
+
'@testing-library/svelte@5.3.1(svelte@5.55.0)(vite@8.0.3(@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.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)))':
|
|
8239
8802
|
dependencies:
|
|
8240
8803
|
'@testing-library/dom': 10.4.1
|
|
8241
|
-
'@testing-library/svelte-core': 1.0.0(svelte@5.
|
|
8242
|
-
svelte: 5.
|
|
8804
|
+
'@testing-library/svelte-core': 1.0.0(svelte@5.55.0)
|
|
8805
|
+
svelte: 5.55.0
|
|
8243
8806
|
optionalDependencies:
|
|
8244
|
-
vite:
|
|
8245
|
-
vitest: 4.
|
|
8807
|
+
vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
8808
|
+
vitest: 4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
8246
8809
|
|
|
8247
8810
|
'@testing-library/user-event@14.6.1(@testing-library/dom@10.4.1)':
|
|
8248
8811
|
dependencies:
|
|
8249
8812
|
'@testing-library/dom': 10.4.1
|
|
8250
8813
|
|
|
8251
|
-
'@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.
|
|
8814
|
+
'@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.31)(vue@3.5.31(typescript@5.9.3))':
|
|
8252
8815
|
dependencies:
|
|
8253
8816
|
'@babel/runtime': 7.28.6
|
|
8254
8817
|
'@testing-library/dom': 9.3.4
|
|
8255
8818
|
'@vue/test-utils': 2.4.6
|
|
8256
|
-
vue: 3.5.
|
|
8819
|
+
vue: 3.5.31(typescript@5.9.3)
|
|
8257
8820
|
optionalDependencies:
|
|
8258
|
-
'@vue/compiler-sfc': 3.5.
|
|
8821
|
+
'@vue/compiler-sfc': 3.5.31
|
|
8259
8822
|
|
|
8260
8823
|
'@ts-morph/common@0.22.0':
|
|
8261
8824
|
dependencies:
|
|
@@ -8288,7 +8851,7 @@ snapshots:
|
|
|
8288
8851
|
|
|
8289
8852
|
'@types/babel__core@7.20.5':
|
|
8290
8853
|
dependencies:
|
|
8291
|
-
'@babel/parser': 7.29.
|
|
8854
|
+
'@babel/parser': 7.29.2
|
|
8292
8855
|
'@babel/types': 7.29.0
|
|
8293
8856
|
'@types/babel__generator': 7.27.0
|
|
8294
8857
|
'@types/babel__template': 7.4.4
|
|
@@ -8300,7 +8863,7 @@ snapshots:
|
|
|
8300
8863
|
|
|
8301
8864
|
'@types/babel__template@7.4.4':
|
|
8302
8865
|
dependencies:
|
|
8303
|
-
'@babel/parser': 7.29.
|
|
8866
|
+
'@babel/parser': 7.29.2
|
|
8304
8867
|
'@babel/types': 7.29.0
|
|
8305
8868
|
|
|
8306
8869
|
'@types/babel__traverse@7.28.0':
|
|
@@ -8332,6 +8895,8 @@ snapshots:
|
|
|
8332
8895
|
|
|
8333
8896
|
'@types/json5@0.0.29': {}
|
|
8334
8897
|
|
|
8898
|
+
'@types/katex@0.16.8': {}
|
|
8899
|
+
|
|
8335
8900
|
'@types/mdast@4.0.4':
|
|
8336
8901
|
dependencies:
|
|
8337
8902
|
'@types/unist': 3.0.3
|
|
@@ -8342,7 +8907,7 @@ snapshots:
|
|
|
8342
8907
|
dependencies:
|
|
8343
8908
|
'@types/unist': 3.0.3
|
|
8344
8909
|
|
|
8345
|
-
'@types/node@25.
|
|
8910
|
+
'@types/node@25.5.0':
|
|
8346
8911
|
dependencies:
|
|
8347
8912
|
undici-types: 7.18.2
|
|
8348
8913
|
|
|
@@ -8362,16 +8927,16 @@ snapshots:
|
|
|
8362
8927
|
|
|
8363
8928
|
'@types/ws@8.18.1':
|
|
8364
8929
|
dependencies:
|
|
8365
|
-
'@types/node': 25.
|
|
8930
|
+
'@types/node': 25.5.0
|
|
8366
8931
|
|
|
8367
|
-
'@typescript-eslint/eslint-plugin@8.
|
|
8932
|
+
'@typescript-eslint/eslint-plugin@8.57.2(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)':
|
|
8368
8933
|
dependencies:
|
|
8369
8934
|
'@eslint-community/regexpp': 4.12.2
|
|
8370
|
-
'@typescript-eslint/parser': 8.
|
|
8371
|
-
'@typescript-eslint/scope-manager': 8.
|
|
8372
|
-
'@typescript-eslint/type-utils': 8.
|
|
8373
|
-
'@typescript-eslint/utils': 8.
|
|
8374
|
-
'@typescript-eslint/visitor-keys': 8.
|
|
8935
|
+
'@typescript-eslint/parser': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
|
|
8936
|
+
'@typescript-eslint/scope-manager': 8.57.2
|
|
8937
|
+
'@typescript-eslint/type-utils': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
|
|
8938
|
+
'@typescript-eslint/utils': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
|
|
8939
|
+
'@typescript-eslint/visitor-keys': 8.57.2
|
|
8375
8940
|
eslint: 9.39.4
|
|
8376
8941
|
ignore: 7.0.5
|
|
8377
8942
|
natural-compare: 1.4.0
|
|
@@ -8380,12 +8945,12 @@ snapshots:
|
|
|
8380
8945
|
transitivePeerDependencies:
|
|
8381
8946
|
- supports-color
|
|
8382
8947
|
|
|
8383
|
-
'@typescript-eslint/parser@8.
|
|
8948
|
+
'@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3)':
|
|
8384
8949
|
dependencies:
|
|
8385
|
-
'@typescript-eslint/scope-manager': 8.
|
|
8386
|
-
'@typescript-eslint/types': 8.
|
|
8387
|
-
'@typescript-eslint/typescript-estree': 8.
|
|
8388
|
-
'@typescript-eslint/visitor-keys': 8.
|
|
8950
|
+
'@typescript-eslint/scope-manager': 8.57.2
|
|
8951
|
+
'@typescript-eslint/types': 8.57.2
|
|
8952
|
+
'@typescript-eslint/typescript-estree': 8.57.2(typescript@5.9.3)
|
|
8953
|
+
'@typescript-eslint/visitor-keys': 8.57.2
|
|
8389
8954
|
debug: 4.4.3
|
|
8390
8955
|
eslint: 9.39.4
|
|
8391
8956
|
typescript: 5.9.3
|
|
@@ -8401,20 +8966,38 @@ snapshots:
|
|
|
8401
8966
|
transitivePeerDependencies:
|
|
8402
8967
|
- supports-color
|
|
8403
8968
|
|
|
8969
|
+
'@typescript-eslint/project-service@8.57.2(typescript@5.9.3)':
|
|
8970
|
+
dependencies:
|
|
8971
|
+
'@typescript-eslint/tsconfig-utils': 8.57.2(typescript@5.9.3)
|
|
8972
|
+
'@typescript-eslint/types': 8.57.2
|
|
8973
|
+
debug: 4.4.3
|
|
8974
|
+
typescript: 5.9.3
|
|
8975
|
+
transitivePeerDependencies:
|
|
8976
|
+
- supports-color
|
|
8977
|
+
|
|
8404
8978
|
'@typescript-eslint/scope-manager@8.56.1':
|
|
8405
8979
|
dependencies:
|
|
8406
8980
|
'@typescript-eslint/types': 8.56.1
|
|
8407
8981
|
'@typescript-eslint/visitor-keys': 8.56.1
|
|
8408
8982
|
|
|
8983
|
+
'@typescript-eslint/scope-manager@8.57.2':
|
|
8984
|
+
dependencies:
|
|
8985
|
+
'@typescript-eslint/types': 8.57.2
|
|
8986
|
+
'@typescript-eslint/visitor-keys': 8.57.2
|
|
8987
|
+
|
|
8409
8988
|
'@typescript-eslint/tsconfig-utils@8.56.1(typescript@5.9.3)':
|
|
8410
8989
|
dependencies:
|
|
8411
8990
|
typescript: 5.9.3
|
|
8412
8991
|
|
|
8413
|
-
'@typescript-eslint/
|
|
8992
|
+
'@typescript-eslint/tsconfig-utils@8.57.2(typescript@5.9.3)':
|
|
8414
8993
|
dependencies:
|
|
8415
|
-
|
|
8416
|
-
|
|
8417
|
-
|
|
8994
|
+
typescript: 5.9.3
|
|
8995
|
+
|
|
8996
|
+
'@typescript-eslint/type-utils@8.57.2(eslint@9.39.4)(typescript@5.9.3)':
|
|
8997
|
+
dependencies:
|
|
8998
|
+
'@typescript-eslint/types': 8.57.2
|
|
8999
|
+
'@typescript-eslint/typescript-estree': 8.57.2(typescript@5.9.3)
|
|
9000
|
+
'@typescript-eslint/utils': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
|
|
8418
9001
|
debug: 4.4.3
|
|
8419
9002
|
eslint: 9.39.4
|
|
8420
9003
|
ts-api-utils: 2.4.0(typescript@5.9.3)
|
|
@@ -8424,6 +9007,8 @@ snapshots:
|
|
|
8424
9007
|
|
|
8425
9008
|
'@typescript-eslint/types@8.56.1': {}
|
|
8426
9009
|
|
|
9010
|
+
'@typescript-eslint/types@8.57.2': {}
|
|
9011
|
+
|
|
8427
9012
|
'@typescript-eslint/typescript-estree@8.56.1(typescript@5.9.3)':
|
|
8428
9013
|
dependencies:
|
|
8429
9014
|
'@typescript-eslint/project-service': 8.56.1(typescript@5.9.3)
|
|
@@ -8439,6 +9024,21 @@ snapshots:
|
|
|
8439
9024
|
transitivePeerDependencies:
|
|
8440
9025
|
- supports-color
|
|
8441
9026
|
|
|
9027
|
+
'@typescript-eslint/typescript-estree@8.57.2(typescript@5.9.3)':
|
|
9028
|
+
dependencies:
|
|
9029
|
+
'@typescript-eslint/project-service': 8.57.2(typescript@5.9.3)
|
|
9030
|
+
'@typescript-eslint/tsconfig-utils': 8.57.2(typescript@5.9.3)
|
|
9031
|
+
'@typescript-eslint/types': 8.57.2
|
|
9032
|
+
'@typescript-eslint/visitor-keys': 8.57.2
|
|
9033
|
+
debug: 4.4.3
|
|
9034
|
+
minimatch: 10.2.4
|
|
9035
|
+
semver: 7.7.4
|
|
9036
|
+
tinyglobby: 0.2.15
|
|
9037
|
+
ts-api-utils: 2.4.0(typescript@5.9.3)
|
|
9038
|
+
typescript: 5.9.3
|
|
9039
|
+
transitivePeerDependencies:
|
|
9040
|
+
- supports-color
|
|
9041
|
+
|
|
8442
9042
|
'@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3)':
|
|
8443
9043
|
dependencies:
|
|
8444
9044
|
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4)
|
|
@@ -8450,18 +9050,34 @@ snapshots:
|
|
|
8450
9050
|
transitivePeerDependencies:
|
|
8451
9051
|
- supports-color
|
|
8452
9052
|
|
|
9053
|
+
'@typescript-eslint/utils@8.57.2(eslint@9.39.4)(typescript@5.9.3)':
|
|
9054
|
+
dependencies:
|
|
9055
|
+
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4)
|
|
9056
|
+
'@typescript-eslint/scope-manager': 8.57.2
|
|
9057
|
+
'@typescript-eslint/types': 8.57.2
|
|
9058
|
+
'@typescript-eslint/typescript-estree': 8.57.2(typescript@5.9.3)
|
|
9059
|
+
eslint: 9.39.4
|
|
9060
|
+
typescript: 5.9.3
|
|
9061
|
+
transitivePeerDependencies:
|
|
9062
|
+
- supports-color
|
|
9063
|
+
|
|
8453
9064
|
'@typescript-eslint/visitor-keys@8.56.1':
|
|
8454
9065
|
dependencies:
|
|
8455
9066
|
'@typescript-eslint/types': 8.56.1
|
|
8456
9067
|
eslint-visitor-keys: 5.0.1
|
|
8457
9068
|
|
|
9069
|
+
'@typescript-eslint/visitor-keys@8.57.2':
|
|
9070
|
+
dependencies:
|
|
9071
|
+
'@typescript-eslint/types': 8.57.2
|
|
9072
|
+
eslint-visitor-keys: 5.0.1
|
|
9073
|
+
|
|
8458
9074
|
'@ungap/structured-clone@1.3.0': {}
|
|
8459
9075
|
|
|
8460
|
-
'@vitejs/plugin-basic-ssl@2.1.4(vite@7.3.1(@types/node@25.
|
|
9076
|
+
'@vitejs/plugin-basic-ssl@2.1.4(vite@7.3.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))':
|
|
8461
9077
|
dependencies:
|
|
8462
|
-
vite: 7.3.1(@types/node@25.
|
|
9078
|
+
vite: 7.3.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
8463
9079
|
|
|
8464
|
-
'@vitejs/plugin-react@4.7.0(vite@6.4.1(@types/node@25.
|
|
9080
|
+
'@vitejs/plugin-react@4.7.0(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))':
|
|
8465
9081
|
dependencies:
|
|
8466
9082
|
'@babel/core': 7.29.0
|
|
8467
9083
|
'@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0)
|
|
@@ -8469,82 +9085,77 @@ snapshots:
|
|
|
8469
9085
|
'@rolldown/pluginutils': 1.0.0-beta.27
|
|
8470
9086
|
'@types/babel__core': 7.20.5
|
|
8471
9087
|
react-refresh: 0.17.0
|
|
8472
|
-
vite: 6.4.1(@types/node@25.
|
|
9088
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
8473
9089
|
transitivePeerDependencies:
|
|
8474
9090
|
- supports-color
|
|
8475
9091
|
|
|
8476
|
-
'@vitejs/plugin-react@
|
|
9092
|
+
'@vitejs/plugin-react@6.0.1(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))':
|
|
8477
9093
|
dependencies:
|
|
8478
|
-
'@
|
|
8479
|
-
|
|
8480
|
-
'@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.29.0)
|
|
8481
|
-
'@rolldown/pluginutils': 1.0.0-rc.3
|
|
8482
|
-
'@types/babel__core': 7.20.5
|
|
8483
|
-
react-refresh: 0.18.0
|
|
8484
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
8485
|
-
transitivePeerDependencies:
|
|
8486
|
-
- supports-color
|
|
9094
|
+
'@rolldown/pluginutils': 1.0.0-rc.7
|
|
9095
|
+
vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
8487
9096
|
|
|
8488
|
-
'@vitejs/plugin-vue-jsx@4.2.0(vite@6.4.1(@types/node@25.
|
|
9097
|
+
'@vitejs/plugin-vue-jsx@4.2.0(vite@6.4.1(@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))':
|
|
8489
9098
|
dependencies:
|
|
8490
9099
|
'@babel/core': 7.29.0
|
|
8491
9100
|
'@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.29.0)
|
|
8492
9101
|
'@rolldown/pluginutils': 1.0.0-rc.6
|
|
8493
9102
|
'@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.29.0)
|
|
8494
|
-
vite: 6.4.1(@types/node@25.
|
|
8495
|
-
vue: 3.5.
|
|
9103
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
9104
|
+
vue: 3.5.31(typescript@5.9.3)
|
|
8496
9105
|
transitivePeerDependencies:
|
|
8497
9106
|
- supports-color
|
|
8498
9107
|
|
|
8499
|
-
'@vitejs/plugin-vue@5.2.4(vite@6.4.1(@types/node@25.
|
|
9108
|
+
'@vitejs/plugin-vue@5.2.4(vite@6.4.1(@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))':
|
|
8500
9109
|
dependencies:
|
|
8501
|
-
vite: 6.4.1(@types/node@25.
|
|
8502
|
-
vue: 3.5.
|
|
9110
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
9111
|
+
vue: 3.5.31(typescript@5.9.3)
|
|
8503
9112
|
|
|
8504
|
-
'@vitejs/plugin-vue@6.0.
|
|
9113
|
+
'@vitejs/plugin-vue@6.0.5(vite@8.0.3(@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))':
|
|
8505
9114
|
dependencies:
|
|
8506
9115
|
'@rolldown/pluginutils': 1.0.0-rc.2
|
|
8507
|
-
vite:
|
|
8508
|
-
vue: 3.5.
|
|
9116
|
+
vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
9117
|
+
vue: 3.5.31(typescript@5.9.3)
|
|
8509
9118
|
|
|
8510
|
-
'@vitest/expect@4.
|
|
9119
|
+
'@vitest/expect@4.1.2':
|
|
8511
9120
|
dependencies:
|
|
8512
9121
|
'@standard-schema/spec': 1.1.0
|
|
8513
9122
|
'@types/chai': 5.2.3
|
|
8514
|
-
'@vitest/spy': 4.
|
|
8515
|
-
'@vitest/utils': 4.
|
|
9123
|
+
'@vitest/spy': 4.1.2
|
|
9124
|
+
'@vitest/utils': 4.1.2
|
|
8516
9125
|
chai: 6.2.2
|
|
8517
|
-
tinyrainbow: 3.0
|
|
9126
|
+
tinyrainbow: 3.1.0
|
|
8518
9127
|
|
|
8519
|
-
'@vitest/mocker@4.
|
|
9128
|
+
'@vitest/mocker@4.1.2(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))':
|
|
8520
9129
|
dependencies:
|
|
8521
|
-
'@vitest/spy': 4.
|
|
9130
|
+
'@vitest/spy': 4.1.2
|
|
8522
9131
|
estree-walker: 3.0.3
|
|
8523
9132
|
magic-string: 0.30.21
|
|
8524
9133
|
optionalDependencies:
|
|
8525
|
-
vite:
|
|
9134
|
+
vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
8526
9135
|
|
|
8527
|
-
'@vitest/pretty-format@4.
|
|
9136
|
+
'@vitest/pretty-format@4.1.2':
|
|
8528
9137
|
dependencies:
|
|
8529
|
-
tinyrainbow: 3.0
|
|
9138
|
+
tinyrainbow: 3.1.0
|
|
8530
9139
|
|
|
8531
|
-
'@vitest/runner@4.
|
|
9140
|
+
'@vitest/runner@4.1.2':
|
|
8532
9141
|
dependencies:
|
|
8533
|
-
'@vitest/utils': 4.
|
|
9142
|
+
'@vitest/utils': 4.1.2
|
|
8534
9143
|
pathe: 2.0.3
|
|
8535
9144
|
|
|
8536
|
-
'@vitest/snapshot@4.
|
|
9145
|
+
'@vitest/snapshot@4.1.2':
|
|
8537
9146
|
dependencies:
|
|
8538
|
-
'@vitest/pretty-format': 4.
|
|
9147
|
+
'@vitest/pretty-format': 4.1.2
|
|
9148
|
+
'@vitest/utils': 4.1.2
|
|
8539
9149
|
magic-string: 0.30.21
|
|
8540
9150
|
pathe: 2.0.3
|
|
8541
9151
|
|
|
8542
|
-
'@vitest/spy@4.
|
|
9152
|
+
'@vitest/spy@4.1.2': {}
|
|
8543
9153
|
|
|
8544
|
-
'@vitest/utils@4.
|
|
9154
|
+
'@vitest/utils@4.1.2':
|
|
8545
9155
|
dependencies:
|
|
8546
|
-
'@vitest/pretty-format': 4.
|
|
8547
|
-
|
|
9156
|
+
'@vitest/pretty-format': 4.1.2
|
|
9157
|
+
convert-source-map: 2.0.0
|
|
9158
|
+
tinyrainbow: 3.1.0
|
|
8548
9159
|
|
|
8549
9160
|
'@vue/babel-helper-vue-transform-on@1.5.0': {}
|
|
8550
9161
|
|
|
@@ -8583,11 +9194,24 @@ snapshots:
|
|
|
8583
9194
|
estree-walker: 2.0.2
|
|
8584
9195
|
source-map-js: 1.2.1
|
|
8585
9196
|
|
|
9197
|
+
'@vue/compiler-core@3.5.31':
|
|
9198
|
+
dependencies:
|
|
9199
|
+
'@babel/parser': 7.29.2
|
|
9200
|
+
'@vue/shared': 3.5.31
|
|
9201
|
+
entities: 7.0.1
|
|
9202
|
+
estree-walker: 2.0.2
|
|
9203
|
+
source-map-js: 1.2.1
|
|
9204
|
+
|
|
8586
9205
|
'@vue/compiler-dom@3.5.29':
|
|
8587
9206
|
dependencies:
|
|
8588
9207
|
'@vue/compiler-core': 3.5.29
|
|
8589
9208
|
'@vue/shared': 3.5.29
|
|
8590
9209
|
|
|
9210
|
+
'@vue/compiler-dom@3.5.31':
|
|
9211
|
+
dependencies:
|
|
9212
|
+
'@vue/compiler-core': 3.5.31
|
|
9213
|
+
'@vue/shared': 3.5.31
|
|
9214
|
+
|
|
8591
9215
|
'@vue/compiler-sfc@3.5.29':
|
|
8592
9216
|
dependencies:
|
|
8593
9217
|
'@babel/parser': 7.29.0
|
|
@@ -8600,20 +9224,37 @@ snapshots:
|
|
|
8600
9224
|
postcss: 8.5.6
|
|
8601
9225
|
source-map-js: 1.2.1
|
|
8602
9226
|
|
|
9227
|
+
'@vue/compiler-sfc@3.5.31':
|
|
9228
|
+
dependencies:
|
|
9229
|
+
'@babel/parser': 7.29.2
|
|
9230
|
+
'@vue/compiler-core': 3.5.31
|
|
9231
|
+
'@vue/compiler-dom': 3.5.31
|
|
9232
|
+
'@vue/compiler-ssr': 3.5.31
|
|
9233
|
+
'@vue/shared': 3.5.31
|
|
9234
|
+
estree-walker: 2.0.2
|
|
9235
|
+
magic-string: 0.30.21
|
|
9236
|
+
postcss: 8.5.8
|
|
9237
|
+
source-map-js: 1.2.1
|
|
9238
|
+
|
|
8603
9239
|
'@vue/compiler-ssr@3.5.29':
|
|
8604
9240
|
dependencies:
|
|
8605
9241
|
'@vue/compiler-dom': 3.5.29
|
|
8606
9242
|
'@vue/shared': 3.5.29
|
|
8607
9243
|
|
|
8608
|
-
'@vue/
|
|
9244
|
+
'@vue/compiler-ssr@3.5.31':
|
|
9245
|
+
dependencies:
|
|
9246
|
+
'@vue/compiler-dom': 3.5.31
|
|
9247
|
+
'@vue/shared': 3.5.31
|
|
9248
|
+
|
|
9249
|
+
'@vue/devtools-core@7.7.9(vite@6.4.1(@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))':
|
|
8609
9250
|
dependencies:
|
|
8610
9251
|
'@vue/devtools-kit': 7.7.9
|
|
8611
9252
|
'@vue/devtools-shared': 7.7.9
|
|
8612
9253
|
mitt: 3.0.1
|
|
8613
9254
|
nanoid: 5.1.6
|
|
8614
9255
|
pathe: 2.0.3
|
|
8615
|
-
vite-hot-client: 2.1.0(vite@6.4.1(@types/node@25.
|
|
8616
|
-
vue: 3.5.
|
|
9256
|
+
vite-hot-client: 2.1.0(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
9257
|
+
vue: 3.5.31(typescript@5.9.3)
|
|
8617
9258
|
transitivePeerDependencies:
|
|
8618
9259
|
- vite
|
|
8619
9260
|
|
|
@@ -8631,30 +9272,32 @@ snapshots:
|
|
|
8631
9272
|
dependencies:
|
|
8632
9273
|
rfdc: 1.4.1
|
|
8633
9274
|
|
|
8634
|
-
'@vue/reactivity@3.5.
|
|
9275
|
+
'@vue/reactivity@3.5.31':
|
|
8635
9276
|
dependencies:
|
|
8636
|
-
'@vue/shared': 3.5.
|
|
9277
|
+
'@vue/shared': 3.5.31
|
|
8637
9278
|
|
|
8638
|
-
'@vue/runtime-core@3.5.
|
|
9279
|
+
'@vue/runtime-core@3.5.31':
|
|
8639
9280
|
dependencies:
|
|
8640
|
-
'@vue/reactivity': 3.5.
|
|
8641
|
-
'@vue/shared': 3.5.
|
|
9281
|
+
'@vue/reactivity': 3.5.31
|
|
9282
|
+
'@vue/shared': 3.5.31
|
|
8642
9283
|
|
|
8643
|
-
'@vue/runtime-dom@3.5.
|
|
9284
|
+
'@vue/runtime-dom@3.5.31':
|
|
8644
9285
|
dependencies:
|
|
8645
|
-
'@vue/reactivity': 3.5.
|
|
8646
|
-
'@vue/runtime-core': 3.5.
|
|
8647
|
-
'@vue/shared': 3.5.
|
|
9286
|
+
'@vue/reactivity': 3.5.31
|
|
9287
|
+
'@vue/runtime-core': 3.5.31
|
|
9288
|
+
'@vue/shared': 3.5.31
|
|
8648
9289
|
csstype: 3.2.3
|
|
8649
9290
|
|
|
8650
|
-
'@vue/server-renderer@3.5.
|
|
9291
|
+
'@vue/server-renderer@3.5.31(vue@3.5.31(typescript@5.9.3))':
|
|
8651
9292
|
dependencies:
|
|
8652
|
-
'@vue/compiler-ssr': 3.5.
|
|
8653
|
-
'@vue/shared': 3.5.
|
|
8654
|
-
vue: 3.5.
|
|
9293
|
+
'@vue/compiler-ssr': 3.5.31
|
|
9294
|
+
'@vue/shared': 3.5.31
|
|
9295
|
+
vue: 3.5.31(typescript@5.9.3)
|
|
8655
9296
|
|
|
8656
9297
|
'@vue/shared@3.5.29': {}
|
|
8657
9298
|
|
|
9299
|
+
'@vue/shared@3.5.31': {}
|
|
9300
|
+
|
|
8658
9301
|
'@vue/test-utils@2.4.6':
|
|
8659
9302
|
dependencies:
|
|
8660
9303
|
js-beautify: 1.15.4
|
|
@@ -8718,21 +9361,21 @@ snapshots:
|
|
|
8718
9361
|
'@algolia/requester-fetch': 5.48.1
|
|
8719
9362
|
'@algolia/requester-node-http': 5.48.1
|
|
8720
9363
|
|
|
8721
|
-
angular-eslint@21.3.
|
|
9364
|
+
angular-eslint@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):
|
|
8722
9365
|
dependencies:
|
|
8723
|
-
'@angular-devkit/core': 21.2.
|
|
8724
|
-
'@angular-devkit/schematics': 21.2.
|
|
8725
|
-
'@angular-eslint/builder': 21.3.
|
|
8726
|
-
'@angular-eslint/eslint-plugin': 21.3.
|
|
8727
|
-
'@angular-eslint/eslint-plugin-template': 21.3.
|
|
8728
|
-
'@angular-eslint/schematics': 21.3.
|
|
8729
|
-
'@angular-eslint/template-parser': 21.3.
|
|
8730
|
-
'@angular/cli': 21.2.
|
|
9366
|
+
'@angular-devkit/core': 21.2.5(chokidar@5.0.0)
|
|
9367
|
+
'@angular-devkit/schematics': 21.2.5(chokidar@5.0.0)
|
|
9368
|
+
'@angular-eslint/builder': 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@5.9.3)
|
|
9369
|
+
'@angular-eslint/eslint-plugin': 21.3.1(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
9370
|
+
'@angular-eslint/eslint-plugin-template': 21.3.1(@angular-eslint/template-parser@21.3.1(eslint@9.39.4)(typescript@5.9.3))(@typescript-eslint/types@8.56.1)(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
9371
|
+
'@angular-eslint/schematics': 21.3.1(@angular-eslint/template-parser@21.3.1(eslint@9.39.4)(typescript@5.9.3))(@angular/cli@21.2.5(@types/node@25.5.0)(chokidar@5.0.0))(@typescript-eslint/types@8.56.1)(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(chokidar@5.0.0)(eslint@9.39.4)(typescript@5.9.3)
|
|
9372
|
+
'@angular-eslint/template-parser': 21.3.1(eslint@9.39.4)(typescript@5.9.3)
|
|
9373
|
+
'@angular/cli': 21.2.5(@types/node@25.5.0)(chokidar@5.0.0)
|
|
8731
9374
|
'@typescript-eslint/types': 8.56.1
|
|
8732
9375
|
'@typescript-eslint/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
8733
9376
|
eslint: 9.39.4
|
|
8734
9377
|
typescript: 5.9.3
|
|
8735
|
-
typescript-eslint: 8.
|
|
9378
|
+
typescript-eslint: 8.57.2(eslint@9.39.4)(typescript@5.9.3)
|
|
8736
9379
|
transitivePeerDependencies:
|
|
8737
9380
|
- chokidar
|
|
8738
9381
|
- supports-color
|
|
@@ -8872,7 +9515,7 @@ snapshots:
|
|
|
8872
9515
|
transitivePeerDependencies:
|
|
8873
9516
|
- supports-color
|
|
8874
9517
|
|
|
8875
|
-
astro@5.18.1(@types/node@25.
|
|
9518
|
+
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):
|
|
8876
9519
|
dependencies:
|
|
8877
9520
|
'@astrojs/compiler': 2.13.1
|
|
8878
9521
|
'@astrojs/internal-helpers': 0.7.6
|
|
@@ -8929,8 +9572,8 @@ snapshots:
|
|
|
8929
9572
|
unist-util-visit: 5.1.0
|
|
8930
9573
|
unstorage: 1.17.4
|
|
8931
9574
|
vfile: 6.0.3
|
|
8932
|
-
vite: 6.4.1(@types/node@25.
|
|
8933
|
-
vitefu: 1.1.2(vite@6.4.1(@types/node@25.
|
|
9575
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
9576
|
+
vitefu: 1.1.2(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
8934
9577
|
xxhash-wasm: 1.1.0
|
|
8935
9578
|
yargs-parser: 21.1.1
|
|
8936
9579
|
yocto-spinner: 0.2.3
|
|
@@ -8987,10 +9630,26 @@ snapshots:
|
|
|
8987
9630
|
|
|
8988
9631
|
axobject-query@4.1.0: {}
|
|
8989
9632
|
|
|
9633
|
+
babel-plugin-jsx-dom-expressions@0.40.6(@babel/core@7.29.0):
|
|
9634
|
+
dependencies:
|
|
9635
|
+
'@babel/core': 7.29.0
|
|
9636
|
+
'@babel/helper-module-imports': 7.18.6
|
|
9637
|
+
'@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0)
|
|
9638
|
+
'@babel/types': 7.29.0
|
|
9639
|
+
html-entities: 2.3.3
|
|
9640
|
+
parse5: 7.3.0
|
|
9641
|
+
|
|
8990
9642
|
babel-plugin-transform-hook-names@1.0.2(@babel/core@7.29.0):
|
|
8991
9643
|
dependencies:
|
|
8992
9644
|
'@babel/core': 7.29.0
|
|
8993
9645
|
|
|
9646
|
+
babel-preset-solid@1.9.12(@babel/core@7.29.0)(solid-js@1.9.12):
|
|
9647
|
+
dependencies:
|
|
9648
|
+
'@babel/core': 7.29.0
|
|
9649
|
+
babel-plugin-jsx-dom-expressions: 0.40.6(@babel/core@7.29.0)
|
|
9650
|
+
optionalDependencies:
|
|
9651
|
+
solid-js: 1.9.12
|
|
9652
|
+
|
|
8994
9653
|
bail@2.0.2: {}
|
|
8995
9654
|
|
|
8996
9655
|
balanced-match@1.0.2: {}
|
|
@@ -9230,6 +9889,11 @@ snapshots:
|
|
|
9230
9889
|
|
|
9231
9890
|
create-require@1.1.1: {}
|
|
9232
9891
|
|
|
9892
|
+
cross-env@10.1.0:
|
|
9893
|
+
dependencies:
|
|
9894
|
+
'@epic-web/invariant': 1.0.0
|
|
9895
|
+
cross-spawn: 7.0.6
|
|
9896
|
+
|
|
9233
9897
|
cross-spawn@7.0.6:
|
|
9234
9898
|
dependencies:
|
|
9235
9899
|
path-key: 3.1.1
|
|
@@ -9368,8 +10032,7 @@ snapshots:
|
|
|
9368
10032
|
|
|
9369
10033
|
destr@2.0.5: {}
|
|
9370
10034
|
|
|
9371
|
-
detect-libc@2.1.2:
|
|
9372
|
-
optional: true
|
|
10035
|
+
detect-libc@2.1.2: {}
|
|
9373
10036
|
|
|
9374
10037
|
deterministic-object-hash@2.0.2:
|
|
9375
10038
|
dependencies:
|
|
@@ -9552,6 +10215,8 @@ snapshots:
|
|
|
9552
10215
|
|
|
9553
10216
|
es-module-lexer@1.7.0: {}
|
|
9554
10217
|
|
|
10218
|
+
es-module-lexer@2.0.0: {}
|
|
10219
|
+
|
|
9555
10220
|
es-object-atoms@1.1.1:
|
|
9556
10221
|
dependencies:
|
|
9557
10222
|
es-errors: 1.3.0
|
|
@@ -9671,11 +10336,11 @@ snapshots:
|
|
|
9671
10336
|
transitivePeerDependencies:
|
|
9672
10337
|
- supports-color
|
|
9673
10338
|
|
|
9674
|
-
eslint-module-utils@2.12.1(@typescript-eslint/parser@8.
|
|
10339
|
+
eslint-module-utils@2.12.1(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.4):
|
|
9675
10340
|
dependencies:
|
|
9676
10341
|
debug: 3.2.7
|
|
9677
10342
|
optionalDependencies:
|
|
9678
|
-
'@typescript-eslint/parser': 8.
|
|
10343
|
+
'@typescript-eslint/parser': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
|
|
9679
10344
|
eslint: 9.39.4
|
|
9680
10345
|
eslint-import-resolver-node: 0.3.9
|
|
9681
10346
|
transitivePeerDependencies:
|
|
@@ -9706,7 +10371,7 @@ snapshots:
|
|
|
9706
10371
|
lodash.memoize: 4.1.2
|
|
9707
10372
|
semver: 7.7.4
|
|
9708
10373
|
|
|
9709
|
-
eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.
|
|
10374
|
+
eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4):
|
|
9710
10375
|
dependencies:
|
|
9711
10376
|
'@rtsao/scc': 1.1.0
|
|
9712
10377
|
array-includes: 3.1.9
|
|
@@ -9717,7 +10382,7 @@ snapshots:
|
|
|
9717
10382
|
doctrine: 2.1.0
|
|
9718
10383
|
eslint: 9.39.4
|
|
9719
10384
|
eslint-import-resolver-node: 0.3.9
|
|
9720
|
-
eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.
|
|
10385
|
+
eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.4)
|
|
9721
10386
|
hasown: 2.0.2
|
|
9722
10387
|
is-core-module: 2.16.1
|
|
9723
10388
|
is-glob: 4.0.3
|
|
@@ -9729,7 +10394,7 @@ snapshots:
|
|
|
9729
10394
|
string.prototype.trimend: 1.0.9
|
|
9730
10395
|
tsconfig-paths: 3.15.0
|
|
9731
10396
|
optionalDependencies:
|
|
9732
|
-
'@typescript-eslint/parser': 8.
|
|
10397
|
+
'@typescript-eslint/parser': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
|
|
9733
10398
|
transitivePeerDependencies:
|
|
9734
10399
|
- eslint-import-resolver-typescript
|
|
9735
10400
|
- eslint-import-resolver-webpack
|
|
@@ -9743,26 +10408,26 @@ snapshots:
|
|
|
9743
10408
|
optionalDependencies:
|
|
9744
10409
|
'@testing-library/dom': 10.4.1
|
|
9745
10410
|
|
|
9746
|
-
eslint-plugin-jest@29.15.
|
|
10411
|
+
eslint-plugin-jest@29.15.1(@typescript-eslint/eslint-plugin@8.57.2(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3):
|
|
9747
10412
|
dependencies:
|
|
9748
10413
|
'@typescript-eslint/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
9749
10414
|
eslint: 9.39.4
|
|
9750
10415
|
optionalDependencies:
|
|
9751
|
-
'@typescript-eslint/eslint-plugin': 8.
|
|
10416
|
+
'@typescript-eslint/eslint-plugin': 8.57.2(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
9752
10417
|
typescript: 5.9.3
|
|
9753
10418
|
transitivePeerDependencies:
|
|
9754
10419
|
- supports-color
|
|
9755
10420
|
|
|
9756
|
-
eslint-plugin-perfectionist@5.
|
|
10421
|
+
eslint-plugin-perfectionist@5.7.0(eslint@9.39.4)(typescript@5.9.3):
|
|
9757
10422
|
dependencies:
|
|
9758
|
-
'@typescript-eslint/utils': 8.
|
|
10423
|
+
'@typescript-eslint/utils': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
|
|
9759
10424
|
eslint: 9.39.4
|
|
9760
10425
|
natural-orderby: 5.0.0
|
|
9761
10426
|
transitivePeerDependencies:
|
|
9762
10427
|
- supports-color
|
|
9763
10428
|
- typescript
|
|
9764
10429
|
|
|
9765
|
-
eslint-plugin-playwright@2.
|
|
10430
|
+
eslint-plugin-playwright@2.10.1(eslint@9.39.4):
|
|
9766
10431
|
dependencies:
|
|
9767
10432
|
eslint: 9.39.4
|
|
9768
10433
|
globals: 17.4.0
|
|
@@ -9804,7 +10469,20 @@ snapshots:
|
|
|
9804
10469
|
string.prototype.matchall: 4.0.12
|
|
9805
10470
|
string.prototype.repeat: 1.0.0
|
|
9806
10471
|
|
|
9807
|
-
eslint-plugin-
|
|
10472
|
+
eslint-plugin-solid@0.14.5(eslint@9.39.4)(typescript@5.9.3):
|
|
10473
|
+
dependencies:
|
|
10474
|
+
'@typescript-eslint/utils': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
|
|
10475
|
+
eslint: 9.39.4
|
|
10476
|
+
estraverse: 5.3.0
|
|
10477
|
+
is-html: 2.0.0
|
|
10478
|
+
kebab-case: 1.0.2
|
|
10479
|
+
known-css-properties: 0.30.0
|
|
10480
|
+
style-to-object: 1.0.14
|
|
10481
|
+
typescript: 5.9.3
|
|
10482
|
+
transitivePeerDependencies:
|
|
10483
|
+
- supports-color
|
|
10484
|
+
|
|
10485
|
+
eslint-plugin-svelte@3.16.0(eslint@9.39.4)(svelte@5.55.0)(ts-node@10.9.2(@types/node@25.5.0)(typescript@5.9.3)):
|
|
9808
10486
|
dependencies:
|
|
9809
10487
|
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4)
|
|
9810
10488
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
@@ -9813,25 +10491,25 @@ snapshots:
|
|
|
9813
10491
|
globals: 16.5.0
|
|
9814
10492
|
known-css-properties: 0.37.0
|
|
9815
10493
|
postcss: 8.5.6
|
|
9816
|
-
postcss-load-config: 3.1.4(postcss@8.5.6)(ts-node@10.9.2(@types/node@25.
|
|
10494
|
+
postcss-load-config: 3.1.4(postcss@8.5.6)(ts-node@10.9.2(@types/node@25.5.0)(typescript@5.9.3))
|
|
9817
10495
|
postcss-safe-parser: 7.0.1(postcss@8.5.6)
|
|
9818
10496
|
semver: 7.7.4
|
|
9819
|
-
svelte-eslint-parser: 1.6.0(svelte@5.
|
|
10497
|
+
svelte-eslint-parser: 1.6.0(svelte@5.55.0)
|
|
9820
10498
|
optionalDependencies:
|
|
9821
|
-
svelte: 5.
|
|
10499
|
+
svelte: 5.55.0
|
|
9822
10500
|
transitivePeerDependencies:
|
|
9823
10501
|
- ts-node
|
|
9824
10502
|
|
|
9825
|
-
eslint-plugin-testing-library@7.16.
|
|
10503
|
+
eslint-plugin-testing-library@7.16.2(eslint@9.39.4)(typescript@5.9.3):
|
|
9826
10504
|
dependencies:
|
|
9827
|
-
'@typescript-eslint/scope-manager': 8.
|
|
9828
|
-
'@typescript-eslint/utils': 8.
|
|
10505
|
+
'@typescript-eslint/scope-manager': 8.57.2
|
|
10506
|
+
'@typescript-eslint/utils': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
|
|
9829
10507
|
eslint: 9.39.4
|
|
9830
10508
|
transitivePeerDependencies:
|
|
9831
10509
|
- supports-color
|
|
9832
10510
|
- typescript
|
|
9833
10511
|
|
|
9834
|
-
eslint-plugin-vue@10.8.0(@typescript-eslint/parser@8.
|
|
10512
|
+
eslint-plugin-vue@10.8.0(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(vue-eslint-parser@10.4.0(eslint@9.39.4)):
|
|
9835
10513
|
dependencies:
|
|
9836
10514
|
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4)
|
|
9837
10515
|
eslint: 9.39.4
|
|
@@ -9842,7 +10520,7 @@ snapshots:
|
|
|
9842
10520
|
vue-eslint-parser: 10.4.0(eslint@9.39.4)
|
|
9843
10521
|
xml-name-validator: 4.0.0
|
|
9844
10522
|
optionalDependencies:
|
|
9845
|
-
'@typescript-eslint/parser': 8.
|
|
10523
|
+
'@typescript-eslint/parser': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
|
|
9846
10524
|
|
|
9847
10525
|
eslint-scope@5.1.1:
|
|
9848
10526
|
dependencies:
|
|
@@ -9861,6 +10539,13 @@ snapshots:
|
|
|
9861
10539
|
esrecurse: 4.3.0
|
|
9862
10540
|
estraverse: 5.3.0
|
|
9863
10541
|
|
|
10542
|
+
eslint-scope@9.1.2:
|
|
10543
|
+
dependencies:
|
|
10544
|
+
'@types/esrecurse': 4.3.1
|
|
10545
|
+
'@types/estree': 1.0.8
|
|
10546
|
+
esrecurse: 4.3.0
|
|
10547
|
+
estraverse: 5.3.0
|
|
10548
|
+
|
|
9864
10549
|
eslint-visitor-keys@2.1.0: {}
|
|
9865
10550
|
|
|
9866
10551
|
eslint-visitor-keys@3.4.3: {}
|
|
@@ -10235,9 +10920,9 @@ snapshots:
|
|
|
10235
10920
|
ufo: 1.6.3
|
|
10236
10921
|
uncrypto: 0.1.3
|
|
10237
10922
|
|
|
10238
|
-
happy-dom@20.8.
|
|
10923
|
+
happy-dom@20.8.9:
|
|
10239
10924
|
dependencies:
|
|
10240
|
-
'@types/node': 25.
|
|
10925
|
+
'@types/node': 25.5.0
|
|
10241
10926
|
'@types/whatwg-mimetype': 3.0.2
|
|
10242
10927
|
'@types/ws': 8.18.1
|
|
10243
10928
|
entities: 7.0.1
|
|
@@ -10372,8 +11057,12 @@ snapshots:
|
|
|
10372
11057
|
dependencies:
|
|
10373
11058
|
lru-cache: 11.2.6
|
|
10374
11059
|
|
|
11060
|
+
html-entities@2.3.3: {}
|
|
11061
|
+
|
|
10375
11062
|
html-escaper@3.0.3: {}
|
|
10376
11063
|
|
|
11064
|
+
html-tags@3.3.1: {}
|
|
11065
|
+
|
|
10377
11066
|
html-void-elements@3.0.0: {}
|
|
10378
11067
|
|
|
10379
11068
|
htmlparser2@10.1.0:
|
|
@@ -10442,6 +11131,8 @@ snapshots:
|
|
|
10442
11131
|
|
|
10443
11132
|
ini@6.0.0: {}
|
|
10444
11133
|
|
|
11134
|
+
inline-style-parser@0.2.7: {}
|
|
11135
|
+
|
|
10445
11136
|
internal-slot@1.1.0:
|
|
10446
11137
|
dependencies:
|
|
10447
11138
|
es-errors: 1.3.0
|
|
@@ -10527,6 +11218,10 @@ snapshots:
|
|
|
10527
11218
|
dependencies:
|
|
10528
11219
|
is-extglob: 2.1.1
|
|
10529
11220
|
|
|
11221
|
+
is-html@2.0.0:
|
|
11222
|
+
dependencies:
|
|
11223
|
+
html-tags: 3.3.1
|
|
11224
|
+
|
|
10530
11225
|
is-inside-container@1.0.0:
|
|
10531
11226
|
dependencies:
|
|
10532
11227
|
is-docker: 3.0.0
|
|
@@ -10595,6 +11290,8 @@ snapshots:
|
|
|
10595
11290
|
call-bound: 1.0.4
|
|
10596
11291
|
get-intrinsic: 1.3.0
|
|
10597
11292
|
|
|
11293
|
+
is-what@4.1.16: {}
|
|
11294
|
+
|
|
10598
11295
|
is-what@5.5.0: {}
|
|
10599
11296
|
|
|
10600
11297
|
is-wsl@2.2.0:
|
|
@@ -10703,6 +11400,12 @@ snapshots:
|
|
|
10703
11400
|
object.assign: 4.1.7
|
|
10704
11401
|
object.values: 1.2.1
|
|
10705
11402
|
|
|
11403
|
+
katex@0.16.44:
|
|
11404
|
+
dependencies:
|
|
11405
|
+
commander: 8.3.0
|
|
11406
|
+
|
|
11407
|
+
kebab-case@1.0.2: {}
|
|
11408
|
+
|
|
10706
11409
|
keyv@4.5.4:
|
|
10707
11410
|
dependencies:
|
|
10708
11411
|
json-buffer: 3.0.1
|
|
@@ -10715,6 +11418,8 @@ snapshots:
|
|
|
10715
11418
|
|
|
10716
11419
|
kleur@4.1.5: {}
|
|
10717
11420
|
|
|
11421
|
+
known-css-properties@0.30.0: {}
|
|
11422
|
+
|
|
10718
11423
|
known-css-properties@0.37.0: {}
|
|
10719
11424
|
|
|
10720
11425
|
kolorist@1.8.0: {}
|
|
@@ -10724,6 +11429,55 @@ snapshots:
|
|
|
10724
11429
|
prelude-ls: 1.2.1
|
|
10725
11430
|
type-check: 0.4.0
|
|
10726
11431
|
|
|
11432
|
+
lightningcss-android-arm64@1.32.0:
|
|
11433
|
+
optional: true
|
|
11434
|
+
|
|
11435
|
+
lightningcss-darwin-arm64@1.32.0:
|
|
11436
|
+
optional: true
|
|
11437
|
+
|
|
11438
|
+
lightningcss-darwin-x64@1.32.0:
|
|
11439
|
+
optional: true
|
|
11440
|
+
|
|
11441
|
+
lightningcss-freebsd-x64@1.32.0:
|
|
11442
|
+
optional: true
|
|
11443
|
+
|
|
11444
|
+
lightningcss-linux-arm-gnueabihf@1.32.0:
|
|
11445
|
+
optional: true
|
|
11446
|
+
|
|
11447
|
+
lightningcss-linux-arm64-gnu@1.32.0:
|
|
11448
|
+
optional: true
|
|
11449
|
+
|
|
11450
|
+
lightningcss-linux-arm64-musl@1.32.0:
|
|
11451
|
+
optional: true
|
|
11452
|
+
|
|
11453
|
+
lightningcss-linux-x64-gnu@1.32.0:
|
|
11454
|
+
optional: true
|
|
11455
|
+
|
|
11456
|
+
lightningcss-linux-x64-musl@1.32.0:
|
|
11457
|
+
optional: true
|
|
11458
|
+
|
|
11459
|
+
lightningcss-win32-arm64-msvc@1.32.0:
|
|
11460
|
+
optional: true
|
|
11461
|
+
|
|
11462
|
+
lightningcss-win32-x64-msvc@1.32.0:
|
|
11463
|
+
optional: true
|
|
11464
|
+
|
|
11465
|
+
lightningcss@1.32.0:
|
|
11466
|
+
dependencies:
|
|
11467
|
+
detect-libc: 2.1.2
|
|
11468
|
+
optionalDependencies:
|
|
11469
|
+
lightningcss-android-arm64: 1.32.0
|
|
11470
|
+
lightningcss-darwin-arm64: 1.32.0
|
|
11471
|
+
lightningcss-darwin-x64: 1.32.0
|
|
11472
|
+
lightningcss-freebsd-x64: 1.32.0
|
|
11473
|
+
lightningcss-linux-arm-gnueabihf: 1.32.0
|
|
11474
|
+
lightningcss-linux-arm64-gnu: 1.32.0
|
|
11475
|
+
lightningcss-linux-arm64-musl: 1.32.0
|
|
11476
|
+
lightningcss-linux-x64-gnu: 1.32.0
|
|
11477
|
+
lightningcss-linux-x64-musl: 1.32.0
|
|
11478
|
+
lightningcss-win32-arm64-msvc: 1.32.0
|
|
11479
|
+
lightningcss-win32-x64-msvc: 1.32.0
|
|
11480
|
+
|
|
10727
11481
|
lilconfig@2.1.0: {}
|
|
10728
11482
|
|
|
10729
11483
|
listr2@9.0.5:
|
|
@@ -10926,6 +11680,18 @@ snapshots:
|
|
|
10926
11680
|
transitivePeerDependencies:
|
|
10927
11681
|
- supports-color
|
|
10928
11682
|
|
|
11683
|
+
mdast-util-math@3.0.0:
|
|
11684
|
+
dependencies:
|
|
11685
|
+
'@types/hast': 3.0.4
|
|
11686
|
+
'@types/mdast': 4.0.4
|
|
11687
|
+
devlop: 1.1.0
|
|
11688
|
+
longest-streak: 3.1.0
|
|
11689
|
+
mdast-util-from-markdown: 2.0.3
|
|
11690
|
+
mdast-util-to-markdown: 2.1.2
|
|
11691
|
+
unist-util-remove-position: 5.0.0
|
|
11692
|
+
transitivePeerDependencies:
|
|
11693
|
+
- supports-color
|
|
11694
|
+
|
|
10929
11695
|
mdast-util-phrasing@4.1.0:
|
|
10930
11696
|
dependencies:
|
|
10931
11697
|
'@types/mdast': 4.0.4
|
|
@@ -10965,6 +11731,10 @@ snapshots:
|
|
|
10965
11731
|
|
|
10966
11732
|
media-typer@1.1.0: {}
|
|
10967
11733
|
|
|
11734
|
+
merge-anything@5.1.7:
|
|
11735
|
+
dependencies:
|
|
11736
|
+
is-what: 4.1.16
|
|
11737
|
+
|
|
10968
11738
|
merge-descriptors@2.0.0: {}
|
|
10969
11739
|
|
|
10970
11740
|
merge2@1.4.1: {}
|
|
@@ -11053,6 +11823,16 @@ snapshots:
|
|
|
11053
11823
|
micromark-util-combine-extensions: 2.0.1
|
|
11054
11824
|
micromark-util-types: 2.0.2
|
|
11055
11825
|
|
|
11826
|
+
micromark-extension-math@3.1.0:
|
|
11827
|
+
dependencies:
|
|
11828
|
+
'@types/katex': 0.16.8
|
|
11829
|
+
devlop: 1.1.0
|
|
11830
|
+
katex: 0.16.44
|
|
11831
|
+
micromark-factory-space: 2.0.1
|
|
11832
|
+
micromark-util-character: 2.1.1
|
|
11833
|
+
micromark-util-symbol: 2.0.1
|
|
11834
|
+
micromark-util-types: 2.0.2
|
|
11835
|
+
|
|
11056
11836
|
micromark-factory-destination@2.0.1:
|
|
11057
11837
|
dependencies:
|
|
11058
11838
|
micromark-util-character: 2.1.1
|
|
@@ -11261,7 +12041,7 @@ snapshots:
|
|
|
11261
12041
|
|
|
11262
12042
|
nanoid@5.1.6: {}
|
|
11263
12043
|
|
|
11264
|
-
nanostores@1.
|
|
12044
|
+
nanostores@1.2.0: {}
|
|
11265
12045
|
|
|
11266
12046
|
natural-compare@1.4.0: {}
|
|
11267
12047
|
|
|
@@ -11647,13 +12427,13 @@ snapshots:
|
|
|
11647
12427
|
|
|
11648
12428
|
possible-typed-array-names@1.1.0: {}
|
|
11649
12429
|
|
|
11650
|
-
postcss-load-config@3.1.4(postcss@8.5.6)(ts-node@10.9.2(@types/node@25.
|
|
12430
|
+
postcss-load-config@3.1.4(postcss@8.5.6)(ts-node@10.9.2(@types/node@25.5.0)(typescript@5.9.3)):
|
|
11651
12431
|
dependencies:
|
|
11652
12432
|
lilconfig: 2.1.0
|
|
11653
12433
|
yaml: 1.10.3
|
|
11654
12434
|
optionalDependencies:
|
|
11655
12435
|
postcss: 8.5.6
|
|
11656
|
-
ts-node: 10.9.2(@types/node@25.
|
|
12436
|
+
ts-node: 10.9.2(@types/node@25.5.0)(typescript@5.9.3)
|
|
11657
12437
|
|
|
11658
12438
|
postcss-media-query-parser@0.2.3: {}
|
|
11659
12439
|
|
|
@@ -11676,18 +12456,31 @@ snapshots:
|
|
|
11676
12456
|
picocolors: 1.1.1
|
|
11677
12457
|
source-map-js: 1.2.1
|
|
11678
12458
|
|
|
11679
|
-
|
|
12459
|
+
postcss@8.5.8:
|
|
12460
|
+
dependencies:
|
|
12461
|
+
nanoid: 3.3.11
|
|
12462
|
+
picocolors: 1.1.1
|
|
12463
|
+
source-map-js: 1.2.1
|
|
12464
|
+
|
|
12465
|
+
preact-render-to-string@6.6.6(preact@10.29.0):
|
|
11680
12466
|
dependencies:
|
|
11681
|
-
preact: 10.
|
|
12467
|
+
preact: 10.29.0
|
|
11682
12468
|
|
|
11683
|
-
preact@10.
|
|
12469
|
+
preact@10.29.0: {}
|
|
11684
12470
|
|
|
11685
12471
|
prelude-ls@1.2.1: {}
|
|
11686
12472
|
|
|
11687
|
-
prettier-plugin-
|
|
12473
|
+
prettier-plugin-solidity@2.3.1(prettier@3.8.1):
|
|
12474
|
+
dependencies:
|
|
12475
|
+
'@nomicfoundation/slang': 1.3.4
|
|
12476
|
+
'@solidity-parser/parser': 0.20.2
|
|
12477
|
+
prettier: 3.8.1
|
|
12478
|
+
semver: 7.7.4
|
|
12479
|
+
|
|
12480
|
+
prettier-plugin-svelte@3.5.1(prettier@3.8.1)(svelte@5.55.0):
|
|
11688
12481
|
dependencies:
|
|
11689
12482
|
prettier: 3.8.1
|
|
11690
|
-
svelte: 5.
|
|
12483
|
+
svelte: 5.55.0
|
|
11691
12484
|
|
|
11692
12485
|
prettier@3.8.1: {}
|
|
11693
12486
|
|
|
@@ -11760,8 +12553,6 @@ snapshots:
|
|
|
11760
12553
|
|
|
11761
12554
|
react-refresh@0.17.0: {}
|
|
11762
12555
|
|
|
11763
|
-
react-refresh@0.18.0: {}
|
|
11764
|
-
|
|
11765
12556
|
react@19.2.4: {}
|
|
11766
12557
|
|
|
11767
12558
|
readdirp@4.1.2: {}
|
|
@@ -11930,6 +12721,27 @@ snapshots:
|
|
|
11930
12721
|
|
|
11931
12722
|
rfdc@1.4.1: {}
|
|
11932
12723
|
|
|
12724
|
+
rolldown@1.0.0-rc.12:
|
|
12725
|
+
dependencies:
|
|
12726
|
+
'@oxc-project/types': 0.122.0
|
|
12727
|
+
'@rolldown/pluginutils': 1.0.0-rc.12
|
|
12728
|
+
optionalDependencies:
|
|
12729
|
+
'@rolldown/binding-android-arm64': 1.0.0-rc.12
|
|
12730
|
+
'@rolldown/binding-darwin-arm64': 1.0.0-rc.12
|
|
12731
|
+
'@rolldown/binding-darwin-x64': 1.0.0-rc.12
|
|
12732
|
+
'@rolldown/binding-freebsd-x64': 1.0.0-rc.12
|
|
12733
|
+
'@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.12
|
|
12734
|
+
'@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.12
|
|
12735
|
+
'@rolldown/binding-linux-arm64-musl': 1.0.0-rc.12
|
|
12736
|
+
'@rolldown/binding-linux-ppc64-gnu': 1.0.0-rc.12
|
|
12737
|
+
'@rolldown/binding-linux-s390x-gnu': 1.0.0-rc.12
|
|
12738
|
+
'@rolldown/binding-linux-x64-gnu': 1.0.0-rc.12
|
|
12739
|
+
'@rolldown/binding-linux-x64-musl': 1.0.0-rc.12
|
|
12740
|
+
'@rolldown/binding-openharmony-arm64': 1.0.0-rc.12
|
|
12741
|
+
'@rolldown/binding-wasm32-wasi': 1.0.0-rc.12
|
|
12742
|
+
'@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.12
|
|
12743
|
+
'@rolldown/binding-win32-x64-msvc': 1.0.0-rc.12
|
|
12744
|
+
|
|
11933
12745
|
rolldown@1.0.0-rc.4:
|
|
11934
12746
|
dependencies:
|
|
11935
12747
|
'@oxc-project/types': 0.113.0
|
|
@@ -12055,6 +12867,12 @@ snapshots:
|
|
|
12055
12867
|
transitivePeerDependencies:
|
|
12056
12868
|
- supports-color
|
|
12057
12869
|
|
|
12870
|
+
seroval-plugins@1.5.1(seroval@1.5.1):
|
|
12871
|
+
dependencies:
|
|
12872
|
+
seroval: 1.5.1
|
|
12873
|
+
|
|
12874
|
+
seroval@1.5.1: {}
|
|
12875
|
+
|
|
12058
12876
|
serve-static@2.2.1:
|
|
12059
12877
|
dependencies:
|
|
12060
12878
|
encodeurl: 2.0.0
|
|
@@ -12222,6 +13040,21 @@ snapshots:
|
|
|
12222
13040
|
ip-address: 10.1.0
|
|
12223
13041
|
smart-buffer: 4.2.0
|
|
12224
13042
|
|
|
13043
|
+
solid-js@1.9.12:
|
|
13044
|
+
dependencies:
|
|
13045
|
+
csstype: 3.2.3
|
|
13046
|
+
seroval: 1.5.1
|
|
13047
|
+
seroval-plugins: 1.5.1(seroval@1.5.1)
|
|
13048
|
+
|
|
13049
|
+
solid-refresh@0.6.3(solid-js@1.9.12):
|
|
13050
|
+
dependencies:
|
|
13051
|
+
'@babel/generator': 7.29.1
|
|
13052
|
+
'@babel/helper-module-imports': 7.28.6
|
|
13053
|
+
'@babel/types': 7.29.0
|
|
13054
|
+
solid-js: 1.9.12
|
|
13055
|
+
transitivePeerDependencies:
|
|
13056
|
+
- supports-color
|
|
13057
|
+
|
|
12225
13058
|
source-map-js@1.2.1: {}
|
|
12226
13059
|
|
|
12227
13060
|
source-map-support@0.5.21:
|
|
@@ -12256,7 +13089,7 @@ snapshots:
|
|
|
12256
13089
|
|
|
12257
13090
|
statuses@2.0.2: {}
|
|
12258
13091
|
|
|
12259
|
-
std-env@
|
|
13092
|
+
std-env@4.0.0: {}
|
|
12260
13093
|
|
|
12261
13094
|
stdin-discarder@0.3.1: {}
|
|
12262
13095
|
|
|
@@ -12355,6 +13188,10 @@ snapshots:
|
|
|
12355
13188
|
|
|
12356
13189
|
strip-json-comments@3.1.1: {}
|
|
12357
13190
|
|
|
13191
|
+
style-to-object@1.0.14:
|
|
13192
|
+
dependencies:
|
|
13193
|
+
inline-style-parser: 0.2.7
|
|
13194
|
+
|
|
12358
13195
|
superjson@2.2.6:
|
|
12359
13196
|
dependencies:
|
|
12360
13197
|
copy-anything: 4.0.5
|
|
@@ -12365,7 +13202,7 @@ snapshots:
|
|
|
12365
13202
|
|
|
12366
13203
|
supports-preserve-symlinks-flag@1.0.0: {}
|
|
12367
13204
|
|
|
12368
|
-
svelte-eslint-parser@1.6.0(svelte@5.
|
|
13205
|
+
svelte-eslint-parser@1.6.0(svelte@5.55.0):
|
|
12369
13206
|
dependencies:
|
|
12370
13207
|
eslint-scope: 8.4.0
|
|
12371
13208
|
eslint-visitor-keys: 4.2.1
|
|
@@ -12375,16 +13212,16 @@ snapshots:
|
|
|
12375
13212
|
postcss-selector-parser: 7.1.1
|
|
12376
13213
|
semver: 7.7.4
|
|
12377
13214
|
optionalDependencies:
|
|
12378
|
-
svelte: 5.
|
|
13215
|
+
svelte: 5.55.0
|
|
12379
13216
|
|
|
12380
|
-
svelte2tsx@0.7.51(svelte@5.
|
|
13217
|
+
svelte2tsx@0.7.51(svelte@5.55.0)(typescript@5.9.3):
|
|
12381
13218
|
dependencies:
|
|
12382
13219
|
dedent-js: 1.0.1
|
|
12383
13220
|
scule: 1.3.0
|
|
12384
|
-
svelte: 5.
|
|
13221
|
+
svelte: 5.55.0
|
|
12385
13222
|
typescript: 5.9.3
|
|
12386
13223
|
|
|
12387
|
-
svelte@5.
|
|
13224
|
+
svelte@5.55.0:
|
|
12388
13225
|
dependencies:
|
|
12389
13226
|
'@jridgewell/remapping': 2.3.5
|
|
12390
13227
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
@@ -12444,7 +13281,7 @@ snapshots:
|
|
|
12444
13281
|
fdir: 6.5.0(picomatch@4.0.4)
|
|
12445
13282
|
picomatch: 4.0.4
|
|
12446
13283
|
|
|
12447
|
-
tinyrainbow@3.0
|
|
13284
|
+
tinyrainbow@3.1.0: {}
|
|
12448
13285
|
|
|
12449
13286
|
tmp@0.2.5: {}
|
|
12450
13287
|
|
|
@@ -12469,14 +13306,14 @@ snapshots:
|
|
|
12469
13306
|
'@ts-morph/common': 0.22.0
|
|
12470
13307
|
code-block-writer: 12.0.0
|
|
12471
13308
|
|
|
12472
|
-
ts-node@10.9.2(@types/node@25.
|
|
13309
|
+
ts-node@10.9.2(@types/node@25.5.0)(typescript@5.9.3):
|
|
12473
13310
|
dependencies:
|
|
12474
13311
|
'@cspotcode/source-map-support': 0.8.1
|
|
12475
13312
|
'@tsconfig/node10': 1.0.12
|
|
12476
13313
|
'@tsconfig/node12': 1.0.11
|
|
12477
13314
|
'@tsconfig/node14': 1.0.3
|
|
12478
13315
|
'@tsconfig/node16': 1.0.4
|
|
12479
|
-
'@types/node': 25.
|
|
13316
|
+
'@types/node': 25.5.0
|
|
12480
13317
|
acorn: 8.16.0
|
|
12481
13318
|
acorn-walk: 8.3.5
|
|
12482
13319
|
arg: 4.1.3
|
|
@@ -12553,12 +13390,12 @@ snapshots:
|
|
|
12553
13390
|
possible-typed-array-names: 1.1.0
|
|
12554
13391
|
reflect.getprototypeof: 1.0.10
|
|
12555
13392
|
|
|
12556
|
-
typescript-eslint@8.
|
|
13393
|
+
typescript-eslint@8.57.2(eslint@9.39.4)(typescript@5.9.3):
|
|
12557
13394
|
dependencies:
|
|
12558
|
-
'@typescript-eslint/eslint-plugin': 8.
|
|
12559
|
-
'@typescript-eslint/parser': 8.
|
|
12560
|
-
'@typescript-eslint/typescript-estree': 8.
|
|
12561
|
-
'@typescript-eslint/utils': 8.
|
|
13395
|
+
'@typescript-eslint/eslint-plugin': 8.57.2(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
13396
|
+
'@typescript-eslint/parser': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
|
|
13397
|
+
'@typescript-eslint/typescript-estree': 8.57.2(typescript@5.9.3)
|
|
13398
|
+
'@typescript-eslint/utils': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
|
|
12562
13399
|
eslint: 9.39.4
|
|
12563
13400
|
typescript: 5.9.3
|
|
12564
13401
|
transitivePeerDependencies:
|
|
@@ -12581,7 +13418,7 @@ snapshots:
|
|
|
12581
13418
|
|
|
12582
13419
|
undici-types@7.18.2: {}
|
|
12583
13420
|
|
|
12584
|
-
undici@7.24.
|
|
13421
|
+
undici@7.24.4: {}
|
|
12585
13422
|
|
|
12586
13423
|
unicorn-magic@0.3.0: {}
|
|
12587
13424
|
|
|
@@ -12699,11 +13536,11 @@ snapshots:
|
|
|
12699
13536
|
'@types/unist': 3.0.3
|
|
12700
13537
|
vfile-message: 4.0.3
|
|
12701
13538
|
|
|
12702
|
-
vite-hot-client@2.1.0(vite@6.4.1(@types/node@25.
|
|
13539
|
+
vite-hot-client@2.1.0(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)):
|
|
12703
13540
|
dependencies:
|
|
12704
|
-
vite: 6.4.1(@types/node@25.
|
|
13541
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
12705
13542
|
|
|
12706
|
-
vite-plugin-inspect@0.8.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.
|
|
13543
|
+
vite-plugin-inspect@0.8.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)):
|
|
12707
13544
|
dependencies:
|
|
12708
13545
|
'@antfu/utils': 0.7.10
|
|
12709
13546
|
'@rollup/pluginutils': 5.3.0(rollup@4.59.0)
|
|
@@ -12714,28 +13551,58 @@ snapshots:
|
|
|
12714
13551
|
perfect-debounce: 1.0.0
|
|
12715
13552
|
picocolors: 1.1.1
|
|
12716
13553
|
sirv: 3.0.2
|
|
12717
|
-
vite: 6.4.1(@types/node@25.
|
|
13554
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
12718
13555
|
transitivePeerDependencies:
|
|
12719
13556
|
- rollup
|
|
12720
13557
|
- supports-color
|
|
12721
13558
|
|
|
12722
|
-
vite-plugin-
|
|
13559
|
+
vite-plugin-solid@2.11.11(@testing-library/jest-dom@6.9.1)(solid-js@1.9.12)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)):
|
|
12723
13560
|
dependencies:
|
|
12724
|
-
'@
|
|
13561
|
+
'@babel/core': 7.29.0
|
|
13562
|
+
'@types/babel__core': 7.20.5
|
|
13563
|
+
babel-preset-solid: 1.9.12(@babel/core@7.29.0)(solid-js@1.9.12)
|
|
13564
|
+
merge-anything: 5.1.7
|
|
13565
|
+
solid-js: 1.9.12
|
|
13566
|
+
solid-refresh: 0.6.3(solid-js@1.9.12)
|
|
13567
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
13568
|
+
vitefu: 1.1.2(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
13569
|
+
optionalDependencies:
|
|
13570
|
+
'@testing-library/jest-dom': 6.9.1
|
|
13571
|
+
transitivePeerDependencies:
|
|
13572
|
+
- supports-color
|
|
13573
|
+
|
|
13574
|
+
vite-plugin-solid@2.11.11(@testing-library/jest-dom@6.9.1)(solid-js@1.9.12)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)):
|
|
13575
|
+
dependencies:
|
|
13576
|
+
'@babel/core': 7.29.0
|
|
13577
|
+
'@types/babel__core': 7.20.5
|
|
13578
|
+
babel-preset-solid: 1.9.12(@babel/core@7.29.0)(solid-js@1.9.12)
|
|
13579
|
+
merge-anything: 5.1.7
|
|
13580
|
+
solid-js: 1.9.12
|
|
13581
|
+
solid-refresh: 0.6.3(solid-js@1.9.12)
|
|
13582
|
+
vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
13583
|
+
vitefu: 1.1.2(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
13584
|
+
optionalDependencies:
|
|
13585
|
+
'@testing-library/jest-dom': 6.9.1
|
|
13586
|
+
transitivePeerDependencies:
|
|
13587
|
+
- supports-color
|
|
13588
|
+
|
|
13589
|
+
vite-plugin-vue-devtools@7.7.9(rollup@4.59.0)(vite@6.4.1(@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
|
+
dependencies:
|
|
13591
|
+
'@vue/devtools-core': 7.7.9(vite@6.4.1(@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))
|
|
12725
13592
|
'@vue/devtools-kit': 7.7.9
|
|
12726
13593
|
'@vue/devtools-shared': 7.7.9
|
|
12727
13594
|
execa: 9.6.1
|
|
12728
13595
|
sirv: 3.0.2
|
|
12729
|
-
vite: 6.4.1(@types/node@25.
|
|
12730
|
-
vite-plugin-inspect: 0.8.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.
|
|
12731
|
-
vite-plugin-vue-inspector: 5.3.2(vite@6.4.1(@types/node@25.
|
|
13596
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
13597
|
+
vite-plugin-inspect: 0.8.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
13598
|
+
vite-plugin-vue-inspector: 5.3.2(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
12732
13599
|
transitivePeerDependencies:
|
|
12733
13600
|
- '@nuxt/kit'
|
|
12734
13601
|
- rollup
|
|
12735
13602
|
- supports-color
|
|
12736
13603
|
- vue
|
|
12737
13604
|
|
|
12738
|
-
vite-plugin-vue-inspector@5.3.2(vite@6.4.1(@types/node@25.
|
|
13605
|
+
vite-plugin-vue-inspector@5.3.2(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)):
|
|
12739
13606
|
dependencies:
|
|
12740
13607
|
'@babel/core': 7.29.0
|
|
12741
13608
|
'@babel/plugin-proposal-decorators': 7.29.0(@babel/core@7.29.0)
|
|
@@ -12746,11 +13613,21 @@ snapshots:
|
|
|
12746
13613
|
'@vue/compiler-dom': 3.5.29
|
|
12747
13614
|
kolorist: 1.8.0
|
|
12748
13615
|
magic-string: 0.30.21
|
|
12749
|
-
vite: 6.4.1(@types/node@25.
|
|
13616
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
12750
13617
|
transitivePeerDependencies:
|
|
12751
13618
|
- supports-color
|
|
12752
13619
|
|
|
12753
|
-
vite-prerender-plugin@0.5.12(vite@6.4.1(@types/node@25.
|
|
13620
|
+
vite-prerender-plugin@0.5.12(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)):
|
|
13621
|
+
dependencies:
|
|
13622
|
+
kolorist: 1.8.0
|
|
13623
|
+
magic-string: 0.30.21
|
|
13624
|
+
node-html-parser: 6.1.13
|
|
13625
|
+
simple-code-frame: 1.3.0
|
|
13626
|
+
source-map: 0.7.6
|
|
13627
|
+
stack-trace: 1.0.0-pre2
|
|
13628
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
13629
|
+
|
|
13630
|
+
vite-prerender-plugin@0.5.12(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)):
|
|
12754
13631
|
dependencies:
|
|
12755
13632
|
kolorist: 1.8.0
|
|
12756
13633
|
magic-string: 0.30.21
|
|
@@ -12758,9 +13635,9 @@ snapshots:
|
|
|
12758
13635
|
simple-code-frame: 1.3.0
|
|
12759
13636
|
source-map: 0.7.6
|
|
12760
13637
|
stack-trace: 1.0.0-pre2
|
|
12761
|
-
vite:
|
|
13638
|
+
vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
12762
13639
|
|
|
12763
|
-
vite@6.4.1(@types/node@25.
|
|
13640
|
+
vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3):
|
|
12764
13641
|
dependencies:
|
|
12765
13642
|
esbuild: 0.25.12
|
|
12766
13643
|
fdir: 6.5.0(picomatch@4.0.4)
|
|
@@ -12769,12 +13646,13 @@ snapshots:
|
|
|
12769
13646
|
rollup: 4.59.0
|
|
12770
13647
|
tinyglobby: 0.2.15
|
|
12771
13648
|
optionalDependencies:
|
|
12772
|
-
'@types/node': 25.
|
|
13649
|
+
'@types/node': 25.5.0
|
|
12773
13650
|
fsevents: 2.3.3
|
|
13651
|
+
lightningcss: 1.32.0
|
|
12774
13652
|
sass: 1.97.3
|
|
12775
13653
|
yaml: 2.8.3
|
|
12776
13654
|
|
|
12777
|
-
vite@7.3.1(@types/node@25.
|
|
13655
|
+
vite@7.3.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3):
|
|
12778
13656
|
dependencies:
|
|
12779
13657
|
esbuild: 0.27.3
|
|
12780
13658
|
fdir: 6.5.0(picomatch@4.0.4)
|
|
@@ -12783,52 +13661,61 @@ snapshots:
|
|
|
12783
13661
|
rollup: 4.59.0
|
|
12784
13662
|
tinyglobby: 0.2.15
|
|
12785
13663
|
optionalDependencies:
|
|
12786
|
-
'@types/node': 25.
|
|
13664
|
+
'@types/node': 25.5.0
|
|
12787
13665
|
fsevents: 2.3.3
|
|
13666
|
+
lightningcss: 1.32.0
|
|
12788
13667
|
sass: 1.97.3
|
|
12789
13668
|
yaml: 2.8.3
|
|
12790
13669
|
|
|
12791
|
-
|
|
13670
|
+
vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3):
|
|
13671
|
+
dependencies:
|
|
13672
|
+
lightningcss: 1.32.0
|
|
13673
|
+
picomatch: 4.0.4
|
|
13674
|
+
postcss: 8.5.8
|
|
13675
|
+
rolldown: 1.0.0-rc.12
|
|
13676
|
+
tinyglobby: 0.2.15
|
|
12792
13677
|
optionalDependencies:
|
|
12793
|
-
|
|
13678
|
+
'@types/node': 25.5.0
|
|
13679
|
+
esbuild: 0.27.3
|
|
13680
|
+
fsevents: 2.3.3
|
|
13681
|
+
sass: 1.97.3
|
|
13682
|
+
yaml: 2.8.3
|
|
12794
13683
|
|
|
12795
|
-
|
|
12796
|
-
|
|
12797
|
-
|
|
12798
|
-
|
|
12799
|
-
|
|
12800
|
-
|
|
12801
|
-
|
|
12802
|
-
|
|
12803
|
-
|
|
12804
|
-
|
|
13684
|
+
vitefu@1.1.2(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)):
|
|
13685
|
+
optionalDependencies:
|
|
13686
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
13687
|
+
|
|
13688
|
+
vitefu@1.1.2(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)):
|
|
13689
|
+
optionalDependencies:
|
|
13690
|
+
vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
13691
|
+
|
|
13692
|
+
vitest@4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)):
|
|
13693
|
+
dependencies:
|
|
13694
|
+
'@vitest/expect': 4.1.2
|
|
13695
|
+
'@vitest/mocker': 4.1.2(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
13696
|
+
'@vitest/pretty-format': 4.1.2
|
|
13697
|
+
'@vitest/runner': 4.1.2
|
|
13698
|
+
'@vitest/snapshot': 4.1.2
|
|
13699
|
+
'@vitest/spy': 4.1.2
|
|
13700
|
+
'@vitest/utils': 4.1.2
|
|
13701
|
+
es-module-lexer: 2.0.0
|
|
12805
13702
|
expect-type: 1.3.0
|
|
12806
13703
|
magic-string: 0.30.21
|
|
12807
13704
|
obug: 2.1.1
|
|
12808
13705
|
pathe: 2.0.3
|
|
12809
13706
|
picomatch: 4.0.4
|
|
12810
|
-
std-env:
|
|
13707
|
+
std-env: 4.0.0
|
|
12811
13708
|
tinybench: 2.9.0
|
|
12812
13709
|
tinyexec: 1.0.2
|
|
12813
13710
|
tinyglobby: 0.2.15
|
|
12814
|
-
tinyrainbow: 3.0
|
|
12815
|
-
vite:
|
|
13711
|
+
tinyrainbow: 3.1.0
|
|
13712
|
+
vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
12816
13713
|
why-is-node-running: 2.3.0
|
|
12817
13714
|
optionalDependencies:
|
|
12818
|
-
'@types/node': 25.
|
|
12819
|
-
happy-dom: 20.8.
|
|
13715
|
+
'@types/node': 25.5.0
|
|
13716
|
+
happy-dom: 20.8.9
|
|
12820
13717
|
transitivePeerDependencies:
|
|
12821
|
-
- jiti
|
|
12822
|
-
- less
|
|
12823
|
-
- lightningcss
|
|
12824
13718
|
- msw
|
|
12825
|
-
- sass
|
|
12826
|
-
- sass-embedded
|
|
12827
|
-
- stylus
|
|
12828
|
-
- sugarss
|
|
12829
|
-
- terser
|
|
12830
|
-
- tsx
|
|
12831
|
-
- yaml
|
|
12832
13719
|
|
|
12833
13720
|
vue-component-type-helpers@2.2.12: {}
|
|
12834
13721
|
|
|
@@ -12844,13 +13731,13 @@ snapshots:
|
|
|
12844
13731
|
transitivePeerDependencies:
|
|
12845
13732
|
- supports-color
|
|
12846
13733
|
|
|
12847
|
-
vue@3.5.
|
|
13734
|
+
vue@3.5.31(typescript@5.9.3):
|
|
12848
13735
|
dependencies:
|
|
12849
|
-
'@vue/compiler-dom': 3.5.
|
|
12850
|
-
'@vue/compiler-sfc': 3.5.
|
|
12851
|
-
'@vue/runtime-dom': 3.5.
|
|
12852
|
-
'@vue/server-renderer': 3.5.
|
|
12853
|
-
'@vue/shared': 3.5.
|
|
13736
|
+
'@vue/compiler-dom': 3.5.31
|
|
13737
|
+
'@vue/compiler-sfc': 3.5.31
|
|
13738
|
+
'@vue/runtime-dom': 3.5.31
|
|
13739
|
+
'@vue/server-renderer': 3.5.31(vue@3.5.31(typescript@5.9.3))
|
|
13740
|
+
'@vue/shared': 3.5.31
|
|
12854
13741
|
optionalDependencies:
|
|
12855
13742
|
typescript: 5.9.3
|
|
12856
13743
|
|