create-outsystems-astro 0.7.1 → 0.8.0
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 +663 -204
- package/template/deno.json +1 -6
- package/template/deno.lock +936 -468
- package/template/eslint.config.mjs +5 -0
- package/template/package-lock.json +9358 -5653
- package/template/package.json +48 -63
- package/template/pnpm-lock.yaml +1672 -792
- package/template/src/framework/preact/Demo.tsx +5 -6
- package/template/src/framework/react/Demo.tsx +4 -2
- package/template/src/framework/solid/Demo.tsx +85 -0
- package/template/src/framework/solid/Store.tsx +31 -0
- package/template/src/framework/svelte/Demo.svelte +2 -2
- package/template/src/framework/vue/Demo.vue +3 -2
- package/template/src/images/solid.png +0 -0
- package/template/src/pages/angular/angular-demo.astro +1 -1
- package/template/src/pages/multi/store.astro +3 -1
- package/template/src/pages/preact/preact-demo.astro +2 -3
- package/template/src/pages/react/react-demo.astro +2 -3
- package/template/src/pages/solid/solid-demo.astro +65 -0
- package/template/src/pages/svelte/svelte-demo.astro +2 -3
- package/template/src/pages/vue/vue-demo.astro +2 -3
- package/template/src/stores/demo.ts +14 -0
- package/template/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 +999 -446
- package/template/src/stores/.gitkeep +0 -0
- /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,68 +4,67 @@ settings:
|
|
|
4
4
|
autoInstallPeers: true
|
|
5
5
|
excludeLinksFromLockfile: false
|
|
6
6
|
|
|
7
|
-
overrides:
|
|
8
|
-
devalue: ^5.6.4
|
|
9
|
-
flatted: ^3.4.0
|
|
10
|
-
hono: ^4.12.7
|
|
11
|
-
tar: ^7.5.11
|
|
12
|
-
undici: ^7.24.0
|
|
13
|
-
|
|
14
7
|
importers:
|
|
15
8
|
|
|
16
9
|
.:
|
|
17
10
|
dependencies:
|
|
18
11
|
'@analogjs/astro-angular':
|
|
19
12
|
specifier: ^2.3.1
|
|
20
|
-
version: 2.3.1(
|
|
13
|
+
version: 2.3.1(52c929a77a1763c25f2f5a1d1f447276)
|
|
21
14
|
'@angular/animations':
|
|
22
|
-
specifier: ^21.2.
|
|
23
|
-
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))
|
|
24
17
|
'@angular/common':
|
|
25
|
-
specifier: ^21.2.
|
|
26
|
-
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)
|
|
27
20
|
'@angular/core':
|
|
28
|
-
specifier: ^21.2.
|
|
29
|
-
version: 21.2.
|
|
21
|
+
specifier: ^21.2.6
|
|
22
|
+
version: 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
|
|
30
23
|
'@angular/platform-browser':
|
|
31
|
-
specifier: ^21.2.
|
|
32
|
-
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))
|
|
33
26
|
'@angular/platform-server':
|
|
34
|
-
specifier: ^21.2.
|
|
35
|
-
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)
|
|
36
29
|
'@angular/router':
|
|
37
|
-
specifier: ^21.2.
|
|
38
|
-
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)
|
|
39
32
|
'@astrojs/preact':
|
|
40
33
|
specifier: ^4.1.3
|
|
41
|
-
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)
|
|
42
35
|
'@astrojs/react':
|
|
43
36
|
specifier: ^4.4.2
|
|
44
|
-
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)
|
|
45
41
|
'@astrojs/svelte':
|
|
46
42
|
specifier: ^7.2.5
|
|
47
|
-
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)
|
|
48
44
|
'@astrojs/vue':
|
|
49
45
|
specifier: ^5.1.4
|
|
50
|
-
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)
|
|
51
47
|
'@nanostores/preact':
|
|
52
|
-
specifier: ^1.
|
|
53
|
-
version: 1.
|
|
48
|
+
specifier: ^1.1.0
|
|
49
|
+
version: 1.1.0(nanostores@1.2.0)(preact@10.29.0)
|
|
54
50
|
'@nanostores/react':
|
|
55
|
-
specifier: ^1.
|
|
56
|
-
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)
|
|
57
56
|
'@nanostores/vue':
|
|
58
57
|
specifier: ^1.1.0
|
|
59
|
-
version: 1.1.0(nanostores@1.
|
|
58
|
+
version: 1.1.0(nanostores@1.2.0)(vue@3.5.31(typescript@5.9.3))
|
|
60
59
|
astro:
|
|
61
|
-
specifier: ^5.18.
|
|
62
|
-
version: 5.18.
|
|
60
|
+
specifier: ^5.18.1
|
|
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)
|
|
63
62
|
nanostores:
|
|
64
|
-
specifier: ^1.
|
|
65
|
-
version: 1.
|
|
63
|
+
specifier: ^1.2.0
|
|
64
|
+
version: 1.2.0
|
|
66
65
|
preact:
|
|
67
|
-
specifier: ^10.
|
|
68
|
-
version: 10.
|
|
66
|
+
specifier: ^10.29.0
|
|
67
|
+
version: 10.29.0
|
|
69
68
|
react:
|
|
70
69
|
specifier: ^19.2.4
|
|
71
70
|
version: 19.2.4
|
|
@@ -75,43 +74,46 @@ importers:
|
|
|
75
74
|
rxjs:
|
|
76
75
|
specifier: ^7.8.2
|
|
77
76
|
version: 7.8.2
|
|
77
|
+
solid-js:
|
|
78
|
+
specifier: ^1.9.12
|
|
79
|
+
version: 1.9.12
|
|
78
80
|
svelte:
|
|
79
|
-
specifier: ^5.
|
|
80
|
-
version: 5.
|
|
81
|
+
specifier: ^5.55.0
|
|
82
|
+
version: 5.55.0
|
|
81
83
|
tslib:
|
|
82
84
|
specifier: ^2.8.1
|
|
83
85
|
version: 2.8.1
|
|
84
86
|
vue:
|
|
85
|
-
specifier: ^3.5.
|
|
86
|
-
version: 3.5.
|
|
87
|
+
specifier: ^3.5.31
|
|
88
|
+
version: 3.5.31(typescript@5.9.3)
|
|
87
89
|
devDependencies:
|
|
88
90
|
'@analogjs/vite-plugin-angular':
|
|
89
91
|
specifier: ^2.3.1
|
|
90
|
-
version: 2.3.1(@angular/build@21.2.
|
|
92
|
+
version: 2.3.1(@angular/build@21.2.5(baf64ce12e602603ce982c1c5ab3274d))
|
|
91
93
|
'@analogjs/vitest-angular':
|
|
92
94
|
specifier: ^2.3.1
|
|
93
|
-
version: 2.3.1(@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.
|
|
95
|
+
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)))
|
|
94
96
|
'@angular-devkit/architect':
|
|
95
|
-
specifier: ^0.2102.
|
|
96
|
-
version: 0.2102.
|
|
97
|
+
specifier: ^0.2102.5
|
|
98
|
+
version: 0.2102.5(chokidar@5.0.0)
|
|
97
99
|
'@angular-devkit/schematics':
|
|
98
|
-
specifier: ^21.2.
|
|
99
|
-
version: 21.2.
|
|
100
|
+
specifier: ^21.2.5
|
|
101
|
+
version: 21.2.5(chokidar@5.0.0)
|
|
100
102
|
'@angular/build':
|
|
101
|
-
specifier: ^21.2.
|
|
102
|
-
version: 21.2.
|
|
103
|
+
specifier: ^21.2.5
|
|
104
|
+
version: 21.2.5(baf64ce12e602603ce982c1c5ab3274d)
|
|
103
105
|
'@angular/cli':
|
|
104
|
-
specifier: ^21.2.
|
|
105
|
-
version: 21.2.
|
|
106
|
+
specifier: ^21.2.5
|
|
107
|
+
version: 21.2.5(@types/node@25.5.0)(chokidar@5.0.0)
|
|
106
108
|
'@angular/compiler':
|
|
107
|
-
specifier: ^21.2.
|
|
108
|
-
version: 21.2.
|
|
109
|
+
specifier: ^21.2.6
|
|
110
|
+
version: 21.2.6
|
|
109
111
|
'@angular/compiler-cli':
|
|
110
|
-
specifier: ^21.2.
|
|
111
|
-
version: 21.2.
|
|
112
|
+
specifier: ^21.2.6
|
|
113
|
+
version: 21.2.6(@angular/compiler@21.2.6)(typescript@5.9.3)
|
|
112
114
|
'@angular/language-service':
|
|
113
|
-
specifier: ^21.2.
|
|
114
|
-
version: 21.2.
|
|
115
|
+
specifier: ^21.2.6
|
|
116
|
+
version: 21.2.6
|
|
115
117
|
'@babel/core':
|
|
116
118
|
specifier: ^7.29.0
|
|
117
119
|
version: 7.29.0
|
|
@@ -125,20 +127,26 @@ importers:
|
|
|
125
127
|
specifier: ^9.39.4
|
|
126
128
|
version: 9.39.4
|
|
127
129
|
'@eslint/markdown':
|
|
128
|
-
specifier: ^
|
|
129
|
-
version:
|
|
130
|
+
specifier: ^8.0.0
|
|
131
|
+
version: 8.0.0
|
|
132
|
+
'@oxc-project/runtime':
|
|
133
|
+
specifier: ^0.122.0
|
|
134
|
+
version: 0.122.0
|
|
130
135
|
'@playwright/test':
|
|
131
136
|
specifier: 1.58.2
|
|
132
137
|
version: 1.58.2
|
|
133
138
|
'@preact/preset-vite':
|
|
134
|
-
specifier: ^2.10.
|
|
135
|
-
version: 2.10.
|
|
139
|
+
specifier: ^2.10.5
|
|
140
|
+
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))
|
|
141
|
+
'@solidjs/testing-library':
|
|
142
|
+
specifier: ^0.8.10
|
|
143
|
+
version: 0.8.10(solid-js@1.9.12)
|
|
136
144
|
'@sveltejs/vite-plugin-svelte':
|
|
137
|
-
specifier: ^
|
|
138
|
-
version:
|
|
145
|
+
specifier: ^7.0.0
|
|
146
|
+
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))
|
|
139
147
|
'@testing-library/angular':
|
|
140
|
-
specifier: ^19.1.
|
|
141
|
-
version: 19.1
|
|
148
|
+
specifier: ^19.1.10
|
|
149
|
+
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)
|
|
142
150
|
'@testing-library/dom':
|
|
143
151
|
specifier: ^10.4.1
|
|
144
152
|
version: 10.4.1
|
|
@@ -147,25 +155,25 @@ importers:
|
|
|
147
155
|
version: 6.9.1
|
|
148
156
|
'@testing-library/preact':
|
|
149
157
|
specifier: ^3.2.4
|
|
150
|
-
version: 3.2.4(preact@10.
|
|
158
|
+
version: 3.2.4(preact@10.29.0)
|
|
151
159
|
'@testing-library/react':
|
|
152
160
|
specifier: ^16.3.2
|
|
153
161
|
version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
154
162
|
'@testing-library/svelte':
|
|
155
163
|
specifier: ^5.3.1
|
|
156
|
-
version: 5.3.1(svelte@5.
|
|
164
|
+
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)))
|
|
157
165
|
'@testing-library/user-event':
|
|
158
166
|
specifier: ^14.6.1
|
|
159
167
|
version: 14.6.1(@testing-library/dom@10.4.1)
|
|
160
168
|
'@testing-library/vue':
|
|
161
169
|
specifier: ^8.1.0
|
|
162
|
-
version: 8.1.0(@vue/compiler-sfc@3.5.
|
|
170
|
+
version: 8.1.0(@vue/compiler-sfc@3.5.31)(vue@3.5.31(typescript@5.9.3))
|
|
163
171
|
'@types/js-beautify':
|
|
164
172
|
specifier: ^1.14.3
|
|
165
173
|
version: 1.14.3
|
|
166
174
|
'@types/node':
|
|
167
|
-
specifier: ^25.
|
|
168
|
-
version: 25.
|
|
175
|
+
specifier: ^25.5.0
|
|
176
|
+
version: 25.5.0
|
|
169
177
|
'@types/react':
|
|
170
178
|
specifier: ^19.2.14
|
|
171
179
|
version: 19.2.14
|
|
@@ -173,14 +181,14 @@ importers:
|
|
|
173
181
|
specifier: ^19.2.3
|
|
174
182
|
version: 19.2.3(@types/react@19.2.14)
|
|
175
183
|
'@vitejs/plugin-react':
|
|
176
|
-
specifier: ^
|
|
177
|
-
version:
|
|
184
|
+
specifier: ^6.0.1
|
|
185
|
+
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))
|
|
178
186
|
'@vitejs/plugin-vue':
|
|
179
|
-
specifier: ^6.0.
|
|
180
|
-
version: 6.0.
|
|
187
|
+
specifier: ^6.0.5
|
|
188
|
+
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))
|
|
181
189
|
angular-eslint:
|
|
182
|
-
specifier: ^21.3.
|
|
183
|
-
version: 21.3.
|
|
190
|
+
specifier: ^21.3.1
|
|
191
|
+
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)
|
|
184
192
|
better-npm-audit:
|
|
185
193
|
specifier: ^3.11.0
|
|
186
194
|
version: 3.11.0
|
|
@@ -201,40 +209,43 @@ importers:
|
|
|
201
209
|
version: 1.6.0(eslint@9.39.4)
|
|
202
210
|
eslint-plugin-import:
|
|
203
211
|
specifier: ^2.32.0
|
|
204
|
-
version: 2.32.0(@typescript-eslint/parser@8.
|
|
212
|
+
version: 2.32.0(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)
|
|
205
213
|
eslint-plugin-jest:
|
|
206
|
-
specifier: ^29.15.
|
|
207
|
-
version: 29.15.
|
|
214
|
+
specifier: ^29.15.1
|
|
215
|
+
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)
|
|
208
216
|
eslint-plugin-jest-dom:
|
|
209
217
|
specifier: ^5.5.0
|
|
210
218
|
version: 5.5.0(@testing-library/dom@10.4.1)(eslint@9.39.4)
|
|
211
219
|
eslint-plugin-perfectionist:
|
|
212
|
-
specifier: ^5.
|
|
213
|
-
version: 5.
|
|
220
|
+
specifier: ^5.7.0
|
|
221
|
+
version: 5.7.0(eslint@9.39.4)(typescript@5.9.3)
|
|
214
222
|
eslint-plugin-playwright:
|
|
215
|
-
specifier: ^2.
|
|
216
|
-
version: 2.
|
|
223
|
+
specifier: ^2.10.1
|
|
224
|
+
version: 2.10.1(eslint@9.39.4)
|
|
217
225
|
eslint-plugin-react:
|
|
218
226
|
specifier: ^7.37.5
|
|
219
227
|
version: 7.37.5(eslint@9.39.4)
|
|
220
228
|
eslint-plugin-react-hooks:
|
|
221
229
|
specifier: ^7.0.1
|
|
222
230
|
version: 7.0.1(eslint@9.39.4)
|
|
231
|
+
eslint-plugin-solid:
|
|
232
|
+
specifier: ^0.14.5
|
|
233
|
+
version: 0.14.5(eslint@9.39.4)(typescript@5.9.3)
|
|
223
234
|
eslint-plugin-svelte:
|
|
224
|
-
specifier: ^3.
|
|
225
|
-
version: 3.
|
|
235
|
+
specifier: ^3.16.0
|
|
236
|
+
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))
|
|
226
237
|
eslint-plugin-testing-library:
|
|
227
|
-
specifier: ^7.16.
|
|
228
|
-
version: 7.16.
|
|
238
|
+
specifier: ^7.16.2
|
|
239
|
+
version: 7.16.2(eslint@9.39.4)(typescript@5.9.3)
|
|
229
240
|
eslint-plugin-vue:
|
|
230
241
|
specifier: ^10.8.0
|
|
231
|
-
version: 10.8.0(@typescript-eslint/parser@8.
|
|
242
|
+
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))
|
|
232
243
|
globals:
|
|
233
244
|
specifier: ^17.4.0
|
|
234
245
|
version: 17.4.0
|
|
235
246
|
happy-dom:
|
|
236
|
-
specifier: ^20.8.
|
|
237
|
-
version: 20.8.
|
|
247
|
+
specifier: ^20.8.9
|
|
248
|
+
version: 20.8.9
|
|
238
249
|
improved-yarn-audit:
|
|
239
250
|
specifier: ^3.0.4
|
|
240
251
|
version: 3.0.4
|
|
@@ -247,27 +258,33 @@ importers:
|
|
|
247
258
|
prettier:
|
|
248
259
|
specifier: ^3.8.1
|
|
249
260
|
version: 3.8.1
|
|
261
|
+
prettier-plugin-solidity:
|
|
262
|
+
specifier: ^2.3.1
|
|
263
|
+
version: 2.3.1(prettier@3.8.1)
|
|
250
264
|
prettier-plugin-svelte:
|
|
251
265
|
specifier: ^3.5.1
|
|
252
|
-
version: 3.5.1(prettier@3.8.1)(svelte@5.
|
|
266
|
+
version: 3.5.1(prettier@3.8.1)(svelte@5.55.0)
|
|
253
267
|
svelte-eslint-parser:
|
|
254
268
|
specifier: ^1.6.0
|
|
255
|
-
version: 1.6.0(svelte@5.
|
|
269
|
+
version: 1.6.0(svelte@5.55.0)
|
|
256
270
|
ts-node:
|
|
257
271
|
specifier: ^10.9.2
|
|
258
|
-
version: 10.9.2(@types/node@25.
|
|
272
|
+
version: 10.9.2(@types/node@25.5.0)(typescript@5.9.3)
|
|
259
273
|
typescript:
|
|
260
274
|
specifier: ^5.9.3
|
|
261
275
|
version: 5.9.3
|
|
262
276
|
typescript-eslint:
|
|
263
|
-
specifier: ^8.
|
|
264
|
-
version: 8.
|
|
277
|
+
specifier: ^8.57.2
|
|
278
|
+
version: 8.57.2(eslint@9.39.4)(typescript@5.9.3)
|
|
265
279
|
vite:
|
|
266
|
-
specifier: ^
|
|
267
|
-
version:
|
|
280
|
+
specifier: ^8.0.1
|
|
281
|
+
version: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
282
|
+
vite-plugin-solid:
|
|
283
|
+
specifier: ^2.11.11
|
|
284
|
+
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))
|
|
268
285
|
vitest:
|
|
269
|
-
specifier: ^4.
|
|
270
|
-
version: 4.
|
|
286
|
+
specifier: ^4.1.2
|
|
287
|
+
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))
|
|
271
288
|
vue-eslint-parser:
|
|
272
289
|
specifier: ^10.4.0
|
|
273
290
|
version: 10.4.0(eslint@9.39.4)
|
|
@@ -375,13 +392,13 @@ packages:
|
|
|
375
392
|
zone.js:
|
|
376
393
|
optional: true
|
|
377
394
|
|
|
378
|
-
'@angular-devkit/architect@0.2102.
|
|
379
|
-
resolution: {integrity: sha512-
|
|
395
|
+
'@angular-devkit/architect@0.2102.5':
|
|
396
|
+
resolution: {integrity: sha512-9xE7G177R9G9Kte+4AtbEMlEeZUupnvdBUMVBlZRa/n4UDUyAkB/vj58KrzRCCIVQ/ypHVMwUilaDTO484dd+g==}
|
|
380
397
|
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'}
|
|
381
398
|
hasBin: true
|
|
382
399
|
|
|
383
|
-
'@angular-devkit/core@21.2.
|
|
384
|
-
resolution: {integrity: sha512-
|
|
400
|
+
'@angular-devkit/core@21.2.5':
|
|
401
|
+
resolution: {integrity: sha512-9z9w7UxKKVmib5QHFZTOfJpAiSudqQwwEZFpQy31yaXR3tJw85xO5owi+66sgTpEvNh9Ix2THhcUq//ToP/0VA==}
|
|
385
402
|
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'}
|
|
386
403
|
peerDependencies:
|
|
387
404
|
chokidar: ^5.0.0
|
|
@@ -389,71 +406,62 @@ packages:
|
|
|
389
406
|
chokidar:
|
|
390
407
|
optional: true
|
|
391
408
|
|
|
392
|
-
'@angular-devkit/
|
|
393
|
-
resolution: {integrity: sha512-
|
|
394
|
-
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'}
|
|
395
|
-
peerDependencies:
|
|
396
|
-
chokidar: ^5.0.0
|
|
397
|
-
peerDependenciesMeta:
|
|
398
|
-
chokidar:
|
|
399
|
-
optional: true
|
|
400
|
-
|
|
401
|
-
'@angular-devkit/schematics@21.2.2':
|
|
402
|
-
resolution: {integrity: sha512-CCeyQxGUq+oyGnHd7PfcYIVbj9pRnqjQq0rAojoAqs1BJdtInx9weLBCLy+AjM3NHePeZrnwm+wEVr8apED8kg==}
|
|
409
|
+
'@angular-devkit/schematics@21.2.5':
|
|
410
|
+
resolution: {integrity: sha512-gEg84eipTX6lcpNTDVUXBBwp0vs3rXM319Qom+sCLOKBGyqE0mvb1RM1WwfNcyOqeSMQC/vLUwRKqnP0wg1UDg==}
|
|
403
411
|
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'}
|
|
404
412
|
|
|
405
|
-
'@angular-eslint/builder@21.3.
|
|
406
|
-
resolution: {integrity: sha512-
|
|
413
|
+
'@angular-eslint/builder@21.3.1':
|
|
414
|
+
resolution: {integrity: sha512-1f1Lyp5e7OH6txiV224HaY3G1uRCj91OSKq7hT2Vw9NRw6zWFc1anBpDeLVjpL9ptUxzUGIQR5jEV54hOPayoQ==}
|
|
407
415
|
peerDependencies:
|
|
408
416
|
'@angular/cli': '>= 21.0.0 < 22.0.0'
|
|
409
417
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
410
418
|
typescript: '*'
|
|
411
419
|
|
|
412
|
-
'@angular-eslint/bundled-angular-compiler@21.3.
|
|
413
|
-
resolution: {integrity: sha512-
|
|
420
|
+
'@angular-eslint/bundled-angular-compiler@21.3.1':
|
|
421
|
+
resolution: {integrity: sha512-jjbnJPUXQeQBJ8RM+ahlbt4GH2emVN8JvG3AhFbPci1FrqXi9cOOfkbwLmvpoyTli4LF8gy7g4ctFqnlRgqryw==}
|
|
414
422
|
|
|
415
|
-
'@angular-eslint/eslint-plugin-template@21.3.
|
|
416
|
-
resolution: {integrity: sha512-
|
|
423
|
+
'@angular-eslint/eslint-plugin-template@21.3.1':
|
|
424
|
+
resolution: {integrity: sha512-ndPWJodkcEOu2PVUxlUwyz4D2u3r9KO7veWmStVNOLeNrICJA+nQvrz2BWCu0l48rO0K5ezsy0JFcQDVwE/5mw==}
|
|
417
425
|
peerDependencies:
|
|
418
|
-
'@angular-eslint/template-parser': 21.3.
|
|
426
|
+
'@angular-eslint/template-parser': 21.3.1
|
|
419
427
|
'@typescript-eslint/types': ^7.11.0 || ^8.0.0
|
|
420
428
|
'@typescript-eslint/utils': ^7.11.0 || ^8.0.0
|
|
421
429
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
422
430
|
typescript: '*'
|
|
423
431
|
|
|
424
|
-
'@angular-eslint/eslint-plugin@21.3.
|
|
425
|
-
resolution: {integrity: sha512-
|
|
432
|
+
'@angular-eslint/eslint-plugin@21.3.1':
|
|
433
|
+
resolution: {integrity: sha512-08NNTxwawRLTWPLl8dg1BnXMwimx93y4wMEwx2aWQpJbIt4pmNvwJzd+NgoD/Ag2VdLS/gOMadhJH5fgaYKsPQ==}
|
|
426
434
|
peerDependencies:
|
|
427
435
|
'@typescript-eslint/utils': ^7.11.0 || ^8.0.0
|
|
428
436
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
429
437
|
typescript: '*'
|
|
430
438
|
|
|
431
|
-
'@angular-eslint/schematics@21.3.
|
|
432
|
-
resolution: {integrity: sha512-
|
|
439
|
+
'@angular-eslint/schematics@21.3.1':
|
|
440
|
+
resolution: {integrity: sha512-1U2u4ZsZvwT30aXRLsIJf6tULIiioo9BtASNsldpYecU3/m/1+F61lCYG79qt7YWbif9KABPYZlFTJUFGN8HWA==}
|
|
433
441
|
peerDependencies:
|
|
434
442
|
'@angular/cli': '>= 21.0.0 < 22.0.0'
|
|
435
443
|
|
|
436
|
-
'@angular-eslint/template-parser@21.3.
|
|
437
|
-
resolution: {integrity: sha512-
|
|
444
|
+
'@angular-eslint/template-parser@21.3.1':
|
|
445
|
+
resolution: {integrity: sha512-moERVCTekQKOvR8RMuEOtWSO3VS1qrzA3keI1dPto/JVB8Nqp9w3R5ZpEoXHzh4zgEryosxmPgdi6UczJe2ouQ==}
|
|
438
446
|
peerDependencies:
|
|
439
447
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
440
448
|
typescript: '*'
|
|
441
449
|
|
|
442
|
-
'@angular-eslint/utils@21.3.
|
|
443
|
-
resolution: {integrity: sha512-
|
|
450
|
+
'@angular-eslint/utils@21.3.1':
|
|
451
|
+
resolution: {integrity: sha512-Q3SGA1/36phZhmsp1mYrKzp/jcmqofRr861MYn46FaWIKSYXBYRzl+H3FIJKBu5CE36Bggu6hbNpwGPuUp+MCg==}
|
|
444
452
|
peerDependencies:
|
|
445
453
|
'@typescript-eslint/utils': ^7.11.0 || ^8.0.0
|
|
446
454
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
447
455
|
typescript: '*'
|
|
448
456
|
|
|
449
|
-
'@angular/animations@21.2.
|
|
450
|
-
resolution: {integrity: sha512-
|
|
457
|
+
'@angular/animations@21.2.6':
|
|
458
|
+
resolution: {integrity: sha512-SPzTOlkyVagPdb7OMe9hw3dnpMGq2p/nADatzNfRUMXwit8AU8VaiPIrFRsCD52sAL1zDDj60gKsk/dprzIyFA==}
|
|
451
459
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
452
460
|
peerDependencies:
|
|
453
|
-
'@angular/core': 21.2.
|
|
461
|
+
'@angular/core': 21.2.6
|
|
454
462
|
|
|
455
|
-
'@angular/build@21.2.
|
|
456
|
-
resolution: {integrity: sha512-
|
|
463
|
+
'@angular/build@21.2.5':
|
|
464
|
+
resolution: {integrity: sha512-AfE09K+pkgS3VB84R74XG/XB9LQmO6Q6YfpssjDwMnWGwDGGwUGydXn8AKdhnhI4mM2nFKoe+QYszFgrzu5HeQ==}
|
|
457
465
|
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'}
|
|
458
466
|
peerDependencies:
|
|
459
467
|
'@angular/compiler': ^21.0.0
|
|
@@ -463,7 +471,7 @@ packages:
|
|
|
463
471
|
'@angular/platform-browser': ^21.0.0
|
|
464
472
|
'@angular/platform-server': ^21.0.0
|
|
465
473
|
'@angular/service-worker': ^21.0.0
|
|
466
|
-
'@angular/ssr': ^21.2.
|
|
474
|
+
'@angular/ssr': ^21.2.5
|
|
467
475
|
karma: ^6.4.0
|
|
468
476
|
less: ^4.2.0
|
|
469
477
|
ng-packagr: ^21.0.0
|
|
@@ -498,38 +506,38 @@ packages:
|
|
|
498
506
|
vitest:
|
|
499
507
|
optional: true
|
|
500
508
|
|
|
501
|
-
'@angular/cli@21.2.
|
|
502
|
-
resolution: {integrity: sha512-
|
|
509
|
+
'@angular/cli@21.2.5':
|
|
510
|
+
resolution: {integrity: sha512-nLpyqXQ0s96jC/vR8CsKM3q94/F/nZwtbjM3E6g5lXpKe7cHfJkCfERPexx+jzzYP5JBhtm+u61aH6auu9KYQw==}
|
|
503
511
|
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'}
|
|
504
512
|
hasBin: true
|
|
505
513
|
|
|
506
|
-
'@angular/common@21.2.
|
|
507
|
-
resolution: {integrity: sha512-
|
|
514
|
+
'@angular/common@21.2.6':
|
|
515
|
+
resolution: {integrity: sha512-2FcpZ1h6AZ4JwCIlnpHCYrbRTGQTOj/RFXkuX/qw7K6cFmJGfWFMmr++xWtHZEvUddfbR9hqDo+v1mkqEKE/Kw==}
|
|
508
516
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
509
517
|
peerDependencies:
|
|
510
|
-
'@angular/core': 21.2.
|
|
518
|
+
'@angular/core': 21.2.6
|
|
511
519
|
rxjs: ^6.5.3 || ^7.4.0
|
|
512
520
|
|
|
513
|
-
'@angular/compiler-cli@21.2.
|
|
514
|
-
resolution: {integrity: sha512-
|
|
521
|
+
'@angular/compiler-cli@21.2.6':
|
|
522
|
+
resolution: {integrity: sha512-CiPmat4+D+hWXMTAY++09WeII/5D0r6iTjdLdaTq8tlo0uJcrOlazib4CpA94kJ2CRdzfhmC1H+ttwBI1xIlTg==}
|
|
515
523
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
516
524
|
hasBin: true
|
|
517
525
|
peerDependencies:
|
|
518
|
-
'@angular/compiler': 21.2.
|
|
526
|
+
'@angular/compiler': 21.2.6
|
|
519
527
|
typescript: '>=5.9 <6.1'
|
|
520
528
|
peerDependenciesMeta:
|
|
521
529
|
typescript:
|
|
522
530
|
optional: true
|
|
523
531
|
|
|
524
|
-
'@angular/compiler@21.2.
|
|
525
|
-
resolution: {integrity: sha512-
|
|
532
|
+
'@angular/compiler@21.2.6':
|
|
533
|
+
resolution: {integrity: sha512-shGkb/aAIPbG8oSYkVJ0msGlRdDVcJBVaUVx2KenMltifQjfLn5N8DFMAzOR6haaA3XeugFExxKqmvySjrVq+A==}
|
|
526
534
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
527
535
|
|
|
528
|
-
'@angular/core@21.2.
|
|
529
|
-
resolution: {integrity: sha512-
|
|
536
|
+
'@angular/core@21.2.6':
|
|
537
|
+
resolution: {integrity: sha512-svgK5DhFlQlS+sMybXftn08rHHRiDGY/uIKT5LZUaKgyffnkPb8uClpMIW0NzANtU8qs8pwgDZFoJw85Ia3oqQ==}
|
|
530
538
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
531
539
|
peerDependencies:
|
|
532
|
-
'@angular/compiler': 21.2.
|
|
540
|
+
'@angular/compiler': 21.2.6
|
|
533
541
|
rxjs: ^6.5.3 || ^7.4.0
|
|
534
542
|
zone.js: ~0.15.0 || ~0.16.0
|
|
535
543
|
peerDependenciesMeta:
|
|
@@ -538,38 +546,38 @@ packages:
|
|
|
538
546
|
zone.js:
|
|
539
547
|
optional: true
|
|
540
548
|
|
|
541
|
-
'@angular/language-service@21.2.
|
|
542
|
-
resolution: {integrity: sha512-
|
|
549
|
+
'@angular/language-service@21.2.6':
|
|
550
|
+
resolution: {integrity: sha512-ui2Zf/h736Kf/jwyXHN2OBQC9fEzGUCz5fJr72sEe4nqa6aTiCL0FfkTarHDLKEYPNr8M+ZX/icgo3j9yztJhQ==}
|
|
543
551
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
544
552
|
|
|
545
|
-
'@angular/platform-browser@21.2.
|
|
546
|
-
resolution: {integrity: sha512-
|
|
553
|
+
'@angular/platform-browser@21.2.6':
|
|
554
|
+
resolution: {integrity: sha512-LW1vPXVHvy71LBahn+fSzPlWQl25kJIdcXq+ptG7HsMVgbPQ3/vvkKXAHYaRdppLGCFL+v+3dQGHYLNLiYL9qg==}
|
|
547
555
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
548
556
|
peerDependencies:
|
|
549
|
-
'@angular/animations': 21.2.
|
|
550
|
-
'@angular/common': 21.2.
|
|
551
|
-
'@angular/core': 21.2.
|
|
557
|
+
'@angular/animations': 21.2.6
|
|
558
|
+
'@angular/common': 21.2.6
|
|
559
|
+
'@angular/core': 21.2.6
|
|
552
560
|
peerDependenciesMeta:
|
|
553
561
|
'@angular/animations':
|
|
554
562
|
optional: true
|
|
555
563
|
|
|
556
|
-
'@angular/platform-server@21.2.
|
|
557
|
-
resolution: {integrity: sha512-
|
|
564
|
+
'@angular/platform-server@21.2.6':
|
|
565
|
+
resolution: {integrity: sha512-IatXqKzRRT8H1UolijS3Lv3SgthH5w3qHe5ZpQADYi9NIaIvtVMnDH3kIxWGhepjMtvUz235J3E6FrPer6mNZA==}
|
|
558
566
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
559
567
|
peerDependencies:
|
|
560
|
-
'@angular/common': 21.2.
|
|
561
|
-
'@angular/compiler': 21.2.
|
|
562
|
-
'@angular/core': 21.2.
|
|
563
|
-
'@angular/platform-browser': 21.2.
|
|
568
|
+
'@angular/common': 21.2.6
|
|
569
|
+
'@angular/compiler': 21.2.6
|
|
570
|
+
'@angular/core': 21.2.6
|
|
571
|
+
'@angular/platform-browser': 21.2.6
|
|
564
572
|
rxjs: ^6.5.3 || ^7.4.0
|
|
565
573
|
|
|
566
|
-
'@angular/router@21.2.
|
|
567
|
-
resolution: {integrity: sha512-
|
|
574
|
+
'@angular/router@21.2.6':
|
|
575
|
+
resolution: {integrity: sha512-0ajhkKYeOqHQEEH88+Q0HrheR3helwTvdTqD/0gTaapCe+HOoC+SYwmzzsYP2zwAxBNQEg4JHOGKQ30X9/gwgw==}
|
|
568
576
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
569
577
|
peerDependencies:
|
|
570
|
-
'@angular/common': 21.2.
|
|
571
|
-
'@angular/core': 21.2.
|
|
572
|
-
'@angular/platform-browser': 21.2.
|
|
578
|
+
'@angular/common': 21.2.6
|
|
579
|
+
'@angular/core': 21.2.6
|
|
580
|
+
'@angular/platform-browser': 21.2.6
|
|
573
581
|
rxjs: ^6.5.3 || ^7.4.0
|
|
574
582
|
|
|
575
583
|
'@antfu/utils@0.7.10':
|
|
@@ -578,11 +586,11 @@ packages:
|
|
|
578
586
|
'@astrojs/compiler@2.13.1':
|
|
579
587
|
resolution: {integrity: sha512-f3FN83d2G/v32ipNClRKgYv30onQlMZX1vCeZMjPsMMPl1mDpmbl0+N5BYo4S/ofzqJyS5hvwacEo0CCVDn/Qg==}
|
|
580
588
|
|
|
581
|
-
'@astrojs/internal-helpers@0.7.
|
|
582
|
-
resolution: {integrity: sha512-
|
|
589
|
+
'@astrojs/internal-helpers@0.7.6':
|
|
590
|
+
resolution: {integrity: sha512-GOle7smBWKfMSP8osUIGOlB5kaHdQLV3foCsf+5Q9Wsuu+C6Fs3Ez/ttXmhjZ1HkSgsogcM1RXSjjOVieHq16Q==}
|
|
583
591
|
|
|
584
|
-
'@astrojs/markdown-remark@6.3.
|
|
585
|
-
resolution: {integrity: sha512-
|
|
592
|
+
'@astrojs/markdown-remark@6.3.11':
|
|
593
|
+
resolution: {integrity: sha512-hcaxX/5aC6lQgHeGh1i+aauvSwIT6cfyFjKWvExYSxUhZZBBdvCliOtu06gbQyhbe0pGJNoNmqNlQZ5zYUuIyQ==}
|
|
586
594
|
|
|
587
595
|
'@astrojs/preact@4.1.3':
|
|
588
596
|
resolution: {integrity: sha512-Ph416wbgyumkmYr7erZ83l/d+LXdZethlHRRCbgoKEn8wo3Rkq13shKFp0QYXYSDYxVaA6UBdkdimeowy/lMLQ==}
|
|
@@ -603,6 +611,16 @@ packages:
|
|
|
603
611
|
react: ^17.0.2 || ^18.0.0 || ^19.0.0
|
|
604
612
|
react-dom: ^17.0.2 || ^18.0.0 || ^19.0.0
|
|
605
613
|
|
|
614
|
+
'@astrojs/solid-js@5.1.3':
|
|
615
|
+
resolution: {integrity: sha512-KxfYt4y1d7BuSw6EsN1EaPoGYsIES7bEI6AtTbncuabRUUMZs+mOWOeOdmgnwVLj+jbNbhBjUZsqr77eUviZdw==}
|
|
616
|
+
engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0}
|
|
617
|
+
peerDependencies:
|
|
618
|
+
solid-devtools: ^0.30.1
|
|
619
|
+
solid-js: ^1.8.5
|
|
620
|
+
peerDependenciesMeta:
|
|
621
|
+
solid-devtools:
|
|
622
|
+
optional: true
|
|
623
|
+
|
|
606
624
|
'@astrojs/svelte@7.2.5':
|
|
607
625
|
resolution: {integrity: sha512-Tl5aF/dYbzzd7sLpxMBX6pRz3yJ1B4pilt9G3GJbj0I0/doJHIEmerNQsnlxX0/InNKUhMXXN8wyyet9VhA+Zw==}
|
|
608
626
|
engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0}
|
|
@@ -667,6 +685,10 @@ packages:
|
|
|
667
685
|
resolution: {integrity: sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==}
|
|
668
686
|
engines: {node: '>=6.9.0'}
|
|
669
687
|
|
|
688
|
+
'@babel/helper-module-imports@7.18.6':
|
|
689
|
+
resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==}
|
|
690
|
+
engines: {node: '>=6.9.0'}
|
|
691
|
+
|
|
670
692
|
'@babel/helper-module-imports@7.28.6':
|
|
671
693
|
resolution: {integrity: sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==}
|
|
672
694
|
engines: {node: '>=6.9.0'}
|
|
@@ -720,6 +742,11 @@ packages:
|
|
|
720
742
|
engines: {node: '>=6.0.0'}
|
|
721
743
|
hasBin: true
|
|
722
744
|
|
|
745
|
+
'@babel/parser@7.29.2':
|
|
746
|
+
resolution: {integrity: sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==}
|
|
747
|
+
engines: {node: '>=6.0.0'}
|
|
748
|
+
hasBin: true
|
|
749
|
+
|
|
723
750
|
'@babel/plugin-proposal-decorators@7.29.0':
|
|
724
751
|
resolution: {integrity: sha512-CVBVv3VY/XRMxRYq5dwr2DS7/MvqPm23cOCjbwNnVrfOqcWlnefua1uUs0sjdKOGjvPUG633o07uWzJq4oI6dA==}
|
|
725
752
|
engines: {node: '>=6.9.0'}
|
|
@@ -806,6 +833,9 @@ packages:
|
|
|
806
833
|
resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==}
|
|
807
834
|
engines: {node: '>=6.9.0'}
|
|
808
835
|
|
|
836
|
+
'@bytecodealliance/preview2-shim@0.17.8':
|
|
837
|
+
resolution: {integrity: sha512-wS5kg8u0KCML1UeHQPJ1IuOI24x/XLentCzsqPER1+gDNC5Cz2hG4G2blLOZap+3CEGhIhnJ9mmZYj6a2W0Lww==}
|
|
838
|
+
|
|
809
839
|
'@capsizecss/unpack@4.0.0':
|
|
810
840
|
resolution: {integrity: sha512-VERIM64vtTP1C4mxQ5thVT9fK0apjPFobqybMtA1UdUujWka24ERHbRHFGmpbbhp73MhV+KSsHQH9C6uOTdEQA==}
|
|
811
841
|
engines: {node: '>=18'}
|
|
@@ -1178,9 +1208,9 @@ packages:
|
|
|
1178
1208
|
resolution: {integrity: sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==}
|
|
1179
1209
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1180
1210
|
|
|
1181
|
-
'@eslint/markdown@
|
|
1182
|
-
resolution: {integrity: sha512-
|
|
1183
|
-
engines: {node: ^
|
|
1211
|
+
'@eslint/markdown@8.0.0':
|
|
1212
|
+
resolution: {integrity: sha512-Rh3+76uHdnkk/ocLMZfWHXoPA/MK+GOqqjCAioiyNk2eYBC8UniRHdTMbM+2XZqTLWAcQo/SuU1CsXtdIOTX1g==}
|
|
1213
|
+
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
1184
1214
|
|
|
1185
1215
|
'@eslint/object-schema@2.1.7':
|
|
1186
1216
|
resolution: {integrity: sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==}
|
|
@@ -1190,6 +1220,10 @@ packages:
|
|
|
1190
1220
|
resolution: {integrity: sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==}
|
|
1191
1221
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1192
1222
|
|
|
1223
|
+
'@eslint/plugin-kit@0.6.1':
|
|
1224
|
+
resolution: {integrity: sha512-iH1B076HoAshH1mLpHMgwdGeTs0CYwL0SPMkGuSebZrwBp16v415e9NZXg2jtrqPVQjf6IANe2Vtlr5KswtcZQ==}
|
|
1225
|
+
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
1226
|
+
|
|
1193
1227
|
'@gar/promise-retry@1.0.2':
|
|
1194
1228
|
resolution: {integrity: sha512-Lm/ZLhDZcBECta3TmCQSngiQykFdfw+QtI1/GYMsZd4l3nG+P8WLB16XuS7WaBGLQ+9E+cOcWQsth9cayuGt8g==}
|
|
1195
1229
|
engines: {node: ^20.17.0 || >=22.9.0}
|
|
@@ -1201,7 +1235,7 @@ packages:
|
|
|
1201
1235
|
resolution: {integrity: sha512-hZ7nOssGqRgyV3FVVQdfi+U4q02uB23bpnYpdvNXkYTRRyWx84b7yf1ans+dnJ/7h41sGL3CeQTfO+ZGxuO+Iw==}
|
|
1202
1236
|
engines: {node: '>=18.14.1'}
|
|
1203
1237
|
peerDependencies:
|
|
1204
|
-
hono: ^4
|
|
1238
|
+
hono: ^4
|
|
1205
1239
|
|
|
1206
1240
|
'@humanfs/core@0.19.1':
|
|
1207
1241
|
resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==}
|
|
@@ -1625,20 +1659,26 @@ packages:
|
|
|
1625
1659
|
cpu: [x64]
|
|
1626
1660
|
os: [win32]
|
|
1627
1661
|
|
|
1628
|
-
'@nanostores/preact@1.
|
|
1629
|
-
resolution: {integrity: sha512-
|
|
1662
|
+
'@nanostores/preact@1.1.0':
|
|
1663
|
+
resolution: {integrity: sha512-oiu9z85AiZlBTKJ8YsfAs8TALpDij70LmmKuRkeF22rS9zUBhVtYDWXEvV1qUUStNNwSFdhTMkwzOYL/IsA+UA==}
|
|
1630
1664
|
engines: {node: ^20.0.0 || >=22.0.0}
|
|
1631
1665
|
peerDependencies:
|
|
1632
|
-
nanostores: ^
|
|
1666
|
+
nanostores: ^1.2.0
|
|
1633
1667
|
preact: '>=10.0.0'
|
|
1634
1668
|
|
|
1635
|
-
'@nanostores/react@1.
|
|
1636
|
-
resolution: {integrity: sha512-
|
|
1669
|
+
'@nanostores/react@1.1.0':
|
|
1670
|
+
resolution: {integrity: sha512-MbH35fjhcf7LAubYX5vhOChYUfTLzNLqH/mBGLVsHkcvjy0F8crO1WQwdmQ2xKbAmtpalDa2zBt3Hlg5kqr8iw==}
|
|
1637
1671
|
engines: {node: ^20.0.0 || >=22.0.0}
|
|
1638
1672
|
peerDependencies:
|
|
1639
|
-
nanostores: ^
|
|
1673
|
+
nanostores: ^1.2.0
|
|
1640
1674
|
react: '>=18.0.0'
|
|
1641
1675
|
|
|
1676
|
+
'@nanostores/solid@1.1.1':
|
|
1677
|
+
resolution: {integrity: sha512-gF0Eat1/c3hOaklBMSVoEjcNzJc5zGk4VSg94H9LPmXYww1pxgr7zylpi3jjyxRu24c8+aYNkmRWzolAwzSA1A==}
|
|
1678
|
+
peerDependencies:
|
|
1679
|
+
nanostores: '>=0.9.0 <2.0.0'
|
|
1680
|
+
solid-js: ^1.6.0
|
|
1681
|
+
|
|
1642
1682
|
'@nanostores/vue@1.1.0':
|
|
1643
1683
|
resolution: {integrity: sha512-14eY8/YA0AbtWkAjk8zHKxbjcuPubF+M7y9afQzg2b5VqRJcashwA0100vprau13BTBSynUmU6ZsU6x03YidjA==}
|
|
1644
1684
|
engines: {node: ^20.0.0 || >=22.0.0}
|
|
@@ -1784,6 +1824,9 @@ packages:
|
|
|
1784
1824
|
resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
|
|
1785
1825
|
engines: {node: '>= 8'}
|
|
1786
1826
|
|
|
1827
|
+
'@nomicfoundation/slang@1.3.4':
|
|
1828
|
+
resolution: {integrity: sha512-ghzrPSYH1sZO65id6+Bq2Ood87HT54QP3RGC8EkmpcrJ6tT9Ky0RtaJfrzV5G4jpDsnNua6+YEDpzOMori04hQ==}
|
|
1829
|
+
|
|
1787
1830
|
'@npmcli/agent@4.0.0':
|
|
1788
1831
|
resolution: {integrity: sha512-kAQTcEN9E8ERLVg5AsGwLNoFb+oEG6engbqAU2P43gD4JEIkNGMHdVQ096FsOAAYpZPB0RSt0zgInKIAS1l5QA==}
|
|
1789
1832
|
engines: {node: ^20.17.0 || >=22.9.0}
|
|
@@ -1827,9 +1870,16 @@ packages:
|
|
|
1827
1870
|
'@oslojs/encoding@1.1.0':
|
|
1828
1871
|
resolution: {integrity: sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==}
|
|
1829
1872
|
|
|
1873
|
+
'@oxc-project/runtime@0.122.0':
|
|
1874
|
+
resolution: {integrity: sha512-vevyz3bNjevQFCV2Yg5o6Sp9BSoiYiJVymMrzA3S1ZGj4J8ak4YiywhFyQMueQ3UNlJU6HZOZYDy70TUc99aHw==}
|
|
1875
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1876
|
+
|
|
1830
1877
|
'@oxc-project/types@0.113.0':
|
|
1831
1878
|
resolution: {integrity: sha512-Tp3XmgxwNQ9pEN9vxgJBAqdRamHibi76iowQ38O2I4PMpcvNRQNVsU2n1x1nv9yh0XoTrGFzf7cZSGxmixxrhA==}
|
|
1832
1879
|
|
|
1880
|
+
'@oxc-project/types@0.122.0':
|
|
1881
|
+
resolution: {integrity: sha512-oLAl5kBpV4w69UtFZ9xqcmTi+GENWOcPF7FCrczTiBbmC0ibXxCwyvZGbO39rCVEuLGAZM84DH0pUIyyv/YJzA==}
|
|
1882
|
+
|
|
1833
1883
|
'@parcel/watcher-android-arm64@2.5.6':
|
|
1834
1884
|
resolution: {integrity: sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==}
|
|
1835
1885
|
engines: {node: '>= 10.0.0'}
|
|
@@ -1934,11 +1984,11 @@ packages:
|
|
|
1934
1984
|
'@polka/url@1.0.0-next.29':
|
|
1935
1985
|
resolution: {integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==}
|
|
1936
1986
|
|
|
1937
|
-
'@preact/preset-vite@2.10.
|
|
1938
|
-
resolution: {integrity: sha512-
|
|
1987
|
+
'@preact/preset-vite@2.10.5':
|
|
1988
|
+
resolution: {integrity: sha512-p0vJpxiVO7KWWazWny3LUZ+saXyZKWv6Ju0bYMWNJRp2YveufRPgSUB1C4MTqGJfz07EehMgfN+AJNwQy+w6Iw==}
|
|
1939
1989
|
peerDependencies:
|
|
1940
1990
|
'@babel/core': 7.x
|
|
1941
|
-
vite: 2.x || 3.x || 4.x || 5.x || 6.x || 7.x
|
|
1991
|
+
vite: 2.x || 3.x || 4.x || 5.x || 6.x || 7.x || 8.x
|
|
1942
1992
|
|
|
1943
1993
|
'@preact/signals-core@1.13.0':
|
|
1944
1994
|
resolution: {integrity: sha512-slT6XeTCAbdql61GVLlGU4x7XHI7kCZV5Um5uhE4zLX4ApgiiXc0UYFvVOKq06xcovzp7p+61l68oPi563ARKg==}
|
|
@@ -1965,36 +2015,73 @@ packages:
|
|
|
1965
2015
|
preact: ^10.4.0 || ^11.0.0-0
|
|
1966
2016
|
vite: '>=2.0.0'
|
|
1967
2017
|
|
|
2018
|
+
'@rolldown/binding-android-arm64@1.0.0-rc.12':
|
|
2019
|
+
resolution: {integrity: sha512-pv1y2Fv0JybcykuiiD3qBOBdz6RteYojRFY1d+b95WVuzx211CRh+ytI/+9iVyWQ6koTh5dawe4S/yRfOFjgaA==}
|
|
2020
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2021
|
+
cpu: [arm64]
|
|
2022
|
+
os: [android]
|
|
2023
|
+
|
|
1968
2024
|
'@rolldown/binding-android-arm64@1.0.0-rc.4':
|
|
1969
2025
|
resolution: {integrity: sha512-vRq9f4NzvbdZavhQbjkJBx7rRebDKYR9zHfO/Wg486+I7bSecdUapzCm5cyXoK+LHokTxgSq7A5baAXUZkIz0w==}
|
|
1970
2026
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1971
2027
|
cpu: [arm64]
|
|
1972
2028
|
os: [android]
|
|
1973
2029
|
|
|
2030
|
+
'@rolldown/binding-darwin-arm64@1.0.0-rc.12':
|
|
2031
|
+
resolution: {integrity: sha512-cFYr6zTG/3PXXF3pUO+umXxt1wkRK/0AYT8lDwuqvRC+LuKYWSAQAQZjCWDQpAH172ZV6ieYrNnFzVVcnSflAg==}
|
|
2032
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2033
|
+
cpu: [arm64]
|
|
2034
|
+
os: [darwin]
|
|
2035
|
+
|
|
1974
2036
|
'@rolldown/binding-darwin-arm64@1.0.0-rc.4':
|
|
1975
2037
|
resolution: {integrity: sha512-kFgEvkWLqt3YCgKB5re9RlIrx9bRsvyVUnaTakEpOPuLGzLpLapYxE9BufJNvPg8GjT6mB1alN4yN1NjzoeM8Q==}
|
|
1976
2038
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1977
2039
|
cpu: [arm64]
|
|
1978
2040
|
os: [darwin]
|
|
1979
2041
|
|
|
2042
|
+
'@rolldown/binding-darwin-x64@1.0.0-rc.12':
|
|
2043
|
+
resolution: {integrity: sha512-ZCsYknnHzeXYps0lGBz8JrF37GpE9bFVefrlmDrAQhOEi4IOIlcoU1+FwHEtyXGx2VkYAvhu7dyBf75EJQffBw==}
|
|
2044
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2045
|
+
cpu: [x64]
|
|
2046
|
+
os: [darwin]
|
|
2047
|
+
|
|
1980
2048
|
'@rolldown/binding-darwin-x64@1.0.0-rc.4':
|
|
1981
2049
|
resolution: {integrity: sha512-JXmaOJGsL/+rsmMfutcDjxWM2fTaVgCHGoXS7nE8Z3c9NAYjGqHvXrAhMUZvMpHS/k7Mg+X7n/MVKb7NYWKKww==}
|
|
1982
2050
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1983
2051
|
cpu: [x64]
|
|
1984
2052
|
os: [darwin]
|
|
1985
2053
|
|
|
2054
|
+
'@rolldown/binding-freebsd-x64@1.0.0-rc.12':
|
|
2055
|
+
resolution: {integrity: sha512-dMLeprcVsyJsKolRXyoTH3NL6qtsT0Y2xeuEA8WQJquWFXkEC4bcu1rLZZSnZRMtAqwtrF/Ib9Ddtpa/Gkge9Q==}
|
|
2056
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2057
|
+
cpu: [x64]
|
|
2058
|
+
os: [freebsd]
|
|
2059
|
+
|
|
1986
2060
|
'@rolldown/binding-freebsd-x64@1.0.0-rc.4':
|
|
1987
2061
|
resolution: {integrity: sha512-ep3Catd6sPnHTM0P4hNEvIv5arnDvk01PfyJIJ+J3wVCG1eEaPo09tvFqdtcaTrkwQy0VWR24uz+cb4IsK53Qw==}
|
|
1988
2062
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1989
2063
|
cpu: [x64]
|
|
1990
2064
|
os: [freebsd]
|
|
1991
2065
|
|
|
2066
|
+
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.12':
|
|
2067
|
+
resolution: {integrity: sha512-YqWjAgGC/9M1lz3GR1r1rP79nMgo3mQiiA+Hfo+pvKFK1fAJ1bCi0ZQVh8noOqNacuY1qIcfyVfP6HoyBRZ85Q==}
|
|
2068
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2069
|
+
cpu: [arm]
|
|
2070
|
+
os: [linux]
|
|
2071
|
+
|
|
1992
2072
|
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.4':
|
|
1993
2073
|
resolution: {integrity: sha512-LwA5ayKIpnsgXJEwWc3h8wPiS33NMIHd9BhsV92T8VetVAbGe2qXlJwNVDGHN5cOQ22R9uYvbrQir2AB+ntT2w==}
|
|
1994
2074
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1995
2075
|
cpu: [arm]
|
|
1996
2076
|
os: [linux]
|
|
1997
2077
|
|
|
2078
|
+
'@rolldown/binding-linux-arm64-gnu@1.0.0-rc.12':
|
|
2079
|
+
resolution: {integrity: sha512-/I5AS4cIroLpslsmzXfwbe5OmWvSsrFuEw3mwvbQ1kDxJ822hFHIx+vsN/TAzNVyepI/j/GSzrtCIwQPeKCLIg==}
|
|
2080
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2081
|
+
cpu: [arm64]
|
|
2082
|
+
os: [linux]
|
|
2083
|
+
libc: [glibc]
|
|
2084
|
+
|
|
1998
2085
|
'@rolldown/binding-linux-arm64-gnu@1.0.0-rc.4':
|
|
1999
2086
|
resolution: {integrity: sha512-AC1WsGdlV1MtGay/OQ4J9T7GRadVnpYRzTcygV1hKnypbYN20Yh4t6O1Sa2qRBMqv1etulUknqXjc3CTIsBu6A==}
|
|
2000
2087
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
@@ -2002,6 +2089,13 @@ packages:
|
|
|
2002
2089
|
os: [linux]
|
|
2003
2090
|
libc: [glibc]
|
|
2004
2091
|
|
|
2092
|
+
'@rolldown/binding-linux-arm64-musl@1.0.0-rc.12':
|
|
2093
|
+
resolution: {integrity: sha512-V6/wZztnBqlx5hJQqNWwFdxIKN0m38p8Jas+VoSfgH54HSj9tKTt1dZvG6JRHcjh6D7TvrJPWFGaY9UBVOaWPw==}
|
|
2094
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2095
|
+
cpu: [arm64]
|
|
2096
|
+
os: [linux]
|
|
2097
|
+
libc: [musl]
|
|
2098
|
+
|
|
2005
2099
|
'@rolldown/binding-linux-arm64-musl@1.0.0-rc.4':
|
|
2006
2100
|
resolution: {integrity: sha512-lU+6rgXXViO61B4EudxtVMXSOfiZONR29Sys5VGSetUY7X8mg9FCKIIjcPPj8xNDeYzKl+H8F/qSKOBVFJChCQ==}
|
|
2007
2101
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
@@ -2009,6 +2103,27 @@ packages:
|
|
|
2009
2103
|
os: [linux]
|
|
2010
2104
|
libc: [musl]
|
|
2011
2105
|
|
|
2106
|
+
'@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.12':
|
|
2107
|
+
resolution: {integrity: sha512-AP3E9BpcUYliZCxa3w5Kwj9OtEVDYK6sVoUzy4vTOJsjPOgdaJZKFmN4oOlX0Wp0RPV2ETfmIra9x1xuayFB7g==}
|
|
2108
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2109
|
+
cpu: [ppc64]
|
|
2110
|
+
os: [linux]
|
|
2111
|
+
libc: [glibc]
|
|
2112
|
+
|
|
2113
|
+
'@rolldown/binding-linux-s390x-gnu@1.0.0-rc.12':
|
|
2114
|
+
resolution: {integrity: sha512-nWwpvUSPkoFmZo0kQazZYOrT7J5DGOJ/+QHHzjvNlooDZED8oH82Yg67HvehPPLAg5fUff7TfWFHQS8IV1n3og==}
|
|
2115
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2116
|
+
cpu: [s390x]
|
|
2117
|
+
os: [linux]
|
|
2118
|
+
libc: [glibc]
|
|
2119
|
+
|
|
2120
|
+
'@rolldown/binding-linux-x64-gnu@1.0.0-rc.12':
|
|
2121
|
+
resolution: {integrity: sha512-RNrafz5bcwRy+O9e6P8Z/OCAJW/A+qtBczIqVYwTs14pf4iV1/+eKEjdOUta93q2TsT/FI0XYDP3TCky38LMAg==}
|
|
2122
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2123
|
+
cpu: [x64]
|
|
2124
|
+
os: [linux]
|
|
2125
|
+
libc: [glibc]
|
|
2126
|
+
|
|
2012
2127
|
'@rolldown/binding-linux-x64-gnu@1.0.0-rc.4':
|
|
2013
2128
|
resolution: {integrity: sha512-DZaN1f0PGp/bSvKhtw50pPsnln4T13ycDq1FrDWRiHmWt1JeW+UtYg9touPFf8yt993p8tS2QjybpzKNTxYEwg==}
|
|
2014
2129
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
@@ -2016,6 +2131,13 @@ packages:
|
|
|
2016
2131
|
os: [linux]
|
|
2017
2132
|
libc: [glibc]
|
|
2018
2133
|
|
|
2134
|
+
'@rolldown/binding-linux-x64-musl@1.0.0-rc.12':
|
|
2135
|
+
resolution: {integrity: sha512-Jpw/0iwoKWx3LJ2rc1yjFrj+T7iHZn2JDg1Yny1ma0luviFS4mhAIcd1LFNxK3EYu3DHWCps0ydXQ5i/rrJ2ig==}
|
|
2136
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2137
|
+
cpu: [x64]
|
|
2138
|
+
os: [linux]
|
|
2139
|
+
libc: [musl]
|
|
2140
|
+
|
|
2019
2141
|
'@rolldown/binding-linux-x64-musl@1.0.0-rc.4':
|
|
2020
2142
|
resolution: {integrity: sha512-RnGxwZLN7fhMMAItnD6dZ7lvy+TI7ba+2V54UF4dhaWa/p8I/ys1E73KO6HmPmgz92ZkfD8TXS1IMV8+uhbR9g==}
|
|
2021
2143
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
@@ -2023,23 +2145,46 @@ packages:
|
|
|
2023
2145
|
os: [linux]
|
|
2024
2146
|
libc: [musl]
|
|
2025
2147
|
|
|
2148
|
+
'@rolldown/binding-openharmony-arm64@1.0.0-rc.12':
|
|
2149
|
+
resolution: {integrity: sha512-vRugONE4yMfVn0+7lUKdKvN4D5YusEiPilaoO2sgUWpCvrncvWgPMzK00ZFFJuiPgLwgFNP5eSiUlv2tfc+lpA==}
|
|
2150
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2151
|
+
cpu: [arm64]
|
|
2152
|
+
os: [openharmony]
|
|
2153
|
+
|
|
2026
2154
|
'@rolldown/binding-openharmony-arm64@1.0.0-rc.4':
|
|
2027
2155
|
resolution: {integrity: sha512-6lcI79+X8klGiGd8yHuTgQRjuuJYNggmEml+RsyN596P23l/zf9FVmJ7K0KVKkFAeYEdg0iMUKyIxiV5vebDNQ==}
|
|
2028
2156
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2029
2157
|
cpu: [arm64]
|
|
2030
2158
|
os: [openharmony]
|
|
2031
2159
|
|
|
2160
|
+
'@rolldown/binding-wasm32-wasi@1.0.0-rc.12':
|
|
2161
|
+
resolution: {integrity: sha512-ykGiLr/6kkiHc0XnBfmFJuCjr5ZYKKofkx+chJWDjitX+KsJuAmrzWhwyOMSHzPhzOHOy7u9HlFoa5MoAOJ/Zg==}
|
|
2162
|
+
engines: {node: '>=14.0.0'}
|
|
2163
|
+
cpu: [wasm32]
|
|
2164
|
+
|
|
2032
2165
|
'@rolldown/binding-wasm32-wasi@1.0.0-rc.4':
|
|
2033
2166
|
resolution: {integrity: sha512-wz7ohsKCAIWy91blZ/1FlpPdqrsm1xpcEOQVveWoL6+aSPKL4VUcoYmmzuLTssyZxRpEwzuIxL/GDsvpjaBtOw==}
|
|
2034
2167
|
engines: {node: '>=14.0.0'}
|
|
2035
2168
|
cpu: [wasm32]
|
|
2036
2169
|
|
|
2170
|
+
'@rolldown/binding-win32-arm64-msvc@1.0.0-rc.12':
|
|
2171
|
+
resolution: {integrity: sha512-5eOND4duWkwx1AzCxadcOrNeighiLwMInEADT0YM7xeEOOFcovWZCq8dadXgcRHSf3Ulh1kFo/qvzoFiCLOL1Q==}
|
|
2172
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2173
|
+
cpu: [arm64]
|
|
2174
|
+
os: [win32]
|
|
2175
|
+
|
|
2037
2176
|
'@rolldown/binding-win32-arm64-msvc@1.0.0-rc.4':
|
|
2038
2177
|
resolution: {integrity: sha512-cfiMrfuWCIgsFmcVG0IPuO6qTRHvF7NuG3wngX1RZzc6dU8FuBFb+J3MIR5WrdTNozlumfgL4cvz+R4ozBCvsQ==}
|
|
2039
2178
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2040
2179
|
cpu: [arm64]
|
|
2041
2180
|
os: [win32]
|
|
2042
2181
|
|
|
2182
|
+
'@rolldown/binding-win32-x64-msvc@1.0.0-rc.12':
|
|
2183
|
+
resolution: {integrity: sha512-PyqoipaswDLAZtot351MLhrlrh6lcZPo2LSYE+VDxbVk24LVKAGOuE4hb8xZQmrPAuEtTZW8E6D2zc5EUZX4Lw==}
|
|
2184
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2185
|
+
cpu: [x64]
|
|
2186
|
+
os: [win32]
|
|
2187
|
+
|
|
2043
2188
|
'@rolldown/binding-win32-x64-msvc@1.0.0-rc.4':
|
|
2044
2189
|
resolution: {integrity: sha512-p6UeR9y7ht82AH57qwGuFYn69S6CZ7LLKdCKy/8T3zS9VTrJei2/CGsTUV45Da4Z9Rbhc7G4gyWQ/Ioamqn09g==}
|
|
2045
2190
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
@@ -2049,18 +2194,21 @@ packages:
|
|
|
2049
2194
|
'@rolldown/pluginutils@1.0.0-beta.27':
|
|
2050
2195
|
resolution: {integrity: sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==}
|
|
2051
2196
|
|
|
2197
|
+
'@rolldown/pluginutils@1.0.0-rc.12':
|
|
2198
|
+
resolution: {integrity: sha512-HHMwmarRKvoFsJorqYlFeFRzXZqCt2ETQlEDOb9aqssrnVBB1/+xgTGtuTrIk5vzLNX1MjMtTf7W9z3tsSbrxw==}
|
|
2199
|
+
|
|
2052
2200
|
'@rolldown/pluginutils@1.0.0-rc.2':
|
|
2053
2201
|
resolution: {integrity: sha512-izyXV/v+cHiRfozX62W9htOAvwMo4/bXKDrQ+vom1L1qRuexPock/7VZDAhnpHCLNejd3NJ6hiab+tO0D44Rgw==}
|
|
2054
2202
|
|
|
2055
|
-
'@rolldown/pluginutils@1.0.0-rc.3':
|
|
2056
|
-
resolution: {integrity: sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q==}
|
|
2057
|
-
|
|
2058
2203
|
'@rolldown/pluginutils@1.0.0-rc.4':
|
|
2059
2204
|
resolution: {integrity: sha512-1BrrmTu0TWfOP1riA8uakjFc9bpIUGzVKETsOtzY39pPga8zELGDl8eu1Dx7/gjM5CAz14UknsUMpBO8L+YntQ==}
|
|
2060
2205
|
|
|
2061
2206
|
'@rolldown/pluginutils@1.0.0-rc.6':
|
|
2062
2207
|
resolution: {integrity: sha512-Y0+JT8Mi1mmW08K6HieG315XNRu4L0rkfCpA364HtytjgiqYnMYRdFPcxRl+BQQqNXzecL2S9nii+RUpO93XIA==}
|
|
2063
2208
|
|
|
2209
|
+
'@rolldown/pluginutils@1.0.0-rc.7':
|
|
2210
|
+
resolution: {integrity: sha512-qujRfC8sFVInYSPPMLQByRh7zhwkGFS4+tyMQ83srV1qrxL4g8E2tyxVVyxd0+8QeBM1mIk9KbWxkegRr76XzA==}
|
|
2211
|
+
|
|
2064
2212
|
'@rollup/pluginutils@4.2.1':
|
|
2065
2213
|
resolution: {integrity: sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==}
|
|
2066
2214
|
engines: {node: '>= 8.0.0'}
|
|
@@ -2215,8 +2363,8 @@ packages:
|
|
|
2215
2363
|
'@rtsao/scc@1.1.0':
|
|
2216
2364
|
resolution: {integrity: sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==}
|
|
2217
2365
|
|
|
2218
|
-
'@schematics/angular@21.2.
|
|
2219
|
-
resolution: {integrity: sha512-
|
|
2366
|
+
'@schematics/angular@21.2.5':
|
|
2367
|
+
resolution: {integrity: sha512-orOiXcG86t34ejqbkm7ZHEkGfwTU/ySYFgY7BOQdaYFCoNQXxtU87fZoHckJ2xYpVitoKTvbf1bxDDphXb3ycw==}
|
|
2220
2368
|
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'}
|
|
2221
2369
|
|
|
2222
2370
|
'@sec-ant/readable-stream@0.4.1':
|
|
@@ -2271,6 +2419,19 @@ packages:
|
|
|
2271
2419
|
resolution: {integrity: sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==}
|
|
2272
2420
|
engines: {node: '>=18'}
|
|
2273
2421
|
|
|
2422
|
+
'@solidity-parser/parser@0.20.2':
|
|
2423
|
+
resolution: {integrity: sha512-rbu0bzwNvMcwAjH86hiEAcOeRI2EeK8zCkHDrFykh/Al8mvJeFmjy3UrE7GYQjNwOgbGUUtCn5/k8CB8zIu7QA==}
|
|
2424
|
+
|
|
2425
|
+
'@solidjs/testing-library@0.8.10':
|
|
2426
|
+
resolution: {integrity: sha512-qdeuIerwyq7oQTIrrKvV0aL9aFeuwTd86VYD3afdq5HYEwoox1OBTJy4y8A3TFZr8oAR0nujYgCzY/8wgHGfeQ==}
|
|
2427
|
+
engines: {node: '>= 14'}
|
|
2428
|
+
peerDependencies:
|
|
2429
|
+
'@solidjs/router': '>=0.9.0'
|
|
2430
|
+
solid-js: '>=1.0.0'
|
|
2431
|
+
peerDependenciesMeta:
|
|
2432
|
+
'@solidjs/router':
|
|
2433
|
+
optional: true
|
|
2434
|
+
|
|
2274
2435
|
'@standard-schema/spec@1.1.0':
|
|
2275
2436
|
resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
|
|
2276
2437
|
|
|
@@ -2287,14 +2448,6 @@ packages:
|
|
|
2287
2448
|
svelte: ^5.0.0
|
|
2288
2449
|
vite: ^6.0.0
|
|
2289
2450
|
|
|
2290
|
-
'@sveltejs/vite-plugin-svelte-inspector@5.0.2':
|
|
2291
|
-
resolution: {integrity: sha512-TZzRTcEtZffICSAoZGkPSl6Etsj2torOVrx6Uw0KpXxrec9Gg6jFWQ60Q3+LmNGfZSxHRCZL7vXVZIWmuV50Ig==}
|
|
2292
|
-
engines: {node: ^20.19 || ^22.12 || >=24}
|
|
2293
|
-
peerDependencies:
|
|
2294
|
-
'@sveltejs/vite-plugin-svelte': ^6.0.0-next.0
|
|
2295
|
-
svelte: ^5.0.0
|
|
2296
|
-
vite: ^6.3.0 || ^7.0.0
|
|
2297
|
-
|
|
2298
2451
|
'@sveltejs/vite-plugin-svelte@5.1.1':
|
|
2299
2452
|
resolution: {integrity: sha512-Y1Cs7hhTc+a5E9Va/xwKlAJoariQyHY+5zBgCZg4PFWNYQ1nMN9sjK1zhw1gK69DuqVP++sht/1GZg1aRwmAXQ==}
|
|
2300
2453
|
engines: {node: ^18.0.0 || ^20.0.0 || >=22}
|
|
@@ -2302,15 +2455,15 @@ packages:
|
|
|
2302
2455
|
svelte: ^5.0.0
|
|
2303
2456
|
vite: ^6.0.0
|
|
2304
2457
|
|
|
2305
|
-
'@sveltejs/vite-plugin-svelte@
|
|
2306
|
-
resolution: {integrity: sha512-
|
|
2458
|
+
'@sveltejs/vite-plugin-svelte@7.0.0':
|
|
2459
|
+
resolution: {integrity: sha512-ILXmxC7HAsnkK2eslgPetrqqW1BKSL7LktsFgqzNj83MaivMGZzluWq32m25j2mDOjmSKX7GGWahePhuEs7P/g==}
|
|
2307
2460
|
engines: {node: ^20.19 || ^22.12 || >=24}
|
|
2308
2461
|
peerDependencies:
|
|
2309
|
-
svelte: ^5.
|
|
2310
|
-
vite: ^
|
|
2462
|
+
svelte: ^5.46.4
|
|
2463
|
+
vite: ^8.0.0-beta.7 || ^8.0.0
|
|
2311
2464
|
|
|
2312
|
-
'@testing-library/angular@19.1
|
|
2313
|
-
resolution: {integrity: sha512-
|
|
2465
|
+
'@testing-library/angular@19.2.1':
|
|
2466
|
+
resolution: {integrity: sha512-COWnkcTKFwb4fReLlInNATH1cPYmujWINnVMXdy0oJHidz0XIrdJopx/jwCBDIAgD4qtz+wEDsUWM4gI78Hakw==}
|
|
2314
2467
|
peerDependencies:
|
|
2315
2468
|
'@angular/common': '>= 21.0.0'
|
|
2316
2469
|
'@angular/core': '>= 21.0.0'
|
|
@@ -2458,6 +2611,9 @@ packages:
|
|
|
2458
2611
|
'@types/json5@0.0.29':
|
|
2459
2612
|
resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
|
|
2460
2613
|
|
|
2614
|
+
'@types/katex@0.16.8':
|
|
2615
|
+
resolution: {integrity: sha512-trgaNyfU+Xh2Tc+ABIb44a5AYUpicB3uwirOioeOkNPPbmgRNtcWyDeeFRzjPZENO9Vq8gvVqfhaaXWLlevVwg==}
|
|
2616
|
+
|
|
2461
2617
|
'@types/mdast@4.0.4':
|
|
2462
2618
|
resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==}
|
|
2463
2619
|
|
|
@@ -2467,8 +2623,8 @@ packages:
|
|
|
2467
2623
|
'@types/nlcst@2.0.3':
|
|
2468
2624
|
resolution: {integrity: sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==}
|
|
2469
2625
|
|
|
2470
|
-
'@types/node@25.
|
|
2471
|
-
resolution: {integrity: sha512-
|
|
2626
|
+
'@types/node@25.5.0':
|
|
2627
|
+
resolution: {integrity: sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==}
|
|
2472
2628
|
|
|
2473
2629
|
'@types/react-dom@19.2.3':
|
|
2474
2630
|
resolution: {integrity: sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==}
|
|
@@ -2490,16 +2646,16 @@ packages:
|
|
|
2490
2646
|
'@types/ws@8.18.1':
|
|
2491
2647
|
resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==}
|
|
2492
2648
|
|
|
2493
|
-
'@typescript-eslint/eslint-plugin@8.
|
|
2494
|
-
resolution: {integrity: sha512-
|
|
2649
|
+
'@typescript-eslint/eslint-plugin@8.57.2':
|
|
2650
|
+
resolution: {integrity: sha512-NZZgp0Fm2IkD+La5PR81sd+g+8oS6JwJje+aRWsDocxHkjyRw0J5L5ZTlN3LI1LlOcGL7ph3eaIUmTXMIjLk0w==}
|
|
2495
2651
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2496
2652
|
peerDependencies:
|
|
2497
|
-
'@typescript-eslint/parser': ^8.
|
|
2653
|
+
'@typescript-eslint/parser': ^8.57.2
|
|
2498
2654
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
2499
2655
|
typescript: '>=4.8.4 <6.0.0'
|
|
2500
2656
|
|
|
2501
|
-
'@typescript-eslint/parser@8.
|
|
2502
|
-
resolution: {integrity: sha512-
|
|
2657
|
+
'@typescript-eslint/parser@8.57.2':
|
|
2658
|
+
resolution: {integrity: sha512-30ScMRHIAD33JJQkgfGW1t8CURZtjc2JpTrq5n2HFhOefbAhb7ucc7xJwdWcrEtqUIYJ73Nybpsggii6GtAHjA==}
|
|
2503
2659
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2504
2660
|
peerDependencies:
|
|
2505
2661
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
@@ -2511,18 +2667,34 @@ packages:
|
|
|
2511
2667
|
peerDependencies:
|
|
2512
2668
|
typescript: '>=4.8.4 <6.0.0'
|
|
2513
2669
|
|
|
2670
|
+
'@typescript-eslint/project-service@8.57.2':
|
|
2671
|
+
resolution: {integrity: sha512-FuH0wipFywXRTHf+bTTjNyuNQQsQC3qh/dYzaM4I4W0jrCqjCVuUh99+xd9KamUfmCGPvbO8NDngo/vsnNVqgw==}
|
|
2672
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2673
|
+
peerDependencies:
|
|
2674
|
+
typescript: '>=4.8.4 <6.0.0'
|
|
2675
|
+
|
|
2514
2676
|
'@typescript-eslint/scope-manager@8.56.1':
|
|
2515
2677
|
resolution: {integrity: sha512-YAi4VDKcIZp0O4tz/haYKhmIDZFEUPOreKbfdAN3SzUDMcPhJ8QI99xQXqX+HoUVq8cs85eRKnD+rne2UAnj2w==}
|
|
2516
2678
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2517
2679
|
|
|
2680
|
+
'@typescript-eslint/scope-manager@8.57.2':
|
|
2681
|
+
resolution: {integrity: sha512-snZKH+W4WbWkrBqj4gUNRIGb/jipDW3qMqVJ4C9rzdFc+wLwruxk+2a5D+uoFcKPAqyqEnSb4l2ULuZf95eSkw==}
|
|
2682
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2683
|
+
|
|
2518
2684
|
'@typescript-eslint/tsconfig-utils@8.56.1':
|
|
2519
2685
|
resolution: {integrity: sha512-qOtCYzKEeyr3aR9f28mPJqBty7+DBqsdd63eO0yyDwc6vgThj2UjWfJIcsFeSucYydqcuudMOprZ+x1SpF3ZuQ==}
|
|
2520
2686
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2521
2687
|
peerDependencies:
|
|
2522
2688
|
typescript: '>=4.8.4 <6.0.0'
|
|
2523
2689
|
|
|
2524
|
-
'@typescript-eslint/
|
|
2525
|
-
resolution: {integrity: sha512-
|
|
2690
|
+
'@typescript-eslint/tsconfig-utils@8.57.2':
|
|
2691
|
+
resolution: {integrity: sha512-3Lm5DSM+DCowsUOJC+YqHHnKEfFh5CoGkj5Z31NQSNF4l5wdOwqGn99wmwN/LImhfY3KJnmordBq/4+VDe2eKw==}
|
|
2692
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2693
|
+
peerDependencies:
|
|
2694
|
+
typescript: '>=4.8.4 <6.0.0'
|
|
2695
|
+
|
|
2696
|
+
'@typescript-eslint/type-utils@8.57.2':
|
|
2697
|
+
resolution: {integrity: sha512-Co6ZCShm6kIbAM/s+oYVpKFfW7LBc6FXoPXjTRQ449PPNBY8U0KZXuevz5IFuuUj2H9ss40atTaf9dlGLzbWZg==}
|
|
2526
2698
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2527
2699
|
peerDependencies:
|
|
2528
2700
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
@@ -2532,12 +2704,22 @@ packages:
|
|
|
2532
2704
|
resolution: {integrity: sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw==}
|
|
2533
2705
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2534
2706
|
|
|
2707
|
+
'@typescript-eslint/types@8.57.2':
|
|
2708
|
+
resolution: {integrity: sha512-/iZM6FnM4tnx9csuTxspMW4BOSegshwX5oBDznJ7S4WggL7Vczz5d2W11ecc4vRrQMQHXRSxzrCsyG5EsPPTbA==}
|
|
2709
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2710
|
+
|
|
2535
2711
|
'@typescript-eslint/typescript-estree@8.56.1':
|
|
2536
2712
|
resolution: {integrity: sha512-qzUL1qgalIvKWAf9C1HpvBjif+Vm6rcT5wZd4VoMb9+Km3iS3Cv9DY6dMRMDtPnwRAFyAi7YXJpTIEXLvdfPxg==}
|
|
2537
2713
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2538
2714
|
peerDependencies:
|
|
2539
2715
|
typescript: '>=4.8.4 <6.0.0'
|
|
2540
2716
|
|
|
2717
|
+
'@typescript-eslint/typescript-estree@8.57.2':
|
|
2718
|
+
resolution: {integrity: sha512-2MKM+I6g8tJxfSmFKOnHv2t8Sk3T6rF20A1Puk0svLK+uVapDZB/4pfAeB7nE83uAZrU6OxW+HmOd5wHVdXwXA==}
|
|
2719
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2720
|
+
peerDependencies:
|
|
2721
|
+
typescript: '>=4.8.4 <6.0.0'
|
|
2722
|
+
|
|
2541
2723
|
'@typescript-eslint/utils@8.56.1':
|
|
2542
2724
|
resolution: {integrity: sha512-HPAVNIME3tABJ61siYlHzSWCGtOoeP2RTIaHXFMPqjrQKCGB9OgUVdiNgH7TJS2JNIQ5qQ4RsAUDuGaGme/KOA==}
|
|
2543
2725
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -2545,10 +2727,21 @@ packages:
|
|
|
2545
2727
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
2546
2728
|
typescript: '>=4.8.4 <6.0.0'
|
|
2547
2729
|
|
|
2730
|
+
'@typescript-eslint/utils@8.57.2':
|
|
2731
|
+
resolution: {integrity: sha512-krRIbvPK1ju1WBKIefiX+bngPs+odIQUtR7kymzPfo1POVw3jlF+nLkmexdSSd4UCbDcQn+wMBATOOmpBbqgKg==}
|
|
2732
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2733
|
+
peerDependencies:
|
|
2734
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
2735
|
+
typescript: '>=4.8.4 <6.0.0'
|
|
2736
|
+
|
|
2548
2737
|
'@typescript-eslint/visitor-keys@8.56.1':
|
|
2549
2738
|
resolution: {integrity: sha512-KiROIzYdEV85YygXw6BI/Dx4fnBlFQu6Mq4QE4MOH9fFnhohw6wX/OAvDY2/C+ut0I3RSPKenvZJIVYqJNkhEw==}
|
|
2550
2739
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2551
2740
|
|
|
2741
|
+
'@typescript-eslint/visitor-keys@8.57.2':
|
|
2742
|
+
resolution: {integrity: sha512-zhahknjobV2FiD6Ee9iLbS7OV9zi10rG26odsQdfBO/hjSzUQbkIYgda+iNKK1zNiW2ey+Lf8MU5btN17V3dUw==}
|
|
2743
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2744
|
+
|
|
2552
2745
|
'@ungap/structured-clone@1.3.0':
|
|
2553
2746
|
resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==}
|
|
2554
2747
|
|
|
@@ -2564,11 +2757,18 @@ packages:
|
|
|
2564
2757
|
peerDependencies:
|
|
2565
2758
|
vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
|
|
2566
2759
|
|
|
2567
|
-
'@vitejs/plugin-react@
|
|
2568
|
-
resolution: {integrity: sha512-
|
|
2760
|
+
'@vitejs/plugin-react@6.0.1':
|
|
2761
|
+
resolution: {integrity: sha512-l9X/E3cDb+xY3SWzlG1MOGt2usfEHGMNIaegaUGFsLkb3RCn/k8/TOXBcab+OndDI4TBtktT8/9BwwW8Vi9KUQ==}
|
|
2569
2762
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2570
2763
|
peerDependencies:
|
|
2571
|
-
|
|
2764
|
+
'@rolldown/plugin-babel': ^0.1.7 || ^0.2.0
|
|
2765
|
+
babel-plugin-react-compiler: ^1.0.0
|
|
2766
|
+
vite: ^8.0.0
|
|
2767
|
+
peerDependenciesMeta:
|
|
2768
|
+
'@rolldown/plugin-babel':
|
|
2769
|
+
optional: true
|
|
2770
|
+
babel-plugin-react-compiler:
|
|
2771
|
+
optional: true
|
|
2572
2772
|
|
|
2573
2773
|
'@vitejs/plugin-vue-jsx@4.2.0':
|
|
2574
2774
|
resolution: {integrity: sha512-DSTrmrdLp+0LDNF77fqrKfx7X0ErRbOcUAgJL/HbSesqQwoUvUQ4uYQqaex+rovqgGcoPqVk+AwUh3v9CuiYIw==}
|
|
@@ -2584,41 +2784,41 @@ packages:
|
|
|
2584
2784
|
vite: ^5.0.0 || ^6.0.0
|
|
2585
2785
|
vue: ^3.2.25
|
|
2586
2786
|
|
|
2587
|
-
'@vitejs/plugin-vue@6.0.
|
|
2588
|
-
resolution: {integrity: sha512-
|
|
2787
|
+
'@vitejs/plugin-vue@6.0.5':
|
|
2788
|
+
resolution: {integrity: sha512-bL3AxKuQySfk1iGcBsQnoRVexTPJq0Z/ixFVM8OhVJAP6ZXXXLtM7NFKWhLl30Kg7uTBqIaPXbh+nuQCuBDedg==}
|
|
2589
2789
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2590
2790
|
peerDependencies:
|
|
2591
|
-
vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
2791
|
+
vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
2592
2792
|
vue: ^3.2.25
|
|
2593
2793
|
|
|
2594
|
-
'@vitest/expect@4.
|
|
2595
|
-
resolution: {integrity: sha512-
|
|
2794
|
+
'@vitest/expect@4.1.2':
|
|
2795
|
+
resolution: {integrity: sha512-gbu+7B0YgUJ2nkdsRJrFFW6X7NTP44WlhiclHniUhxADQJH5Szt9mZ9hWnJPJ8YwOK5zUOSSlSvyzRf0u1DSBQ==}
|
|
2596
2796
|
|
|
2597
|
-
'@vitest/mocker@4.
|
|
2598
|
-
resolution: {integrity: sha512-
|
|
2797
|
+
'@vitest/mocker@4.1.2':
|
|
2798
|
+
resolution: {integrity: sha512-Ize4iQtEALHDttPRCmN+FKqOl2vxTiNUhzobQFFt/BM1lRUTG7zRCLOykG/6Vo4E4hnUdfVLo5/eqKPukcWW7Q==}
|
|
2599
2799
|
peerDependencies:
|
|
2600
2800
|
msw: ^2.4.9
|
|
2601
|
-
vite: ^6.0.0 || ^7.0.0
|
|
2801
|
+
vite: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
2602
2802
|
peerDependenciesMeta:
|
|
2603
2803
|
msw:
|
|
2604
2804
|
optional: true
|
|
2605
2805
|
vite:
|
|
2606
2806
|
optional: true
|
|
2607
2807
|
|
|
2608
|
-
'@vitest/pretty-format@4.
|
|
2609
|
-
resolution: {integrity: sha512-
|
|
2808
|
+
'@vitest/pretty-format@4.1.2':
|
|
2809
|
+
resolution: {integrity: sha512-dwQga8aejqeuB+TvXCMzSQemvV9hNEtDDpgUKDzOmNQayl2OG241PSWeJwKRH3CiC+sESrmoFd49rfnq7T4RnA==}
|
|
2610
2810
|
|
|
2611
|
-
'@vitest/runner@4.
|
|
2612
|
-
resolution: {integrity: sha512-
|
|
2811
|
+
'@vitest/runner@4.1.2':
|
|
2812
|
+
resolution: {integrity: sha512-Gr+FQan34CdiYAwpGJmQG8PgkyFVmARK8/xSijia3eTFgVfpcpztWLuP6FttGNfPLJhaZVP/euvujeNYar36OQ==}
|
|
2613
2813
|
|
|
2614
|
-
'@vitest/snapshot@4.
|
|
2615
|
-
resolution: {integrity: sha512-
|
|
2814
|
+
'@vitest/snapshot@4.1.2':
|
|
2815
|
+
resolution: {integrity: sha512-g7yfUmxYS4mNxk31qbOYsSt2F4m1E02LFqO53Xpzg3zKMhLAPZAjjfyl9e6z7HrW6LvUdTwAQR3HHfLjpko16A==}
|
|
2616
2816
|
|
|
2617
|
-
'@vitest/spy@4.
|
|
2618
|
-
resolution: {integrity: sha512-
|
|
2817
|
+
'@vitest/spy@4.1.2':
|
|
2818
|
+
resolution: {integrity: sha512-DU4fBnbVCJGNBwVA6xSToNXrkZNSiw59H8tcuUspVMsBDBST4nfvsPsEHDHGtWRRnqBERBQu7TrTKskmjqTXKA==}
|
|
2619
2819
|
|
|
2620
|
-
'@vitest/utils@4.
|
|
2621
|
-
resolution: {integrity: sha512-
|
|
2820
|
+
'@vitest/utils@4.1.2':
|
|
2821
|
+
resolution: {integrity: sha512-xw2/TiX82lQHA06cgbqRKFb5lCAy3axQ4H4SoUFhUsg+wztiet+co86IAMDtF6Vm1hc7J6j09oh/rgDn+JdKIQ==}
|
|
2622
2822
|
|
|
2623
2823
|
'@vue/babel-helper-vue-transform-on@1.5.0':
|
|
2624
2824
|
resolution: {integrity: sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==}
|
|
@@ -2639,15 +2839,27 @@ packages:
|
|
|
2639
2839
|
'@vue/compiler-core@3.5.29':
|
|
2640
2840
|
resolution: {integrity: sha512-cuzPhD8fwRHk8IGfmYaR4eEe4cAyJEL66Ove/WZL7yWNL134nqLddSLwNRIsFlnnW1kK+p8Ck3viFnC0chXCXw==}
|
|
2641
2841
|
|
|
2842
|
+
'@vue/compiler-core@3.5.31':
|
|
2843
|
+
resolution: {integrity: sha512-k/ueL14aNIEy5Onf0OVzR8kiqF/WThgLdFhxwa4e/KF/0qe38IwIdofoSWBTvvxQOesaz6riAFAUaYjoF9fLLQ==}
|
|
2844
|
+
|
|
2642
2845
|
'@vue/compiler-dom@3.5.29':
|
|
2643
2846
|
resolution: {integrity: sha512-n0G5o7R3uBVmVxjTIYcz7ovr8sy7QObFG8OQJ3xGCDNhbG60biP/P5KnyY8NLd81OuT1WJflG7N4KWYHaeeaIg==}
|
|
2644
2847
|
|
|
2848
|
+
'@vue/compiler-dom@3.5.31':
|
|
2849
|
+
resolution: {integrity: sha512-BMY/ozS/xxjYqRFL+tKdRpATJYDTTgWSo0+AJvJNg4ig+Hgb0dOsHPXvloHQ5hmlivUqw1Yt2pPIqp4e0v1GUw==}
|
|
2850
|
+
|
|
2645
2851
|
'@vue/compiler-sfc@3.5.29':
|
|
2646
2852
|
resolution: {integrity: sha512-oJZhN5XJs35Gzr50E82jg2cYdZQ78wEwvRO6Y63TvLVTc+6xICzJHP1UIecdSPPYIbkautNBanDiWYa64QSFIA==}
|
|
2647
2853
|
|
|
2854
|
+
'@vue/compiler-sfc@3.5.31':
|
|
2855
|
+
resolution: {integrity: sha512-M8wpPgR9UJ8MiRGjppvx9uWJfLV7A/T+/rL8s/y3QG3u0c2/YZgff3d6SuimKRIhcYnWg5fTfDMlz2E6seUW8Q==}
|
|
2856
|
+
|
|
2648
2857
|
'@vue/compiler-ssr@3.5.29':
|
|
2649
2858
|
resolution: {integrity: sha512-Y/ARJZE6fpjzL5GH/phJmsFwx3g6t2KmHKHx5q+MLl2kencADKIrhH5MLF6HHpRMmlRAYBRSvv347Mepf1zVNw==}
|
|
2650
2859
|
|
|
2860
|
+
'@vue/compiler-ssr@3.5.31':
|
|
2861
|
+
resolution: {integrity: sha512-h0xIMxrt/LHOvJKMri+vdYT92BrK3HFLtDqq9Pr/lVVfE4IyKZKvWf0vJFW10Yr6nX02OR4MkJwI0c1HDa1hog==}
|
|
2862
|
+
|
|
2651
2863
|
'@vue/devtools-core@7.7.9':
|
|
2652
2864
|
resolution: {integrity: sha512-48jrBSwG4GVQRvVeeXn9p9+dlx+ISgasM7SxZZKczseohB0cBz+ITKr4YbLWjmJdy45UHL7UMPlR4Y0CWTRcSQ==}
|
|
2653
2865
|
peerDependencies:
|
|
@@ -2659,23 +2871,26 @@ packages:
|
|
|
2659
2871
|
'@vue/devtools-shared@7.7.9':
|
|
2660
2872
|
resolution: {integrity: sha512-iWAb0v2WYf0QWmxCGy0seZNDPdO3Sp5+u78ORnyeonS6MT4PC7VPrryX2BpMJrwlDeaZ6BD4vP4XKjK0SZqaeA==}
|
|
2661
2873
|
|
|
2662
|
-
'@vue/reactivity@3.5.
|
|
2663
|
-
resolution: {integrity: sha512-
|
|
2874
|
+
'@vue/reactivity@3.5.31':
|
|
2875
|
+
resolution: {integrity: sha512-DtKXxk9E/KuVvt8VxWu+6Luc9I9ETNcqR1T1oW1gf02nXaZ1kuAx58oVu7uX9XxJR0iJCro6fqBLw9oSBELo5g==}
|
|
2664
2876
|
|
|
2665
|
-
'@vue/runtime-core@3.5.
|
|
2666
|
-
resolution: {integrity: sha512-
|
|
2877
|
+
'@vue/runtime-core@3.5.31':
|
|
2878
|
+
resolution: {integrity: sha512-AZPmIHXEAyhpkmN7aWlqjSfYynmkWlluDNPHMCZKFHH+lLtxP/30UJmoVhXmbDoP1Ng0jG0fyY2zCj1PnSSA6Q==}
|
|
2667
2879
|
|
|
2668
|
-
'@vue/runtime-dom@3.5.
|
|
2669
|
-
resolution: {integrity: sha512-
|
|
2880
|
+
'@vue/runtime-dom@3.5.31':
|
|
2881
|
+
resolution: {integrity: sha512-xQJsNRmGPeDCJq/u813tyonNgWBFjzfVkBwDREdEWndBnGdHLHgkwNBQxLtg4zDrzKTEcnikUy1UUNecb3lJ6g==}
|
|
2670
2882
|
|
|
2671
|
-
'@vue/server-renderer@3.5.
|
|
2672
|
-
resolution: {integrity: sha512-
|
|
2883
|
+
'@vue/server-renderer@3.5.31':
|
|
2884
|
+
resolution: {integrity: sha512-GJuwRvMcdZX/CriUnyIIOGkx3rMV3H6sOu0JhdKbduaeCji6zb60iOGMY7tFoN24NfsUYoFBhshZtGxGpxO4iA==}
|
|
2673
2885
|
peerDependencies:
|
|
2674
|
-
vue: 3.5.
|
|
2886
|
+
vue: 3.5.31
|
|
2675
2887
|
|
|
2676
2888
|
'@vue/shared@3.5.29':
|
|
2677
2889
|
resolution: {integrity: sha512-w7SR0A5zyRByL9XUkCfdLs7t9XOHUyJ67qPGQjOou3p6GvBeBW+AVjUUmlxtZ4PIYaRvE+1LmK44O4uajlZwcg==}
|
|
2678
2890
|
|
|
2891
|
+
'@vue/shared@3.5.31':
|
|
2892
|
+
resolution: {integrity: sha512-nBxuiuS9Lj5bPkPbWogPUnjxxWpkRniX7e5UBQDWl6Fsf4roq9wwV+cR7ezQ4zXswNvPIlsdj1slcLB7XCsRAw==}
|
|
2893
|
+
|
|
2679
2894
|
'@vue/test-utils@2.4.6':
|
|
2680
2895
|
resolution: {integrity: sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==}
|
|
2681
2896
|
|
|
@@ -2730,8 +2945,8 @@ packages:
|
|
|
2730
2945
|
resolution: {integrity: sha512-Rf7xmeuIo7nb6S4mp4abW2faW8DauZyE2faBIKFaUfP3wnpOvNSbiI5AwVhqBNj0jPgBWEvhyCu0sLjN2q77Rg==}
|
|
2731
2946
|
engines: {node: '>= 14.0.0'}
|
|
2732
2947
|
|
|
2733
|
-
angular-eslint@21.3.
|
|
2734
|
-
resolution: {integrity: sha512-
|
|
2948
|
+
angular-eslint@21.3.1:
|
|
2949
|
+
resolution: {integrity: sha512-VGQWTyuPAEO/AnZuqHxGBJMYSiZ0tbrHx/OgPCRTKHfbrFU4x+zivS84h9UWoDpDtius1RyD+ZReFjTAEWptiA==}
|
|
2735
2950
|
peerDependencies:
|
|
2736
2951
|
'@angular/cli': '>= 21.0.0 < 22.0.0'
|
|
2737
2952
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
@@ -2839,8 +3054,8 @@ packages:
|
|
|
2839
3054
|
resolution: {integrity: sha512-aOLc/aDR7lTWAHlytEefwn4Y6qs6uMr69DZvUx2A1AOAZsWhGB/paiRWPtVchh9wzMvLeqr+DkbENhVreVr9AQ==}
|
|
2840
3055
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2841
3056
|
|
|
2842
|
-
astro@5.18.
|
|
2843
|
-
resolution: {integrity: sha512-
|
|
3057
|
+
astro@5.18.1:
|
|
3058
|
+
resolution: {integrity: sha512-m4VWilWZ+Xt6NPoYzC4CgGZim/zQUO7WFL0RHCH0AiEavF1153iC3+me2atDvXpf/yX4PyGUeD8wZLq1cirT3g==}
|
|
2844
3059
|
engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'}
|
|
2845
3060
|
hasBin: true
|
|
2846
3061
|
|
|
@@ -2862,11 +3077,25 @@ packages:
|
|
|
2862
3077
|
resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==}
|
|
2863
3078
|
engines: {node: '>= 0.4'}
|
|
2864
3079
|
|
|
3080
|
+
babel-plugin-jsx-dom-expressions@0.40.6:
|
|
3081
|
+
resolution: {integrity: sha512-v3P1MW46Lm7VMpAkq0QfyzLWWkC8fh+0aE5Km4msIgDx5kjenHU0pF2s+4/NH8CQn/kla6+Hvws+2AF7bfV5qQ==}
|
|
3082
|
+
peerDependencies:
|
|
3083
|
+
'@babel/core': ^7.20.12
|
|
3084
|
+
|
|
2865
3085
|
babel-plugin-transform-hook-names@1.0.2:
|
|
2866
3086
|
resolution: {integrity: sha512-5gafyjyyBTTdX/tQQ0hRgu4AhNHG/hqWi0ZZmg2xvs2FgRkJXzDNKBZCyoYqgFkovfDrgM8OoKg8karoUvWeCw==}
|
|
2867
3087
|
peerDependencies:
|
|
2868
3088
|
'@babel/core': ^7.12.10
|
|
2869
3089
|
|
|
3090
|
+
babel-preset-solid@1.9.12:
|
|
3091
|
+
resolution: {integrity: sha512-LLqnuKVDlKpyBlMPcH6qEvs/wmS9a+NczppxJ3ryS/c0O5IiSFOIBQi9GzyiGDSbcJpx4Gr87jyFTos1MyEuWg==}
|
|
3092
|
+
peerDependencies:
|
|
3093
|
+
'@babel/core': ^7.0.0
|
|
3094
|
+
solid-js: ^1.9.12
|
|
3095
|
+
peerDependenciesMeta:
|
|
3096
|
+
solid-js:
|
|
3097
|
+
optional: true
|
|
3098
|
+
|
|
2870
3099
|
bail@2.0.2:
|
|
2871
3100
|
resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==}
|
|
2872
3101
|
|
|
@@ -2908,14 +3137,14 @@ packages:
|
|
|
2908
3137
|
resolution: {integrity: sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw==}
|
|
2909
3138
|
engines: {node: '>=18'}
|
|
2910
3139
|
|
|
2911
|
-
brace-expansion@1.1.
|
|
2912
|
-
resolution: {integrity: sha512-
|
|
3140
|
+
brace-expansion@1.1.13:
|
|
3141
|
+
resolution: {integrity: sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==}
|
|
2913
3142
|
|
|
2914
|
-
brace-expansion@2.0.
|
|
2915
|
-
resolution: {integrity: sha512-
|
|
3143
|
+
brace-expansion@2.0.3:
|
|
3144
|
+
resolution: {integrity: sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==}
|
|
2916
3145
|
|
|
2917
|
-
brace-expansion@5.0.
|
|
2918
|
-
resolution: {integrity: sha512-
|
|
3146
|
+
brace-expansion@5.0.5:
|
|
3147
|
+
resolution: {integrity: sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==}
|
|
2919
3148
|
engines: {node: 18 || 20 || >=22}
|
|
2920
3149
|
|
|
2921
3150
|
braces@3.0.3:
|
|
@@ -3379,6 +3608,9 @@ packages:
|
|
|
3379
3608
|
es-module-lexer@1.7.0:
|
|
3380
3609
|
resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==}
|
|
3381
3610
|
|
|
3611
|
+
es-module-lexer@2.0.0:
|
|
3612
|
+
resolution: {integrity: sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==}
|
|
3613
|
+
|
|
3382
3614
|
es-object-atoms@1.1.1:
|
|
3383
3615
|
resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
|
|
3384
3616
|
engines: {node: '>= 0.4'}
|
|
@@ -3493,14 +3725,14 @@ packages:
|
|
|
3493
3725
|
'@testing-library/dom':
|
|
3494
3726
|
optional: true
|
|
3495
3727
|
|
|
3496
|
-
eslint-plugin-jest@29.15.
|
|
3497
|
-
resolution: {integrity: sha512-
|
|
3728
|
+
eslint-plugin-jest@29.15.1:
|
|
3729
|
+
resolution: {integrity: sha512-6BjyErCQauz3zfJvzLw/kAez2lf4LEpbHLvWBfEcG4EI0ZiRSwjoH2uZulMouU8kRkBH+S0rhqn11IhTvxKgKw==}
|
|
3498
3730
|
engines: {node: ^20.12.0 || ^22.0.0 || >=24.0.0}
|
|
3499
3731
|
peerDependencies:
|
|
3500
3732
|
'@typescript-eslint/eslint-plugin': ^8.0.0
|
|
3501
3733
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
3502
3734
|
jest: '*'
|
|
3503
|
-
typescript: '>=4.8.4 <
|
|
3735
|
+
typescript: '>=4.8.4 <7.0.0'
|
|
3504
3736
|
peerDependenciesMeta:
|
|
3505
3737
|
'@typescript-eslint/eslint-plugin':
|
|
3506
3738
|
optional: true
|
|
@@ -3509,14 +3741,14 @@ packages:
|
|
|
3509
3741
|
typescript:
|
|
3510
3742
|
optional: true
|
|
3511
3743
|
|
|
3512
|
-
eslint-plugin-perfectionist@5.
|
|
3513
|
-
resolution: {integrity: sha512-
|
|
3744
|
+
eslint-plugin-perfectionist@5.7.0:
|
|
3745
|
+
resolution: {integrity: sha512-WRHj7OZS/INutQ/gKN5C1ZGnMhkQ3oKZQAA2I7rl5yM8keBtSd9oj/qlJaHuwh5873FhMPqYlttcadF0YsTN7g==}
|
|
3514
3746
|
engines: {node: ^20.0.0 || >=22.0.0}
|
|
3515
3747
|
peerDependencies:
|
|
3516
3748
|
eslint: ^8.45.0 || ^9.0.0 || ^10.0.0
|
|
3517
3749
|
|
|
3518
|
-
eslint-plugin-playwright@2.
|
|
3519
|
-
resolution: {integrity: sha512-
|
|
3750
|
+
eslint-plugin-playwright@2.10.1:
|
|
3751
|
+
resolution: {integrity: sha512-qea3UxBOb8fTwJ77FMApZKvRye5DOluDHcev0LDJwID3RELeun0JlqzrNIXAB/SXCyB/AesCW/6sZfcT9q3Edg==}
|
|
3520
3752
|
engines: {node: '>=16.9.0'}
|
|
3521
3753
|
peerDependencies:
|
|
3522
3754
|
eslint: '>=8.40.0'
|
|
@@ -3539,8 +3771,15 @@ packages:
|
|
|
3539
3771
|
peerDependencies:
|
|
3540
3772
|
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7
|
|
3541
3773
|
|
|
3542
|
-
eslint-plugin-
|
|
3543
|
-
resolution: {integrity: sha512-
|
|
3774
|
+
eslint-plugin-solid@0.14.5:
|
|
3775
|
+
resolution: {integrity: sha512-nfuYK09ah5aJG/oEN6P1qziy1zLgW4PDWe75VNPi4CEFYk1x2AEqwFeQfEPR7gNn0F2jOeqKhx2E+5oNCOBYWQ==}
|
|
3776
|
+
engines: {node: '>=18.0.0'}
|
|
3777
|
+
peerDependencies:
|
|
3778
|
+
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0
|
|
3779
|
+
typescript: '>=4.8.4'
|
|
3780
|
+
|
|
3781
|
+
eslint-plugin-svelte@3.16.0:
|
|
3782
|
+
resolution: {integrity: sha512-DJXxqpYZUxcE0SfYo8EJzV2ZC+zAD7fJp1n1HwcEMRR1cOEUYvjT9GuzJeNghMjgb7uxuK3IJAzI+x6zzUxO5A==}
|
|
3544
3783
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
3545
3784
|
peerDependencies:
|
|
3546
3785
|
eslint: ^8.57.1 || ^9.0.0 || ^10.0.0
|
|
@@ -3549,8 +3788,8 @@ packages:
|
|
|
3549
3788
|
svelte:
|
|
3550
3789
|
optional: true
|
|
3551
3790
|
|
|
3552
|
-
eslint-plugin-testing-library@7.16.
|
|
3553
|
-
resolution: {integrity: sha512-
|
|
3791
|
+
eslint-plugin-testing-library@7.16.2:
|
|
3792
|
+
resolution: {integrity: sha512-8gleGnQXK2ZA3hHwjCwpYTZvM+9VsrJ+/9kDI8CjqAQGAdMQOdn/rJNu7ZySENuiWlGKQWyZJ4ZjEg2zamaRHw==}
|
|
3554
3793
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
3555
3794
|
peerDependencies:
|
|
3556
3795
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
@@ -3581,6 +3820,10 @@ packages:
|
|
|
3581
3820
|
resolution: {integrity: sha512-GaUN0sWim5qc8KVErfPBWmc31LEsOkrUJbvJZV+xuL3u2phMUK4HIvXlWAakfC8W4nzlK+chPEAkYOYb5ZScIw==}
|
|
3582
3821
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
3583
3822
|
|
|
3823
|
+
eslint-scope@9.1.2:
|
|
3824
|
+
resolution: {integrity: sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==}
|
|
3825
|
+
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
3826
|
+
|
|
3584
3827
|
eslint-visitor-keys@2.1.0:
|
|
3585
3828
|
resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==}
|
|
3586
3829
|
engines: {node: '>=10'}
|
|
@@ -3744,8 +3987,8 @@ packages:
|
|
|
3744
3987
|
resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==}
|
|
3745
3988
|
engines: {node: '>=16'}
|
|
3746
3989
|
|
|
3747
|
-
flatted@3.4.
|
|
3748
|
-
resolution: {integrity: sha512-
|
|
3990
|
+
flatted@3.4.2:
|
|
3991
|
+
resolution: {integrity: sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==}
|
|
3749
3992
|
|
|
3750
3993
|
flattie@1.1.1:
|
|
3751
3994
|
resolution: {integrity: sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==}
|
|
@@ -3892,11 +4135,11 @@ packages:
|
|
|
3892
4135
|
graceful-fs@4.2.11:
|
|
3893
4136
|
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
|
|
3894
4137
|
|
|
3895
|
-
h3@1.15.
|
|
3896
|
-
resolution: {integrity: sha512-
|
|
4138
|
+
h3@1.15.9:
|
|
4139
|
+
resolution: {integrity: sha512-H7UPnyIupUOYUQu7f2x7ABVeMyF/IbJjqn20WSXpMdnQB260luADUkSgJU7QTWLutq8h3tUayMQ1DdbSYX5LkA==}
|
|
3897
4140
|
|
|
3898
|
-
happy-dom@20.8.
|
|
3899
|
-
resolution: {integrity: sha512-
|
|
4141
|
+
happy-dom@20.8.9:
|
|
4142
|
+
resolution: {integrity: sha512-Tz23LR9T9jOGVZm2x1EPdXqwA37G/owYMxRwU0E4miurAtFsPMQ1d2Jc2okUaSjZqAFz2oEn3FLXC5a0a+siyA==}
|
|
3900
4143
|
engines: {node: '>=20.0.0'}
|
|
3901
4144
|
|
|
3902
4145
|
has-bigints@1.1.0:
|
|
@@ -3977,9 +4220,16 @@ packages:
|
|
|
3977
4220
|
resolution: {integrity: sha512-M422h7o/BR3rmCQ8UHi7cyyMqKltdP9Uo+J2fXK+RSAY+wTcKOIRyhTuKv4qn+DJf3g+PL890AzId5KZpX+CBg==}
|
|
3978
4221
|
engines: {node: ^20.17.0 || >=22.9.0}
|
|
3979
4222
|
|
|
4223
|
+
html-entities@2.3.3:
|
|
4224
|
+
resolution: {integrity: sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==}
|
|
4225
|
+
|
|
3980
4226
|
html-escaper@3.0.3:
|
|
3981
4227
|
resolution: {integrity: sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==}
|
|
3982
4228
|
|
|
4229
|
+
html-tags@3.3.1:
|
|
4230
|
+
resolution: {integrity: sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==}
|
|
4231
|
+
engines: {node: '>=8'}
|
|
4232
|
+
|
|
3983
4233
|
html-void-elements@3.0.0:
|
|
3984
4234
|
resolution: {integrity: sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==}
|
|
3985
4235
|
|
|
@@ -4053,6 +4303,9 @@ packages:
|
|
|
4053
4303
|
resolution: {integrity: sha512-IBTdIkzZNOpqm7q3dRqJvMaldXjDHWkEDfrwGEQTs5eaQMWV+djAhR+wahyNNMAa+qpbDUhBMVt4ZKNwpPm7xQ==}
|
|
4054
4304
|
engines: {node: ^20.17.0 || >=22.9.0}
|
|
4055
4305
|
|
|
4306
|
+
inline-style-parser@0.2.7:
|
|
4307
|
+
resolution: {integrity: sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==}
|
|
4308
|
+
|
|
4056
4309
|
internal-slot@1.1.0:
|
|
4057
4310
|
resolution: {integrity: sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==}
|
|
4058
4311
|
engines: {node: '>= 0.4'}
|
|
@@ -4138,6 +4391,10 @@ packages:
|
|
|
4138
4391
|
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
|
|
4139
4392
|
engines: {node: '>=0.10.0'}
|
|
4140
4393
|
|
|
4394
|
+
is-html@2.0.0:
|
|
4395
|
+
resolution: {integrity: sha512-S+OpgB5i7wzIue/YSE5hg0e5ZYfG3hhpNh9KGl6ayJ38p7ED6wxQLd1TV91xHpcTvw90KMJ9EwN3F/iNflHBVg==}
|
|
4396
|
+
engines: {node: '>=8'}
|
|
4397
|
+
|
|
4141
4398
|
is-inside-container@1.0.0:
|
|
4142
4399
|
resolution: {integrity: sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==}
|
|
4143
4400
|
engines: {node: '>=14.16'}
|
|
@@ -4217,6 +4474,10 @@ packages:
|
|
|
4217
4474
|
resolution: {integrity: sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==}
|
|
4218
4475
|
engines: {node: '>= 0.4'}
|
|
4219
4476
|
|
|
4477
|
+
is-what@4.1.16:
|
|
4478
|
+
resolution: {integrity: sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==}
|
|
4479
|
+
engines: {node: '>=12.13'}
|
|
4480
|
+
|
|
4220
4481
|
is-what@5.5.0:
|
|
4221
4482
|
resolution: {integrity: sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==}
|
|
4222
4483
|
engines: {node: '>=18'}
|
|
@@ -4327,6 +4588,13 @@ packages:
|
|
|
4327
4588
|
resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==}
|
|
4328
4589
|
engines: {node: '>=4.0'}
|
|
4329
4590
|
|
|
4591
|
+
katex@0.16.44:
|
|
4592
|
+
resolution: {integrity: sha512-EkxoDTk8ufHqHlf9QxGwcxeLkWRR3iOuYfRpfORgYfqc8s13bgb+YtRY59NK5ZpRaCwq1kqA6a5lpX8C/eLphQ==}
|
|
4593
|
+
hasBin: true
|
|
4594
|
+
|
|
4595
|
+
kebab-case@1.0.2:
|
|
4596
|
+
resolution: {integrity: sha512-7n6wXq4gNgBELfDCpzKc+mRrZFs7D+wgfF5WRFLNAr4DA/qtr9Js8uOAVAfHhuLMfAcQ0pRKqbpjx+TcJVdE1Q==}
|
|
4597
|
+
|
|
4330
4598
|
keyv@4.5.4:
|
|
4331
4599
|
resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
|
|
4332
4600
|
|
|
@@ -4341,6 +4609,9 @@ packages:
|
|
|
4341
4609
|
resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==}
|
|
4342
4610
|
engines: {node: '>=6'}
|
|
4343
4611
|
|
|
4612
|
+
known-css-properties@0.30.0:
|
|
4613
|
+
resolution: {integrity: sha512-VSWXYUnsPu9+WYKkfmJyLKtIvaRJi1kXUqVmBACORXZQxT5oZDsoZ2vQP+bQFDnWtpI/4eq3MLoRMjI2fnLzTQ==}
|
|
4614
|
+
|
|
4344
4615
|
known-css-properties@0.37.0:
|
|
4345
4616
|
resolution: {integrity: sha512-JCDrsP4Z1Sb9JwG0aJ8Eo2r7k4Ou5MwmThS/6lcIe1ICyb7UBJKGRIUUdqc2ASdE/42lgz6zFUnzAIhtXnBVrQ==}
|
|
4346
4617
|
|
|
@@ -4351,6 +4622,80 @@ packages:
|
|
|
4351
4622
|
resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
|
|
4352
4623
|
engines: {node: '>= 0.8.0'}
|
|
4353
4624
|
|
|
4625
|
+
lightningcss-android-arm64@1.32.0:
|
|
4626
|
+
resolution: {integrity: sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==}
|
|
4627
|
+
engines: {node: '>= 12.0.0'}
|
|
4628
|
+
cpu: [arm64]
|
|
4629
|
+
os: [android]
|
|
4630
|
+
|
|
4631
|
+
lightningcss-darwin-arm64@1.32.0:
|
|
4632
|
+
resolution: {integrity: sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==}
|
|
4633
|
+
engines: {node: '>= 12.0.0'}
|
|
4634
|
+
cpu: [arm64]
|
|
4635
|
+
os: [darwin]
|
|
4636
|
+
|
|
4637
|
+
lightningcss-darwin-x64@1.32.0:
|
|
4638
|
+
resolution: {integrity: sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==}
|
|
4639
|
+
engines: {node: '>= 12.0.0'}
|
|
4640
|
+
cpu: [x64]
|
|
4641
|
+
os: [darwin]
|
|
4642
|
+
|
|
4643
|
+
lightningcss-freebsd-x64@1.32.0:
|
|
4644
|
+
resolution: {integrity: sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==}
|
|
4645
|
+
engines: {node: '>= 12.0.0'}
|
|
4646
|
+
cpu: [x64]
|
|
4647
|
+
os: [freebsd]
|
|
4648
|
+
|
|
4649
|
+
lightningcss-linux-arm-gnueabihf@1.32.0:
|
|
4650
|
+
resolution: {integrity: sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==}
|
|
4651
|
+
engines: {node: '>= 12.0.0'}
|
|
4652
|
+
cpu: [arm]
|
|
4653
|
+
os: [linux]
|
|
4654
|
+
|
|
4655
|
+
lightningcss-linux-arm64-gnu@1.32.0:
|
|
4656
|
+
resolution: {integrity: sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==}
|
|
4657
|
+
engines: {node: '>= 12.0.0'}
|
|
4658
|
+
cpu: [arm64]
|
|
4659
|
+
os: [linux]
|
|
4660
|
+
libc: [glibc]
|
|
4661
|
+
|
|
4662
|
+
lightningcss-linux-arm64-musl@1.32.0:
|
|
4663
|
+
resolution: {integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==}
|
|
4664
|
+
engines: {node: '>= 12.0.0'}
|
|
4665
|
+
cpu: [arm64]
|
|
4666
|
+
os: [linux]
|
|
4667
|
+
libc: [musl]
|
|
4668
|
+
|
|
4669
|
+
lightningcss-linux-x64-gnu@1.32.0:
|
|
4670
|
+
resolution: {integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==}
|
|
4671
|
+
engines: {node: '>= 12.0.0'}
|
|
4672
|
+
cpu: [x64]
|
|
4673
|
+
os: [linux]
|
|
4674
|
+
libc: [glibc]
|
|
4675
|
+
|
|
4676
|
+
lightningcss-linux-x64-musl@1.32.0:
|
|
4677
|
+
resolution: {integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==}
|
|
4678
|
+
engines: {node: '>= 12.0.0'}
|
|
4679
|
+
cpu: [x64]
|
|
4680
|
+
os: [linux]
|
|
4681
|
+
libc: [musl]
|
|
4682
|
+
|
|
4683
|
+
lightningcss-win32-arm64-msvc@1.32.0:
|
|
4684
|
+
resolution: {integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==}
|
|
4685
|
+
engines: {node: '>= 12.0.0'}
|
|
4686
|
+
cpu: [arm64]
|
|
4687
|
+
os: [win32]
|
|
4688
|
+
|
|
4689
|
+
lightningcss-win32-x64-msvc@1.32.0:
|
|
4690
|
+
resolution: {integrity: sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==}
|
|
4691
|
+
engines: {node: '>= 12.0.0'}
|
|
4692
|
+
cpu: [x64]
|
|
4693
|
+
os: [win32]
|
|
4694
|
+
|
|
4695
|
+
lightningcss@1.32.0:
|
|
4696
|
+
resolution: {integrity: sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==}
|
|
4697
|
+
engines: {node: '>= 12.0.0'}
|
|
4698
|
+
|
|
4354
4699
|
lilconfig@2.1.0:
|
|
4355
4700
|
resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==}
|
|
4356
4701
|
engines: {node: '>=10'}
|
|
@@ -4462,6 +4807,9 @@ packages:
|
|
|
4462
4807
|
mdast-util-gfm@3.1.0:
|
|
4463
4808
|
resolution: {integrity: sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==}
|
|
4464
4809
|
|
|
4810
|
+
mdast-util-math@3.0.0:
|
|
4811
|
+
resolution: {integrity: sha512-Tl9GBNeG/AhJnQM221bJR2HPvLOSnLE/T9cJI9tlc6zwQk2nPk/4f0cHkOdEixQPC/j8UtKDdITswvLAy1OZ1w==}
|
|
4812
|
+
|
|
4465
4813
|
mdast-util-phrasing@4.1.0:
|
|
4466
4814
|
resolution: {integrity: sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==}
|
|
4467
4815
|
|
|
@@ -4484,6 +4832,10 @@ packages:
|
|
|
4484
4832
|
resolution: {integrity: sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==}
|
|
4485
4833
|
engines: {node: '>= 0.8'}
|
|
4486
4834
|
|
|
4835
|
+
merge-anything@5.1.7:
|
|
4836
|
+
resolution: {integrity: sha512-eRtbOb1N5iyH0tkQDAoQ4Ipsp/5qSR79Dzrz8hEPxRX10RWWR/iQXdoKmBSRCThY1Fh5EhISDtpSc93fpxUniQ==}
|
|
4837
|
+
engines: {node: '>=12.13'}
|
|
4838
|
+
|
|
4487
4839
|
merge-descriptors@2.0.0:
|
|
4488
4840
|
resolution: {integrity: sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==}
|
|
4489
4841
|
engines: {node: '>=18'}
|
|
@@ -4519,6 +4871,9 @@ packages:
|
|
|
4519
4871
|
micromark-extension-gfm@3.0.0:
|
|
4520
4872
|
resolution: {integrity: sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==}
|
|
4521
4873
|
|
|
4874
|
+
micromark-extension-math@3.1.0:
|
|
4875
|
+
resolution: {integrity: sha512-lvEqd+fHjATVs+2v/8kg9i5Q0AP2k85H0WUOwpIVvUML8BapsMvh1XAogmQjOCsLpoKRCVQqEkQBB3NhVBcsOg==}
|
|
4876
|
+
|
|
4522
4877
|
micromark-factory-destination@2.0.1:
|
|
4523
4878
|
resolution: {integrity: sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==}
|
|
4524
4879
|
|
|
@@ -4681,8 +5036,8 @@ packages:
|
|
|
4681
5036
|
engines: {node: ^18 || >=20}
|
|
4682
5037
|
hasBin: true
|
|
4683
5038
|
|
|
4684
|
-
nanostores@1.
|
|
4685
|
-
resolution: {integrity: sha512-
|
|
5039
|
+
nanostores@1.2.0:
|
|
5040
|
+
resolution: {integrity: sha512-F0wCzbsH80G7XXo0Jd9/AVQC7ouWY6idUCTnMwW5t/Rv9W8qmO6endavDwg7TNp5GbugwSukFMVZqzPSrSMndg==}
|
|
4686
5041
|
engines: {node: ^20.0.0 || >=22.0.0}
|
|
4687
5042
|
|
|
4688
5043
|
natural-compare@1.4.0:
|
|
@@ -4961,8 +5316,8 @@ packages:
|
|
|
4961
5316
|
resolution: {integrity: sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==}
|
|
4962
5317
|
engines: {node: 18 || 20 || >=22}
|
|
4963
5318
|
|
|
4964
|
-
path-to-regexp@8.
|
|
4965
|
-
resolution: {integrity: sha512-
|
|
5319
|
+
path-to-regexp@8.4.0:
|
|
5320
|
+
resolution: {integrity: sha512-PuseHIvAnz3bjrM2rGJtSgo1zjgxapTLZ7x2pjhzWwlp4SJQgK3f3iZIQwkpEnBaKz6seKBADpM4B4ySkuYypg==}
|
|
4966
5321
|
|
|
4967
5322
|
pathe@2.0.3:
|
|
4968
5323
|
resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
|
|
@@ -4976,12 +5331,12 @@ packages:
|
|
|
4976
5331
|
picocolors@1.1.1:
|
|
4977
5332
|
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
4978
5333
|
|
|
4979
|
-
picomatch@2.3.
|
|
4980
|
-
resolution: {integrity: sha512-
|
|
5334
|
+
picomatch@2.3.2:
|
|
5335
|
+
resolution: {integrity: sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==}
|
|
4981
5336
|
engines: {node: '>=8.6'}
|
|
4982
5337
|
|
|
4983
|
-
picomatch@4.0.
|
|
4984
|
-
resolution: {integrity: sha512-
|
|
5338
|
+
picomatch@4.0.4:
|
|
5339
|
+
resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==}
|
|
4985
5340
|
engines: {node: '>=12'}
|
|
4986
5341
|
|
|
4987
5342
|
piscina@5.1.4:
|
|
@@ -5041,18 +5396,28 @@ packages:
|
|
|
5041
5396
|
resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
|
|
5042
5397
|
engines: {node: ^10 || ^12 || >=14}
|
|
5043
5398
|
|
|
5399
|
+
postcss@8.5.8:
|
|
5400
|
+
resolution: {integrity: sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==}
|
|
5401
|
+
engines: {node: ^10 || ^12 || >=14}
|
|
5402
|
+
|
|
5044
5403
|
preact-render-to-string@6.6.6:
|
|
5045
5404
|
resolution: {integrity: sha512-EfqZJytnjJldV+YaaqhthU2oXsEf5e+6rDv957p+zxAvNfFLQOPfvBOTncscQ+akzu6Wrl7s3Pa0LjUQmWJsGQ==}
|
|
5046
5405
|
peerDependencies:
|
|
5047
5406
|
preact: '>=10 || >= 11.0.0-0'
|
|
5048
5407
|
|
|
5049
|
-
preact@10.
|
|
5050
|
-
resolution: {integrity: sha512-
|
|
5408
|
+
preact@10.29.0:
|
|
5409
|
+
resolution: {integrity: sha512-wSAGyk2bYR1c7t3SZ3jHcM6xy0lcBcDel6lODcs9ME6Th++Dx2KU+6D3HD8wMMKGA8Wpw7OMd3/4RGzYRpzwRg==}
|
|
5051
5410
|
|
|
5052
5411
|
prelude-ls@1.2.1:
|
|
5053
5412
|
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
|
|
5054
5413
|
engines: {node: '>= 0.8.0'}
|
|
5055
5414
|
|
|
5415
|
+
prettier-plugin-solidity@2.3.1:
|
|
5416
|
+
resolution: {integrity: sha512-71sZM5oqgq6pnTlf+RH23U6Ej710APfCiMWO2Z/pHNjrXyvn9Nr0vTS1AUVaSf4GRW0V6hj6Djt0MyWudJUJbQ==}
|
|
5417
|
+
engines: {node: '>=20'}
|
|
5418
|
+
peerDependencies:
|
|
5419
|
+
prettier: '>=3.0.0'
|
|
5420
|
+
|
|
5056
5421
|
prettier-plugin-svelte@3.5.1:
|
|
5057
5422
|
resolution: {integrity: sha512-65+fr5+cgIKWKiqM1Doum4uX6bY8iFCdztvvp2RcF+AJoieaw9kJOFMNcJo/bkmKYsxFaM9OsVZK/gWauG/5mg==}
|
|
5058
5423
|
peerDependencies:
|
|
@@ -5138,10 +5503,6 @@ packages:
|
|
|
5138
5503
|
resolution: {integrity: sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==}
|
|
5139
5504
|
engines: {node: '>=0.10.0'}
|
|
5140
5505
|
|
|
5141
|
-
react-refresh@0.18.0:
|
|
5142
|
-
resolution: {integrity: sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==}
|
|
5143
|
-
engines: {node: '>=0.10.0'}
|
|
5144
|
-
|
|
5145
5506
|
react@19.2.4:
|
|
5146
5507
|
resolution: {integrity: sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==}
|
|
5147
5508
|
engines: {node: '>=0.10.0'}
|
|
@@ -5259,6 +5620,11 @@ packages:
|
|
|
5259
5620
|
rfdc@1.4.1:
|
|
5260
5621
|
resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
|
|
5261
5622
|
|
|
5623
|
+
rolldown@1.0.0-rc.12:
|
|
5624
|
+
resolution: {integrity: sha512-yP4USLIMYrwpPHEFB5JGH1uxhcslv6/hL0OyvTuY+3qlOSJvZ7ntYnoWpehBxufkgN0cvXxppuTu5hHa/zPh+A==}
|
|
5625
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
5626
|
+
hasBin: true
|
|
5627
|
+
|
|
5262
5628
|
rolldown@1.0.0-rc.4:
|
|
5263
5629
|
resolution: {integrity: sha512-V2tPDUrY3WSevrvU2E41ijZlpF+5PbZu4giH+VpNraaadsJGHa4fR6IFwsocVwEXDoAdIv5qgPPxgrvKAOIPtA==}
|
|
5264
5630
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
@@ -5326,6 +5692,16 @@ packages:
|
|
|
5326
5692
|
resolution: {integrity: sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==}
|
|
5327
5693
|
engines: {node: '>= 18'}
|
|
5328
5694
|
|
|
5695
|
+
seroval-plugins@1.5.1:
|
|
5696
|
+
resolution: {integrity: sha512-4FbuZ/TMl02sqv0RTFexu0SP6V+ywaIe5bAWCCEik0fk17BhALgwvUDVF7e3Uvf9pxmwCEJsRPmlkUE6HdzLAw==}
|
|
5697
|
+
engines: {node: '>=10'}
|
|
5698
|
+
peerDependencies:
|
|
5699
|
+
seroval: ^1.0
|
|
5700
|
+
|
|
5701
|
+
seroval@1.5.1:
|
|
5702
|
+
resolution: {integrity: sha512-OwrZRZAfhHww0WEnKHDY8OM0U/Qs8OTfIDWhUD4BLpNJUfXK4cGmjiagGze086m+mhI+V2nD0gfbHEnJjb9STA==}
|
|
5703
|
+
engines: {node: '>=10'}
|
|
5704
|
+
|
|
5329
5705
|
serve-static@2.2.1:
|
|
5330
5706
|
resolution: {integrity: sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==}
|
|
5331
5707
|
engines: {node: '>= 18'}
|
|
@@ -5413,8 +5789,8 @@ packages:
|
|
|
5413
5789
|
resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==}
|
|
5414
5790
|
engines: {node: '>= 6.0.0', npm: '>= 3.0.0'}
|
|
5415
5791
|
|
|
5416
|
-
smol-toml@1.6.
|
|
5417
|
-
resolution: {integrity: sha512-
|
|
5792
|
+
smol-toml@1.6.1:
|
|
5793
|
+
resolution: {integrity: sha512-dWUG8F5sIIARXih1DTaQAX4SsiTXhInKf1buxdY9DIg4ZYPZK5nGM1VRIYmEbDbsHt7USo99xSLFu5Q1IqTmsg==}
|
|
5418
5794
|
engines: {node: '>= 18'}
|
|
5419
5795
|
|
|
5420
5796
|
socks-proxy-agent@8.0.5:
|
|
@@ -5425,6 +5801,14 @@ packages:
|
|
|
5425
5801
|
resolution: {integrity: sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A==}
|
|
5426
5802
|
engines: {node: '>= 10.0.0', npm: '>= 3.0.0'}
|
|
5427
5803
|
|
|
5804
|
+
solid-js@1.9.12:
|
|
5805
|
+
resolution: {integrity: sha512-QzKaSJq2/iDrWR1As6MHZQ8fQkdOBf8GReYb7L5iKwMGceg7HxDcaOHk0at66tNgn9U2U7dXo8ZZpLIAmGMzgw==}
|
|
5806
|
+
|
|
5807
|
+
solid-refresh@0.6.3:
|
|
5808
|
+
resolution: {integrity: sha512-F3aPsX6hVw9ttm5LYlth8Q15x6MlI/J3Dn+o3EQyRTtTxidepSTwAYdozt01/YA+7ObcciagGEyXIopGZzQtbA==}
|
|
5809
|
+
peerDependencies:
|
|
5810
|
+
solid-js: ^1.3
|
|
5811
|
+
|
|
5428
5812
|
source-map-js@1.2.1:
|
|
5429
5813
|
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
5430
5814
|
engines: {node: '>=0.10.0'}
|
|
@@ -5471,8 +5855,8 @@ packages:
|
|
|
5471
5855
|
resolution: {integrity: sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==}
|
|
5472
5856
|
engines: {node: '>= 0.8'}
|
|
5473
5857
|
|
|
5474
|
-
std-env@
|
|
5475
|
-
resolution: {integrity: sha512-
|
|
5858
|
+
std-env@4.0.0:
|
|
5859
|
+
resolution: {integrity: sha512-zUMPtQ/HBY3/50VbpkupYHbRroTRZJPRLvreamgErJVys0ceuzMkD44J/QjqhHjOzK42GQ3QZIeFG1OYfOtKqQ==}
|
|
5476
5860
|
|
|
5477
5861
|
stdin-discarder@0.3.1:
|
|
5478
5862
|
resolution: {integrity: sha512-reExS1kSGoElkextOcPkel4NE99S0BWxjUHQeDFnR8S993JxpPX7KU4MNmO19NXhlJp+8dmdCbKQVNgLJh2teA==}
|
|
@@ -5544,6 +5928,9 @@ packages:
|
|
|
5544
5928
|
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
|
|
5545
5929
|
engines: {node: '>=8'}
|
|
5546
5930
|
|
|
5931
|
+
style-to-object@1.0.14:
|
|
5932
|
+
resolution: {integrity: sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==}
|
|
5933
|
+
|
|
5547
5934
|
superjson@2.2.6:
|
|
5548
5935
|
resolution: {integrity: sha512-H+ue8Zo4vJmV2nRjpx86P35lzwDT3nItnIsocgumgr0hHMQ+ZGq5vrERg9kJBo5AWGmxZDhzDo+WVIJqkB0cGA==}
|
|
5549
5936
|
engines: {node: '>=16'}
|
|
@@ -5571,8 +5958,8 @@ packages:
|
|
|
5571
5958
|
svelte: ^3.55 || ^4.0.0-next.0 || ^4.0 || ^5.0.0-next.0
|
|
5572
5959
|
typescript: ^4.9.4 || ^5.0.0
|
|
5573
5960
|
|
|
5574
|
-
svelte@5.
|
|
5575
|
-
resolution: {integrity: sha512-
|
|
5961
|
+
svelte@5.55.0:
|
|
5962
|
+
resolution: {integrity: sha512-SThllKq6TRMBwPtat7ASnm/9CDXnIhBR0NPGw0ujn2DVYx9rVwsPZxDaDQcYGdUz/3BYVsCzdq7pZarRQoGvtw==}
|
|
5576
5963
|
engines: {node: '>=18'}
|
|
5577
5964
|
|
|
5578
5965
|
svgo@4.0.1:
|
|
@@ -5606,8 +5993,8 @@ packages:
|
|
|
5606
5993
|
resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
|
|
5607
5994
|
engines: {node: '>=12.0.0'}
|
|
5608
5995
|
|
|
5609
|
-
tinyrainbow@3.0
|
|
5610
|
-
resolution: {integrity: sha512-
|
|
5996
|
+
tinyrainbow@3.1.0:
|
|
5997
|
+
resolution: {integrity: sha512-Bf+ILmBgretUrdJxzXM0SgXLZ3XfiaUuOj/IKQHuTXip+05Xn+uyEYdVg0kYDipTBcLrCVyUzAPz7QmArb0mmw==}
|
|
5611
5998
|
engines: {node: '>=14.0.0'}
|
|
5612
5999
|
|
|
5613
6000
|
tmp@0.2.5:
|
|
@@ -5703,8 +6090,8 @@ packages:
|
|
|
5703
6090
|
resolution: {integrity: sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==}
|
|
5704
6091
|
engines: {node: '>= 0.4'}
|
|
5705
6092
|
|
|
5706
|
-
typescript-eslint@8.
|
|
5707
|
-
resolution: {integrity: sha512-
|
|
6093
|
+
typescript-eslint@8.57.2:
|
|
6094
|
+
resolution: {integrity: sha512-VEPQ0iPgWO/sBaZOU1xo4nuNdODVOajPnTIbog2GKYr31nIlZ0fWPoCQgGfF3ETyBl1vn63F/p50Um9Z4J8O8A==}
|
|
5708
6095
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
5709
6096
|
peerDependencies:
|
|
5710
6097
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
@@ -5731,8 +6118,8 @@ packages:
|
|
|
5731
6118
|
undici-types@7.18.2:
|
|
5732
6119
|
resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==}
|
|
5733
6120
|
|
|
5734
|
-
undici@7.24.
|
|
5735
|
-
resolution: {integrity: sha512-
|
|
6121
|
+
undici@7.24.4:
|
|
6122
|
+
resolution: {integrity: sha512-BM/JzwwaRXxrLdElV2Uo6cTLEjhSb3WXboncJamZ15NgUURmvlXvxa6xkwIOILIjPNo9i8ku136ZvWV0Uly8+w==}
|
|
5736
6123
|
engines: {node: '>=20.18.1'}
|
|
5737
6124
|
|
|
5738
6125
|
unicorn-magic@0.3.0:
|
|
@@ -5897,6 +6284,16 @@ packages:
|
|
|
5897
6284
|
'@nuxt/kit':
|
|
5898
6285
|
optional: true
|
|
5899
6286
|
|
|
6287
|
+
vite-plugin-solid@2.11.11:
|
|
6288
|
+
resolution: {integrity: sha512-YMZCXsLw9kyuvQFEdwLP27fuTQJLmjNoHy90AOJnbRuJ6DwShUxKFo38gdFrWn9v11hnGicKCZEaeI/TFs6JKw==}
|
|
6289
|
+
peerDependencies:
|
|
6290
|
+
'@testing-library/jest-dom': ^5.16.6 || ^5.17.0 || ^6.*
|
|
6291
|
+
solid-js: ^1.7.2
|
|
6292
|
+
vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
6293
|
+
peerDependenciesMeta:
|
|
6294
|
+
'@testing-library/jest-dom':
|
|
6295
|
+
optional: true
|
|
6296
|
+
|
|
5900
6297
|
vite-plugin-vue-devtools@7.7.9:
|
|
5901
6298
|
resolution: {integrity: sha512-08DvePf663SxqLFJeMVNW537zzVyakp9KIrI2K7lwgaTqA5R/ydN/N2K8dgZO34tg/Qmw0ch84fOKoBtCEdcGg==}
|
|
5902
6299
|
engines: {node: '>=v14.21.3'}
|
|
@@ -5993,28 +6390,72 @@ packages:
|
|
|
5993
6390
|
yaml:
|
|
5994
6391
|
optional: true
|
|
5995
6392
|
|
|
5996
|
-
|
|
5997
|
-
resolution: {integrity: sha512-
|
|
6393
|
+
vite@8.0.3:
|
|
6394
|
+
resolution: {integrity: sha512-B9ifbFudT1TFhfltfaIPgjo9Z3mDynBTJSUYxTjOQruf/zHH+ezCQKcoqO+h7a9Pw9Nm/OtlXAiGT1axBgwqrQ==}
|
|
6395
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
6396
|
+
hasBin: true
|
|
5998
6397
|
peerDependencies:
|
|
5999
|
-
|
|
6398
|
+
'@types/node': ^20.19.0 || >=22.12.0
|
|
6399
|
+
'@vitejs/devtools': ^0.1.0
|
|
6400
|
+
esbuild: ^0.27.0
|
|
6401
|
+
jiti: '>=1.21.0'
|
|
6402
|
+
less: ^4.0.0
|
|
6403
|
+
sass: ^1.70.0
|
|
6404
|
+
sass-embedded: ^1.70.0
|
|
6405
|
+
stylus: '>=0.54.8'
|
|
6406
|
+
sugarss: ^5.0.0
|
|
6407
|
+
terser: ^5.16.0
|
|
6408
|
+
tsx: ^4.8.1
|
|
6409
|
+
yaml: ^2.4.2
|
|
6000
6410
|
peerDependenciesMeta:
|
|
6001
|
-
|
|
6411
|
+
'@types/node':
|
|
6412
|
+
optional: true
|
|
6413
|
+
'@vitejs/devtools':
|
|
6414
|
+
optional: true
|
|
6415
|
+
esbuild:
|
|
6416
|
+
optional: true
|
|
6417
|
+
jiti:
|
|
6418
|
+
optional: true
|
|
6419
|
+
less:
|
|
6420
|
+
optional: true
|
|
6421
|
+
sass:
|
|
6422
|
+
optional: true
|
|
6423
|
+
sass-embedded:
|
|
6424
|
+
optional: true
|
|
6425
|
+
stylus:
|
|
6426
|
+
optional: true
|
|
6427
|
+
sugarss:
|
|
6428
|
+
optional: true
|
|
6429
|
+
terser:
|
|
6430
|
+
optional: true
|
|
6431
|
+
tsx:
|
|
6432
|
+
optional: true
|
|
6433
|
+
yaml:
|
|
6002
6434
|
optional: true
|
|
6003
6435
|
|
|
6004
|
-
|
|
6005
|
-
resolution: {integrity: sha512-
|
|
6436
|
+
vitefu@1.1.2:
|
|
6437
|
+
resolution: {integrity: sha512-zpKATdUbzbsycPFBN71nS2uzBUQiVnFoOrr2rvqv34S1lcAgMKKkjWleLGeiJlZ8lwCXvtWaRn7R3ZC16SYRuw==}
|
|
6438
|
+
peerDependencies:
|
|
6439
|
+
vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-beta.0
|
|
6440
|
+
peerDependenciesMeta:
|
|
6441
|
+
vite:
|
|
6442
|
+
optional: true
|
|
6443
|
+
|
|
6444
|
+
vitest@4.1.2:
|
|
6445
|
+
resolution: {integrity: sha512-xjR1dMTVHlFLh98JE3i/f/WePqJsah4A0FK9cc8Ehp9Udk0AZk6ccpIZhh1qJ/yxVWRZ+Q54ocnD8TXmkhspGg==}
|
|
6006
6446
|
engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0}
|
|
6007
6447
|
hasBin: true
|
|
6008
6448
|
peerDependencies:
|
|
6009
6449
|
'@edge-runtime/vm': '*'
|
|
6010
6450
|
'@opentelemetry/api': ^1.9.0
|
|
6011
6451
|
'@types/node': ^20.0.0 || ^22.0.0 || >=24.0.0
|
|
6012
|
-
'@vitest/browser-playwright': 4.
|
|
6013
|
-
'@vitest/browser-preview': 4.
|
|
6014
|
-
'@vitest/browser-webdriverio': 4.
|
|
6015
|
-
'@vitest/ui': 4.
|
|
6452
|
+
'@vitest/browser-playwright': 4.1.2
|
|
6453
|
+
'@vitest/browser-preview': 4.1.2
|
|
6454
|
+
'@vitest/browser-webdriverio': 4.1.2
|
|
6455
|
+
'@vitest/ui': 4.1.2
|
|
6016
6456
|
happy-dom: '*'
|
|
6017
6457
|
jsdom: '*'
|
|
6458
|
+
vite: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
6018
6459
|
peerDependenciesMeta:
|
|
6019
6460
|
'@edge-runtime/vm':
|
|
6020
6461
|
optional: true
|
|
@@ -6044,8 +6485,8 @@ packages:
|
|
|
6044
6485
|
peerDependencies:
|
|
6045
6486
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
6046
6487
|
|
|
6047
|
-
vue@3.5.
|
|
6048
|
-
resolution: {integrity: sha512-
|
|
6488
|
+
vue@3.5.31:
|
|
6489
|
+
resolution: {integrity: sha512-iV/sU9SzOlmA/0tygSmjkEN6Jbs3nPoIPFhCMLD2STrjgOU8DX7ZtzMhg4ahVwf5Rp9KoFzcXeB1ZrVbLBp5/Q==}
|
|
6049
6490
|
peerDependencies:
|
|
6050
6491
|
typescript: '*'
|
|
6051
6492
|
peerDependenciesMeta:
|
|
@@ -6169,12 +6610,12 @@ packages:
|
|
|
6169
6610
|
resolution: {integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==}
|
|
6170
6611
|
engines: {node: '>=18'}
|
|
6171
6612
|
|
|
6172
|
-
yaml@1.10.
|
|
6173
|
-
resolution: {integrity: sha512-
|
|
6613
|
+
yaml@1.10.3:
|
|
6614
|
+
resolution: {integrity: sha512-vIYeF1u3CjlhAFekPPAk2h/Kv4T3mAkMox5OymRiJQB0spDP10LHvt+K7G9Ny6NuuMAb25/6n1qyUjAcGNf/AA==}
|
|
6174
6615
|
engines: {node: '>= 6'}
|
|
6175
6616
|
|
|
6176
|
-
yaml@2.8.
|
|
6177
|
-
resolution: {integrity: sha512-
|
|
6617
|
+
yaml@2.8.3:
|
|
6618
|
+
resolution: {integrity: sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==}
|
|
6178
6619
|
engines: {node: '>= 14.6'}
|
|
6179
6620
|
hasBin: true
|
|
6180
6621
|
|
|
@@ -6336,69 +6777,58 @@ snapshots:
|
|
|
6336
6777
|
'@jridgewell/gen-mapping': 0.3.13
|
|
6337
6778
|
'@jridgewell/trace-mapping': 0.3.31
|
|
6338
6779
|
|
|
6339
|
-
'@analogjs/astro-angular@2.3.1(
|
|
6340
|
-
dependencies:
|
|
6341
|
-
'@analogjs/vite-plugin-angular': 2.3.1(@angular/build@21.2.
|
|
6342
|
-
'@angular/animations': 21.2.
|
|
6343
|
-
'@angular/build': 21.2.
|
|
6344
|
-
'@angular/common': 21.2.
|
|
6345
|
-
'@angular/compiler': 21.2.
|
|
6346
|
-
'@angular/compiler-cli': 21.2.
|
|
6347
|
-
'@angular/core': 21.2.
|
|
6348
|
-
'@angular/language-service': 21.2.
|
|
6349
|
-
'@angular/platform-browser': 21.2.
|
|
6350
|
-
'@angular/platform-server': 21.2.
|
|
6780
|
+
'@analogjs/astro-angular@2.3.1(52c929a77a1763c25f2f5a1d1f447276)':
|
|
6781
|
+
dependencies:
|
|
6782
|
+
'@analogjs/vite-plugin-angular': 2.3.1(@angular/build@21.2.5(baf64ce12e602603ce982c1c5ab3274d))
|
|
6783
|
+
'@angular/animations': 21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))
|
|
6784
|
+
'@angular/build': 21.2.5(baf64ce12e602603ce982c1c5ab3274d)
|
|
6785
|
+
'@angular/common': 21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
6786
|
+
'@angular/compiler': 21.2.6
|
|
6787
|
+
'@angular/compiler-cli': 21.2.6(@angular/compiler@21.2.6)(typescript@5.9.3)
|
|
6788
|
+
'@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
|
|
6789
|
+
'@angular/language-service': 21.2.6
|
|
6790
|
+
'@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))
|
|
6791
|
+
'@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)
|
|
6351
6792
|
rxjs: 7.8.2
|
|
6352
6793
|
tslib: 2.8.1
|
|
6353
6794
|
transitivePeerDependencies:
|
|
6354
6795
|
- '@angular-devkit/build-angular'
|
|
6355
6796
|
|
|
6356
|
-
'@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.
|
|
6797
|
+
'@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.5(baf64ce12e602603ce982c1c5ab3274d))':
|
|
6357
6798
|
dependencies:
|
|
6358
6799
|
tinyglobby: 0.2.15
|
|
6359
6800
|
ts-morph: 21.0.1
|
|
6360
6801
|
optionalDependencies:
|
|
6361
|
-
'@angular/build': 21.2.
|
|
6802
|
+
'@angular/build': 21.2.5(baf64ce12e602603ce982c1c5ab3274d)
|
|
6362
6803
|
|
|
6363
|
-
'@analogjs/vitest-angular@2.3.1(@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.
|
|
6804
|
+
'@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)))':
|
|
6364
6805
|
dependencies:
|
|
6365
|
-
'@analogjs/vite-plugin-angular': 2.3.1(@angular/build@21.2.
|
|
6366
|
-
'@angular-devkit/architect': 0.2102.
|
|
6367
|
-
'@angular-devkit/schematics': 21.2.
|
|
6368
|
-
vitest: 4.
|
|
6806
|
+
'@analogjs/vite-plugin-angular': 2.3.1(@angular/build@21.2.5(baf64ce12e602603ce982c1c5ab3274d))
|
|
6807
|
+
'@angular-devkit/architect': 0.2102.5(chokidar@5.0.0)
|
|
6808
|
+
'@angular-devkit/schematics': 21.2.5(chokidar@5.0.0)
|
|
6809
|
+
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))
|
|
6369
6810
|
|
|
6370
|
-
'@angular-devkit/architect@0.2102.
|
|
6811
|
+
'@angular-devkit/architect@0.2102.5(chokidar@5.0.0)':
|
|
6371
6812
|
dependencies:
|
|
6372
|
-
'@angular-devkit/core': 21.2.
|
|
6813
|
+
'@angular-devkit/core': 21.2.5(chokidar@5.0.0)
|
|
6373
6814
|
rxjs: 7.8.2
|
|
6374
6815
|
transitivePeerDependencies:
|
|
6375
6816
|
- chokidar
|
|
6376
6817
|
|
|
6377
|
-
'@angular-devkit/core@21.2.
|
|
6818
|
+
'@angular-devkit/core@21.2.5(chokidar@5.0.0)':
|
|
6378
6819
|
dependencies:
|
|
6379
6820
|
ajv: 8.18.0
|
|
6380
6821
|
ajv-formats: 3.0.1(ajv@8.18.0)
|
|
6381
6822
|
jsonc-parser: 3.3.1
|
|
6382
|
-
picomatch: 4.0.
|
|
6823
|
+
picomatch: 4.0.4
|
|
6383
6824
|
rxjs: 7.8.2
|
|
6384
6825
|
source-map: 0.7.6
|
|
6385
6826
|
optionalDependencies:
|
|
6386
6827
|
chokidar: 5.0.0
|
|
6387
6828
|
|
|
6388
|
-
'@angular-devkit/
|
|
6829
|
+
'@angular-devkit/schematics@21.2.5(chokidar@5.0.0)':
|
|
6389
6830
|
dependencies:
|
|
6390
|
-
|
|
6391
|
-
ajv-formats: 3.0.1(ajv@8.18.0)
|
|
6392
|
-
jsonc-parser: 3.3.1
|
|
6393
|
-
picomatch: 4.0.3
|
|
6394
|
-
rxjs: 7.8.2
|
|
6395
|
-
source-map: 0.7.6
|
|
6396
|
-
optionalDependencies:
|
|
6397
|
-
chokidar: 5.0.0
|
|
6398
|
-
|
|
6399
|
-
'@angular-devkit/schematics@21.2.2(chokidar@5.0.0)':
|
|
6400
|
-
dependencies:
|
|
6401
|
-
'@angular-devkit/core': 21.2.2(chokidar@5.0.0)
|
|
6831
|
+
'@angular-devkit/core': 21.2.5(chokidar@5.0.0)
|
|
6402
6832
|
jsonc-parser: 3.3.1
|
|
6403
6833
|
magic-string: 0.30.21
|
|
6404
6834
|
ora: 9.3.0
|
|
@@ -6406,23 +6836,23 @@ snapshots:
|
|
|
6406
6836
|
transitivePeerDependencies:
|
|
6407
6837
|
- chokidar
|
|
6408
6838
|
|
|
6409
|
-
'@angular-eslint/builder@21.3.
|
|
6839
|
+
'@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)':
|
|
6410
6840
|
dependencies:
|
|
6411
|
-
'@angular-devkit/architect': 0.2102.
|
|
6412
|
-
'@angular-devkit/core': 21.2.
|
|
6413
|
-
'@angular/cli': 21.2.
|
|
6841
|
+
'@angular-devkit/architect': 0.2102.5(chokidar@5.0.0)
|
|
6842
|
+
'@angular-devkit/core': 21.2.5(chokidar@5.0.0)
|
|
6843
|
+
'@angular/cli': 21.2.5(@types/node@25.5.0)(chokidar@5.0.0)
|
|
6414
6844
|
eslint: 9.39.4
|
|
6415
6845
|
typescript: 5.9.3
|
|
6416
6846
|
transitivePeerDependencies:
|
|
6417
6847
|
- chokidar
|
|
6418
6848
|
|
|
6419
|
-
'@angular-eslint/bundled-angular-compiler@21.3.
|
|
6849
|
+
'@angular-eslint/bundled-angular-compiler@21.3.1': {}
|
|
6420
6850
|
|
|
6421
|
-
'@angular-eslint/eslint-plugin-template@21.3.
|
|
6851
|
+
'@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)':
|
|
6422
6852
|
dependencies:
|
|
6423
|
-
'@angular-eslint/bundled-angular-compiler': 21.3.
|
|
6424
|
-
'@angular-eslint/template-parser': 21.3.
|
|
6425
|
-
'@angular-eslint/utils': 21.3.
|
|
6853
|
+
'@angular-eslint/bundled-angular-compiler': 21.3.1
|
|
6854
|
+
'@angular-eslint/template-parser': 21.3.1(eslint@9.39.4)(typescript@5.9.3)
|
|
6855
|
+
'@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)
|
|
6426
6856
|
'@typescript-eslint/types': 8.56.1
|
|
6427
6857
|
'@typescript-eslint/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
6428
6858
|
aria-query: 5.3.2
|
|
@@ -6430,22 +6860,22 @@ snapshots:
|
|
|
6430
6860
|
eslint: 9.39.4
|
|
6431
6861
|
typescript: 5.9.3
|
|
6432
6862
|
|
|
6433
|
-
'@angular-eslint/eslint-plugin@21.3.
|
|
6863
|
+
'@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)':
|
|
6434
6864
|
dependencies:
|
|
6435
|
-
'@angular-eslint/bundled-angular-compiler': 21.3.
|
|
6436
|
-
'@angular-eslint/utils': 21.3.
|
|
6865
|
+
'@angular-eslint/bundled-angular-compiler': 21.3.1
|
|
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/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
6438
6868
|
eslint: 9.39.4
|
|
6439
6869
|
ts-api-utils: 2.4.0(typescript@5.9.3)
|
|
6440
6870
|
typescript: 5.9.3
|
|
6441
6871
|
|
|
6442
|
-
'@angular-eslint/schematics@21.3.
|
|
6872
|
+
'@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)':
|
|
6443
6873
|
dependencies:
|
|
6444
|
-
'@angular-devkit/core': 21.2.
|
|
6445
|
-
'@angular-devkit/schematics': 21.2.
|
|
6446
|
-
'@angular-eslint/eslint-plugin': 21.3.
|
|
6447
|
-
'@angular-eslint/eslint-plugin-template': 21.3.
|
|
6448
|
-
'@angular/cli': 21.2.
|
|
6874
|
+
'@angular-devkit/core': 21.2.5(chokidar@5.0.0)
|
|
6875
|
+
'@angular-devkit/schematics': 21.2.5(chokidar@5.0.0)
|
|
6876
|
+
'@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)
|
|
6877
|
+
'@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)
|
|
6878
|
+
'@angular/cli': 21.2.5(@types/node@25.5.0)(chokidar@5.0.0)
|
|
6449
6879
|
ignore: 7.0.5
|
|
6450
6880
|
semver: 7.7.4
|
|
6451
6881
|
strip-json-comments: 3.1.1
|
|
@@ -6457,36 +6887,36 @@ snapshots:
|
|
|
6457
6887
|
- eslint
|
|
6458
6888
|
- typescript
|
|
6459
6889
|
|
|
6460
|
-
'@angular-eslint/template-parser@21.3.
|
|
6890
|
+
'@angular-eslint/template-parser@21.3.1(eslint@9.39.4)(typescript@5.9.3)':
|
|
6461
6891
|
dependencies:
|
|
6462
|
-
'@angular-eslint/bundled-angular-compiler': 21.3.
|
|
6892
|
+
'@angular-eslint/bundled-angular-compiler': 21.3.1
|
|
6463
6893
|
eslint: 9.39.4
|
|
6464
|
-
eslint-scope: 9.1.
|
|
6894
|
+
eslint-scope: 9.1.2
|
|
6465
6895
|
typescript: 5.9.3
|
|
6466
6896
|
|
|
6467
|
-
'@angular-eslint/utils@21.3.
|
|
6897
|
+
'@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)':
|
|
6468
6898
|
dependencies:
|
|
6469
|
-
'@angular-eslint/bundled-angular-compiler': 21.3.
|
|
6899
|
+
'@angular-eslint/bundled-angular-compiler': 21.3.1
|
|
6470
6900
|
'@typescript-eslint/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
6471
6901
|
eslint: 9.39.4
|
|
6472
6902
|
typescript: 5.9.3
|
|
6473
6903
|
|
|
6474
|
-
'@angular/animations@21.2.
|
|
6904
|
+
'@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))':
|
|
6475
6905
|
dependencies:
|
|
6476
|
-
'@angular/core': 21.2.
|
|
6906
|
+
'@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
|
|
6477
6907
|
tslib: 2.8.1
|
|
6478
6908
|
|
|
6479
|
-
'@angular/build@21.2.
|
|
6909
|
+
'@angular/build@21.2.5(baf64ce12e602603ce982c1c5ab3274d)':
|
|
6480
6910
|
dependencies:
|
|
6481
6911
|
'@ampproject/remapping': 2.3.0
|
|
6482
|
-
'@angular-devkit/architect': 0.2102.
|
|
6483
|
-
'@angular/compiler': 21.2.
|
|
6484
|
-
'@angular/compiler-cli': 21.2.
|
|
6912
|
+
'@angular-devkit/architect': 0.2102.5(chokidar@5.0.0)
|
|
6913
|
+
'@angular/compiler': 21.2.6
|
|
6914
|
+
'@angular/compiler-cli': 21.2.6(@angular/compiler@21.2.6)(typescript@5.9.3)
|
|
6485
6915
|
'@babel/core': 7.29.0
|
|
6486
6916
|
'@babel/helper-annotate-as-pure': 7.27.3
|
|
6487
6917
|
'@babel/helper-split-export-declaration': 7.24.7
|
|
6488
|
-
'@inquirer/confirm': 5.1.21(@types/node@25.
|
|
6489
|
-
'@vitejs/plugin-basic-ssl': 2.1.4(vite@7.3.1(@types/node@25.
|
|
6918
|
+
'@inquirer/confirm': 5.1.21(@types/node@25.5.0)
|
|
6919
|
+
'@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))
|
|
6490
6920
|
beasties: 0.4.1
|
|
6491
6921
|
browserslist: 4.28.1
|
|
6492
6922
|
esbuild: 0.27.3
|
|
@@ -6497,7 +6927,7 @@ snapshots:
|
|
|
6497
6927
|
magic-string: 0.30.21
|
|
6498
6928
|
mrmime: 2.0.1
|
|
6499
6929
|
parse5-html-rewriting-stream: 8.0.0
|
|
6500
|
-
picomatch: 4.0.
|
|
6930
|
+
picomatch: 4.0.4
|
|
6501
6931
|
piscina: 5.1.4
|
|
6502
6932
|
rolldown: 1.0.0-rc.4
|
|
6503
6933
|
sass: 1.97.3
|
|
@@ -6506,16 +6936,16 @@ snapshots:
|
|
|
6506
6936
|
tinyglobby: 0.2.15
|
|
6507
6937
|
tslib: 2.8.1
|
|
6508
6938
|
typescript: 5.9.3
|
|
6509
|
-
undici: 7.24.
|
|
6510
|
-
vite: 7.3.1(@types/node@25.
|
|
6939
|
+
undici: 7.24.4
|
|
6940
|
+
vite: 7.3.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
6511
6941
|
watchpack: 2.5.1
|
|
6512
6942
|
optionalDependencies:
|
|
6513
|
-
'@angular/core': 21.2.
|
|
6514
|
-
'@angular/platform-browser': 21.2.
|
|
6515
|
-
'@angular/platform-server': 21.2.
|
|
6943
|
+
'@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
|
|
6944
|
+
'@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))
|
|
6945
|
+
'@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)
|
|
6516
6946
|
lmdb: 3.5.1
|
|
6517
6947
|
postcss: 8.5.6
|
|
6518
|
-
vitest: 4.
|
|
6948
|
+
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))
|
|
6519
6949
|
transitivePeerDependencies:
|
|
6520
6950
|
- '@types/node'
|
|
6521
6951
|
- chokidar
|
|
@@ -6529,15 +6959,15 @@ snapshots:
|
|
|
6529
6959
|
- tsx
|
|
6530
6960
|
- yaml
|
|
6531
6961
|
|
|
6532
|
-
'@angular/cli@21.2.
|
|
6962
|
+
'@angular/cli@21.2.5(@types/node@25.5.0)(chokidar@5.0.0)':
|
|
6533
6963
|
dependencies:
|
|
6534
|
-
'@angular-devkit/architect': 0.2102.
|
|
6535
|
-
'@angular-devkit/core': 21.2.
|
|
6536
|
-
'@angular-devkit/schematics': 21.2.
|
|
6537
|
-
'@inquirer/prompts': 7.10.1(@types/node@25.
|
|
6538
|
-
'@listr2/prompt-adapter-inquirer': 3.0.5(@inquirer/prompts@7.10.1(@types/node@25.
|
|
6964
|
+
'@angular-devkit/architect': 0.2102.5(chokidar@5.0.0)
|
|
6965
|
+
'@angular-devkit/core': 21.2.5(chokidar@5.0.0)
|
|
6966
|
+
'@angular-devkit/schematics': 21.2.5(chokidar@5.0.0)
|
|
6967
|
+
'@inquirer/prompts': 7.10.1(@types/node@25.5.0)
|
|
6968
|
+
'@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)
|
|
6539
6969
|
'@modelcontextprotocol/sdk': 1.26.0(zod@4.3.6)
|
|
6540
|
-
'@schematics/angular': 21.2.
|
|
6970
|
+
'@schematics/angular': 21.2.5(chokidar@5.0.0)
|
|
6541
6971
|
'@yarnpkg/lockfile': 1.1.0
|
|
6542
6972
|
algoliasearch: 5.48.1
|
|
6543
6973
|
ini: 6.0.0
|
|
@@ -6555,15 +6985,15 @@ snapshots:
|
|
|
6555
6985
|
- chokidar
|
|
6556
6986
|
- supports-color
|
|
6557
6987
|
|
|
6558
|
-
'@angular/common@21.2.
|
|
6988
|
+
'@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2)':
|
|
6559
6989
|
dependencies:
|
|
6560
|
-
'@angular/core': 21.2.
|
|
6990
|
+
'@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
|
|
6561
6991
|
rxjs: 7.8.2
|
|
6562
6992
|
tslib: 2.8.1
|
|
6563
6993
|
|
|
6564
|
-
'@angular/compiler-cli@21.2.
|
|
6994
|
+
'@angular/compiler-cli@21.2.6(@angular/compiler@21.2.6)(typescript@5.9.3)':
|
|
6565
6995
|
dependencies:
|
|
6566
|
-
'@angular/compiler': 21.2.
|
|
6996
|
+
'@angular/compiler': 21.2.6
|
|
6567
6997
|
'@babel/core': 7.29.0
|
|
6568
6998
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
6569
6999
|
chokidar: 5.0.0
|
|
@@ -6577,42 +7007,42 @@ snapshots:
|
|
|
6577
7007
|
transitivePeerDependencies:
|
|
6578
7008
|
- supports-color
|
|
6579
7009
|
|
|
6580
|
-
'@angular/compiler@21.2.
|
|
7010
|
+
'@angular/compiler@21.2.6':
|
|
6581
7011
|
dependencies:
|
|
6582
7012
|
tslib: 2.8.1
|
|
6583
7013
|
|
|
6584
|
-
'@angular/core@21.2.
|
|
7014
|
+
'@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)':
|
|
6585
7015
|
dependencies:
|
|
6586
7016
|
rxjs: 7.8.2
|
|
6587
7017
|
tslib: 2.8.1
|
|
6588
7018
|
optionalDependencies:
|
|
6589
|
-
'@angular/compiler': 21.2.
|
|
7019
|
+
'@angular/compiler': 21.2.6
|
|
6590
7020
|
|
|
6591
|
-
'@angular/language-service@21.2.
|
|
7021
|
+
'@angular/language-service@21.2.6': {}
|
|
6592
7022
|
|
|
6593
|
-
'@angular/platform-browser@21.2.
|
|
7023
|
+
'@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))':
|
|
6594
7024
|
dependencies:
|
|
6595
|
-
'@angular/common': 21.2.
|
|
6596
|
-
'@angular/core': 21.2.
|
|
7025
|
+
'@angular/common': 21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
7026
|
+
'@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
|
|
6597
7027
|
tslib: 2.8.1
|
|
6598
7028
|
optionalDependencies:
|
|
6599
|
-
'@angular/animations': 21.2.
|
|
7029
|
+
'@angular/animations': 21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))
|
|
6600
7030
|
|
|
6601
|
-
'@angular/platform-server@21.2.
|
|
7031
|
+
'@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)':
|
|
6602
7032
|
dependencies:
|
|
6603
|
-
'@angular/common': 21.2.
|
|
6604
|
-
'@angular/compiler': 21.2.
|
|
6605
|
-
'@angular/core': 21.2.
|
|
6606
|
-
'@angular/platform-browser': 21.2.
|
|
7033
|
+
'@angular/common': 21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
7034
|
+
'@angular/compiler': 21.2.6
|
|
7035
|
+
'@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
|
|
7036
|
+
'@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))
|
|
6607
7037
|
rxjs: 7.8.2
|
|
6608
7038
|
tslib: 2.8.1
|
|
6609
7039
|
xhr2: 0.2.1
|
|
6610
7040
|
|
|
6611
|
-
'@angular/router@21.2.
|
|
7041
|
+
'@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)':
|
|
6612
7042
|
dependencies:
|
|
6613
|
-
'@angular/common': 21.2.
|
|
6614
|
-
'@angular/core': 21.2.
|
|
6615
|
-
'@angular/platform-browser': 21.2.
|
|
7043
|
+
'@angular/common': 21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
7044
|
+
'@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
|
|
7045
|
+
'@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))
|
|
6616
7046
|
rxjs: 7.8.2
|
|
6617
7047
|
tslib: 2.8.1
|
|
6618
7048
|
|
|
@@ -6620,11 +7050,11 @@ snapshots:
|
|
|
6620
7050
|
|
|
6621
7051
|
'@astrojs/compiler@2.13.1': {}
|
|
6622
7052
|
|
|
6623
|
-
'@astrojs/internal-helpers@0.7.
|
|
7053
|
+
'@astrojs/internal-helpers@0.7.6': {}
|
|
6624
7054
|
|
|
6625
|
-
'@astrojs/markdown-remark@6.3.
|
|
7055
|
+
'@astrojs/markdown-remark@6.3.11':
|
|
6626
7056
|
dependencies:
|
|
6627
|
-
'@astrojs/internal-helpers': 0.7.
|
|
7057
|
+
'@astrojs/internal-helpers': 0.7.6
|
|
6628
7058
|
'@astrojs/prism': 3.3.0
|
|
6629
7059
|
github-slugger: 2.0.0
|
|
6630
7060
|
hast-util-from-html: 2.0.3
|
|
@@ -6639,7 +7069,7 @@ snapshots:
|
|
|
6639
7069
|
remark-rehype: 11.1.2
|
|
6640
7070
|
remark-smartypants: 3.0.2
|
|
6641
7071
|
shiki: 3.23.0
|
|
6642
|
-
smol-toml: 1.6.
|
|
7072
|
+
smol-toml: 1.6.1
|
|
6643
7073
|
unified: 11.0.5
|
|
6644
7074
|
unist-util-remove-position: 5.0.0
|
|
6645
7075
|
unist-util-visit: 5.1.0
|
|
@@ -6648,13 +7078,13 @@ snapshots:
|
|
|
6648
7078
|
transitivePeerDependencies:
|
|
6649
7079
|
- supports-color
|
|
6650
7080
|
|
|
6651
|
-
'@astrojs/preact@4.1.3(@babel/core@7.29.0)(@types/node@25.
|
|
7081
|
+
'@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)':
|
|
6652
7082
|
dependencies:
|
|
6653
|
-
'@preact/preset-vite': 2.10.
|
|
6654
|
-
'@preact/signals': 2.8.1(preact@10.
|
|
6655
|
-
preact: 10.
|
|
6656
|
-
preact-render-to-string: 6.6.6(preact@10.
|
|
6657
|
-
vite: 6.4.1(@types/node@25.
|
|
7083
|
+
'@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))
|
|
7084
|
+
'@preact/signals': 2.8.1(preact@10.29.0)
|
|
7085
|
+
preact: 10.29.0
|
|
7086
|
+
preact-render-to-string: 6.6.6(preact@10.29.0)
|
|
7087
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
6658
7088
|
transitivePeerDependencies:
|
|
6659
7089
|
- '@babel/core'
|
|
6660
7090
|
- '@types/node'
|
|
@@ -6675,16 +7105,36 @@ snapshots:
|
|
|
6675
7105
|
dependencies:
|
|
6676
7106
|
prismjs: 1.30.0
|
|
6677
7107
|
|
|
6678
|
-
'@astrojs/react@4.4.2(@types/node@25.
|
|
7108
|
+
'@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)':
|
|
6679
7109
|
dependencies:
|
|
6680
7110
|
'@types/react': 19.2.14
|
|
6681
7111
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
6682
|
-
'@vitejs/plugin-react': 4.7.0(vite@6.4.1(@types/node@25.
|
|
7112
|
+
'@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))
|
|
6683
7113
|
react: 19.2.4
|
|
6684
7114
|
react-dom: 19.2.4(react@19.2.4)
|
|
6685
7115
|
ultrahtml: 1.6.0
|
|
6686
|
-
vite: 6.4.1(@types/node@25.
|
|
7116
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
7117
|
+
transitivePeerDependencies:
|
|
7118
|
+
- '@types/node'
|
|
7119
|
+
- jiti
|
|
7120
|
+
- less
|
|
7121
|
+
- lightningcss
|
|
7122
|
+
- sass
|
|
7123
|
+
- sass-embedded
|
|
7124
|
+
- stylus
|
|
7125
|
+
- sugarss
|
|
7126
|
+
- supports-color
|
|
7127
|
+
- terser
|
|
7128
|
+
- tsx
|
|
7129
|
+
- yaml
|
|
7130
|
+
|
|
7131
|
+
'@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)':
|
|
7132
|
+
dependencies:
|
|
7133
|
+
solid-js: 1.9.12
|
|
7134
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
7135
|
+
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))
|
|
6687
7136
|
transitivePeerDependencies:
|
|
7137
|
+
- '@testing-library/jest-dom'
|
|
6688
7138
|
- '@types/node'
|
|
6689
7139
|
- jiti
|
|
6690
7140
|
- less
|
|
@@ -6698,14 +7148,14 @@ snapshots:
|
|
|
6698
7148
|
- tsx
|
|
6699
7149
|
- yaml
|
|
6700
7150
|
|
|
6701
|
-
'@astrojs/svelte@7.2.5(@types/node@25.
|
|
7151
|
+
'@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)':
|
|
6702
7152
|
dependencies:
|
|
6703
|
-
'@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.
|
|
6704
|
-
astro: 5.18.
|
|
6705
|
-
svelte: 5.
|
|
6706
|
-
svelte2tsx: 0.7.51(svelte@5.
|
|
7153
|
+
'@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))
|
|
7154
|
+
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)
|
|
7155
|
+
svelte: 5.55.0
|
|
7156
|
+
svelte2tsx: 0.7.51(svelte@5.55.0)(typescript@5.9.3)
|
|
6707
7157
|
typescript: 5.9.3
|
|
6708
|
-
vite: 6.4.1(@types/node@25.
|
|
7158
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
6709
7159
|
transitivePeerDependencies:
|
|
6710
7160
|
- '@types/node'
|
|
6711
7161
|
- jiti
|
|
@@ -6732,15 +7182,15 @@ snapshots:
|
|
|
6732
7182
|
transitivePeerDependencies:
|
|
6733
7183
|
- supports-color
|
|
6734
7184
|
|
|
6735
|
-
'@astrojs/vue@5.1.4(@types/node@25.
|
|
7185
|
+
'@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)':
|
|
6736
7186
|
dependencies:
|
|
6737
|
-
'@vitejs/plugin-vue': 5.2.4(vite@6.4.1(@types/node@25.
|
|
6738
|
-
'@vitejs/plugin-vue-jsx': 4.2.0(vite@6.4.1(@types/node@25.
|
|
7187
|
+
'@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))
|
|
7188
|
+
'@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))
|
|
6739
7189
|
'@vue/compiler-sfc': 3.5.29
|
|
6740
|
-
astro: 5.18.
|
|
6741
|
-
vite: 6.4.1(@types/node@25.
|
|
6742
|
-
vite-plugin-vue-devtools: 7.7.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.
|
|
6743
|
-
vue: 3.5.
|
|
7190
|
+
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)
|
|
7191
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
7192
|
+
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))
|
|
7193
|
+
vue: 3.5.31(typescript@5.9.3)
|
|
6744
7194
|
transitivePeerDependencies:
|
|
6745
7195
|
- '@nuxt/kit'
|
|
6746
7196
|
- '@types/node'
|
|
@@ -6835,6 +7285,10 @@ snapshots:
|
|
|
6835
7285
|
transitivePeerDependencies:
|
|
6836
7286
|
- supports-color
|
|
6837
7287
|
|
|
7288
|
+
'@babel/helper-module-imports@7.18.6':
|
|
7289
|
+
dependencies:
|
|
7290
|
+
'@babel/types': 7.29.0
|
|
7291
|
+
|
|
6838
7292
|
'@babel/helper-module-imports@7.28.6':
|
|
6839
7293
|
dependencies:
|
|
6840
7294
|
'@babel/traverse': 7.29.0
|
|
@@ -6892,6 +7346,10 @@ snapshots:
|
|
|
6892
7346
|
dependencies:
|
|
6893
7347
|
'@babel/types': 7.29.0
|
|
6894
7348
|
|
|
7349
|
+
'@babel/parser@7.29.2':
|
|
7350
|
+
dependencies:
|
|
7351
|
+
'@babel/types': 7.29.0
|
|
7352
|
+
|
|
6895
7353
|
'@babel/plugin-proposal-decorators@7.29.0(@babel/core@7.29.0)':
|
|
6896
7354
|
dependencies:
|
|
6897
7355
|
'@babel/core': 7.29.0
|
|
@@ -6995,6 +7453,8 @@ snapshots:
|
|
|
6995
7453
|
'@babel/helper-string-parser': 7.27.1
|
|
6996
7454
|
'@babel/helper-validator-identifier': 7.28.5
|
|
6997
7455
|
|
|
7456
|
+
'@bytecodealliance/preview2-shim@0.17.8': {}
|
|
7457
|
+
|
|
6998
7458
|
'@capsizecss/unpack@4.0.0':
|
|
6999
7459
|
dependencies:
|
|
7000
7460
|
fontkitten: 1.0.2
|
|
@@ -7224,16 +7684,18 @@ snapshots:
|
|
|
7224
7684
|
|
|
7225
7685
|
'@eslint/js@9.39.4': {}
|
|
7226
7686
|
|
|
7227
|
-
'@eslint/markdown@
|
|
7687
|
+
'@eslint/markdown@8.0.0':
|
|
7228
7688
|
dependencies:
|
|
7229
|
-
'@eslint/core':
|
|
7230
|
-
'@eslint/plugin-kit': 0.
|
|
7689
|
+
'@eslint/core': 1.1.1
|
|
7690
|
+
'@eslint/plugin-kit': 0.6.1
|
|
7231
7691
|
github-slugger: 2.0.0
|
|
7232
7692
|
mdast-util-from-markdown: 2.0.3
|
|
7233
7693
|
mdast-util-frontmatter: 2.0.1
|
|
7234
7694
|
mdast-util-gfm: 3.1.0
|
|
7695
|
+
mdast-util-math: 3.0.0
|
|
7235
7696
|
micromark-extension-frontmatter: 2.0.0
|
|
7236
7697
|
micromark-extension-gfm: 3.0.0
|
|
7698
|
+
micromark-extension-math: 3.1.0
|
|
7237
7699
|
micromark-util-normalize-identifier: 2.0.1
|
|
7238
7700
|
transitivePeerDependencies:
|
|
7239
7701
|
- supports-color
|
|
@@ -7245,6 +7707,11 @@ snapshots:
|
|
|
7245
7707
|
'@eslint/core': 0.17.0
|
|
7246
7708
|
levn: 0.4.1
|
|
7247
7709
|
|
|
7710
|
+
'@eslint/plugin-kit@0.6.1':
|
|
7711
|
+
dependencies:
|
|
7712
|
+
'@eslint/core': 1.1.1
|
|
7713
|
+
levn: 0.4.1
|
|
7714
|
+
|
|
7248
7715
|
'@gar/promise-retry@1.0.2':
|
|
7249
7716
|
dependencies:
|
|
7250
7717
|
retry: 0.13.1
|
|
@@ -7366,128 +7833,128 @@ snapshots:
|
|
|
7366
7833
|
|
|
7367
7834
|
'@inquirer/ansi@1.0.2': {}
|
|
7368
7835
|
|
|
7369
|
-
'@inquirer/checkbox@4.3.2(@types/node@25.
|
|
7836
|
+
'@inquirer/checkbox@4.3.2(@types/node@25.5.0)':
|
|
7370
7837
|
dependencies:
|
|
7371
7838
|
'@inquirer/ansi': 1.0.2
|
|
7372
|
-
'@inquirer/core': 10.3.2(@types/node@25.
|
|
7839
|
+
'@inquirer/core': 10.3.2(@types/node@25.5.0)
|
|
7373
7840
|
'@inquirer/figures': 1.0.15
|
|
7374
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
7841
|
+
'@inquirer/type': 3.0.10(@types/node@25.5.0)
|
|
7375
7842
|
yoctocolors-cjs: 2.1.3
|
|
7376
7843
|
optionalDependencies:
|
|
7377
|
-
'@types/node': 25.
|
|
7844
|
+
'@types/node': 25.5.0
|
|
7378
7845
|
|
|
7379
|
-
'@inquirer/confirm@5.1.21(@types/node@25.
|
|
7846
|
+
'@inquirer/confirm@5.1.21(@types/node@25.5.0)':
|
|
7380
7847
|
dependencies:
|
|
7381
|
-
'@inquirer/core': 10.3.2(@types/node@25.
|
|
7382
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
7848
|
+
'@inquirer/core': 10.3.2(@types/node@25.5.0)
|
|
7849
|
+
'@inquirer/type': 3.0.10(@types/node@25.5.0)
|
|
7383
7850
|
optionalDependencies:
|
|
7384
|
-
'@types/node': 25.
|
|
7851
|
+
'@types/node': 25.5.0
|
|
7385
7852
|
|
|
7386
|
-
'@inquirer/core@10.3.2(@types/node@25.
|
|
7853
|
+
'@inquirer/core@10.3.2(@types/node@25.5.0)':
|
|
7387
7854
|
dependencies:
|
|
7388
7855
|
'@inquirer/ansi': 1.0.2
|
|
7389
7856
|
'@inquirer/figures': 1.0.15
|
|
7390
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
7857
|
+
'@inquirer/type': 3.0.10(@types/node@25.5.0)
|
|
7391
7858
|
cli-width: 4.1.0
|
|
7392
7859
|
mute-stream: 2.0.0
|
|
7393
7860
|
signal-exit: 4.1.0
|
|
7394
7861
|
wrap-ansi: 6.2.0
|
|
7395
7862
|
yoctocolors-cjs: 2.1.3
|
|
7396
7863
|
optionalDependencies:
|
|
7397
|
-
'@types/node': 25.
|
|
7864
|
+
'@types/node': 25.5.0
|
|
7398
7865
|
|
|
7399
|
-
'@inquirer/editor@4.2.23(@types/node@25.
|
|
7866
|
+
'@inquirer/editor@4.2.23(@types/node@25.5.0)':
|
|
7400
7867
|
dependencies:
|
|
7401
|
-
'@inquirer/core': 10.3.2(@types/node@25.
|
|
7402
|
-
'@inquirer/external-editor': 1.0.3(@types/node@25.
|
|
7403
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
7868
|
+
'@inquirer/core': 10.3.2(@types/node@25.5.0)
|
|
7869
|
+
'@inquirer/external-editor': 1.0.3(@types/node@25.5.0)
|
|
7870
|
+
'@inquirer/type': 3.0.10(@types/node@25.5.0)
|
|
7404
7871
|
optionalDependencies:
|
|
7405
|
-
'@types/node': 25.
|
|
7872
|
+
'@types/node': 25.5.0
|
|
7406
7873
|
|
|
7407
|
-
'@inquirer/expand@4.0.23(@types/node@25.
|
|
7874
|
+
'@inquirer/expand@4.0.23(@types/node@25.5.0)':
|
|
7408
7875
|
dependencies:
|
|
7409
|
-
'@inquirer/core': 10.3.2(@types/node@25.
|
|
7410
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
7876
|
+
'@inquirer/core': 10.3.2(@types/node@25.5.0)
|
|
7877
|
+
'@inquirer/type': 3.0.10(@types/node@25.5.0)
|
|
7411
7878
|
yoctocolors-cjs: 2.1.3
|
|
7412
7879
|
optionalDependencies:
|
|
7413
|
-
'@types/node': 25.
|
|
7880
|
+
'@types/node': 25.5.0
|
|
7414
7881
|
|
|
7415
|
-
'@inquirer/external-editor@1.0.3(@types/node@25.
|
|
7882
|
+
'@inquirer/external-editor@1.0.3(@types/node@25.5.0)':
|
|
7416
7883
|
dependencies:
|
|
7417
7884
|
chardet: 2.1.1
|
|
7418
7885
|
iconv-lite: 0.7.2
|
|
7419
7886
|
optionalDependencies:
|
|
7420
|
-
'@types/node': 25.
|
|
7887
|
+
'@types/node': 25.5.0
|
|
7421
7888
|
|
|
7422
7889
|
'@inquirer/figures@1.0.15': {}
|
|
7423
7890
|
|
|
7424
|
-
'@inquirer/input@4.3.1(@types/node@25.
|
|
7891
|
+
'@inquirer/input@4.3.1(@types/node@25.5.0)':
|
|
7425
7892
|
dependencies:
|
|
7426
|
-
'@inquirer/core': 10.3.2(@types/node@25.
|
|
7427
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
7893
|
+
'@inquirer/core': 10.3.2(@types/node@25.5.0)
|
|
7894
|
+
'@inquirer/type': 3.0.10(@types/node@25.5.0)
|
|
7428
7895
|
optionalDependencies:
|
|
7429
|
-
'@types/node': 25.
|
|
7896
|
+
'@types/node': 25.5.0
|
|
7430
7897
|
|
|
7431
|
-
'@inquirer/number@3.0.23(@types/node@25.
|
|
7898
|
+
'@inquirer/number@3.0.23(@types/node@25.5.0)':
|
|
7432
7899
|
dependencies:
|
|
7433
|
-
'@inquirer/core': 10.3.2(@types/node@25.
|
|
7434
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
7900
|
+
'@inquirer/core': 10.3.2(@types/node@25.5.0)
|
|
7901
|
+
'@inquirer/type': 3.0.10(@types/node@25.5.0)
|
|
7435
7902
|
optionalDependencies:
|
|
7436
|
-
'@types/node': 25.
|
|
7903
|
+
'@types/node': 25.5.0
|
|
7437
7904
|
|
|
7438
|
-
'@inquirer/password@4.0.23(@types/node@25.
|
|
7905
|
+
'@inquirer/password@4.0.23(@types/node@25.5.0)':
|
|
7439
7906
|
dependencies:
|
|
7440
7907
|
'@inquirer/ansi': 1.0.2
|
|
7441
|
-
'@inquirer/core': 10.3.2(@types/node@25.
|
|
7442
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
7908
|
+
'@inquirer/core': 10.3.2(@types/node@25.5.0)
|
|
7909
|
+
'@inquirer/type': 3.0.10(@types/node@25.5.0)
|
|
7443
7910
|
optionalDependencies:
|
|
7444
|
-
'@types/node': 25.
|
|
7445
|
-
|
|
7446
|
-
'@inquirer/prompts@7.10.1(@types/node@25.
|
|
7447
|
-
dependencies:
|
|
7448
|
-
'@inquirer/checkbox': 4.3.2(@types/node@25.
|
|
7449
|
-
'@inquirer/confirm': 5.1.21(@types/node@25.
|
|
7450
|
-
'@inquirer/editor': 4.2.23(@types/node@25.
|
|
7451
|
-
'@inquirer/expand': 4.0.23(@types/node@25.
|
|
7452
|
-
'@inquirer/input': 4.3.1(@types/node@25.
|
|
7453
|
-
'@inquirer/number': 3.0.23(@types/node@25.
|
|
7454
|
-
'@inquirer/password': 4.0.23(@types/node@25.
|
|
7455
|
-
'@inquirer/rawlist': 4.1.11(@types/node@25.
|
|
7456
|
-
'@inquirer/search': 3.2.2(@types/node@25.
|
|
7457
|
-
'@inquirer/select': 4.4.2(@types/node@25.
|
|
7911
|
+
'@types/node': 25.5.0
|
|
7912
|
+
|
|
7913
|
+
'@inquirer/prompts@7.10.1(@types/node@25.5.0)':
|
|
7914
|
+
dependencies:
|
|
7915
|
+
'@inquirer/checkbox': 4.3.2(@types/node@25.5.0)
|
|
7916
|
+
'@inquirer/confirm': 5.1.21(@types/node@25.5.0)
|
|
7917
|
+
'@inquirer/editor': 4.2.23(@types/node@25.5.0)
|
|
7918
|
+
'@inquirer/expand': 4.0.23(@types/node@25.5.0)
|
|
7919
|
+
'@inquirer/input': 4.3.1(@types/node@25.5.0)
|
|
7920
|
+
'@inquirer/number': 3.0.23(@types/node@25.5.0)
|
|
7921
|
+
'@inquirer/password': 4.0.23(@types/node@25.5.0)
|
|
7922
|
+
'@inquirer/rawlist': 4.1.11(@types/node@25.5.0)
|
|
7923
|
+
'@inquirer/search': 3.2.2(@types/node@25.5.0)
|
|
7924
|
+
'@inquirer/select': 4.4.2(@types/node@25.5.0)
|
|
7458
7925
|
optionalDependencies:
|
|
7459
|
-
'@types/node': 25.
|
|
7926
|
+
'@types/node': 25.5.0
|
|
7460
7927
|
|
|
7461
|
-
'@inquirer/rawlist@4.1.11(@types/node@25.
|
|
7928
|
+
'@inquirer/rawlist@4.1.11(@types/node@25.5.0)':
|
|
7462
7929
|
dependencies:
|
|
7463
|
-
'@inquirer/core': 10.3.2(@types/node@25.
|
|
7464
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
7930
|
+
'@inquirer/core': 10.3.2(@types/node@25.5.0)
|
|
7931
|
+
'@inquirer/type': 3.0.10(@types/node@25.5.0)
|
|
7465
7932
|
yoctocolors-cjs: 2.1.3
|
|
7466
7933
|
optionalDependencies:
|
|
7467
|
-
'@types/node': 25.
|
|
7934
|
+
'@types/node': 25.5.0
|
|
7468
7935
|
|
|
7469
|
-
'@inquirer/search@3.2.2(@types/node@25.
|
|
7936
|
+
'@inquirer/search@3.2.2(@types/node@25.5.0)':
|
|
7470
7937
|
dependencies:
|
|
7471
|
-
'@inquirer/core': 10.3.2(@types/node@25.
|
|
7938
|
+
'@inquirer/core': 10.3.2(@types/node@25.5.0)
|
|
7472
7939
|
'@inquirer/figures': 1.0.15
|
|
7473
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
7940
|
+
'@inquirer/type': 3.0.10(@types/node@25.5.0)
|
|
7474
7941
|
yoctocolors-cjs: 2.1.3
|
|
7475
7942
|
optionalDependencies:
|
|
7476
|
-
'@types/node': 25.
|
|
7943
|
+
'@types/node': 25.5.0
|
|
7477
7944
|
|
|
7478
|
-
'@inquirer/select@4.4.2(@types/node@25.
|
|
7945
|
+
'@inquirer/select@4.4.2(@types/node@25.5.0)':
|
|
7479
7946
|
dependencies:
|
|
7480
7947
|
'@inquirer/ansi': 1.0.2
|
|
7481
|
-
'@inquirer/core': 10.3.2(@types/node@25.
|
|
7948
|
+
'@inquirer/core': 10.3.2(@types/node@25.5.0)
|
|
7482
7949
|
'@inquirer/figures': 1.0.15
|
|
7483
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
7950
|
+
'@inquirer/type': 3.0.10(@types/node@25.5.0)
|
|
7484
7951
|
yoctocolors-cjs: 2.1.3
|
|
7485
7952
|
optionalDependencies:
|
|
7486
|
-
'@types/node': 25.
|
|
7953
|
+
'@types/node': 25.5.0
|
|
7487
7954
|
|
|
7488
|
-
'@inquirer/type@3.0.10(@types/node@25.
|
|
7955
|
+
'@inquirer/type@3.0.10(@types/node@25.5.0)':
|
|
7489
7956
|
optionalDependencies:
|
|
7490
|
-
'@types/node': 25.
|
|
7957
|
+
'@types/node': 25.5.0
|
|
7491
7958
|
|
|
7492
7959
|
'@isaacs/cliui@8.0.2':
|
|
7493
7960
|
dependencies:
|
|
@@ -7528,10 +7995,10 @@ snapshots:
|
|
|
7528
7995
|
'@jridgewell/resolve-uri': 3.1.2
|
|
7529
7996
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
7530
7997
|
|
|
7531
|
-
'@listr2/prompt-adapter-inquirer@3.0.5(@inquirer/prompts@7.10.1(@types/node@25.
|
|
7998
|
+
'@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)':
|
|
7532
7999
|
dependencies:
|
|
7533
|
-
'@inquirer/prompts': 7.10.1(@types/node@25.
|
|
7534
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
8000
|
+
'@inquirer/prompts': 7.10.1(@types/node@25.5.0)
|
|
8001
|
+
'@inquirer/type': 3.0.10(@types/node@25.5.0)
|
|
7535
8002
|
listr2: 9.0.5
|
|
7536
8003
|
transitivePeerDependencies:
|
|
7537
8004
|
- '@types/node'
|
|
@@ -7601,20 +8068,25 @@ snapshots:
|
|
|
7601
8068
|
'@msgpackr-extract/msgpackr-extract-win32-x64@3.0.3':
|
|
7602
8069
|
optional: true
|
|
7603
8070
|
|
|
7604
|
-
'@nanostores/preact@1.
|
|
8071
|
+
'@nanostores/preact@1.1.0(nanostores@1.2.0)(preact@10.29.0)':
|
|
7605
8072
|
dependencies:
|
|
7606
|
-
nanostores: 1.
|
|
7607
|
-
preact: 10.
|
|
8073
|
+
nanostores: 1.2.0
|
|
8074
|
+
preact: 10.29.0
|
|
7608
8075
|
|
|
7609
|
-
'@nanostores/react@1.
|
|
8076
|
+
'@nanostores/react@1.1.0(nanostores@1.2.0)(react@19.2.4)':
|
|
7610
8077
|
dependencies:
|
|
7611
|
-
nanostores: 1.
|
|
8078
|
+
nanostores: 1.2.0
|
|
7612
8079
|
react: 19.2.4
|
|
7613
8080
|
|
|
7614
|
-
'@nanostores/
|
|
8081
|
+
'@nanostores/solid@1.1.1(nanostores@1.2.0)(solid-js@1.9.12)':
|
|
8082
|
+
dependencies:
|
|
8083
|
+
nanostores: 1.2.0
|
|
8084
|
+
solid-js: 1.9.12
|
|
8085
|
+
|
|
8086
|
+
'@nanostores/vue@1.1.0(nanostores@1.2.0)(vue@3.5.31(typescript@5.9.3))':
|
|
7615
8087
|
dependencies:
|
|
7616
|
-
nanostores: 1.
|
|
7617
|
-
vue: 3.5.
|
|
8088
|
+
nanostores: 1.2.0
|
|
8089
|
+
vue: 3.5.31(typescript@5.9.3)
|
|
7618
8090
|
|
|
7619
8091
|
'@napi-rs/nice-android-arm-eabi@1.1.1':
|
|
7620
8092
|
optional: true
|
|
@@ -7711,6 +8183,10 @@ snapshots:
|
|
|
7711
8183
|
'@nodelib/fs.scandir': 2.1.5
|
|
7712
8184
|
fastq: 1.20.1
|
|
7713
8185
|
|
|
8186
|
+
'@nomicfoundation/slang@1.3.4':
|
|
8187
|
+
dependencies:
|
|
8188
|
+
'@bytecodealliance/preview2-shim': 0.17.8
|
|
8189
|
+
|
|
7714
8190
|
'@npmcli/agent@4.0.0':
|
|
7715
8191
|
dependencies:
|
|
7716
8192
|
agent-base: 7.1.4
|
|
@@ -7773,8 +8249,12 @@ snapshots:
|
|
|
7773
8249
|
|
|
7774
8250
|
'@oslojs/encoding@1.1.0': {}
|
|
7775
8251
|
|
|
8252
|
+
'@oxc-project/runtime@0.122.0': {}
|
|
8253
|
+
|
|
7776
8254
|
'@oxc-project/types@0.113.0': {}
|
|
7777
8255
|
|
|
8256
|
+
'@oxc-project/types@0.122.0': {}
|
|
8257
|
+
|
|
7778
8258
|
'@parcel/watcher-android-arm64@2.5.6':
|
|
7779
8259
|
optional: true
|
|
7780
8260
|
|
|
@@ -7819,7 +8299,7 @@ snapshots:
|
|
|
7819
8299
|
detect-libc: 2.1.2
|
|
7820
8300
|
is-glob: 4.0.3
|
|
7821
8301
|
node-addon-api: 7.1.1
|
|
7822
|
-
picomatch: 4.0.
|
|
8302
|
+
picomatch: 4.0.4
|
|
7823
8303
|
optionalDependencies:
|
|
7824
8304
|
'@parcel/watcher-android-arm64': 2.5.6
|
|
7825
8305
|
'@parcel/watcher-darwin-arm64': 2.5.6
|
|
@@ -7847,18 +8327,39 @@ snapshots:
|
|
|
7847
8327
|
|
|
7848
8328
|
'@polka/url@1.0.0-next.29': {}
|
|
7849
8329
|
|
|
7850
|
-
'@preact/preset-vite@2.10.
|
|
8330
|
+
'@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))':
|
|
7851
8331
|
dependencies:
|
|
7852
8332
|
'@babel/core': 7.29.0
|
|
7853
8333
|
'@babel/plugin-transform-react-jsx': 7.28.6(@babel/core@7.29.0)
|
|
7854
8334
|
'@babel/plugin-transform-react-jsx-development': 7.27.1(@babel/core@7.29.0)
|
|
7855
|
-
'@prefresh/vite': 2.4.12(preact@10.
|
|
8335
|
+
'@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))
|
|
7856
8336
|
'@rollup/pluginutils': 5.3.0(rollup@4.59.0)
|
|
7857
8337
|
babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.29.0)
|
|
7858
8338
|
debug: 4.4.3
|
|
8339
|
+
magic-string: 0.30.21
|
|
7859
8340
|
picocolors: 1.1.1
|
|
7860
|
-
vite: 6.4.1(@types/node@25.
|
|
7861
|
-
vite-prerender-plugin: 0.5.12(vite@6.4.1(@types/node@25.
|
|
8341
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
8342
|
+
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))
|
|
8343
|
+
zimmerframe: 1.1.4
|
|
8344
|
+
transitivePeerDependencies:
|
|
8345
|
+
- preact
|
|
8346
|
+
- rollup
|
|
8347
|
+
- supports-color
|
|
8348
|
+
|
|
8349
|
+
'@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))':
|
|
8350
|
+
dependencies:
|
|
8351
|
+
'@babel/core': 7.29.0
|
|
8352
|
+
'@babel/plugin-transform-react-jsx': 7.28.6(@babel/core@7.29.0)
|
|
8353
|
+
'@babel/plugin-transform-react-jsx-development': 7.27.1(@babel/core@7.29.0)
|
|
8354
|
+
'@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))
|
|
8355
|
+
'@rollup/pluginutils': 5.3.0(rollup@4.59.0)
|
|
8356
|
+
babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.29.0)
|
|
8357
|
+
debug: 4.4.3
|
|
8358
|
+
magic-string: 0.30.21
|
|
8359
|
+
picocolors: 1.1.1
|
|
8360
|
+
vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
8361
|
+
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))
|
|
8362
|
+
zimmerframe: 1.1.4
|
|
7862
8363
|
transitivePeerDependencies:
|
|
7863
8364
|
- preact
|
|
7864
8365
|
- rollup
|
|
@@ -7866,92 +8367,153 @@ snapshots:
|
|
|
7866
8367
|
|
|
7867
8368
|
'@preact/signals-core@1.13.0': {}
|
|
7868
8369
|
|
|
7869
|
-
'@preact/signals@2.8.1(preact@10.
|
|
8370
|
+
'@preact/signals@2.8.1(preact@10.29.0)':
|
|
7870
8371
|
dependencies:
|
|
7871
8372
|
'@preact/signals-core': 1.13.0
|
|
7872
|
-
preact: 10.
|
|
8373
|
+
preact: 10.29.0
|
|
7873
8374
|
|
|
7874
8375
|
'@prefresh/babel-plugin@0.5.3': {}
|
|
7875
8376
|
|
|
7876
|
-
'@prefresh/core@1.5.9(preact@10.
|
|
8377
|
+
'@prefresh/core@1.5.9(preact@10.29.0)':
|
|
7877
8378
|
dependencies:
|
|
7878
|
-
preact: 10.
|
|
8379
|
+
preact: 10.29.0
|
|
7879
8380
|
|
|
7880
8381
|
'@prefresh/utils@1.2.1': {}
|
|
7881
8382
|
|
|
7882
|
-
'@prefresh/vite@2.4.12(preact@10.
|
|
8383
|
+
'@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))':
|
|
7883
8384
|
dependencies:
|
|
7884
8385
|
'@babel/core': 7.29.0
|
|
7885
8386
|
'@prefresh/babel-plugin': 0.5.3
|
|
7886
|
-
'@prefresh/core': 1.5.9(preact@10.
|
|
8387
|
+
'@prefresh/core': 1.5.9(preact@10.29.0)
|
|
7887
8388
|
'@prefresh/utils': 1.2.1
|
|
7888
8389
|
'@rollup/pluginutils': 4.2.1
|
|
7889
|
-
preact: 10.
|
|
7890
|
-
vite: 6.4.1(@types/node@25.
|
|
8390
|
+
preact: 10.29.0
|
|
8391
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
7891
8392
|
transitivePeerDependencies:
|
|
7892
8393
|
- supports-color
|
|
7893
8394
|
|
|
8395
|
+
'@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))':
|
|
8396
|
+
dependencies:
|
|
8397
|
+
'@babel/core': 7.29.0
|
|
8398
|
+
'@prefresh/babel-plugin': 0.5.3
|
|
8399
|
+
'@prefresh/core': 1.5.9(preact@10.29.0)
|
|
8400
|
+
'@prefresh/utils': 1.2.1
|
|
8401
|
+
'@rollup/pluginutils': 4.2.1
|
|
8402
|
+
preact: 10.29.0
|
|
8403
|
+
vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
8404
|
+
transitivePeerDependencies:
|
|
8405
|
+
- supports-color
|
|
8406
|
+
|
|
8407
|
+
'@rolldown/binding-android-arm64@1.0.0-rc.12':
|
|
8408
|
+
optional: true
|
|
8409
|
+
|
|
7894
8410
|
'@rolldown/binding-android-arm64@1.0.0-rc.4':
|
|
7895
8411
|
optional: true
|
|
7896
8412
|
|
|
8413
|
+
'@rolldown/binding-darwin-arm64@1.0.0-rc.12':
|
|
8414
|
+
optional: true
|
|
8415
|
+
|
|
7897
8416
|
'@rolldown/binding-darwin-arm64@1.0.0-rc.4':
|
|
7898
8417
|
optional: true
|
|
7899
8418
|
|
|
8419
|
+
'@rolldown/binding-darwin-x64@1.0.0-rc.12':
|
|
8420
|
+
optional: true
|
|
8421
|
+
|
|
7900
8422
|
'@rolldown/binding-darwin-x64@1.0.0-rc.4':
|
|
7901
8423
|
optional: true
|
|
7902
8424
|
|
|
8425
|
+
'@rolldown/binding-freebsd-x64@1.0.0-rc.12':
|
|
8426
|
+
optional: true
|
|
8427
|
+
|
|
7903
8428
|
'@rolldown/binding-freebsd-x64@1.0.0-rc.4':
|
|
7904
8429
|
optional: true
|
|
7905
8430
|
|
|
8431
|
+
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.12':
|
|
8432
|
+
optional: true
|
|
8433
|
+
|
|
7906
8434
|
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.4':
|
|
7907
8435
|
optional: true
|
|
7908
8436
|
|
|
8437
|
+
'@rolldown/binding-linux-arm64-gnu@1.0.0-rc.12':
|
|
8438
|
+
optional: true
|
|
8439
|
+
|
|
7909
8440
|
'@rolldown/binding-linux-arm64-gnu@1.0.0-rc.4':
|
|
7910
8441
|
optional: true
|
|
7911
8442
|
|
|
8443
|
+
'@rolldown/binding-linux-arm64-musl@1.0.0-rc.12':
|
|
8444
|
+
optional: true
|
|
8445
|
+
|
|
7912
8446
|
'@rolldown/binding-linux-arm64-musl@1.0.0-rc.4':
|
|
7913
8447
|
optional: true
|
|
7914
8448
|
|
|
8449
|
+
'@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.12':
|
|
8450
|
+
optional: true
|
|
8451
|
+
|
|
8452
|
+
'@rolldown/binding-linux-s390x-gnu@1.0.0-rc.12':
|
|
8453
|
+
optional: true
|
|
8454
|
+
|
|
8455
|
+
'@rolldown/binding-linux-x64-gnu@1.0.0-rc.12':
|
|
8456
|
+
optional: true
|
|
8457
|
+
|
|
7915
8458
|
'@rolldown/binding-linux-x64-gnu@1.0.0-rc.4':
|
|
7916
8459
|
optional: true
|
|
7917
8460
|
|
|
8461
|
+
'@rolldown/binding-linux-x64-musl@1.0.0-rc.12':
|
|
8462
|
+
optional: true
|
|
8463
|
+
|
|
7918
8464
|
'@rolldown/binding-linux-x64-musl@1.0.0-rc.4':
|
|
7919
8465
|
optional: true
|
|
7920
8466
|
|
|
8467
|
+
'@rolldown/binding-openharmony-arm64@1.0.0-rc.12':
|
|
8468
|
+
optional: true
|
|
8469
|
+
|
|
7921
8470
|
'@rolldown/binding-openharmony-arm64@1.0.0-rc.4':
|
|
7922
8471
|
optional: true
|
|
7923
8472
|
|
|
8473
|
+
'@rolldown/binding-wasm32-wasi@1.0.0-rc.12':
|
|
8474
|
+
dependencies:
|
|
8475
|
+
'@napi-rs/wasm-runtime': 1.1.1
|
|
8476
|
+
optional: true
|
|
8477
|
+
|
|
7924
8478
|
'@rolldown/binding-wasm32-wasi@1.0.0-rc.4':
|
|
7925
8479
|
dependencies:
|
|
7926
8480
|
'@napi-rs/wasm-runtime': 1.1.1
|
|
7927
8481
|
optional: true
|
|
7928
8482
|
|
|
8483
|
+
'@rolldown/binding-win32-arm64-msvc@1.0.0-rc.12':
|
|
8484
|
+
optional: true
|
|
8485
|
+
|
|
7929
8486
|
'@rolldown/binding-win32-arm64-msvc@1.0.0-rc.4':
|
|
7930
8487
|
optional: true
|
|
7931
8488
|
|
|
8489
|
+
'@rolldown/binding-win32-x64-msvc@1.0.0-rc.12':
|
|
8490
|
+
optional: true
|
|
8491
|
+
|
|
7932
8492
|
'@rolldown/binding-win32-x64-msvc@1.0.0-rc.4':
|
|
7933
8493
|
optional: true
|
|
7934
8494
|
|
|
7935
8495
|
'@rolldown/pluginutils@1.0.0-beta.27': {}
|
|
7936
8496
|
|
|
7937
|
-
'@rolldown/pluginutils@1.0.0-rc.
|
|
8497
|
+
'@rolldown/pluginutils@1.0.0-rc.12': {}
|
|
7938
8498
|
|
|
7939
|
-
'@rolldown/pluginutils@1.0.0-rc.
|
|
8499
|
+
'@rolldown/pluginutils@1.0.0-rc.2': {}
|
|
7940
8500
|
|
|
7941
8501
|
'@rolldown/pluginutils@1.0.0-rc.4': {}
|
|
7942
8502
|
|
|
7943
8503
|
'@rolldown/pluginutils@1.0.0-rc.6': {}
|
|
7944
8504
|
|
|
8505
|
+
'@rolldown/pluginutils@1.0.0-rc.7': {}
|
|
8506
|
+
|
|
7945
8507
|
'@rollup/pluginutils@4.2.1':
|
|
7946
8508
|
dependencies:
|
|
7947
8509
|
estree-walker: 2.0.2
|
|
7948
|
-
picomatch: 2.3.
|
|
8510
|
+
picomatch: 2.3.2
|
|
7949
8511
|
|
|
7950
8512
|
'@rollup/pluginutils@5.3.0(rollup@4.59.0)':
|
|
7951
8513
|
dependencies:
|
|
7952
8514
|
'@types/estree': 1.0.8
|
|
7953
8515
|
estree-walker: 2.0.2
|
|
7954
|
-
picomatch: 4.0.
|
|
8516
|
+
picomatch: 4.0.4
|
|
7955
8517
|
optionalDependencies:
|
|
7956
8518
|
rollup: 4.59.0
|
|
7957
8519
|
|
|
@@ -8032,10 +8594,10 @@ snapshots:
|
|
|
8032
8594
|
|
|
8033
8595
|
'@rtsao/scc@1.1.0': {}
|
|
8034
8596
|
|
|
8035
|
-
'@schematics/angular@21.2.
|
|
8597
|
+
'@schematics/angular@21.2.5(chokidar@5.0.0)':
|
|
8036
8598
|
dependencies:
|
|
8037
|
-
'@angular-devkit/core': 21.2.
|
|
8038
|
-
'@angular-devkit/schematics': 21.2.
|
|
8599
|
+
'@angular-devkit/core': 21.2.5(chokidar@5.0.0)
|
|
8600
|
+
'@angular-devkit/schematics': 21.2.5(chokidar@5.0.0)
|
|
8039
8601
|
jsonc-parser: 3.3.1
|
|
8040
8602
|
transitivePeerDependencies:
|
|
8041
8603
|
- chokidar
|
|
@@ -8109,57 +8671,56 @@ snapshots:
|
|
|
8109
8671
|
|
|
8110
8672
|
'@sindresorhus/merge-streams@4.0.0': {}
|
|
8111
8673
|
|
|
8674
|
+
'@solidity-parser/parser@0.20.2': {}
|
|
8675
|
+
|
|
8676
|
+
'@solidjs/testing-library@0.8.10(solid-js@1.9.12)':
|
|
8677
|
+
dependencies:
|
|
8678
|
+
'@testing-library/dom': 10.4.1
|
|
8679
|
+
solid-js: 1.9.12
|
|
8680
|
+
|
|
8112
8681
|
'@standard-schema/spec@1.1.0': {}
|
|
8113
8682
|
|
|
8114
8683
|
'@sveltejs/acorn-typescript@1.0.9(acorn@8.16.0)':
|
|
8115
8684
|
dependencies:
|
|
8116
8685
|
acorn: 8.16.0
|
|
8117
8686
|
|
|
8118
|
-
'@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.
|
|
8687
|
+
'@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))':
|
|
8119
8688
|
dependencies:
|
|
8120
|
-
'@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.
|
|
8689
|
+
'@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))
|
|
8121
8690
|
debug: 4.4.3
|
|
8122
|
-
svelte: 5.
|
|
8123
|
-
vite: 6.4.1(@types/node@25.
|
|
8691
|
+
svelte: 5.55.0
|
|
8692
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
8124
8693
|
transitivePeerDependencies:
|
|
8125
8694
|
- supports-color
|
|
8126
8695
|
|
|
8127
|
-
'@sveltejs/vite-plugin-svelte
|
|
8696
|
+
'@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))':
|
|
8128
8697
|
dependencies:
|
|
8129
|
-
'@sveltejs/vite-plugin-svelte':
|
|
8130
|
-
obug: 2.1.1
|
|
8131
|
-
svelte: 5.53.7
|
|
8132
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)
|
|
8133
|
-
|
|
8134
|
-
'@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))':
|
|
8135
|
-
dependencies:
|
|
8136
|
-
'@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)))(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))
|
|
8698
|
+
'@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))
|
|
8137
8699
|
debug: 4.4.3
|
|
8138
8700
|
deepmerge: 4.3.1
|
|
8139
8701
|
kleur: 4.1.5
|
|
8140
8702
|
magic-string: 0.30.21
|
|
8141
|
-
svelte: 5.
|
|
8142
|
-
vite: 6.4.1(@types/node@25.
|
|
8143
|
-
vitefu: 1.1.2(vite@6.4.1(@types/node@25.
|
|
8703
|
+
svelte: 5.55.0
|
|
8704
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
8705
|
+
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))
|
|
8144
8706
|
transitivePeerDependencies:
|
|
8145
8707
|
- supports-color
|
|
8146
8708
|
|
|
8147
|
-
'@sveltejs/vite-plugin-svelte@
|
|
8709
|
+
'@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))':
|
|
8148
8710
|
dependencies:
|
|
8149
|
-
'@sveltejs/vite-plugin-svelte-inspector': 5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)))(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))
|
|
8150
8711
|
deepmerge: 4.3.1
|
|
8151
8712
|
magic-string: 0.30.21
|
|
8152
8713
|
obug: 2.1.1
|
|
8153
|
-
svelte: 5.
|
|
8154
|
-
vite:
|
|
8155
|
-
vitefu: 1.1.2(vite@
|
|
8714
|
+
svelte: 5.55.0
|
|
8715
|
+
vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
8716
|
+
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))
|
|
8156
8717
|
|
|
8157
|
-
'@testing-library/angular@19.1
|
|
8718
|
+
'@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)':
|
|
8158
8719
|
dependencies:
|
|
8159
|
-
'@angular/common': 21.2.
|
|
8160
|
-
'@angular/core': 21.2.
|
|
8161
|
-
'@angular/platform-browser': 21.2.
|
|
8162
|
-
'@angular/router': 21.2.
|
|
8720
|
+
'@angular/common': 21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
8721
|
+
'@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
|
|
8722
|
+
'@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))
|
|
8723
|
+
'@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)
|
|
8163
8724
|
'@testing-library/dom': 10.4.1
|
|
8164
8725
|
tslib: 2.8.1
|
|
8165
8726
|
|
|
@@ -8205,10 +8766,10 @@ snapshots:
|
|
|
8205
8766
|
picocolors: 1.1.1
|
|
8206
8767
|
redent: 3.0.0
|
|
8207
8768
|
|
|
8208
|
-
'@testing-library/preact@3.2.4(preact@10.
|
|
8769
|
+
'@testing-library/preact@3.2.4(preact@10.29.0)':
|
|
8209
8770
|
dependencies:
|
|
8210
8771
|
'@testing-library/dom': 8.20.1
|
|
8211
|
-
preact: 10.
|
|
8772
|
+
preact: 10.29.0
|
|
8212
8773
|
|
|
8213
8774
|
'@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)':
|
|
8214
8775
|
dependencies:
|
|
@@ -8220,31 +8781,31 @@ snapshots:
|
|
|
8220
8781
|
'@types/react': 19.2.14
|
|
8221
8782
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
8222
8783
|
|
|
8223
|
-
'@testing-library/svelte-core@1.0.0(svelte@5.
|
|
8784
|
+
'@testing-library/svelte-core@1.0.0(svelte@5.55.0)':
|
|
8224
8785
|
dependencies:
|
|
8225
|
-
svelte: 5.
|
|
8786
|
+
svelte: 5.55.0
|
|
8226
8787
|
|
|
8227
|
-
'@testing-library/svelte@5.3.1(svelte@5.
|
|
8788
|
+
'@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)))':
|
|
8228
8789
|
dependencies:
|
|
8229
8790
|
'@testing-library/dom': 10.4.1
|
|
8230
|
-
'@testing-library/svelte-core': 1.0.0(svelte@5.
|
|
8231
|
-
svelte: 5.
|
|
8791
|
+
'@testing-library/svelte-core': 1.0.0(svelte@5.55.0)
|
|
8792
|
+
svelte: 5.55.0
|
|
8232
8793
|
optionalDependencies:
|
|
8233
|
-
vite:
|
|
8234
|
-
vitest: 4.
|
|
8794
|
+
vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
8795
|
+
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))
|
|
8235
8796
|
|
|
8236
8797
|
'@testing-library/user-event@14.6.1(@testing-library/dom@10.4.1)':
|
|
8237
8798
|
dependencies:
|
|
8238
8799
|
'@testing-library/dom': 10.4.1
|
|
8239
8800
|
|
|
8240
|
-
'@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.
|
|
8801
|
+
'@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.31)(vue@3.5.31(typescript@5.9.3))':
|
|
8241
8802
|
dependencies:
|
|
8242
8803
|
'@babel/runtime': 7.28.6
|
|
8243
8804
|
'@testing-library/dom': 9.3.4
|
|
8244
8805
|
'@vue/test-utils': 2.4.6
|
|
8245
|
-
vue: 3.5.
|
|
8806
|
+
vue: 3.5.31(typescript@5.9.3)
|
|
8246
8807
|
optionalDependencies:
|
|
8247
|
-
'@vue/compiler-sfc': 3.5.
|
|
8808
|
+
'@vue/compiler-sfc': 3.5.31
|
|
8248
8809
|
|
|
8249
8810
|
'@ts-morph/common@0.22.0':
|
|
8250
8811
|
dependencies:
|
|
@@ -8277,7 +8838,7 @@ snapshots:
|
|
|
8277
8838
|
|
|
8278
8839
|
'@types/babel__core@7.20.5':
|
|
8279
8840
|
dependencies:
|
|
8280
|
-
'@babel/parser': 7.29.
|
|
8841
|
+
'@babel/parser': 7.29.2
|
|
8281
8842
|
'@babel/types': 7.29.0
|
|
8282
8843
|
'@types/babel__generator': 7.27.0
|
|
8283
8844
|
'@types/babel__template': 7.4.4
|
|
@@ -8289,7 +8850,7 @@ snapshots:
|
|
|
8289
8850
|
|
|
8290
8851
|
'@types/babel__template@7.4.4':
|
|
8291
8852
|
dependencies:
|
|
8292
|
-
'@babel/parser': 7.29.
|
|
8853
|
+
'@babel/parser': 7.29.2
|
|
8293
8854
|
'@babel/types': 7.29.0
|
|
8294
8855
|
|
|
8295
8856
|
'@types/babel__traverse@7.28.0':
|
|
@@ -8321,6 +8882,8 @@ snapshots:
|
|
|
8321
8882
|
|
|
8322
8883
|
'@types/json5@0.0.29': {}
|
|
8323
8884
|
|
|
8885
|
+
'@types/katex@0.16.8': {}
|
|
8886
|
+
|
|
8324
8887
|
'@types/mdast@4.0.4':
|
|
8325
8888
|
dependencies:
|
|
8326
8889
|
'@types/unist': 3.0.3
|
|
@@ -8331,7 +8894,7 @@ snapshots:
|
|
|
8331
8894
|
dependencies:
|
|
8332
8895
|
'@types/unist': 3.0.3
|
|
8333
8896
|
|
|
8334
|
-
'@types/node@25.
|
|
8897
|
+
'@types/node@25.5.0':
|
|
8335
8898
|
dependencies:
|
|
8336
8899
|
undici-types: 7.18.2
|
|
8337
8900
|
|
|
@@ -8351,16 +8914,16 @@ snapshots:
|
|
|
8351
8914
|
|
|
8352
8915
|
'@types/ws@8.18.1':
|
|
8353
8916
|
dependencies:
|
|
8354
|
-
'@types/node': 25.
|
|
8917
|
+
'@types/node': 25.5.0
|
|
8355
8918
|
|
|
8356
|
-
'@typescript-eslint/eslint-plugin@8.
|
|
8919
|
+
'@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)':
|
|
8357
8920
|
dependencies:
|
|
8358
8921
|
'@eslint-community/regexpp': 4.12.2
|
|
8359
|
-
'@typescript-eslint/parser': 8.
|
|
8360
|
-
'@typescript-eslint/scope-manager': 8.
|
|
8361
|
-
'@typescript-eslint/type-utils': 8.
|
|
8362
|
-
'@typescript-eslint/utils': 8.
|
|
8363
|
-
'@typescript-eslint/visitor-keys': 8.
|
|
8922
|
+
'@typescript-eslint/parser': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
|
|
8923
|
+
'@typescript-eslint/scope-manager': 8.57.2
|
|
8924
|
+
'@typescript-eslint/type-utils': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
|
|
8925
|
+
'@typescript-eslint/utils': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
|
|
8926
|
+
'@typescript-eslint/visitor-keys': 8.57.2
|
|
8364
8927
|
eslint: 9.39.4
|
|
8365
8928
|
ignore: 7.0.5
|
|
8366
8929
|
natural-compare: 1.4.0
|
|
@@ -8369,12 +8932,12 @@ snapshots:
|
|
|
8369
8932
|
transitivePeerDependencies:
|
|
8370
8933
|
- supports-color
|
|
8371
8934
|
|
|
8372
|
-
'@typescript-eslint/parser@8.
|
|
8935
|
+
'@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3)':
|
|
8373
8936
|
dependencies:
|
|
8374
|
-
'@typescript-eslint/scope-manager': 8.
|
|
8375
|
-
'@typescript-eslint/types': 8.
|
|
8376
|
-
'@typescript-eslint/typescript-estree': 8.
|
|
8377
|
-
'@typescript-eslint/visitor-keys': 8.
|
|
8937
|
+
'@typescript-eslint/scope-manager': 8.57.2
|
|
8938
|
+
'@typescript-eslint/types': 8.57.2
|
|
8939
|
+
'@typescript-eslint/typescript-estree': 8.57.2(typescript@5.9.3)
|
|
8940
|
+
'@typescript-eslint/visitor-keys': 8.57.2
|
|
8378
8941
|
debug: 4.4.3
|
|
8379
8942
|
eslint: 9.39.4
|
|
8380
8943
|
typescript: 5.9.3
|
|
@@ -8390,20 +8953,38 @@ snapshots:
|
|
|
8390
8953
|
transitivePeerDependencies:
|
|
8391
8954
|
- supports-color
|
|
8392
8955
|
|
|
8956
|
+
'@typescript-eslint/project-service@8.57.2(typescript@5.9.3)':
|
|
8957
|
+
dependencies:
|
|
8958
|
+
'@typescript-eslint/tsconfig-utils': 8.57.2(typescript@5.9.3)
|
|
8959
|
+
'@typescript-eslint/types': 8.57.2
|
|
8960
|
+
debug: 4.4.3
|
|
8961
|
+
typescript: 5.9.3
|
|
8962
|
+
transitivePeerDependencies:
|
|
8963
|
+
- supports-color
|
|
8964
|
+
|
|
8393
8965
|
'@typescript-eslint/scope-manager@8.56.1':
|
|
8394
8966
|
dependencies:
|
|
8395
8967
|
'@typescript-eslint/types': 8.56.1
|
|
8396
8968
|
'@typescript-eslint/visitor-keys': 8.56.1
|
|
8397
8969
|
|
|
8970
|
+
'@typescript-eslint/scope-manager@8.57.2':
|
|
8971
|
+
dependencies:
|
|
8972
|
+
'@typescript-eslint/types': 8.57.2
|
|
8973
|
+
'@typescript-eslint/visitor-keys': 8.57.2
|
|
8974
|
+
|
|
8398
8975
|
'@typescript-eslint/tsconfig-utils@8.56.1(typescript@5.9.3)':
|
|
8399
8976
|
dependencies:
|
|
8400
8977
|
typescript: 5.9.3
|
|
8401
8978
|
|
|
8402
|
-
'@typescript-eslint/
|
|
8979
|
+
'@typescript-eslint/tsconfig-utils@8.57.2(typescript@5.9.3)':
|
|
8403
8980
|
dependencies:
|
|
8404
|
-
|
|
8405
|
-
|
|
8406
|
-
|
|
8981
|
+
typescript: 5.9.3
|
|
8982
|
+
|
|
8983
|
+
'@typescript-eslint/type-utils@8.57.2(eslint@9.39.4)(typescript@5.9.3)':
|
|
8984
|
+
dependencies:
|
|
8985
|
+
'@typescript-eslint/types': 8.57.2
|
|
8986
|
+
'@typescript-eslint/typescript-estree': 8.57.2(typescript@5.9.3)
|
|
8987
|
+
'@typescript-eslint/utils': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
|
|
8407
8988
|
debug: 4.4.3
|
|
8408
8989
|
eslint: 9.39.4
|
|
8409
8990
|
ts-api-utils: 2.4.0(typescript@5.9.3)
|
|
@@ -8413,6 +8994,8 @@ snapshots:
|
|
|
8413
8994
|
|
|
8414
8995
|
'@typescript-eslint/types@8.56.1': {}
|
|
8415
8996
|
|
|
8997
|
+
'@typescript-eslint/types@8.57.2': {}
|
|
8998
|
+
|
|
8416
8999
|
'@typescript-eslint/typescript-estree@8.56.1(typescript@5.9.3)':
|
|
8417
9000
|
dependencies:
|
|
8418
9001
|
'@typescript-eslint/project-service': 8.56.1(typescript@5.9.3)
|
|
@@ -8428,6 +9011,21 @@ snapshots:
|
|
|
8428
9011
|
transitivePeerDependencies:
|
|
8429
9012
|
- supports-color
|
|
8430
9013
|
|
|
9014
|
+
'@typescript-eslint/typescript-estree@8.57.2(typescript@5.9.3)':
|
|
9015
|
+
dependencies:
|
|
9016
|
+
'@typescript-eslint/project-service': 8.57.2(typescript@5.9.3)
|
|
9017
|
+
'@typescript-eslint/tsconfig-utils': 8.57.2(typescript@5.9.3)
|
|
9018
|
+
'@typescript-eslint/types': 8.57.2
|
|
9019
|
+
'@typescript-eslint/visitor-keys': 8.57.2
|
|
9020
|
+
debug: 4.4.3
|
|
9021
|
+
minimatch: 10.2.4
|
|
9022
|
+
semver: 7.7.4
|
|
9023
|
+
tinyglobby: 0.2.15
|
|
9024
|
+
ts-api-utils: 2.4.0(typescript@5.9.3)
|
|
9025
|
+
typescript: 5.9.3
|
|
9026
|
+
transitivePeerDependencies:
|
|
9027
|
+
- supports-color
|
|
9028
|
+
|
|
8431
9029
|
'@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3)':
|
|
8432
9030
|
dependencies:
|
|
8433
9031
|
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4)
|
|
@@ -8439,18 +9037,34 @@ snapshots:
|
|
|
8439
9037
|
transitivePeerDependencies:
|
|
8440
9038
|
- supports-color
|
|
8441
9039
|
|
|
9040
|
+
'@typescript-eslint/utils@8.57.2(eslint@9.39.4)(typescript@5.9.3)':
|
|
9041
|
+
dependencies:
|
|
9042
|
+
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4)
|
|
9043
|
+
'@typescript-eslint/scope-manager': 8.57.2
|
|
9044
|
+
'@typescript-eslint/types': 8.57.2
|
|
9045
|
+
'@typescript-eslint/typescript-estree': 8.57.2(typescript@5.9.3)
|
|
9046
|
+
eslint: 9.39.4
|
|
9047
|
+
typescript: 5.9.3
|
|
9048
|
+
transitivePeerDependencies:
|
|
9049
|
+
- supports-color
|
|
9050
|
+
|
|
8442
9051
|
'@typescript-eslint/visitor-keys@8.56.1':
|
|
8443
9052
|
dependencies:
|
|
8444
9053
|
'@typescript-eslint/types': 8.56.1
|
|
8445
9054
|
eslint-visitor-keys: 5.0.1
|
|
8446
9055
|
|
|
9056
|
+
'@typescript-eslint/visitor-keys@8.57.2':
|
|
9057
|
+
dependencies:
|
|
9058
|
+
'@typescript-eslint/types': 8.57.2
|
|
9059
|
+
eslint-visitor-keys: 5.0.1
|
|
9060
|
+
|
|
8447
9061
|
'@ungap/structured-clone@1.3.0': {}
|
|
8448
9062
|
|
|
8449
|
-
'@vitejs/plugin-basic-ssl@2.1.4(vite@7.3.1(@types/node@25.
|
|
9063
|
+
'@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))':
|
|
8450
9064
|
dependencies:
|
|
8451
|
-
vite: 7.3.1(@types/node@25.
|
|
9065
|
+
vite: 7.3.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
8452
9066
|
|
|
8453
|
-
'@vitejs/plugin-react@4.7.0(vite@6.4.1(@types/node@25.
|
|
9067
|
+
'@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))':
|
|
8454
9068
|
dependencies:
|
|
8455
9069
|
'@babel/core': 7.29.0
|
|
8456
9070
|
'@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0)
|
|
@@ -8458,82 +9072,77 @@ snapshots:
|
|
|
8458
9072
|
'@rolldown/pluginutils': 1.0.0-beta.27
|
|
8459
9073
|
'@types/babel__core': 7.20.5
|
|
8460
9074
|
react-refresh: 0.17.0
|
|
8461
|
-
vite: 6.4.1(@types/node@25.
|
|
9075
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
8462
9076
|
transitivePeerDependencies:
|
|
8463
9077
|
- supports-color
|
|
8464
9078
|
|
|
8465
|
-
'@vitejs/plugin-react@
|
|
9079
|
+
'@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))':
|
|
8466
9080
|
dependencies:
|
|
8467
|
-
'@
|
|
8468
|
-
|
|
8469
|
-
'@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.29.0)
|
|
8470
|
-
'@rolldown/pluginutils': 1.0.0-rc.3
|
|
8471
|
-
'@types/babel__core': 7.20.5
|
|
8472
|
-
react-refresh: 0.18.0
|
|
8473
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)
|
|
8474
|
-
transitivePeerDependencies:
|
|
8475
|
-
- supports-color
|
|
9081
|
+
'@rolldown/pluginutils': 1.0.0-rc.7
|
|
9082
|
+
vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
8476
9083
|
|
|
8477
|
-
'@vitejs/plugin-vue-jsx@4.2.0(vite@6.4.1(@types/node@25.
|
|
9084
|
+
'@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))':
|
|
8478
9085
|
dependencies:
|
|
8479
9086
|
'@babel/core': 7.29.0
|
|
8480
9087
|
'@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.29.0)
|
|
8481
9088
|
'@rolldown/pluginutils': 1.0.0-rc.6
|
|
8482
9089
|
'@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.29.0)
|
|
8483
|
-
vite: 6.4.1(@types/node@25.
|
|
8484
|
-
vue: 3.5.
|
|
9090
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
9091
|
+
vue: 3.5.31(typescript@5.9.3)
|
|
8485
9092
|
transitivePeerDependencies:
|
|
8486
9093
|
- supports-color
|
|
8487
9094
|
|
|
8488
|
-
'@vitejs/plugin-vue@5.2.4(vite@6.4.1(@types/node@25.
|
|
9095
|
+
'@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))':
|
|
8489
9096
|
dependencies:
|
|
8490
|
-
vite: 6.4.1(@types/node@25.
|
|
8491
|
-
vue: 3.5.
|
|
9097
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
9098
|
+
vue: 3.5.31(typescript@5.9.3)
|
|
8492
9099
|
|
|
8493
|
-
'@vitejs/plugin-vue@6.0.
|
|
9100
|
+
'@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))':
|
|
8494
9101
|
dependencies:
|
|
8495
9102
|
'@rolldown/pluginutils': 1.0.0-rc.2
|
|
8496
|
-
vite:
|
|
8497
|
-
vue: 3.5.
|
|
9103
|
+
vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
9104
|
+
vue: 3.5.31(typescript@5.9.3)
|
|
8498
9105
|
|
|
8499
|
-
'@vitest/expect@4.
|
|
9106
|
+
'@vitest/expect@4.1.2':
|
|
8500
9107
|
dependencies:
|
|
8501
9108
|
'@standard-schema/spec': 1.1.0
|
|
8502
9109
|
'@types/chai': 5.2.3
|
|
8503
|
-
'@vitest/spy': 4.
|
|
8504
|
-
'@vitest/utils': 4.
|
|
9110
|
+
'@vitest/spy': 4.1.2
|
|
9111
|
+
'@vitest/utils': 4.1.2
|
|
8505
9112
|
chai: 6.2.2
|
|
8506
|
-
tinyrainbow: 3.0
|
|
9113
|
+
tinyrainbow: 3.1.0
|
|
8507
9114
|
|
|
8508
|
-
'@vitest/mocker@4.
|
|
9115
|
+
'@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))':
|
|
8509
9116
|
dependencies:
|
|
8510
|
-
'@vitest/spy': 4.
|
|
9117
|
+
'@vitest/spy': 4.1.2
|
|
8511
9118
|
estree-walker: 3.0.3
|
|
8512
9119
|
magic-string: 0.30.21
|
|
8513
9120
|
optionalDependencies:
|
|
8514
|
-
vite:
|
|
9121
|
+
vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
8515
9122
|
|
|
8516
|
-
'@vitest/pretty-format@4.
|
|
9123
|
+
'@vitest/pretty-format@4.1.2':
|
|
8517
9124
|
dependencies:
|
|
8518
|
-
tinyrainbow: 3.0
|
|
9125
|
+
tinyrainbow: 3.1.0
|
|
8519
9126
|
|
|
8520
|
-
'@vitest/runner@4.
|
|
9127
|
+
'@vitest/runner@4.1.2':
|
|
8521
9128
|
dependencies:
|
|
8522
|
-
'@vitest/utils': 4.
|
|
9129
|
+
'@vitest/utils': 4.1.2
|
|
8523
9130
|
pathe: 2.0.3
|
|
8524
9131
|
|
|
8525
|
-
'@vitest/snapshot@4.
|
|
9132
|
+
'@vitest/snapshot@4.1.2':
|
|
8526
9133
|
dependencies:
|
|
8527
|
-
'@vitest/pretty-format': 4.
|
|
9134
|
+
'@vitest/pretty-format': 4.1.2
|
|
9135
|
+
'@vitest/utils': 4.1.2
|
|
8528
9136
|
magic-string: 0.30.21
|
|
8529
9137
|
pathe: 2.0.3
|
|
8530
9138
|
|
|
8531
|
-
'@vitest/spy@4.
|
|
9139
|
+
'@vitest/spy@4.1.2': {}
|
|
8532
9140
|
|
|
8533
|
-
'@vitest/utils@4.
|
|
9141
|
+
'@vitest/utils@4.1.2':
|
|
8534
9142
|
dependencies:
|
|
8535
|
-
'@vitest/pretty-format': 4.
|
|
8536
|
-
|
|
9143
|
+
'@vitest/pretty-format': 4.1.2
|
|
9144
|
+
convert-source-map: 2.0.0
|
|
9145
|
+
tinyrainbow: 3.1.0
|
|
8537
9146
|
|
|
8538
9147
|
'@vue/babel-helper-vue-transform-on@1.5.0': {}
|
|
8539
9148
|
|
|
@@ -8572,11 +9181,24 @@ snapshots:
|
|
|
8572
9181
|
estree-walker: 2.0.2
|
|
8573
9182
|
source-map-js: 1.2.1
|
|
8574
9183
|
|
|
9184
|
+
'@vue/compiler-core@3.5.31':
|
|
9185
|
+
dependencies:
|
|
9186
|
+
'@babel/parser': 7.29.2
|
|
9187
|
+
'@vue/shared': 3.5.31
|
|
9188
|
+
entities: 7.0.1
|
|
9189
|
+
estree-walker: 2.0.2
|
|
9190
|
+
source-map-js: 1.2.1
|
|
9191
|
+
|
|
8575
9192
|
'@vue/compiler-dom@3.5.29':
|
|
8576
9193
|
dependencies:
|
|
8577
9194
|
'@vue/compiler-core': 3.5.29
|
|
8578
9195
|
'@vue/shared': 3.5.29
|
|
8579
9196
|
|
|
9197
|
+
'@vue/compiler-dom@3.5.31':
|
|
9198
|
+
dependencies:
|
|
9199
|
+
'@vue/compiler-core': 3.5.31
|
|
9200
|
+
'@vue/shared': 3.5.31
|
|
9201
|
+
|
|
8580
9202
|
'@vue/compiler-sfc@3.5.29':
|
|
8581
9203
|
dependencies:
|
|
8582
9204
|
'@babel/parser': 7.29.0
|
|
@@ -8589,20 +9211,37 @@ snapshots:
|
|
|
8589
9211
|
postcss: 8.5.6
|
|
8590
9212
|
source-map-js: 1.2.1
|
|
8591
9213
|
|
|
9214
|
+
'@vue/compiler-sfc@3.5.31':
|
|
9215
|
+
dependencies:
|
|
9216
|
+
'@babel/parser': 7.29.2
|
|
9217
|
+
'@vue/compiler-core': 3.5.31
|
|
9218
|
+
'@vue/compiler-dom': 3.5.31
|
|
9219
|
+
'@vue/compiler-ssr': 3.5.31
|
|
9220
|
+
'@vue/shared': 3.5.31
|
|
9221
|
+
estree-walker: 2.0.2
|
|
9222
|
+
magic-string: 0.30.21
|
|
9223
|
+
postcss: 8.5.8
|
|
9224
|
+
source-map-js: 1.2.1
|
|
9225
|
+
|
|
8592
9226
|
'@vue/compiler-ssr@3.5.29':
|
|
8593
9227
|
dependencies:
|
|
8594
9228
|
'@vue/compiler-dom': 3.5.29
|
|
8595
9229
|
'@vue/shared': 3.5.29
|
|
8596
9230
|
|
|
8597
|
-
'@vue/
|
|
9231
|
+
'@vue/compiler-ssr@3.5.31':
|
|
9232
|
+
dependencies:
|
|
9233
|
+
'@vue/compiler-dom': 3.5.31
|
|
9234
|
+
'@vue/shared': 3.5.31
|
|
9235
|
+
|
|
9236
|
+
'@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))':
|
|
8598
9237
|
dependencies:
|
|
8599
9238
|
'@vue/devtools-kit': 7.7.9
|
|
8600
9239
|
'@vue/devtools-shared': 7.7.9
|
|
8601
9240
|
mitt: 3.0.1
|
|
8602
9241
|
nanoid: 5.1.6
|
|
8603
9242
|
pathe: 2.0.3
|
|
8604
|
-
vite-hot-client: 2.1.0(vite@6.4.1(@types/node@25.
|
|
8605
|
-
vue: 3.5.
|
|
9243
|
+
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))
|
|
9244
|
+
vue: 3.5.31(typescript@5.9.3)
|
|
8606
9245
|
transitivePeerDependencies:
|
|
8607
9246
|
- vite
|
|
8608
9247
|
|
|
@@ -8620,30 +9259,32 @@ snapshots:
|
|
|
8620
9259
|
dependencies:
|
|
8621
9260
|
rfdc: 1.4.1
|
|
8622
9261
|
|
|
8623
|
-
'@vue/reactivity@3.5.
|
|
9262
|
+
'@vue/reactivity@3.5.31':
|
|
8624
9263
|
dependencies:
|
|
8625
|
-
'@vue/shared': 3.5.
|
|
9264
|
+
'@vue/shared': 3.5.31
|
|
8626
9265
|
|
|
8627
|
-
'@vue/runtime-core@3.5.
|
|
9266
|
+
'@vue/runtime-core@3.5.31':
|
|
8628
9267
|
dependencies:
|
|
8629
|
-
'@vue/reactivity': 3.5.
|
|
8630
|
-
'@vue/shared': 3.5.
|
|
9268
|
+
'@vue/reactivity': 3.5.31
|
|
9269
|
+
'@vue/shared': 3.5.31
|
|
8631
9270
|
|
|
8632
|
-
'@vue/runtime-dom@3.5.
|
|
9271
|
+
'@vue/runtime-dom@3.5.31':
|
|
8633
9272
|
dependencies:
|
|
8634
|
-
'@vue/reactivity': 3.5.
|
|
8635
|
-
'@vue/runtime-core': 3.5.
|
|
8636
|
-
'@vue/shared': 3.5.
|
|
9273
|
+
'@vue/reactivity': 3.5.31
|
|
9274
|
+
'@vue/runtime-core': 3.5.31
|
|
9275
|
+
'@vue/shared': 3.5.31
|
|
8637
9276
|
csstype: 3.2.3
|
|
8638
9277
|
|
|
8639
|
-
'@vue/server-renderer@3.5.
|
|
9278
|
+
'@vue/server-renderer@3.5.31(vue@3.5.31(typescript@5.9.3))':
|
|
8640
9279
|
dependencies:
|
|
8641
|
-
'@vue/compiler-ssr': 3.5.
|
|
8642
|
-
'@vue/shared': 3.5.
|
|
8643
|
-
vue: 3.5.
|
|
9280
|
+
'@vue/compiler-ssr': 3.5.31
|
|
9281
|
+
'@vue/shared': 3.5.31
|
|
9282
|
+
vue: 3.5.31(typescript@5.9.3)
|
|
8644
9283
|
|
|
8645
9284
|
'@vue/shared@3.5.29': {}
|
|
8646
9285
|
|
|
9286
|
+
'@vue/shared@3.5.31': {}
|
|
9287
|
+
|
|
8647
9288
|
'@vue/test-utils@2.4.6':
|
|
8648
9289
|
dependencies:
|
|
8649
9290
|
js-beautify: 1.15.4
|
|
@@ -8707,21 +9348,21 @@ snapshots:
|
|
|
8707
9348
|
'@algolia/requester-fetch': 5.48.1
|
|
8708
9349
|
'@algolia/requester-node-http': 5.48.1
|
|
8709
9350
|
|
|
8710
|
-
angular-eslint@21.3.
|
|
9351
|
+
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):
|
|
8711
9352
|
dependencies:
|
|
8712
|
-
'@angular-devkit/core': 21.2.
|
|
8713
|
-
'@angular-devkit/schematics': 21.2.
|
|
8714
|
-
'@angular-eslint/builder': 21.3.
|
|
8715
|
-
'@angular-eslint/eslint-plugin': 21.3.
|
|
8716
|
-
'@angular-eslint/eslint-plugin-template': 21.3.
|
|
8717
|
-
'@angular-eslint/schematics': 21.3.
|
|
8718
|
-
'@angular-eslint/template-parser': 21.3.
|
|
8719
|
-
'@angular/cli': 21.2.
|
|
9353
|
+
'@angular-devkit/core': 21.2.5(chokidar@5.0.0)
|
|
9354
|
+
'@angular-devkit/schematics': 21.2.5(chokidar@5.0.0)
|
|
9355
|
+
'@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)
|
|
9356
|
+
'@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)
|
|
9357
|
+
'@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)
|
|
9358
|
+
'@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)
|
|
9359
|
+
'@angular-eslint/template-parser': 21.3.1(eslint@9.39.4)(typescript@5.9.3)
|
|
9360
|
+
'@angular/cli': 21.2.5(@types/node@25.5.0)(chokidar@5.0.0)
|
|
8720
9361
|
'@typescript-eslint/types': 8.56.1
|
|
8721
9362
|
'@typescript-eslint/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
8722
9363
|
eslint: 9.39.4
|
|
8723
9364
|
typescript: 5.9.3
|
|
8724
|
-
typescript-eslint: 8.
|
|
9365
|
+
typescript-eslint: 8.57.2(eslint@9.39.4)(typescript@5.9.3)
|
|
8725
9366
|
transitivePeerDependencies:
|
|
8726
9367
|
- chokidar
|
|
8727
9368
|
- supports-color
|
|
@@ -8749,7 +9390,7 @@ snapshots:
|
|
|
8749
9390
|
anymatch@3.1.3:
|
|
8750
9391
|
dependencies:
|
|
8751
9392
|
normalize-path: 3.0.0
|
|
8752
|
-
picomatch: 2.3.
|
|
9393
|
+
picomatch: 2.3.2
|
|
8753
9394
|
|
|
8754
9395
|
arg@4.1.3: {}
|
|
8755
9396
|
|
|
@@ -8861,11 +9502,11 @@ snapshots:
|
|
|
8861
9502
|
transitivePeerDependencies:
|
|
8862
9503
|
- supports-color
|
|
8863
9504
|
|
|
8864
|
-
astro@5.18.
|
|
9505
|
+
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):
|
|
8865
9506
|
dependencies:
|
|
8866
9507
|
'@astrojs/compiler': 2.13.1
|
|
8867
|
-
'@astrojs/internal-helpers': 0.7.
|
|
8868
|
-
'@astrojs/markdown-remark': 6.3.
|
|
9508
|
+
'@astrojs/internal-helpers': 0.7.6
|
|
9509
|
+
'@astrojs/markdown-remark': 6.3.11
|
|
8869
9510
|
'@astrojs/telemetry': 3.3.0
|
|
8870
9511
|
'@capsizecss/unpack': 4.0.0
|
|
8871
9512
|
'@oslojs/encoding': 1.1.0
|
|
@@ -8903,12 +9544,12 @@ snapshots:
|
|
|
8903
9544
|
p-queue: 8.1.1
|
|
8904
9545
|
package-manager-detector: 1.6.0
|
|
8905
9546
|
piccolore: 0.1.3
|
|
8906
|
-
picomatch: 4.0.
|
|
9547
|
+
picomatch: 4.0.4
|
|
8907
9548
|
prompts: 2.4.2
|
|
8908
9549
|
rehype: 13.0.2
|
|
8909
9550
|
semver: 7.7.4
|
|
8910
9551
|
shiki: 3.23.0
|
|
8911
|
-
smol-toml: 1.6.
|
|
9552
|
+
smol-toml: 1.6.1
|
|
8912
9553
|
svgo: 4.0.1
|
|
8913
9554
|
tinyexec: 1.0.2
|
|
8914
9555
|
tinyglobby: 0.2.15
|
|
@@ -8918,8 +9559,8 @@ snapshots:
|
|
|
8918
9559
|
unist-util-visit: 5.1.0
|
|
8919
9560
|
unstorage: 1.17.4
|
|
8920
9561
|
vfile: 6.0.3
|
|
8921
|
-
vite: 6.4.1(@types/node@25.
|
|
8922
|
-
vitefu: 1.1.2(vite@6.4.1(@types/node@25.
|
|
9562
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
9563
|
+
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))
|
|
8923
9564
|
xxhash-wasm: 1.1.0
|
|
8924
9565
|
yargs-parser: 21.1.1
|
|
8925
9566
|
yocto-spinner: 0.2.3
|
|
@@ -8976,10 +9617,26 @@ snapshots:
|
|
|
8976
9617
|
|
|
8977
9618
|
axobject-query@4.1.0: {}
|
|
8978
9619
|
|
|
9620
|
+
babel-plugin-jsx-dom-expressions@0.40.6(@babel/core@7.29.0):
|
|
9621
|
+
dependencies:
|
|
9622
|
+
'@babel/core': 7.29.0
|
|
9623
|
+
'@babel/helper-module-imports': 7.18.6
|
|
9624
|
+
'@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0)
|
|
9625
|
+
'@babel/types': 7.29.0
|
|
9626
|
+
html-entities: 2.3.3
|
|
9627
|
+
parse5: 7.3.0
|
|
9628
|
+
|
|
8979
9629
|
babel-plugin-transform-hook-names@1.0.2(@babel/core@7.29.0):
|
|
8980
9630
|
dependencies:
|
|
8981
9631
|
'@babel/core': 7.29.0
|
|
8982
9632
|
|
|
9633
|
+
babel-preset-solid@1.9.12(@babel/core@7.29.0)(solid-js@1.9.12):
|
|
9634
|
+
dependencies:
|
|
9635
|
+
'@babel/core': 7.29.0
|
|
9636
|
+
babel-plugin-jsx-dom-expressions: 0.40.6(@babel/core@7.29.0)
|
|
9637
|
+
optionalDependencies:
|
|
9638
|
+
solid-js: 1.9.12
|
|
9639
|
+
|
|
8983
9640
|
bail@2.0.2: {}
|
|
8984
9641
|
|
|
8985
9642
|
balanced-match@1.0.2: {}
|
|
@@ -9039,16 +9696,16 @@ snapshots:
|
|
|
9039
9696
|
widest-line: 5.0.0
|
|
9040
9697
|
wrap-ansi: 9.0.2
|
|
9041
9698
|
|
|
9042
|
-
brace-expansion@1.1.
|
|
9699
|
+
brace-expansion@1.1.13:
|
|
9043
9700
|
dependencies:
|
|
9044
9701
|
balanced-match: 1.0.2
|
|
9045
9702
|
concat-map: 0.0.1
|
|
9046
9703
|
|
|
9047
|
-
brace-expansion@2.0.
|
|
9704
|
+
brace-expansion@2.0.3:
|
|
9048
9705
|
dependencies:
|
|
9049
9706
|
balanced-match: 1.0.2
|
|
9050
9707
|
|
|
9051
|
-
brace-expansion@5.0.
|
|
9708
|
+
brace-expansion@5.0.5:
|
|
9052
9709
|
dependencies:
|
|
9053
9710
|
balanced-match: 4.0.4
|
|
9054
9711
|
|
|
@@ -9357,8 +10014,7 @@ snapshots:
|
|
|
9357
10014
|
|
|
9358
10015
|
destr@2.0.5: {}
|
|
9359
10016
|
|
|
9360
|
-
detect-libc@2.1.2:
|
|
9361
|
-
optional: true
|
|
10017
|
+
detect-libc@2.1.2: {}
|
|
9362
10018
|
|
|
9363
10019
|
deterministic-object-hash@2.0.2:
|
|
9364
10020
|
dependencies:
|
|
@@ -9541,6 +10197,8 @@ snapshots:
|
|
|
9541
10197
|
|
|
9542
10198
|
es-module-lexer@1.7.0: {}
|
|
9543
10199
|
|
|
10200
|
+
es-module-lexer@2.0.0: {}
|
|
10201
|
+
|
|
9544
10202
|
es-object-atoms@1.1.1:
|
|
9545
10203
|
dependencies:
|
|
9546
10204
|
es-errors: 1.3.0
|
|
@@ -9660,11 +10318,11 @@ snapshots:
|
|
|
9660
10318
|
transitivePeerDependencies:
|
|
9661
10319
|
- supports-color
|
|
9662
10320
|
|
|
9663
|
-
eslint-module-utils@2.12.1(@typescript-eslint/parser@8.
|
|
10321
|
+
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):
|
|
9664
10322
|
dependencies:
|
|
9665
10323
|
debug: 3.2.7
|
|
9666
10324
|
optionalDependencies:
|
|
9667
|
-
'@typescript-eslint/parser': 8.
|
|
10325
|
+
'@typescript-eslint/parser': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
|
|
9668
10326
|
eslint: 9.39.4
|
|
9669
10327
|
eslint-import-resolver-node: 0.3.9
|
|
9670
10328
|
transitivePeerDependencies:
|
|
@@ -9695,7 +10353,7 @@ snapshots:
|
|
|
9695
10353
|
lodash.memoize: 4.1.2
|
|
9696
10354
|
semver: 7.7.4
|
|
9697
10355
|
|
|
9698
|
-
eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.
|
|
10356
|
+
eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4):
|
|
9699
10357
|
dependencies:
|
|
9700
10358
|
'@rtsao/scc': 1.1.0
|
|
9701
10359
|
array-includes: 3.1.9
|
|
@@ -9706,7 +10364,7 @@ snapshots:
|
|
|
9706
10364
|
doctrine: 2.1.0
|
|
9707
10365
|
eslint: 9.39.4
|
|
9708
10366
|
eslint-import-resolver-node: 0.3.9
|
|
9709
|
-
eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.
|
|
10367
|
+
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)
|
|
9710
10368
|
hasown: 2.0.2
|
|
9711
10369
|
is-core-module: 2.16.1
|
|
9712
10370
|
is-glob: 4.0.3
|
|
@@ -9718,7 +10376,7 @@ snapshots:
|
|
|
9718
10376
|
string.prototype.trimend: 1.0.9
|
|
9719
10377
|
tsconfig-paths: 3.15.0
|
|
9720
10378
|
optionalDependencies:
|
|
9721
|
-
'@typescript-eslint/parser': 8.
|
|
10379
|
+
'@typescript-eslint/parser': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
|
|
9722
10380
|
transitivePeerDependencies:
|
|
9723
10381
|
- eslint-import-resolver-typescript
|
|
9724
10382
|
- eslint-import-resolver-webpack
|
|
@@ -9732,26 +10390,26 @@ snapshots:
|
|
|
9732
10390
|
optionalDependencies:
|
|
9733
10391
|
'@testing-library/dom': 10.4.1
|
|
9734
10392
|
|
|
9735
|
-
eslint-plugin-jest@29.15.
|
|
10393
|
+
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):
|
|
9736
10394
|
dependencies:
|
|
9737
10395
|
'@typescript-eslint/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
9738
10396
|
eslint: 9.39.4
|
|
9739
10397
|
optionalDependencies:
|
|
9740
|
-
'@typescript-eslint/eslint-plugin': 8.
|
|
10398
|
+
'@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)
|
|
9741
10399
|
typescript: 5.9.3
|
|
9742
10400
|
transitivePeerDependencies:
|
|
9743
10401
|
- supports-color
|
|
9744
10402
|
|
|
9745
|
-
eslint-plugin-perfectionist@5.
|
|
10403
|
+
eslint-plugin-perfectionist@5.7.0(eslint@9.39.4)(typescript@5.9.3):
|
|
9746
10404
|
dependencies:
|
|
9747
|
-
'@typescript-eslint/utils': 8.
|
|
10405
|
+
'@typescript-eslint/utils': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
|
|
9748
10406
|
eslint: 9.39.4
|
|
9749
10407
|
natural-orderby: 5.0.0
|
|
9750
10408
|
transitivePeerDependencies:
|
|
9751
10409
|
- supports-color
|
|
9752
10410
|
- typescript
|
|
9753
10411
|
|
|
9754
|
-
eslint-plugin-playwright@2.
|
|
10412
|
+
eslint-plugin-playwright@2.10.1(eslint@9.39.4):
|
|
9755
10413
|
dependencies:
|
|
9756
10414
|
eslint: 9.39.4
|
|
9757
10415
|
globals: 17.4.0
|
|
@@ -9793,7 +10451,20 @@ snapshots:
|
|
|
9793
10451
|
string.prototype.matchall: 4.0.12
|
|
9794
10452
|
string.prototype.repeat: 1.0.0
|
|
9795
10453
|
|
|
9796
|
-
eslint-plugin-
|
|
10454
|
+
eslint-plugin-solid@0.14.5(eslint@9.39.4)(typescript@5.9.3):
|
|
10455
|
+
dependencies:
|
|
10456
|
+
'@typescript-eslint/utils': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
|
|
10457
|
+
eslint: 9.39.4
|
|
10458
|
+
estraverse: 5.3.0
|
|
10459
|
+
is-html: 2.0.0
|
|
10460
|
+
kebab-case: 1.0.2
|
|
10461
|
+
known-css-properties: 0.30.0
|
|
10462
|
+
style-to-object: 1.0.14
|
|
10463
|
+
typescript: 5.9.3
|
|
10464
|
+
transitivePeerDependencies:
|
|
10465
|
+
- supports-color
|
|
10466
|
+
|
|
10467
|
+
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)):
|
|
9797
10468
|
dependencies:
|
|
9798
10469
|
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4)
|
|
9799
10470
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
@@ -9802,25 +10473,25 @@ snapshots:
|
|
|
9802
10473
|
globals: 16.5.0
|
|
9803
10474
|
known-css-properties: 0.37.0
|
|
9804
10475
|
postcss: 8.5.6
|
|
9805
|
-
postcss-load-config: 3.1.4(postcss@8.5.6)(ts-node@10.9.2(@types/node@25.
|
|
10476
|
+
postcss-load-config: 3.1.4(postcss@8.5.6)(ts-node@10.9.2(@types/node@25.5.0)(typescript@5.9.3))
|
|
9806
10477
|
postcss-safe-parser: 7.0.1(postcss@8.5.6)
|
|
9807
10478
|
semver: 7.7.4
|
|
9808
|
-
svelte-eslint-parser: 1.6.0(svelte@5.
|
|
10479
|
+
svelte-eslint-parser: 1.6.0(svelte@5.55.0)
|
|
9809
10480
|
optionalDependencies:
|
|
9810
|
-
svelte: 5.
|
|
10481
|
+
svelte: 5.55.0
|
|
9811
10482
|
transitivePeerDependencies:
|
|
9812
10483
|
- ts-node
|
|
9813
10484
|
|
|
9814
|
-
eslint-plugin-testing-library@7.16.
|
|
10485
|
+
eslint-plugin-testing-library@7.16.2(eslint@9.39.4)(typescript@5.9.3):
|
|
9815
10486
|
dependencies:
|
|
9816
|
-
'@typescript-eslint/scope-manager': 8.
|
|
9817
|
-
'@typescript-eslint/utils': 8.
|
|
10487
|
+
'@typescript-eslint/scope-manager': 8.57.2
|
|
10488
|
+
'@typescript-eslint/utils': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
|
|
9818
10489
|
eslint: 9.39.4
|
|
9819
10490
|
transitivePeerDependencies:
|
|
9820
10491
|
- supports-color
|
|
9821
10492
|
- typescript
|
|
9822
10493
|
|
|
9823
|
-
eslint-plugin-vue@10.8.0(@typescript-eslint/parser@8.
|
|
10494
|
+
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)):
|
|
9824
10495
|
dependencies:
|
|
9825
10496
|
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4)
|
|
9826
10497
|
eslint: 9.39.4
|
|
@@ -9831,7 +10502,7 @@ snapshots:
|
|
|
9831
10502
|
vue-eslint-parser: 10.4.0(eslint@9.39.4)
|
|
9832
10503
|
xml-name-validator: 4.0.0
|
|
9833
10504
|
optionalDependencies:
|
|
9834
|
-
'@typescript-eslint/parser': 8.
|
|
10505
|
+
'@typescript-eslint/parser': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
|
|
9835
10506
|
|
|
9836
10507
|
eslint-scope@5.1.1:
|
|
9837
10508
|
dependencies:
|
|
@@ -9850,6 +10521,13 @@ snapshots:
|
|
|
9850
10521
|
esrecurse: 4.3.0
|
|
9851
10522
|
estraverse: 5.3.0
|
|
9852
10523
|
|
|
10524
|
+
eslint-scope@9.1.2:
|
|
10525
|
+
dependencies:
|
|
10526
|
+
'@types/esrecurse': 4.3.1
|
|
10527
|
+
'@types/estree': 1.0.8
|
|
10528
|
+
esrecurse: 4.3.0
|
|
10529
|
+
estraverse: 5.3.0
|
|
10530
|
+
|
|
9853
10531
|
eslint-visitor-keys@2.1.0: {}
|
|
9854
10532
|
|
|
9855
10533
|
eslint-visitor-keys@3.4.3: {}
|
|
@@ -10028,9 +10706,9 @@ snapshots:
|
|
|
10028
10706
|
dependencies:
|
|
10029
10707
|
format: 0.2.2
|
|
10030
10708
|
|
|
10031
|
-
fdir@6.5.0(picomatch@4.0.
|
|
10709
|
+
fdir@6.5.0(picomatch@4.0.4):
|
|
10032
10710
|
optionalDependencies:
|
|
10033
|
-
picomatch: 4.0.
|
|
10711
|
+
picomatch: 4.0.4
|
|
10034
10712
|
|
|
10035
10713
|
figures@6.1.0:
|
|
10036
10714
|
dependencies:
|
|
@@ -10066,10 +10744,10 @@ snapshots:
|
|
|
10066
10744
|
|
|
10067
10745
|
flat-cache@4.0.1:
|
|
10068
10746
|
dependencies:
|
|
10069
|
-
flatted: 3.4.
|
|
10747
|
+
flatted: 3.4.2
|
|
10070
10748
|
keyv: 4.5.4
|
|
10071
10749
|
|
|
10072
|
-
flatted@3.4.
|
|
10750
|
+
flatted@3.4.2: {}
|
|
10073
10751
|
|
|
10074
10752
|
flattie@1.1.1: {}
|
|
10075
10753
|
|
|
@@ -10212,7 +10890,7 @@ snapshots:
|
|
|
10212
10890
|
|
|
10213
10891
|
graceful-fs@4.2.11: {}
|
|
10214
10892
|
|
|
10215
|
-
h3@1.15.
|
|
10893
|
+
h3@1.15.9:
|
|
10216
10894
|
dependencies:
|
|
10217
10895
|
cookie-es: 1.2.2
|
|
10218
10896
|
crossws: 0.3.5
|
|
@@ -10224,9 +10902,9 @@ snapshots:
|
|
|
10224
10902
|
ufo: 1.6.3
|
|
10225
10903
|
uncrypto: 0.1.3
|
|
10226
10904
|
|
|
10227
|
-
happy-dom@20.8.
|
|
10905
|
+
happy-dom@20.8.9:
|
|
10228
10906
|
dependencies:
|
|
10229
|
-
'@types/node': 25.
|
|
10907
|
+
'@types/node': 25.5.0
|
|
10230
10908
|
'@types/whatwg-mimetype': 3.0.2
|
|
10231
10909
|
'@types/ws': 8.18.1
|
|
10232
10910
|
entities: 7.0.1
|
|
@@ -10361,8 +11039,12 @@ snapshots:
|
|
|
10361
11039
|
dependencies:
|
|
10362
11040
|
lru-cache: 11.2.6
|
|
10363
11041
|
|
|
11042
|
+
html-entities@2.3.3: {}
|
|
11043
|
+
|
|
10364
11044
|
html-escaper@3.0.3: {}
|
|
10365
11045
|
|
|
11046
|
+
html-tags@3.3.1: {}
|
|
11047
|
+
|
|
10366
11048
|
html-void-elements@3.0.0: {}
|
|
10367
11049
|
|
|
10368
11050
|
htmlparser2@10.1.0:
|
|
@@ -10431,6 +11113,8 @@ snapshots:
|
|
|
10431
11113
|
|
|
10432
11114
|
ini@6.0.0: {}
|
|
10433
11115
|
|
|
11116
|
+
inline-style-parser@0.2.7: {}
|
|
11117
|
+
|
|
10434
11118
|
internal-slot@1.1.0:
|
|
10435
11119
|
dependencies:
|
|
10436
11120
|
es-errors: 1.3.0
|
|
@@ -10516,6 +11200,10 @@ snapshots:
|
|
|
10516
11200
|
dependencies:
|
|
10517
11201
|
is-extglob: 2.1.1
|
|
10518
11202
|
|
|
11203
|
+
is-html@2.0.0:
|
|
11204
|
+
dependencies:
|
|
11205
|
+
html-tags: 3.3.1
|
|
11206
|
+
|
|
10519
11207
|
is-inside-container@1.0.0:
|
|
10520
11208
|
dependencies:
|
|
10521
11209
|
is-docker: 3.0.0
|
|
@@ -10584,6 +11272,8 @@ snapshots:
|
|
|
10584
11272
|
call-bound: 1.0.4
|
|
10585
11273
|
get-intrinsic: 1.3.0
|
|
10586
11274
|
|
|
11275
|
+
is-what@4.1.16: {}
|
|
11276
|
+
|
|
10587
11277
|
is-what@5.5.0: {}
|
|
10588
11278
|
|
|
10589
11279
|
is-wsl@2.2.0:
|
|
@@ -10692,6 +11382,12 @@ snapshots:
|
|
|
10692
11382
|
object.assign: 4.1.7
|
|
10693
11383
|
object.values: 1.2.1
|
|
10694
11384
|
|
|
11385
|
+
katex@0.16.44:
|
|
11386
|
+
dependencies:
|
|
11387
|
+
commander: 8.3.0
|
|
11388
|
+
|
|
11389
|
+
kebab-case@1.0.2: {}
|
|
11390
|
+
|
|
10695
11391
|
keyv@4.5.4:
|
|
10696
11392
|
dependencies:
|
|
10697
11393
|
json-buffer: 3.0.1
|
|
@@ -10704,6 +11400,8 @@ snapshots:
|
|
|
10704
11400
|
|
|
10705
11401
|
kleur@4.1.5: {}
|
|
10706
11402
|
|
|
11403
|
+
known-css-properties@0.30.0: {}
|
|
11404
|
+
|
|
10707
11405
|
known-css-properties@0.37.0: {}
|
|
10708
11406
|
|
|
10709
11407
|
kolorist@1.8.0: {}
|
|
@@ -10713,6 +11411,55 @@ snapshots:
|
|
|
10713
11411
|
prelude-ls: 1.2.1
|
|
10714
11412
|
type-check: 0.4.0
|
|
10715
11413
|
|
|
11414
|
+
lightningcss-android-arm64@1.32.0:
|
|
11415
|
+
optional: true
|
|
11416
|
+
|
|
11417
|
+
lightningcss-darwin-arm64@1.32.0:
|
|
11418
|
+
optional: true
|
|
11419
|
+
|
|
11420
|
+
lightningcss-darwin-x64@1.32.0:
|
|
11421
|
+
optional: true
|
|
11422
|
+
|
|
11423
|
+
lightningcss-freebsd-x64@1.32.0:
|
|
11424
|
+
optional: true
|
|
11425
|
+
|
|
11426
|
+
lightningcss-linux-arm-gnueabihf@1.32.0:
|
|
11427
|
+
optional: true
|
|
11428
|
+
|
|
11429
|
+
lightningcss-linux-arm64-gnu@1.32.0:
|
|
11430
|
+
optional: true
|
|
11431
|
+
|
|
11432
|
+
lightningcss-linux-arm64-musl@1.32.0:
|
|
11433
|
+
optional: true
|
|
11434
|
+
|
|
11435
|
+
lightningcss-linux-x64-gnu@1.32.0:
|
|
11436
|
+
optional: true
|
|
11437
|
+
|
|
11438
|
+
lightningcss-linux-x64-musl@1.32.0:
|
|
11439
|
+
optional: true
|
|
11440
|
+
|
|
11441
|
+
lightningcss-win32-arm64-msvc@1.32.0:
|
|
11442
|
+
optional: true
|
|
11443
|
+
|
|
11444
|
+
lightningcss-win32-x64-msvc@1.32.0:
|
|
11445
|
+
optional: true
|
|
11446
|
+
|
|
11447
|
+
lightningcss@1.32.0:
|
|
11448
|
+
dependencies:
|
|
11449
|
+
detect-libc: 2.1.2
|
|
11450
|
+
optionalDependencies:
|
|
11451
|
+
lightningcss-android-arm64: 1.32.0
|
|
11452
|
+
lightningcss-darwin-arm64: 1.32.0
|
|
11453
|
+
lightningcss-darwin-x64: 1.32.0
|
|
11454
|
+
lightningcss-freebsd-x64: 1.32.0
|
|
11455
|
+
lightningcss-linux-arm-gnueabihf: 1.32.0
|
|
11456
|
+
lightningcss-linux-arm64-gnu: 1.32.0
|
|
11457
|
+
lightningcss-linux-arm64-musl: 1.32.0
|
|
11458
|
+
lightningcss-linux-x64-gnu: 1.32.0
|
|
11459
|
+
lightningcss-linux-x64-musl: 1.32.0
|
|
11460
|
+
lightningcss-win32-arm64-msvc: 1.32.0
|
|
11461
|
+
lightningcss-win32-x64-msvc: 1.32.0
|
|
11462
|
+
|
|
10716
11463
|
lilconfig@2.1.0: {}
|
|
10717
11464
|
|
|
10718
11465
|
listr2@9.0.5:
|
|
@@ -10915,6 +11662,18 @@ snapshots:
|
|
|
10915
11662
|
transitivePeerDependencies:
|
|
10916
11663
|
- supports-color
|
|
10917
11664
|
|
|
11665
|
+
mdast-util-math@3.0.0:
|
|
11666
|
+
dependencies:
|
|
11667
|
+
'@types/hast': 3.0.4
|
|
11668
|
+
'@types/mdast': 4.0.4
|
|
11669
|
+
devlop: 1.1.0
|
|
11670
|
+
longest-streak: 3.1.0
|
|
11671
|
+
mdast-util-from-markdown: 2.0.3
|
|
11672
|
+
mdast-util-to-markdown: 2.1.2
|
|
11673
|
+
unist-util-remove-position: 5.0.0
|
|
11674
|
+
transitivePeerDependencies:
|
|
11675
|
+
- supports-color
|
|
11676
|
+
|
|
10918
11677
|
mdast-util-phrasing@4.1.0:
|
|
10919
11678
|
dependencies:
|
|
10920
11679
|
'@types/mdast': 4.0.4
|
|
@@ -10954,6 +11713,10 @@ snapshots:
|
|
|
10954
11713
|
|
|
10955
11714
|
media-typer@1.1.0: {}
|
|
10956
11715
|
|
|
11716
|
+
merge-anything@5.1.7:
|
|
11717
|
+
dependencies:
|
|
11718
|
+
is-what: 4.1.16
|
|
11719
|
+
|
|
10957
11720
|
merge-descriptors@2.0.0: {}
|
|
10958
11721
|
|
|
10959
11722
|
merge2@1.4.1: {}
|
|
@@ -11042,6 +11805,16 @@ snapshots:
|
|
|
11042
11805
|
micromark-util-combine-extensions: 2.0.1
|
|
11043
11806
|
micromark-util-types: 2.0.2
|
|
11044
11807
|
|
|
11808
|
+
micromark-extension-math@3.1.0:
|
|
11809
|
+
dependencies:
|
|
11810
|
+
'@types/katex': 0.16.8
|
|
11811
|
+
devlop: 1.1.0
|
|
11812
|
+
katex: 0.16.44
|
|
11813
|
+
micromark-factory-space: 2.0.1
|
|
11814
|
+
micromark-util-character: 2.1.1
|
|
11815
|
+
micromark-util-symbol: 2.0.1
|
|
11816
|
+
micromark-util-types: 2.0.2
|
|
11817
|
+
|
|
11045
11818
|
micromark-factory-destination@2.0.1:
|
|
11046
11819
|
dependencies:
|
|
11047
11820
|
micromark-util-character: 2.1.1
|
|
@@ -11159,7 +11932,7 @@ snapshots:
|
|
|
11159
11932
|
micromatch@4.0.8:
|
|
11160
11933
|
dependencies:
|
|
11161
11934
|
braces: 3.0.3
|
|
11162
|
-
picomatch: 2.3.
|
|
11935
|
+
picomatch: 2.3.2
|
|
11163
11936
|
|
|
11164
11937
|
mime-db@1.54.0: {}
|
|
11165
11938
|
|
|
@@ -11173,15 +11946,15 @@ snapshots:
|
|
|
11173
11946
|
|
|
11174
11947
|
minimatch@10.2.4:
|
|
11175
11948
|
dependencies:
|
|
11176
|
-
brace-expansion: 5.0.
|
|
11949
|
+
brace-expansion: 5.0.5
|
|
11177
11950
|
|
|
11178
11951
|
minimatch@3.1.5:
|
|
11179
11952
|
dependencies:
|
|
11180
|
-
brace-expansion: 1.1.
|
|
11953
|
+
brace-expansion: 1.1.13
|
|
11181
11954
|
|
|
11182
11955
|
minimatch@9.0.9:
|
|
11183
11956
|
dependencies:
|
|
11184
|
-
brace-expansion: 2.0.
|
|
11957
|
+
brace-expansion: 2.0.3
|
|
11185
11958
|
|
|
11186
11959
|
minimist@1.2.8: {}
|
|
11187
11960
|
|
|
@@ -11250,7 +12023,7 @@ snapshots:
|
|
|
11250
12023
|
|
|
11251
12024
|
nanoid@5.1.6: {}
|
|
11252
12025
|
|
|
11253
|
-
nanostores@1.
|
|
12026
|
+
nanostores@1.2.0: {}
|
|
11254
12027
|
|
|
11255
12028
|
natural-compare@1.4.0: {}
|
|
11256
12029
|
|
|
@@ -11584,7 +12357,7 @@ snapshots:
|
|
|
11584
12357
|
semver: 7.7.4
|
|
11585
12358
|
slash: 2.0.0
|
|
11586
12359
|
tmp: 0.2.5
|
|
11587
|
-
yaml: 2.8.
|
|
12360
|
+
yaml: 2.8.3
|
|
11588
12361
|
|
|
11589
12362
|
path-browserify@1.0.1: {}
|
|
11590
12363
|
|
|
@@ -11606,7 +12379,7 @@ snapshots:
|
|
|
11606
12379
|
lru-cache: 11.2.6
|
|
11607
12380
|
minipass: 7.1.3
|
|
11608
12381
|
|
|
11609
|
-
path-to-regexp@8.
|
|
12382
|
+
path-to-regexp@8.4.0: {}
|
|
11610
12383
|
|
|
11611
12384
|
pathe@2.0.3: {}
|
|
11612
12385
|
|
|
@@ -11616,9 +12389,9 @@ snapshots:
|
|
|
11616
12389
|
|
|
11617
12390
|
picocolors@1.1.1: {}
|
|
11618
12391
|
|
|
11619
|
-
picomatch@2.3.
|
|
12392
|
+
picomatch@2.3.2: {}
|
|
11620
12393
|
|
|
11621
|
-
picomatch@4.0.
|
|
12394
|
+
picomatch@4.0.4: {}
|
|
11622
12395
|
|
|
11623
12396
|
piscina@5.1.4:
|
|
11624
12397
|
optionalDependencies:
|
|
@@ -11636,13 +12409,13 @@ snapshots:
|
|
|
11636
12409
|
|
|
11637
12410
|
possible-typed-array-names@1.1.0: {}
|
|
11638
12411
|
|
|
11639
|
-
postcss-load-config@3.1.4(postcss@8.5.6)(ts-node@10.9.2(@types/node@25.
|
|
12412
|
+
postcss-load-config@3.1.4(postcss@8.5.6)(ts-node@10.9.2(@types/node@25.5.0)(typescript@5.9.3)):
|
|
11640
12413
|
dependencies:
|
|
11641
12414
|
lilconfig: 2.1.0
|
|
11642
|
-
yaml: 1.10.
|
|
12415
|
+
yaml: 1.10.3
|
|
11643
12416
|
optionalDependencies:
|
|
11644
12417
|
postcss: 8.5.6
|
|
11645
|
-
ts-node: 10.9.2(@types/node@25.
|
|
12418
|
+
ts-node: 10.9.2(@types/node@25.5.0)(typescript@5.9.3)
|
|
11646
12419
|
|
|
11647
12420
|
postcss-media-query-parser@0.2.3: {}
|
|
11648
12421
|
|
|
@@ -11665,18 +12438,31 @@ snapshots:
|
|
|
11665
12438
|
picocolors: 1.1.1
|
|
11666
12439
|
source-map-js: 1.2.1
|
|
11667
12440
|
|
|
11668
|
-
|
|
12441
|
+
postcss@8.5.8:
|
|
11669
12442
|
dependencies:
|
|
11670
|
-
|
|
12443
|
+
nanoid: 3.3.11
|
|
12444
|
+
picocolors: 1.1.1
|
|
12445
|
+
source-map-js: 1.2.1
|
|
11671
12446
|
|
|
11672
|
-
preact@10.
|
|
12447
|
+
preact-render-to-string@6.6.6(preact@10.29.0):
|
|
12448
|
+
dependencies:
|
|
12449
|
+
preact: 10.29.0
|
|
12450
|
+
|
|
12451
|
+
preact@10.29.0: {}
|
|
11673
12452
|
|
|
11674
12453
|
prelude-ls@1.2.1: {}
|
|
11675
12454
|
|
|
11676
|
-
prettier-plugin-
|
|
12455
|
+
prettier-plugin-solidity@2.3.1(prettier@3.8.1):
|
|
11677
12456
|
dependencies:
|
|
12457
|
+
'@nomicfoundation/slang': 1.3.4
|
|
12458
|
+
'@solidity-parser/parser': 0.20.2
|
|
11678
12459
|
prettier: 3.8.1
|
|
11679
|
-
|
|
12460
|
+
semver: 7.7.4
|
|
12461
|
+
|
|
12462
|
+
prettier-plugin-svelte@3.5.1(prettier@3.8.1)(svelte@5.55.0):
|
|
12463
|
+
dependencies:
|
|
12464
|
+
prettier: 3.8.1
|
|
12465
|
+
svelte: 5.55.0
|
|
11680
12466
|
|
|
11681
12467
|
prettier@3.8.1: {}
|
|
11682
12468
|
|
|
@@ -11749,8 +12535,6 @@ snapshots:
|
|
|
11749
12535
|
|
|
11750
12536
|
react-refresh@0.17.0: {}
|
|
11751
12537
|
|
|
11752
|
-
react-refresh@0.18.0: {}
|
|
11753
|
-
|
|
11754
12538
|
react@19.2.4: {}
|
|
11755
12539
|
|
|
11756
12540
|
readdirp@4.1.2: {}
|
|
@@ -11919,6 +12703,27 @@ snapshots:
|
|
|
11919
12703
|
|
|
11920
12704
|
rfdc@1.4.1: {}
|
|
11921
12705
|
|
|
12706
|
+
rolldown@1.0.0-rc.12:
|
|
12707
|
+
dependencies:
|
|
12708
|
+
'@oxc-project/types': 0.122.0
|
|
12709
|
+
'@rolldown/pluginutils': 1.0.0-rc.12
|
|
12710
|
+
optionalDependencies:
|
|
12711
|
+
'@rolldown/binding-android-arm64': 1.0.0-rc.12
|
|
12712
|
+
'@rolldown/binding-darwin-arm64': 1.0.0-rc.12
|
|
12713
|
+
'@rolldown/binding-darwin-x64': 1.0.0-rc.12
|
|
12714
|
+
'@rolldown/binding-freebsd-x64': 1.0.0-rc.12
|
|
12715
|
+
'@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.12
|
|
12716
|
+
'@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.12
|
|
12717
|
+
'@rolldown/binding-linux-arm64-musl': 1.0.0-rc.12
|
|
12718
|
+
'@rolldown/binding-linux-ppc64-gnu': 1.0.0-rc.12
|
|
12719
|
+
'@rolldown/binding-linux-s390x-gnu': 1.0.0-rc.12
|
|
12720
|
+
'@rolldown/binding-linux-x64-gnu': 1.0.0-rc.12
|
|
12721
|
+
'@rolldown/binding-linux-x64-musl': 1.0.0-rc.12
|
|
12722
|
+
'@rolldown/binding-openharmony-arm64': 1.0.0-rc.12
|
|
12723
|
+
'@rolldown/binding-wasm32-wasi': 1.0.0-rc.12
|
|
12724
|
+
'@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.12
|
|
12725
|
+
'@rolldown/binding-win32-x64-msvc': 1.0.0-rc.12
|
|
12726
|
+
|
|
11922
12727
|
rolldown@1.0.0-rc.4:
|
|
11923
12728
|
dependencies:
|
|
11924
12729
|
'@oxc-project/types': 0.113.0
|
|
@@ -11975,7 +12780,7 @@ snapshots:
|
|
|
11975
12780
|
depd: 2.0.0
|
|
11976
12781
|
is-promise: 4.0.0
|
|
11977
12782
|
parseurl: 1.3.3
|
|
11978
|
-
path-to-regexp: 8.
|
|
12783
|
+
path-to-regexp: 8.4.0
|
|
11979
12784
|
transitivePeerDependencies:
|
|
11980
12785
|
- supports-color
|
|
11981
12786
|
|
|
@@ -12044,6 +12849,12 @@ snapshots:
|
|
|
12044
12849
|
transitivePeerDependencies:
|
|
12045
12850
|
- supports-color
|
|
12046
12851
|
|
|
12852
|
+
seroval-plugins@1.5.1(seroval@1.5.1):
|
|
12853
|
+
dependencies:
|
|
12854
|
+
seroval: 1.5.1
|
|
12855
|
+
|
|
12856
|
+
seroval@1.5.1: {}
|
|
12857
|
+
|
|
12047
12858
|
serve-static@2.2.1:
|
|
12048
12859
|
dependencies:
|
|
12049
12860
|
encodeurl: 2.0.0
|
|
@@ -12196,7 +13007,7 @@ snapshots:
|
|
|
12196
13007
|
|
|
12197
13008
|
smart-buffer@4.2.0: {}
|
|
12198
13009
|
|
|
12199
|
-
smol-toml@1.6.
|
|
13010
|
+
smol-toml@1.6.1: {}
|
|
12200
13011
|
|
|
12201
13012
|
socks-proxy-agent@8.0.5:
|
|
12202
13013
|
dependencies:
|
|
@@ -12211,6 +13022,21 @@ snapshots:
|
|
|
12211
13022
|
ip-address: 10.1.0
|
|
12212
13023
|
smart-buffer: 4.2.0
|
|
12213
13024
|
|
|
13025
|
+
solid-js@1.9.12:
|
|
13026
|
+
dependencies:
|
|
13027
|
+
csstype: 3.2.3
|
|
13028
|
+
seroval: 1.5.1
|
|
13029
|
+
seroval-plugins: 1.5.1(seroval@1.5.1)
|
|
13030
|
+
|
|
13031
|
+
solid-refresh@0.6.3(solid-js@1.9.12):
|
|
13032
|
+
dependencies:
|
|
13033
|
+
'@babel/generator': 7.29.1
|
|
13034
|
+
'@babel/helper-module-imports': 7.28.6
|
|
13035
|
+
'@babel/types': 7.29.0
|
|
13036
|
+
solid-js: 1.9.12
|
|
13037
|
+
transitivePeerDependencies:
|
|
13038
|
+
- supports-color
|
|
13039
|
+
|
|
12214
13040
|
source-map-js@1.2.1: {}
|
|
12215
13041
|
|
|
12216
13042
|
source-map-support@0.5.21:
|
|
@@ -12245,7 +13071,7 @@ snapshots:
|
|
|
12245
13071
|
|
|
12246
13072
|
statuses@2.0.2: {}
|
|
12247
13073
|
|
|
12248
|
-
std-env@
|
|
13074
|
+
std-env@4.0.0: {}
|
|
12249
13075
|
|
|
12250
13076
|
stdin-discarder@0.3.1: {}
|
|
12251
13077
|
|
|
@@ -12344,6 +13170,10 @@ snapshots:
|
|
|
12344
13170
|
|
|
12345
13171
|
strip-json-comments@3.1.1: {}
|
|
12346
13172
|
|
|
13173
|
+
style-to-object@1.0.14:
|
|
13174
|
+
dependencies:
|
|
13175
|
+
inline-style-parser: 0.2.7
|
|
13176
|
+
|
|
12347
13177
|
superjson@2.2.6:
|
|
12348
13178
|
dependencies:
|
|
12349
13179
|
copy-anything: 4.0.5
|
|
@@ -12354,7 +13184,7 @@ snapshots:
|
|
|
12354
13184
|
|
|
12355
13185
|
supports-preserve-symlinks-flag@1.0.0: {}
|
|
12356
13186
|
|
|
12357
|
-
svelte-eslint-parser@1.6.0(svelte@5.
|
|
13187
|
+
svelte-eslint-parser@1.6.0(svelte@5.55.0):
|
|
12358
13188
|
dependencies:
|
|
12359
13189
|
eslint-scope: 8.4.0
|
|
12360
13190
|
eslint-visitor-keys: 4.2.1
|
|
@@ -12364,16 +13194,16 @@ snapshots:
|
|
|
12364
13194
|
postcss-selector-parser: 7.1.1
|
|
12365
13195
|
semver: 7.7.4
|
|
12366
13196
|
optionalDependencies:
|
|
12367
|
-
svelte: 5.
|
|
13197
|
+
svelte: 5.55.0
|
|
12368
13198
|
|
|
12369
|
-
svelte2tsx@0.7.51(svelte@5.
|
|
13199
|
+
svelte2tsx@0.7.51(svelte@5.55.0)(typescript@5.9.3):
|
|
12370
13200
|
dependencies:
|
|
12371
13201
|
dedent-js: 1.0.1
|
|
12372
13202
|
scule: 1.3.0
|
|
12373
|
-
svelte: 5.
|
|
13203
|
+
svelte: 5.55.0
|
|
12374
13204
|
typescript: 5.9.3
|
|
12375
13205
|
|
|
12376
|
-
svelte@5.
|
|
13206
|
+
svelte@5.55.0:
|
|
12377
13207
|
dependencies:
|
|
12378
13208
|
'@jridgewell/remapping': 2.3.5
|
|
12379
13209
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
@@ -12430,10 +13260,10 @@ snapshots:
|
|
|
12430
13260
|
|
|
12431
13261
|
tinyglobby@0.2.15:
|
|
12432
13262
|
dependencies:
|
|
12433
|
-
fdir: 6.5.0(picomatch@4.0.
|
|
12434
|
-
picomatch: 4.0.
|
|
13263
|
+
fdir: 6.5.0(picomatch@4.0.4)
|
|
13264
|
+
picomatch: 4.0.4
|
|
12435
13265
|
|
|
12436
|
-
tinyrainbow@3.0
|
|
13266
|
+
tinyrainbow@3.1.0: {}
|
|
12437
13267
|
|
|
12438
13268
|
tmp@0.2.5: {}
|
|
12439
13269
|
|
|
@@ -12458,14 +13288,14 @@ snapshots:
|
|
|
12458
13288
|
'@ts-morph/common': 0.22.0
|
|
12459
13289
|
code-block-writer: 12.0.0
|
|
12460
13290
|
|
|
12461
|
-
ts-node@10.9.2(@types/node@25.
|
|
13291
|
+
ts-node@10.9.2(@types/node@25.5.0)(typescript@5.9.3):
|
|
12462
13292
|
dependencies:
|
|
12463
13293
|
'@cspotcode/source-map-support': 0.8.1
|
|
12464
13294
|
'@tsconfig/node10': 1.0.12
|
|
12465
13295
|
'@tsconfig/node12': 1.0.11
|
|
12466
13296
|
'@tsconfig/node14': 1.0.3
|
|
12467
13297
|
'@tsconfig/node16': 1.0.4
|
|
12468
|
-
'@types/node': 25.
|
|
13298
|
+
'@types/node': 25.5.0
|
|
12469
13299
|
acorn: 8.16.0
|
|
12470
13300
|
acorn-walk: 8.3.5
|
|
12471
13301
|
arg: 4.1.3
|
|
@@ -12542,12 +13372,12 @@ snapshots:
|
|
|
12542
13372
|
possible-typed-array-names: 1.1.0
|
|
12543
13373
|
reflect.getprototypeof: 1.0.10
|
|
12544
13374
|
|
|
12545
|
-
typescript-eslint@8.
|
|
13375
|
+
typescript-eslint@8.57.2(eslint@9.39.4)(typescript@5.9.3):
|
|
12546
13376
|
dependencies:
|
|
12547
|
-
'@typescript-eslint/eslint-plugin': 8.
|
|
12548
|
-
'@typescript-eslint/parser': 8.
|
|
12549
|
-
'@typescript-eslint/typescript-estree': 8.
|
|
12550
|
-
'@typescript-eslint/utils': 8.
|
|
13377
|
+
'@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)
|
|
13378
|
+
'@typescript-eslint/parser': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
|
|
13379
|
+
'@typescript-eslint/typescript-estree': 8.57.2(typescript@5.9.3)
|
|
13380
|
+
'@typescript-eslint/utils': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
|
|
12551
13381
|
eslint: 9.39.4
|
|
12552
13382
|
typescript: 5.9.3
|
|
12553
13383
|
transitivePeerDependencies:
|
|
@@ -12570,7 +13400,7 @@ snapshots:
|
|
|
12570
13400
|
|
|
12571
13401
|
undici-types@7.18.2: {}
|
|
12572
13402
|
|
|
12573
|
-
undici@7.24.
|
|
13403
|
+
undici@7.24.4: {}
|
|
12574
13404
|
|
|
12575
13405
|
unicorn-magic@0.3.0: {}
|
|
12576
13406
|
|
|
@@ -12649,7 +13479,7 @@ snapshots:
|
|
|
12649
13479
|
anymatch: 3.1.3
|
|
12650
13480
|
chokidar: 5.0.0
|
|
12651
13481
|
destr: 2.0.5
|
|
12652
|
-
h3: 1.15.
|
|
13482
|
+
h3: 1.15.9
|
|
12653
13483
|
lru-cache: 11.2.6
|
|
12654
13484
|
node-fetch-native: 1.6.7
|
|
12655
13485
|
ofetch: 1.5.1
|
|
@@ -12688,11 +13518,11 @@ snapshots:
|
|
|
12688
13518
|
'@types/unist': 3.0.3
|
|
12689
13519
|
vfile-message: 4.0.3
|
|
12690
13520
|
|
|
12691
|
-
vite-hot-client@2.1.0(vite@6.4.1(@types/node@25.
|
|
13521
|
+
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)):
|
|
12692
13522
|
dependencies:
|
|
12693
|
-
vite: 6.4.1(@types/node@25.
|
|
13523
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
12694
13524
|
|
|
12695
|
-
vite-plugin-inspect@0.8.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.
|
|
13525
|
+
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)):
|
|
12696
13526
|
dependencies:
|
|
12697
13527
|
'@antfu/utils': 0.7.10
|
|
12698
13528
|
'@rollup/pluginutils': 5.3.0(rollup@4.59.0)
|
|
@@ -12703,28 +13533,58 @@ snapshots:
|
|
|
12703
13533
|
perfect-debounce: 1.0.0
|
|
12704
13534
|
picocolors: 1.1.1
|
|
12705
13535
|
sirv: 3.0.2
|
|
12706
|
-
vite: 6.4.1(@types/node@25.
|
|
13536
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
12707
13537
|
transitivePeerDependencies:
|
|
12708
13538
|
- rollup
|
|
12709
13539
|
- supports-color
|
|
12710
13540
|
|
|
12711
|
-
vite-plugin-
|
|
13541
|
+
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)):
|
|
13542
|
+
dependencies:
|
|
13543
|
+
'@babel/core': 7.29.0
|
|
13544
|
+
'@types/babel__core': 7.20.5
|
|
13545
|
+
babel-preset-solid: 1.9.12(@babel/core@7.29.0)(solid-js@1.9.12)
|
|
13546
|
+
merge-anything: 5.1.7
|
|
13547
|
+
solid-js: 1.9.12
|
|
13548
|
+
solid-refresh: 0.6.3(solid-js@1.9.12)
|
|
13549
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
13550
|
+
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))
|
|
13551
|
+
optionalDependencies:
|
|
13552
|
+
'@testing-library/jest-dom': 6.9.1
|
|
13553
|
+
transitivePeerDependencies:
|
|
13554
|
+
- supports-color
|
|
13555
|
+
|
|
13556
|
+
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)):
|
|
12712
13557
|
dependencies:
|
|
12713
|
-
'@
|
|
13558
|
+
'@babel/core': 7.29.0
|
|
13559
|
+
'@types/babel__core': 7.20.5
|
|
13560
|
+
babel-preset-solid: 1.9.12(@babel/core@7.29.0)(solid-js@1.9.12)
|
|
13561
|
+
merge-anything: 5.1.7
|
|
13562
|
+
solid-js: 1.9.12
|
|
13563
|
+
solid-refresh: 0.6.3(solid-js@1.9.12)
|
|
13564
|
+
vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
13565
|
+
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))
|
|
13566
|
+
optionalDependencies:
|
|
13567
|
+
'@testing-library/jest-dom': 6.9.1
|
|
13568
|
+
transitivePeerDependencies:
|
|
13569
|
+
- supports-color
|
|
13570
|
+
|
|
13571
|
+
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)):
|
|
13572
|
+
dependencies:
|
|
13573
|
+
'@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))
|
|
12714
13574
|
'@vue/devtools-kit': 7.7.9
|
|
12715
13575
|
'@vue/devtools-shared': 7.7.9
|
|
12716
13576
|
execa: 9.6.1
|
|
12717
13577
|
sirv: 3.0.2
|
|
12718
|
-
vite: 6.4.1(@types/node@25.
|
|
12719
|
-
vite-plugin-inspect: 0.8.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.
|
|
12720
|
-
vite-plugin-vue-inspector: 5.3.2(vite@6.4.1(@types/node@25.
|
|
13578
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
13579
|
+
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))
|
|
13580
|
+
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))
|
|
12721
13581
|
transitivePeerDependencies:
|
|
12722
13582
|
- '@nuxt/kit'
|
|
12723
13583
|
- rollup
|
|
12724
13584
|
- supports-color
|
|
12725
13585
|
- vue
|
|
12726
13586
|
|
|
12727
|
-
vite-plugin-vue-inspector@5.3.2(vite@6.4.1(@types/node@25.
|
|
13587
|
+
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)):
|
|
12728
13588
|
dependencies:
|
|
12729
13589
|
'@babel/core': 7.29.0
|
|
12730
13590
|
'@babel/plugin-proposal-decorators': 7.29.0(@babel/core@7.29.0)
|
|
@@ -12735,11 +13595,21 @@ snapshots:
|
|
|
12735
13595
|
'@vue/compiler-dom': 3.5.29
|
|
12736
13596
|
kolorist: 1.8.0
|
|
12737
13597
|
magic-string: 0.30.21
|
|
12738
|
-
vite: 6.4.1(@types/node@25.
|
|
13598
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
12739
13599
|
transitivePeerDependencies:
|
|
12740
13600
|
- supports-color
|
|
12741
13601
|
|
|
12742
|
-
vite-prerender-plugin@0.5.12(vite@6.4.1(@types/node@25.
|
|
13602
|
+
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)):
|
|
13603
|
+
dependencies:
|
|
13604
|
+
kolorist: 1.8.0
|
|
13605
|
+
magic-string: 0.30.21
|
|
13606
|
+
node-html-parser: 6.1.13
|
|
13607
|
+
simple-code-frame: 1.3.0
|
|
13608
|
+
source-map: 0.7.6
|
|
13609
|
+
stack-trace: 1.0.0-pre2
|
|
13610
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
13611
|
+
|
|
13612
|
+
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)):
|
|
12743
13613
|
dependencies:
|
|
12744
13614
|
kolorist: 1.8.0
|
|
12745
13615
|
magic-string: 0.30.21
|
|
@@ -12747,77 +13617,87 @@ snapshots:
|
|
|
12747
13617
|
simple-code-frame: 1.3.0
|
|
12748
13618
|
source-map: 0.7.6
|
|
12749
13619
|
stack-trace: 1.0.0-pre2
|
|
12750
|
-
vite:
|
|
13620
|
+
vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
12751
13621
|
|
|
12752
|
-
vite@6.4.1(@types/node@25.
|
|
13622
|
+
vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3):
|
|
12753
13623
|
dependencies:
|
|
12754
13624
|
esbuild: 0.25.12
|
|
12755
|
-
fdir: 6.5.0(picomatch@4.0.
|
|
12756
|
-
picomatch: 4.0.
|
|
13625
|
+
fdir: 6.5.0(picomatch@4.0.4)
|
|
13626
|
+
picomatch: 4.0.4
|
|
12757
13627
|
postcss: 8.5.6
|
|
12758
13628
|
rollup: 4.59.0
|
|
12759
13629
|
tinyglobby: 0.2.15
|
|
12760
13630
|
optionalDependencies:
|
|
12761
|
-
'@types/node': 25.
|
|
13631
|
+
'@types/node': 25.5.0
|
|
12762
13632
|
fsevents: 2.3.3
|
|
13633
|
+
lightningcss: 1.32.0
|
|
12763
13634
|
sass: 1.97.3
|
|
12764
|
-
yaml: 2.8.
|
|
13635
|
+
yaml: 2.8.3
|
|
12765
13636
|
|
|
12766
|
-
vite@7.3.1(@types/node@25.
|
|
13637
|
+
vite@7.3.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3):
|
|
12767
13638
|
dependencies:
|
|
12768
13639
|
esbuild: 0.27.3
|
|
12769
|
-
fdir: 6.5.0(picomatch@4.0.
|
|
12770
|
-
picomatch: 4.0.
|
|
13640
|
+
fdir: 6.5.0(picomatch@4.0.4)
|
|
13641
|
+
picomatch: 4.0.4
|
|
12771
13642
|
postcss: 8.5.6
|
|
12772
13643
|
rollup: 4.59.0
|
|
12773
13644
|
tinyglobby: 0.2.15
|
|
12774
13645
|
optionalDependencies:
|
|
12775
|
-
'@types/node': 25.
|
|
13646
|
+
'@types/node': 25.5.0
|
|
12776
13647
|
fsevents: 2.3.3
|
|
13648
|
+
lightningcss: 1.32.0
|
|
12777
13649
|
sass: 1.97.3
|
|
12778
|
-
yaml: 2.8.
|
|
13650
|
+
yaml: 2.8.3
|
|
12779
13651
|
|
|
12780
|
-
|
|
13652
|
+
vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3):
|
|
13653
|
+
dependencies:
|
|
13654
|
+
lightningcss: 1.32.0
|
|
13655
|
+
picomatch: 4.0.4
|
|
13656
|
+
postcss: 8.5.8
|
|
13657
|
+
rolldown: 1.0.0-rc.12
|
|
13658
|
+
tinyglobby: 0.2.15
|
|
12781
13659
|
optionalDependencies:
|
|
12782
|
-
|
|
13660
|
+
'@types/node': 25.5.0
|
|
13661
|
+
esbuild: 0.27.3
|
|
13662
|
+
fsevents: 2.3.3
|
|
13663
|
+
sass: 1.97.3
|
|
13664
|
+
yaml: 2.8.3
|
|
12783
13665
|
|
|
12784
|
-
|
|
12785
|
-
|
|
12786
|
-
|
|
12787
|
-
|
|
12788
|
-
|
|
12789
|
-
|
|
12790
|
-
|
|
12791
|
-
|
|
12792
|
-
|
|
12793
|
-
|
|
13666
|
+
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)):
|
|
13667
|
+
optionalDependencies:
|
|
13668
|
+
vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
13669
|
+
|
|
13670
|
+
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)):
|
|
13671
|
+
optionalDependencies:
|
|
13672
|
+
vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
13673
|
+
|
|
13674
|
+
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)):
|
|
13675
|
+
dependencies:
|
|
13676
|
+
'@vitest/expect': 4.1.2
|
|
13677
|
+
'@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))
|
|
13678
|
+
'@vitest/pretty-format': 4.1.2
|
|
13679
|
+
'@vitest/runner': 4.1.2
|
|
13680
|
+
'@vitest/snapshot': 4.1.2
|
|
13681
|
+
'@vitest/spy': 4.1.2
|
|
13682
|
+
'@vitest/utils': 4.1.2
|
|
13683
|
+
es-module-lexer: 2.0.0
|
|
12794
13684
|
expect-type: 1.3.0
|
|
12795
13685
|
magic-string: 0.30.21
|
|
12796
13686
|
obug: 2.1.1
|
|
12797
13687
|
pathe: 2.0.3
|
|
12798
|
-
picomatch: 4.0.
|
|
12799
|
-
std-env:
|
|
13688
|
+
picomatch: 4.0.4
|
|
13689
|
+
std-env: 4.0.0
|
|
12800
13690
|
tinybench: 2.9.0
|
|
12801
13691
|
tinyexec: 1.0.2
|
|
12802
13692
|
tinyglobby: 0.2.15
|
|
12803
|
-
tinyrainbow: 3.0
|
|
12804
|
-
vite:
|
|
13693
|
+
tinyrainbow: 3.1.0
|
|
13694
|
+
vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
12805
13695
|
why-is-node-running: 2.3.0
|
|
12806
13696
|
optionalDependencies:
|
|
12807
|
-
'@types/node': 25.
|
|
12808
|
-
happy-dom: 20.8.
|
|
13697
|
+
'@types/node': 25.5.0
|
|
13698
|
+
happy-dom: 20.8.9
|
|
12809
13699
|
transitivePeerDependencies:
|
|
12810
|
-
- jiti
|
|
12811
|
-
- less
|
|
12812
|
-
- lightningcss
|
|
12813
13700
|
- msw
|
|
12814
|
-
- sass
|
|
12815
|
-
- sass-embedded
|
|
12816
|
-
- stylus
|
|
12817
|
-
- sugarss
|
|
12818
|
-
- terser
|
|
12819
|
-
- tsx
|
|
12820
|
-
- yaml
|
|
12821
13701
|
|
|
12822
13702
|
vue-component-type-helpers@2.2.12: {}
|
|
12823
13703
|
|
|
@@ -12833,13 +13713,13 @@ snapshots:
|
|
|
12833
13713
|
transitivePeerDependencies:
|
|
12834
13714
|
- supports-color
|
|
12835
13715
|
|
|
12836
|
-
vue@3.5.
|
|
13716
|
+
vue@3.5.31(typescript@5.9.3):
|
|
12837
13717
|
dependencies:
|
|
12838
|
-
'@vue/compiler-dom': 3.5.
|
|
12839
|
-
'@vue/compiler-sfc': 3.5.
|
|
12840
|
-
'@vue/runtime-dom': 3.5.
|
|
12841
|
-
'@vue/server-renderer': 3.5.
|
|
12842
|
-
'@vue/shared': 3.5.
|
|
13718
|
+
'@vue/compiler-dom': 3.5.31
|
|
13719
|
+
'@vue/compiler-sfc': 3.5.31
|
|
13720
|
+
'@vue/runtime-dom': 3.5.31
|
|
13721
|
+
'@vue/server-renderer': 3.5.31(vue@3.5.31(typescript@5.9.3))
|
|
13722
|
+
'@vue/shared': 3.5.31
|
|
12843
13723
|
optionalDependencies:
|
|
12844
13724
|
typescript: 5.9.3
|
|
12845
13725
|
|
|
@@ -12963,9 +13843,9 @@ snapshots:
|
|
|
12963
13843
|
|
|
12964
13844
|
yallist@5.0.0: {}
|
|
12965
13845
|
|
|
12966
|
-
yaml@1.10.
|
|
13846
|
+
yaml@1.10.3: {}
|
|
12967
13847
|
|
|
12968
|
-
yaml@2.8.
|
|
13848
|
+
yaml@2.8.3: {}
|
|
12969
13849
|
|
|
12970
13850
|
yargs-parser@21.1.1: {}
|
|
12971
13851
|
|