tangled
alpha
login
or
join now
mokkenstorm.dev
/
openapi-ts
0
fork
atom
fork of hey-api/openapi-ts because I need some additional things
0
fork
atom
overview
issues
pulls
pipelines
Merge branch 'main' into refactor/2597
Dmitriy Brolnickij
5 months ago
602083fa
c2623577
+93
-313
11 changed files
expand all
collapse all
unified
split
.changeset
chilled-pumas-exist.md
light-emus-burn.md
docs
package.json
examples
openapi-ts-ofetch
package.json
openapi-ts-pinia-colada
package.json
openapi-ts-tanstack-vue-query
package.json
package.json
packages
openapi-ts
CHANGELOG.md
package.json
openapi-ts-tests
main
package.json
pnpm-lock.yaml
-5
.changeset/chilled-pumas-exist.md
···
1
1
-
---
2
2
-
'@hey-api/openapi-ts': patch
3
3
-
---
4
4
-
5
5
-
fix(parser): add `propertiesRequiredByDefault` transform option
-5
.changeset/light-emus-burn.md
···
1
1
-
---
2
2
-
"@hey-api/openapi-ts": patch
3
3
-
---
4
4
-
5
5
-
fix(typescript): do not mark enums as types
+1
-1
docs/package.json
···
20
20
"vitepress-plugin-llms": "1.7.3",
21
21
"vue": "3.5.13"
22
22
},
23
23
-
"packageManager": "pnpm@10.17.0"
23
23
+
"packageManager": "pnpm@10.17.1"
24
24
}
+3
-3
examples/openapi-ts-ofetch/package.json
···
22
22
"@tsconfig/node20": "20.1.4",
23
23
"@types/jsdom": "21.1.7",
24
24
"@types/node": "22.10.5",
25
25
-
"@vitejs/plugin-vue": "5.2.1",
25
25
+
"@vitejs/plugin-vue": "6.0.1",
26
26
"@vitejs/plugin-vue-jsx": "4.1.1",
27
27
"@vue/eslint-config-prettier": "10.1.0",
28
28
"@vue/eslint-config-typescript": "14.2.0",
···
38
38
"tailwindcss": "3.4.9",
39
39
"typescript": "5.8.3",
40
40
"vite": "7.1.2",
41
41
-
"vite-plugin-vue-devtools": "7.7.0",
41
41
+
"vite-plugin-vue-devtools": "8.0.2",
42
42
"vitest": "3.1.1",
43
43
-
"vue-tsc": "2.2.0"
43
43
+
"vue-tsc": "3.0.8"
44
44
}
45
45
}
+1
-1
examples/openapi-ts-pinia-colada/package.json
···
46
46
"vite": "7.1.2",
47
47
"vite-plugin-vue-devtools": "8.0.2",
48
48
"vitest": "3.1.1",
49
49
-
"vue-tsc": "3.0.6"
49
49
+
"vue-tsc": "3.0.8"
50
50
}
51
51
}
+4
-4
examples/openapi-ts-tanstack-vue-query/package.json
···
17
17
"dependencies": {
18
18
"@tanstack/vue-query": "5.73.3",
19
19
"@tanstack/vue-query-devtools": "5.73.3",
20
20
-
"pinia": "2.3.0",
20
20
+
"pinia": "3.0.3",
21
21
"vue": "3.5.13",
22
22
"vue-router": "4.5.0"
23
23
},
···
28
28
"@tsconfig/node20": "20.1.4",
29
29
"@types/jsdom": "21.1.7",
30
30
"@types/node": "22.10.5",
31
31
-
"@vitejs/plugin-vue": "5.2.1",
31
31
+
"@vitejs/plugin-vue": "6.0.1",
32
32
"@vitejs/plugin-vue-jsx": "4.1.1",
33
33
"@vue/eslint-config-prettier": "10.1.0",
34
34
"@vue/eslint-config-typescript": "14.2.0",
···
44
44
"tailwindcss": "3.4.9",
45
45
"typescript": "5.8.3",
46
46
"vite": "7.1.2",
47
47
-
"vite-plugin-vue-devtools": "7.7.0",
47
47
+
"vite-plugin-vue-devtools": "8.0.2",
48
48
"vitest": "3.1.1",
49
49
-
"vue-tsc": "2.2.0"
49
49
+
"vue-tsc": "3.0.8"
50
50
}
51
51
}
+1
-1
package.json
···
70
70
"typescript-eslint": "8.29.1",
71
71
"vitest": "3.1.1"
72
72
},
73
73
-
"packageManager": "pnpm@10.17.0"
73
73
+
"packageManager": "pnpm@10.17.1"
74
74
}
+1
-1
packages/openapi-ts-tests/main/package.json
···
30
30
"@hey-api/codegen-core": "workspace:*",
31
31
"@hey-api/custom-client": "workspace:*",
32
32
"@hey-api/openapi-ts": "workspace:*",
33
33
-
"@pinia/colada": "0.17.2",
33
33
+
"@pinia/colada": "0.17.5",
34
34
"@tanstack/angular-query-experimental": "5.73.3",
35
35
"@tanstack/react-query": "5.73.3",
36
36
"@tanstack/solid-query": "5.73.3",
+8
packages/openapi-ts/CHANGELOG.md
···
1
1
# @hey-api/openapi-ts
2
2
3
3
+
## 0.84.2
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- fix(parser): add `propertiesRequiredByDefault` transform option ([#2678](https://github.com/hey-api/openapi-ts/pull/2678)) ([`9e59e07`](https://github.com/hey-api/openapi-ts/commit/9e59e07efa2bafec88e0af2935edac323b4e41dd)) by [@mrlubos](https://github.com/mrlubos)
8
8
+
9
9
+
- fix(typescript): do not mark enums as types ([#2680](https://github.com/hey-api/openapi-ts/pull/2680)) ([`1cab011`](https://github.com/hey-api/openapi-ts/commit/1cab0115afa3a201acb4911dd552c1d5dd9ba9ac)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)
10
10
+
3
11
## 0.84.1
4
12
5
13
### Patch Changes
+1
-1
packages/openapi-ts/package.json
···
1
1
{
2
2
"name": "@hey-api/openapi-ts",
3
3
-
"version": "0.84.1",
3
3
+
"version": "0.84.2",
4
4
"description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
5
5
"homepage": "https://heyapi.dev/",
6
6
"repository": {
+73
-291
pnpm-lock.yaml
···
529
529
version: link:../../packages/nuxt
530
530
nuxt:
531
531
specifier: 3.14.1592
532
532
-
version: 3.14.1592(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@22.10.5)(db0@0.3.2)(encoding@0.1.13)(eslint@9.35.0(jiti@2.5.1))(ioredis@5.7.0)(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.50.0)(sass@1.85.0)(terser@5.43.1)(typescript@5.9.2)(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))
532
532
+
version: 3.14.1592(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@22.10.5)(db0@0.3.2)(encoding@0.1.13)(eslint@9.17.0(jiti@2.5.1))(ioredis@5.7.0)(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.50.0)(sass@1.85.0)(terser@5.43.1)(typescript@5.9.2)(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))
533
533
vue:
534
534
specifier: 3.5.13
535
535
version: 3.5.13(typescript@5.9.2)
···
572
572
specifier: 22.10.5
573
573
version: 22.10.5
574
574
'@vitejs/plugin-vue':
575
575
-
specifier: 5.2.1
576
576
-
version: 5.2.1(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.13(typescript@5.8.3))
575
575
+
specifier: 6.0.1
576
576
+
version: 6.0.1(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.13(typescript@5.8.3))
577
577
'@vitejs/plugin-vue-jsx':
578
578
specifier: 4.1.1
579
579
version: 4.1.1(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.13(typescript@5.8.3))
···
620
620
specifier: 7.1.2
621
621
version: 7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0)
622
622
vite-plugin-vue-devtools:
623
623
-
specifier: 7.7.0
624
624
-
version: 7.7.0(rollup@4.50.0)(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.13(typescript@5.8.3))
623
623
+
specifier: 8.0.2
624
624
+
version: 8.0.2(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.13(typescript@5.8.3))
625
625
vitest:
626
626
specifier: 3.1.1
627
627
version: 3.1.1(@types/debug@4.1.12)(@types/node@22.10.5)(jiti@2.5.1)(jsdom@23.0.0)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0)
628
628
vue-tsc:
629
629
-
specifier: 2.2.0
630
630
-
version: 2.2.0(typescript@5.8.3)
629
629
+
specifier: 3.0.8
630
630
+
version: 3.0.8(typescript@5.8.3)
631
631
632
632
examples/openapi-ts-openai:
633
633
dependencies:
···
790
790
specifier: 3.1.1
791
791
version: 3.1.1(@types/debug@4.1.12)(@types/node@22.10.5)(jiti@2.5.1)(jsdom@23.0.0)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0)
792
792
vue-tsc:
793
793
-
specifier: 3.0.6
794
794
-
version: 3.0.6(typescript@5.8.3)
793
793
+
specifier: 3.0.8
794
794
+
version: 3.0.8(typescript@5.8.3)
795
795
796
796
examples/openapi-ts-sample:
797
797
dependencies:
···
1097
1097
specifier: 5.73.3
1098
1098
version: 5.73.3(@tanstack/vue-query@5.73.3(vue@3.5.13(typescript@5.8.3)))(vue@3.5.13(typescript@5.8.3))
1099
1099
pinia:
1100
1100
-
specifier: 2.3.0
1101
1101
-
version: 2.3.0(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))
1100
1100
+
specifier: 3.0.3
1101
1101
+
version: 3.0.3(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))
1102
1102
vue:
1103
1103
specifier: 3.5.13
1104
1104
version: 3.5.13(typescript@5.8.3)
···
1125
1125
specifier: 22.10.5
1126
1126
version: 22.10.5
1127
1127
'@vitejs/plugin-vue':
1128
1128
-
specifier: 5.2.1
1129
1129
-
version: 5.2.1(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.13(typescript@5.8.3))
1128
1128
+
specifier: 6.0.1
1129
1129
+
version: 6.0.1(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.13(typescript@5.8.3))
1130
1130
'@vitejs/plugin-vue-jsx':
1131
1131
specifier: 4.1.1
1132
1132
version: 4.1.1(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.13(typescript@5.8.3))
···
1173
1173
specifier: 7.1.2
1174
1174
version: 7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0)
1175
1175
vite-plugin-vue-devtools:
1176
1176
-
specifier: 7.7.0
1177
1177
-
version: 7.7.0(rollup@4.50.0)(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.13(typescript@5.8.3))
1176
1176
+
specifier: 8.0.2
1177
1177
+
version: 8.0.2(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.13(typescript@5.8.3))
1178
1178
vitest:
1179
1179
specifier: 3.1.1
1180
1180
version: 3.1.1(@types/debug@4.1.12)(@types/node@22.10.5)(jiti@2.5.1)(jsdom@23.0.0)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0)
1181
1181
vue-tsc:
1182
1182
-
specifier: 2.2.0
1183
1183
-
version: 2.2.0(typescript@5.8.3)
1182
1182
+
specifier: 3.0.8
1183
1183
+
version: 3.0.8(typescript@5.8.3)
1184
1184
1185
1185
packages/codegen-core:
1186
1186
devDependencies:
···
1235
1235
version: 1.7.4
1236
1236
nuxt:
1237
1237
specifier: '>=3.0.0'
1238
1238
-
version: 3.14.1592(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@22.10.5)(db0@0.3.2)(encoding@0.1.13)(eslint@9.35.0(jiti@2.5.1))(ioredis@5.7.0)(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@3.29.5)(sass@1.85.0)(terser@5.43.1)(typescript@5.9.2)(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))
1238
1238
+
version: 3.14.1592(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@22.10.5)(db0@0.3.2)(encoding@0.1.13)(eslint@9.17.0(jiti@2.5.1))(ioredis@5.7.0)(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@3.29.5)(sass@1.85.0)(terser@5.43.1)(typescript@5.9.2)(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))
1239
1239
vue:
1240
1240
specifier: '>=3.5.13'
1241
1241
version: 3.5.13(typescript@5.9.2)
···
1422
1422
specifier: workspace:*
1423
1423
version: link:../../openapi-ts
1424
1424
'@pinia/colada':
1425
1425
-
specifier: 0.17.2
1426
1426
-
version: 0.17.2(pinia@3.0.3(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))(vue@3.5.13(typescript@5.8.3))
1425
1425
+
specifier: 0.17.5
1426
1426
+
version: 0.17.5(pinia@3.0.3(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))(vue@3.5.13(typescript@5.8.3))
1427
1427
'@tanstack/angular-query-experimental':
1428
1428
specifier: 5.73.3
1429
1429
version: 5.73.3(@angular/common@19.2.15(@angular/core@19.2.15(rxjs@7.8.1)(zone.js@0.15.1))(rxjs@7.8.1))(@angular/core@19.2.15(rxjs@7.8.1)(zone.js@0.15.1))
···
3783
3783
resolution: {integrity: sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==}
3784
3784
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
3785
3785
3786
3786
-
'@eslint/config-array@0.21.0':
3787
3787
-
resolution: {integrity: sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==}
3788
3788
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
3789
3789
-
3790
3790
-
'@eslint/config-helpers@0.3.1':
3791
3791
-
resolution: {integrity: sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA==}
3792
3792
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
3793
3793
-
3794
3786
'@eslint/core@0.13.0':
3795
3787
resolution: {integrity: sha512-yfkgDw1KR66rkT5A8ci4irzDysN7FRpq3ttJolR88OqQikAWqwA8j5VZyas+vjyBNFIJ7MfybJ9plMILI2UrCw==}
3796
3796
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
3797
3797
-
3798
3798
-
'@eslint/core@0.15.2':
3799
3799
-
resolution: {integrity: sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==}
3800
3788
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
3801
3789
3802
3790
'@eslint/core@0.9.1':
···
3815
3803
resolution: {integrity: sha512-BBpRFZK3eX6uMLKz8WxFOBIFFcGFJ/g8XuwjTHCqHROSIsopI+ddn/d5Cfh36+7+e5edVS8dbSHnBNhrLEX0zg==}
3816
3804
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
3817
3805
3818
3818
-
'@eslint/js@9.35.0':
3819
3819
-
resolution: {integrity: sha512-30iXE9whjlILfWobBkNerJo+TXYsgVM5ERQwMcMKCHckHflCmf7wXDAHlARoWnh0s1U72WqlbeyE7iAcCzuCPw==}
3820
3820
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
3821
3821
-
3822
3806
'@eslint/object-schema@2.1.6':
3823
3807
resolution: {integrity: sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==}
3824
3808
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
3825
3809
3826
3810
'@eslint/plugin-kit@0.2.8':
3827
3811
resolution: {integrity: sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA==}
3828
3828
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
3829
3829
-
3830
3830
-
'@eslint/plugin-kit@0.3.5':
3831
3831
-
resolution: {integrity: sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==}
3832
3812
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
3833
3813
3834
3814
'@fastify/ajv-compiler@4.0.2':
···
4771
4751
4772
4752
'@pinia/colada-devtools@0.1.6':
4773
4753
resolution: {integrity: sha512-wRW/GxP8SiahC5TRVulQe+5NuIQ7DGtgsO4Xsf9tP2HSTTRD8ac+7pn9vbKxovPdXrgAyAo9PWzk1b+y5MYEUQ==}
4774
4774
-
4775
4775
-
'@pinia/colada@0.17.2':
4776
4776
-
resolution: {integrity: sha512-BOwO6dmVRFfhhSC0Pg023GOleW8QJDZIbjuFRvR/krIHyBNuwCK/75ezX9wmHAjnUFZ765wsyjF7Jx0nG1+PaA==}
4777
4777
-
peerDependencies:
4778
4778
-
pinia: ^2.2.6 || ^3.0.0
4779
4779
-
vue: ^3.5.17
4780
4754
4781
4755
'@pinia/colada@0.17.5':
4782
4756
resolution: {integrity: sha512-Ym+3CwAm76NLUeKhAFtRM5hbDFaQtuJz/EEQ/jqgN+c7gNvYUWDpIuh8mp4diSEFTrlcisATs1kYmFgDGV1tLg==}
···
6666
6640
peerDependencies:
6667
6641
vue: ^3.0.0
6668
6642
6669
6669
-
'@vue/devtools-core@7.7.7':
6670
6670
-
resolution: {integrity: sha512-9z9TLbfC+AjAi1PQyWX+OErjIaJmdFlbDHcD+cAMYKY6Bh5VlsAtCeGyRMrXwIlMEQPukvnWt3gZBLwTAIMKzQ==}
6671
6671
-
peerDependencies:
6672
6672
-
vue: ^3.0.0
6673
6673
-
6674
6643
'@vue/devtools-core@8.0.2':
6675
6644
resolution: {integrity: sha512-V7eKTTHoS6KfK8PSGMLZMhGv/9yNDrmv6Qc3r71QILulnzPnqK2frsTyx3e2MrhdUZnENPEm6hcb4z0GZOqNhw==}
6676
6645
peerDependencies:
···
6714
6683
typescript:
6715
6684
optional: true
6716
6685
6717
6717
-
'@vue/language-core@2.2.0':
6718
6718
-
resolution: {integrity: sha512-O1ZZFaaBGkKbsRfnVH1ifOK1/1BUkyK+3SQsfnh6PmMmD4qJcTU8godCeA96jjDRTL6zgnK7YzCHfaUlH2r0Mw==}
6719
6719
-
peerDependencies:
6720
6720
-
typescript: '*'
6721
6721
-
peerDependenciesMeta:
6722
6722
-
typescript:
6723
6723
-
optional: true
6724
6724
-
6725
6725
-
'@vue/language-core@3.0.6':
6726
6726
-
resolution: {integrity: sha512-e2RRzYWm+qGm8apUHW1wA5RQxzNhkqbbKdbKhiDUcmMrNAZGyM8aTiL3UrTqkaFI5s7wJRGGrp4u3jgusuBp2A==}
6686
6686
+
'@vue/language-core@3.0.8':
6687
6687
+
resolution: {integrity: sha512-eYs6PF7bxoPYvek9qxceo1BCwFbJZYqJll+WaYC8o8ec60exqj+n+QRGGiJHSeUfYp0hDxARbMdxMq/fbPgU5g==}
6727
6688
peerDependencies:
6728
6689
typescript: '*'
6729
6690
peerDependenciesMeta:
···
7005
6966
7006
6967
ajv@8.17.1:
7007
6968
resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==}
7008
7008
-
7009
7009
-
alien-signals@0.4.14:
7010
7010
-
resolution: {integrity: sha512-itUAVzhczTmP2U5yX67xVpsbbOiquusbWVyA9N+sy6+r6YVbFkahXvNCeEPWEOMhwDYwbVbGHFkVL03N9I5g+Q==}
7011
6969
7012
6970
alien-signals@2.0.7:
7013
6971
resolution: {integrity: sha512-wE7y3jmYeb0+h6mr5BOovuqhFv22O/MV9j5p0ndJsa7z1zJNPGQ4ph5pQk/kTTCWRC3xsA4SmtwmkzQO+7NCNg==}
···
8522
8480
jiti:
8523
8481
optional: true
8524
8482
8525
8525
-
eslint@9.35.0:
8526
8526
-
resolution: {integrity: sha512-QePbBFMJFjgmlE+cXAlbHZbHpdFVS2E/6vzCy7aKlebddvl1vadiC4JFV5u/wqTkNUwEV8WrQi257jf5f06hrg==}
8527
8527
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
8528
8528
-
hasBin: true
8529
8529
-
peerDependencies:
8530
8530
-
jiti: '*'
8531
8531
-
peerDependenciesMeta:
8532
8532
-
jiti:
8533
8533
-
optional: true
8534
8534
-
8535
8483
esm-env@1.2.2:
8536
8484
resolution: {integrity: sha512-Epxrv+Nr/CaL4ZcFGPJIYLWFom+YeV1DqMLHJoEd9SYRxNbaFruBwfEX/kkHUJf55j2+TUbmDcmuilbP1TmXHA==}
8537
8485
···
11018
10966
resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==}
11019
10967
engines: {node: '>=6'}
11020
10968
11021
11021
-
pinia@2.3.0:
11022
11022
-
resolution: {integrity: sha512-ohZj3jla0LL0OH5PlLTDMzqKiVw2XARmC1XYLdLWIPBMdhDW/123ZWr4zVAhtJm+aoSkFa13pYXskAvAscIkhQ==}
11023
11023
-
peerDependencies:
11024
11024
-
typescript: '>=4.4.4'
11025
11025
-
vue: ^2.7.0 || ^3.5.11
11026
11026
-
peerDependenciesMeta:
11027
11027
-
typescript:
11028
11028
-
optional: true
11029
11029
-
11030
10969
pinia@3.0.3:
11031
10970
resolution: {integrity: sha512-ttXO/InUULUXkMHpTdp9Fj4hLpD/2AoJdmAbAeW2yu1iy1k+pkFekQXw5VpC0/5p51IOR/jDaDRfRWRnMMsGOA==}
11032
10971
peerDependencies:
···
13202
13141
'@nuxt/kit':
13203
13142
optional: true
13204
13143
13205
13205
-
vite-plugin-vue-devtools@7.7.0:
13206
13206
-
resolution: {integrity: sha512-1dWiREwIl4JELwXGHXih80hIgjcViMcZGr3j0edo6NQ9kNzAOxMIUgFqc/TO1ary4ZroJUxoB0YDI6jnDf13iQ==}
13207
13207
-
engines: {node: '>=v14.21.3'}
13208
13208
-
peerDependencies:
13209
13209
-
vite: ^3.1.0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0
13210
13210
-
13211
13144
vite-plugin-vue-devtools@8.0.2:
13212
13145
resolution: {integrity: sha512-1069qvMBcyAu3yXQlvYrkwoyLOk0lSSR/gTKy/vy+Det7TXnouGei6ZcKwr5TIe938v/14oLlp0ow6FSJkkORA==}
13213
13146
engines: {node: '>=v14.21.3'}
···
13594
13527
peerDependencies:
13595
13528
vue: ^3.2.0
13596
13529
13597
13597
-
vue-tsc@2.2.0:
13598
13598
-
resolution: {integrity: sha512-gtmM1sUuJ8aSb0KoAFmK9yMxb8TxjewmxqTJ1aKphD5Cbu0rULFY6+UQT51zW7SpUcenfPUuflKyVwyx9Qdnxg==}
13599
13599
-
hasBin: true
13600
13600
-
peerDependencies:
13601
13601
-
typescript: '>=5.0.0'
13602
13602
-
13603
13603
-
vue-tsc@3.0.6:
13604
13604
-
resolution: {integrity: sha512-Tbs8Whd43R2e2nxez4WXPvvdjGbW24rOSgRhLOHXzWiT4pcP4G7KeWh0YCn18rF4bVwv7tggLLZ6MJnO6jXPBg==}
13530
13530
+
vue-tsc@3.0.8:
13531
13531
+
resolution: {integrity: sha512-H9yg/m6ywykmWS+pIAEs65v2FrVm5uOA0a0dHkX6Sx8dNg1a1m4iudt/6eGa9fAenmNHGlLFN9XpWQb8i5sU1w==}
13605
13532
hasBin: true
13606
13533
peerDependencies:
13607
13534
typescript: '>=5.0.0'
···
17016
16943
eslint: 9.17.0(jiti@2.5.1)
17017
16944
eslint-visitor-keys: 3.4.3
17018
16945
17019
17019
-
'@eslint-community/eslint-utils@4.9.0(eslint@9.35.0(jiti@2.5.1))':
17020
17020
-
dependencies:
17021
17021
-
eslint: 9.35.0(jiti@2.5.1)
17022
17022
-
eslint-visitor-keys: 3.4.3
17023
17023
-
optional: true
17024
17024
-
17025
16946
'@eslint-community/regexpp@4.12.1': {}
17026
16947
17027
16948
'@eslint/config-array@0.19.2':
···
17032
16953
transitivePeerDependencies:
17033
16954
- supports-color
17034
16955
17035
17035
-
'@eslint/config-array@0.21.0':
17036
17036
-
dependencies:
17037
17037
-
'@eslint/object-schema': 2.1.6
17038
17038
-
debug: 4.4.1
17039
17039
-
minimatch: 3.1.2
17040
17040
-
transitivePeerDependencies:
17041
17041
-
- supports-color
17042
17042
-
optional: true
17043
17043
-
17044
17044
-
'@eslint/config-helpers@0.3.1':
17045
17045
-
optional: true
17046
17046
-
17047
16956
'@eslint/core@0.13.0':
17048
16957
dependencies:
17049
16958
'@types/json-schema': 7.0.15
17050
17050
-
17051
17051
-
'@eslint/core@0.15.2':
17052
17052
-
dependencies:
17053
17053
-
'@types/json-schema': 7.0.15
17054
17054
-
optional: true
17055
16959
17056
16960
'@eslint/core@0.9.1':
17057
16961
dependencies:
···
17075
16979
17076
16980
'@eslint/js@9.32.0': {}
17077
16981
17078
17078
-
'@eslint/js@9.35.0':
17079
17079
-
optional: true
17080
17080
-
17081
16982
'@eslint/object-schema@2.1.6': {}
17082
16983
17083
16984
'@eslint/plugin-kit@0.2.8':
17084
16985
dependencies:
17085
16986
'@eslint/core': 0.13.0
17086
16987
levn: 0.4.1
17087
17087
-
17088
17088
-
'@eslint/plugin-kit@0.3.5':
17089
17089
-
dependencies:
17090
17090
-
'@eslint/core': 0.15.2
17091
17091
-
levn: 0.4.1
17092
17092
-
optional: true
17093
16988
17094
16989
'@fastify/ajv-compiler@4.0.2':
17095
16990
dependencies:
···
18240
18135
- typescript
18241
18136
- yaml
18242
18137
18243
18243
-
'@nuxt/vite-builder@3.14.1592(@types/node@22.10.5)(eslint@9.17.0(jiti@2.5.1))(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.50.0)(sass@1.85.0)(terser@5.43.1)(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))':
18138
18138
+
'@nuxt/vite-builder@3.14.1592(@types/node@22.10.5)(eslint@9.17.0(jiti@2.5.1))(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@3.29.5)(sass@1.85.0)(terser@5.43.1)(typescript@5.9.2)(vue@3.5.13(typescript@5.9.2))':
18244
18139
dependencies:
18245
18245
-
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.50.0)
18246
18246
-
'@rollup/plugin-replace': 6.0.2(rollup@4.50.0)
18247
18247
-
'@vitejs/plugin-vue': 5.2.1(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1))(vue@3.5.13(typescript@5.8.3))
18248
18248
-
'@vitejs/plugin-vue-jsx': 4.1.1(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1))(vue@3.5.13(typescript@5.8.3))
18140
18140
+
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@3.29.5)
18141
18141
+
'@rollup/plugin-replace': 6.0.2(rollup@3.29.5)
18142
18142
+
'@vitejs/plugin-vue': 5.2.1(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1))(vue@3.5.13(typescript@5.9.2))
18143
18143
+
'@vitejs/plugin-vue-jsx': 4.1.1(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1))(vue@3.5.13(typescript@5.9.2))
18249
18144
autoprefixer: 10.4.20(postcss@8.5.6)
18250
18145
clear: 0.1.0
18251
18146
consola: 3.4.2
···
18266
18161
perfect-debounce: 1.0.0
18267
18162
pkg-types: 1.3.1
18268
18163
postcss: 8.5.6
18269
18269
-
rollup-plugin-visualizer: 5.14.0(rollup@4.50.0)
18164
18164
+
rollup-plugin-visualizer: 5.14.0(rollup@3.29.5)
18270
18165
std-env: 3.9.0
18271
18166
strip-literal: 2.1.1
18272
18167
ufo: 1.6.1
···
18274
18169
unplugin: 1.16.1
18275
18170
vite: 5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)
18276
18171
vite-node: 2.1.9(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)
18277
18277
-
vite-plugin-checker: 0.8.0(eslint@9.17.0(jiti@2.5.1))(optionator@0.9.4)(typescript@5.8.3)(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1))
18278
18278
-
vue: 3.5.13(typescript@5.8.3)
18172
18172
+
vite-plugin-checker: 0.8.0(eslint@9.17.0(jiti@2.5.1))(optionator@0.9.4)(typescript@5.9.2)(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1))
18173
18173
+
vue: 3.5.13(typescript@5.9.2)
18279
18174
vue-bundle-renderer: 2.1.2
18280
18175
transitivePeerDependencies:
18281
18176
- '@biomejs/biome'
···
18300
18195
- vti
18301
18196
- vue-tsc
18302
18197
18303
18303
-
'@nuxt/vite-builder@3.14.1592(@types/node@22.10.5)(eslint@9.35.0(jiti@2.5.1))(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@3.29.5)(sass@1.85.0)(terser@5.43.1)(typescript@5.9.2)(vue@3.5.13(typescript@5.9.2))':
18198
18198
+
'@nuxt/vite-builder@3.14.1592(@types/node@22.10.5)(eslint@9.17.0(jiti@2.5.1))(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.50.0)(sass@1.85.0)(terser@5.43.1)(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))':
18304
18199
dependencies:
18305
18305
-
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@3.29.5)
18306
18306
-
'@rollup/plugin-replace': 6.0.2(rollup@3.29.5)
18307
18307
-
'@vitejs/plugin-vue': 5.2.1(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1))(vue@3.5.13(typescript@5.9.2))
18308
18308
-
'@vitejs/plugin-vue-jsx': 4.1.1(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1))(vue@3.5.13(typescript@5.9.2))
18200
18200
+
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.50.0)
18201
18201
+
'@rollup/plugin-replace': 6.0.2(rollup@4.50.0)
18202
18202
+
'@vitejs/plugin-vue': 5.2.1(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1))(vue@3.5.13(typescript@5.8.3))
18203
18203
+
'@vitejs/plugin-vue-jsx': 4.1.1(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1))(vue@3.5.13(typescript@5.8.3))
18309
18204
autoprefixer: 10.4.20(postcss@8.5.6)
18310
18205
clear: 0.1.0
18311
18206
consola: 3.4.2
···
18326
18221
perfect-debounce: 1.0.0
18327
18222
pkg-types: 1.3.1
18328
18223
postcss: 8.5.6
18329
18329
-
rollup-plugin-visualizer: 5.14.0(rollup@3.29.5)
18224
18224
+
rollup-plugin-visualizer: 5.14.0(rollup@4.50.0)
18330
18225
std-env: 3.9.0
18331
18226
strip-literal: 2.1.1
18332
18227
ufo: 1.6.1
···
18334
18229
unplugin: 1.16.1
18335
18230
vite: 5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)
18336
18231
vite-node: 2.1.9(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)
18337
18337
-
vite-plugin-checker: 0.8.0(eslint@9.35.0(jiti@2.5.1))(optionator@0.9.4)(typescript@5.9.2)(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1))
18338
18338
-
vue: 3.5.13(typescript@5.9.2)
18232
18232
+
vite-plugin-checker: 0.8.0(eslint@9.17.0(jiti@2.5.1))(optionator@0.9.4)(typescript@5.8.3)(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1))
18233
18233
+
vue: 3.5.13(typescript@5.8.3)
18339
18234
vue-bundle-renderer: 2.1.2
18340
18235
transitivePeerDependencies:
18341
18236
- '@biomejs/biome'
···
18360
18255
- vti
18361
18256
- vue-tsc
18362
18257
18363
18363
-
'@nuxt/vite-builder@3.14.1592(@types/node@22.10.5)(eslint@9.35.0(jiti@2.5.1))(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.50.0)(sass@1.85.0)(terser@5.43.1)(typescript@5.9.2)(vue@3.5.13(typescript@5.9.2))':
18258
18258
+
'@nuxt/vite-builder@3.14.1592(@types/node@22.10.5)(eslint@9.17.0(jiti@2.5.1))(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.50.0)(sass@1.85.0)(terser@5.43.1)(typescript@5.9.2)(vue@3.5.13(typescript@5.9.2))':
18364
18259
dependencies:
18365
18260
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.50.0)
18366
18261
'@rollup/plugin-replace': 6.0.2(rollup@4.50.0)
···
18394
18289
unplugin: 1.16.1
18395
18290
vite: 5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)
18396
18291
vite-node: 2.1.9(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)
18397
18397
-
vite-plugin-checker: 0.8.0(eslint@9.35.0(jiti@2.5.1))(optionator@0.9.4)(typescript@5.9.2)(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1))
18292
18292
+
vite-plugin-checker: 0.8.0(eslint@9.17.0(jiti@2.5.1))(optionator@0.9.4)(typescript@5.9.2)(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1))
18398
18293
vue: 3.5.13(typescript@5.9.2)
18399
18294
vue-bundle-renderer: 2.1.2
18400
18295
transitivePeerDependencies:
···
18488
18383
'@parcel/watcher-win32-x64': 2.5.1
18489
18384
18490
18385
'@pinia/colada-devtools@0.1.6': {}
18491
18491
-
18492
18492
-
'@pinia/colada@0.17.2(pinia@3.0.3(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))(vue@3.5.13(typescript@5.8.3))':
18493
18493
-
dependencies:
18494
18494
-
'@vue/devtools-api': 8.0.1
18495
18495
-
pinia: 3.0.3(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))
18496
18496
-
vue: 3.5.13(typescript@5.8.3)
18497
18386
18498
18387
'@pinia/colada@0.17.5(pinia@3.0.3(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))(vue@3.5.13(typescript@5.8.3))':
18499
18388
dependencies:
···
20321
20210
vite: 5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)
20322
20211
vue: 3.5.13(typescript@5.9.2)
20323
20212
20324
20324
-
'@vitejs/plugin-vue@5.2.1(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.13(typescript@5.8.3))':
20325
20325
-
dependencies:
20326
20326
-
vite: 7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0)
20327
20327
-
vue: 3.5.13(typescript@5.8.3)
20328
20328
-
20329
20213
'@vitejs/plugin-vue@6.0.1(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.13(typescript@5.8.3))':
20330
20214
dependencies:
20331
20215
'@rolldown/pluginutils': 1.0.0-beta.29
···
20608
20492
20609
20493
'@vue/devtools-core@7.6.8(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.13(typescript@5.9.2))':
20610
20494
dependencies:
20611
20611
-
'@vue/devtools-kit': 7.6.8
20495
20495
+
'@vue/devtools-kit': 7.7.7
20612
20496
'@vue/devtools-shared': 7.7.7
20613
20497
mitt: 3.0.1
20614
20498
nanoid: 5.1.5
···
20620
20504
20621
20505
'@vue/devtools-core@7.6.8(vite@7.1.5(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.13(typescript@5.8.3))':
20622
20506
dependencies:
20623
20623
-
'@vue/devtools-kit': 7.6.8
20507
20507
+
'@vue/devtools-kit': 7.7.7
20624
20508
'@vue/devtools-shared': 7.7.7
20625
20509
mitt: 3.0.1
20626
20510
nanoid: 5.1.5
20627
20511
pathe: 1.1.2
20628
20512
vite-hot-client: 0.2.4(vite@7.1.5(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))
20629
20629
-
vue: 3.5.13(typescript@5.8.3)
20630
20630
-
transitivePeerDependencies:
20631
20631
-
- vite
20632
20632
-
20633
20633
-
'@vue/devtools-core@7.7.7(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.13(typescript@5.8.3))':
20634
20634
-
dependencies:
20635
20635
-
'@vue/devtools-kit': 7.7.7
20636
20636
-
'@vue/devtools-shared': 7.7.7
20637
20637
-
mitt: 3.0.1
20638
20638
-
nanoid: 5.1.5
20639
20639
-
pathe: 2.0.3
20640
20640
-
vite-hot-client: 2.1.0(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))
20641
20513
vue: 3.5.13(typescript@5.8.3)
20642
20514
transitivePeerDependencies:
20643
20515
- vite
···
20727
20599
transitivePeerDependencies:
20728
20600
- supports-color
20729
20601
20730
20730
-
'@vue/language-core@2.2.0(typescript@5.8.3)':
20602
20602
+
'@vue/language-core@3.0.8(typescript@5.8.3)':
20731
20603
dependencies:
20732
20604
'@volar/language-core': 2.4.23
20733
20605
'@vue/compiler-dom': 3.5.21
20734
20606
'@vue/compiler-vue2': 2.7.16
20735
20607
'@vue/shared': 3.5.21
20736
20736
-
alien-signals: 0.4.14
20737
20737
-
minimatch: 9.0.5
20738
20738
-
muggle-string: 0.4.1
20739
20739
-
path-browserify: 1.0.1
20740
20740
-
optionalDependencies:
20741
20741
-
typescript: 5.8.3
20742
20742
-
20743
20743
-
'@vue/language-core@3.0.6(typescript@5.8.3)':
20744
20744
-
dependencies:
20745
20745
-
'@volar/language-core': 2.4.23
20746
20746
-
'@vue/compiler-dom': 3.5.20
20747
20747
-
'@vue/compiler-vue2': 2.7.16
20748
20748
-
'@vue/shared': 3.5.20
20749
20608
alien-signals: 2.0.7
20750
20609
muggle-string: 0.4.1
20751
20610
path-browserify: 1.0.1
···
21030
20889
fast-uri: 3.1.0
21031
20890
json-schema-traverse: 1.0.0
21032
20891
require-from-string: 2.0.2
21033
21033
-
21034
21034
-
alien-signals@0.4.14: {}
21035
20892
21036
20893
alien-signals@2.0.7: {}
21037
20894
···
22938
22795
transitivePeerDependencies:
22939
22796
- supports-color
22940
22797
22941
22941
-
eslint@9.35.0(jiti@2.5.1):
22942
22942
-
dependencies:
22943
22943
-
'@eslint-community/eslint-utils': 4.9.0(eslint@9.35.0(jiti@2.5.1))
22944
22944
-
'@eslint-community/regexpp': 4.12.1
22945
22945
-
'@eslint/config-array': 0.21.0
22946
22946
-
'@eslint/config-helpers': 0.3.1
22947
22947
-
'@eslint/core': 0.15.2
22948
22948
-
'@eslint/eslintrc': 3.3.1
22949
22949
-
'@eslint/js': 9.35.0
22950
22950
-
'@eslint/plugin-kit': 0.3.5
22951
22951
-
'@humanfs/node': 0.16.6
22952
22952
-
'@humanwhocodes/module-importer': 1.0.1
22953
22953
-
'@humanwhocodes/retry': 0.4.3
22954
22954
-
'@types/estree': 1.0.8
22955
22955
-
'@types/json-schema': 7.0.15
22956
22956
-
ajv: 6.12.6
22957
22957
-
chalk: 4.1.2
22958
22958
-
cross-spawn: 7.0.6
22959
22959
-
debug: 4.4.1
22960
22960
-
escape-string-regexp: 4.0.0
22961
22961
-
eslint-scope: 8.4.0
22962
22962
-
eslint-visitor-keys: 4.2.1
22963
22963
-
espree: 10.4.0
22964
22964
-
esquery: 1.6.0
22965
22965
-
esutils: 2.0.3
22966
22966
-
fast-deep-equal: 3.1.3
22967
22967
-
file-entry-cache: 8.0.0
22968
22968
-
find-up: 5.0.0
22969
22969
-
glob-parent: 6.0.2
22970
22970
-
ignore: 5.3.2
22971
22971
-
imurmurhash: 0.1.4
22972
22972
-
is-glob: 4.0.3
22973
22973
-
json-stable-stringify-without-jsonify: 1.0.1
22974
22974
-
lodash.merge: 4.6.2
22975
22975
-
minimatch: 3.1.2
22976
22976
-
natural-compare: 1.4.0
22977
22977
-
optionator: 0.9.4
22978
22978
-
optionalDependencies:
22979
22979
-
jiti: 2.5.1
22980
22980
-
transitivePeerDependencies:
22981
22981
-
- supports-color
22982
22982
-
optional: true
22983
22983
-
22984
22798
esm-env@1.2.2: {}
22985
22799
22986
22800
espree@10.4.0:
···
25531
25345
25532
25346
nuxi@3.28.0: {}
25533
25347
25534
25534
-
nuxt@3.14.1592(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@22.10.5)(db0@0.3.2)(encoding@0.1.13)(eslint@9.17.0(jiti@2.5.1))(ioredis@5.7.0)(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.50.0)(sass@1.85.0)(terser@5.43.1)(typescript@5.8.3)(vite@7.1.5(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0)):
25348
25348
+
nuxt@3.14.1592(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@22.10.5)(db0@0.3.2)(encoding@0.1.13)(eslint@9.17.0(jiti@2.5.1))(ioredis@5.7.0)(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@3.29.5)(sass@1.85.0)(terser@5.43.1)(typescript@5.9.2)(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0)):
25535
25349
dependencies:
25536
25350
'@nuxt/devalue': 2.0.2
25537
25537
-
'@nuxt/devtools': 1.7.0(rollup@4.50.0)(vite@7.1.5(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.13(typescript@5.8.3))
25538
25538
-
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.50.0)
25539
25539
-
'@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@4.50.0)
25351
25351
+
'@nuxt/devtools': 1.7.0(rollup@3.29.5)(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.13(typescript@5.9.2))
25352
25352
+
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@3.29.5)
25353
25353
+
'@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@3.29.5)
25540
25354
'@nuxt/telemetry': 2.6.6(magicast@0.3.5)
25541
25541
-
'@nuxt/vite-builder': 3.14.1592(@types/node@22.10.5)(eslint@9.17.0(jiti@2.5.1))(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.50.0)(sass@1.85.0)(terser@5.43.1)(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))
25355
25355
+
'@nuxt/vite-builder': 3.14.1592(@types/node@22.10.5)(eslint@9.17.0(jiti@2.5.1))(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@3.29.5)(sass@1.85.0)(terser@5.43.1)(typescript@5.9.2)(vue@3.5.13(typescript@5.9.2))
25542
25356
'@unhead/dom': 1.11.20
25543
25357
'@unhead/shared': 1.11.20
25544
25358
'@unhead/ssr': 1.11.20
25545
25545
-
'@unhead/vue': 1.11.20(vue@3.5.13(typescript@5.8.3))
25359
25359
+
'@unhead/vue': 1.11.20(vue@3.5.13(typescript@5.9.2))
25546
25360
'@vue/shared': 3.5.20
25547
25361
acorn: 8.14.0
25548
25362
c12: 2.0.1(magicast@0.3.5)
···
25561
25375
h3: 1.15.4
25562
25376
hookable: 5.5.3
25563
25377
ignore: 6.0.2
25564
25564
-
impound: 0.2.2(rollup@4.50.0)
25378
25378
+
impound: 0.2.2(rollup@3.29.5)
25565
25379
jiti: 2.5.1
25566
25380
klona: 2.0.6
25567
25381
knitwork: 1.2.0
···
25588
25402
unctx: 2.4.1
25589
25403
unenv: 1.10.0
25590
25404
unhead: 1.11.20
25591
25591
-
unimport: 3.14.6(rollup@4.50.0)
25405
25405
+
unimport: 3.14.6(rollup@3.29.5)
25592
25406
unplugin: 1.16.1
25593
25593
-
unplugin-vue-router: 0.10.9(rollup@4.50.0)(vue-router@4.5.0(vue@3.5.13(typescript@5.8.3)))(vue@3.5.13(typescript@5.8.3))
25407
25407
+
unplugin-vue-router: 0.10.9(rollup@3.29.5)(vue-router@4.5.0(vue@3.5.13(typescript@5.9.2)))(vue@3.5.13(typescript@5.9.2))
25594
25408
unstorage: 1.17.0(@netlify/blobs@9.1.2)(db0@0.3.2)(ioredis@5.7.0)
25595
25409
untyped: 1.5.2
25596
25596
-
vue: 3.5.13(typescript@5.8.3)
25410
25410
+
vue: 3.5.13(typescript@5.9.2)
25597
25411
vue-bundle-renderer: 2.1.2
25598
25412
vue-devtools-stub: 0.1.0
25599
25599
-
vue-router: 4.5.0(vue@3.5.13(typescript@5.8.3))
25413
25413
+
vue-router: 4.5.0(vue@3.5.13(typescript@5.9.2))
25600
25414
optionalDependencies:
25601
25415
'@parcel/watcher': 2.5.1
25602
25416
'@types/node': 22.10.5
···
25652
25466
- vue-tsc
25653
25467
- xml2js
25654
25468
25655
25655
-
nuxt@3.14.1592(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@22.10.5)(db0@0.3.2)(encoding@0.1.13)(eslint@9.35.0(jiti@2.5.1))(ioredis@5.7.0)(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@3.29.5)(sass@1.85.0)(terser@5.43.1)(typescript@5.9.2)(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0)):
25469
25469
+
nuxt@3.14.1592(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@22.10.5)(db0@0.3.2)(encoding@0.1.13)(eslint@9.17.0(jiti@2.5.1))(ioredis@5.7.0)(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.50.0)(sass@1.85.0)(terser@5.43.1)(typescript@5.8.3)(vite@7.1.5(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0)):
25656
25470
dependencies:
25657
25471
'@nuxt/devalue': 2.0.2
25658
25658
-
'@nuxt/devtools': 1.7.0(rollup@3.29.5)(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.13(typescript@5.9.2))
25659
25659
-
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@3.29.5)
25660
25660
-
'@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@3.29.5)
25472
25472
+
'@nuxt/devtools': 1.7.0(rollup@4.50.0)(vite@7.1.5(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.13(typescript@5.8.3))
25473
25473
+
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.50.0)
25474
25474
+
'@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@4.50.0)
25661
25475
'@nuxt/telemetry': 2.6.6(magicast@0.3.5)
25662
25662
-
'@nuxt/vite-builder': 3.14.1592(@types/node@22.10.5)(eslint@9.35.0(jiti@2.5.1))(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@3.29.5)(sass@1.85.0)(terser@5.43.1)(typescript@5.9.2)(vue@3.5.13(typescript@5.9.2))
25476
25476
+
'@nuxt/vite-builder': 3.14.1592(@types/node@22.10.5)(eslint@9.17.0(jiti@2.5.1))(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.50.0)(sass@1.85.0)(terser@5.43.1)(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))
25663
25477
'@unhead/dom': 1.11.20
25664
25478
'@unhead/shared': 1.11.20
25665
25479
'@unhead/ssr': 1.11.20
25666
25666
-
'@unhead/vue': 1.11.20(vue@3.5.13(typescript@5.9.2))
25480
25480
+
'@unhead/vue': 1.11.20(vue@3.5.13(typescript@5.8.3))
25667
25481
'@vue/shared': 3.5.20
25668
25482
acorn: 8.14.0
25669
25483
c12: 2.0.1(magicast@0.3.5)
···
25682
25496
h3: 1.15.4
25683
25497
hookable: 5.5.3
25684
25498
ignore: 6.0.2
25685
25685
-
impound: 0.2.2(rollup@3.29.5)
25499
25499
+
impound: 0.2.2(rollup@4.50.0)
25686
25500
jiti: 2.5.1
25687
25501
klona: 2.0.6
25688
25502
knitwork: 1.2.0
···
25709
25523
unctx: 2.4.1
25710
25524
unenv: 1.10.0
25711
25525
unhead: 1.11.20
25712
25712
-
unimport: 3.14.6(rollup@3.29.5)
25526
25526
+
unimport: 3.14.6(rollup@4.50.0)
25713
25527
unplugin: 1.16.1
25714
25714
-
unplugin-vue-router: 0.10.9(rollup@3.29.5)(vue-router@4.5.0(vue@3.5.13(typescript@5.9.2)))(vue@3.5.13(typescript@5.9.2))
25528
25528
+
unplugin-vue-router: 0.10.9(rollup@4.50.0)(vue-router@4.5.0(vue@3.5.13(typescript@5.8.3)))(vue@3.5.13(typescript@5.8.3))
25715
25529
unstorage: 1.17.0(@netlify/blobs@9.1.2)(db0@0.3.2)(ioredis@5.7.0)
25716
25530
untyped: 1.5.2
25717
25717
-
vue: 3.5.13(typescript@5.9.2)
25531
25531
+
vue: 3.5.13(typescript@5.8.3)
25718
25532
vue-bundle-renderer: 2.1.2
25719
25533
vue-devtools-stub: 0.1.0
25720
25720
-
vue-router: 4.5.0(vue@3.5.13(typescript@5.9.2))
25534
25534
+
vue-router: 4.5.0(vue@3.5.13(typescript@5.8.3))
25721
25535
optionalDependencies:
25722
25536
'@parcel/watcher': 2.5.1
25723
25537
'@types/node': 22.10.5
···
25773
25587
- vue-tsc
25774
25588
- xml2js
25775
25589
25776
25776
-
nuxt@3.14.1592(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@22.10.5)(db0@0.3.2)(encoding@0.1.13)(eslint@9.35.0(jiti@2.5.1))(ioredis@5.7.0)(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.50.0)(sass@1.85.0)(terser@5.43.1)(typescript@5.9.2)(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0)):
25590
25590
+
nuxt@3.14.1592(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@22.10.5)(db0@0.3.2)(encoding@0.1.13)(eslint@9.17.0(jiti@2.5.1))(ioredis@5.7.0)(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.50.0)(sass@1.85.0)(terser@5.43.1)(typescript@5.9.2)(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0)):
25777
25591
dependencies:
25778
25592
'@nuxt/devalue': 2.0.2
25779
25593
'@nuxt/devtools': 1.7.0(rollup@4.50.0)(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.13(typescript@5.9.2))
25780
25594
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.50.0)
25781
25595
'@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@4.50.0)
25782
25596
'@nuxt/telemetry': 2.6.6(magicast@0.3.5)
25783
25783
-
'@nuxt/vite-builder': 3.14.1592(@types/node@22.10.5)(eslint@9.35.0(jiti@2.5.1))(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.50.0)(sass@1.85.0)(terser@5.43.1)(typescript@5.9.2)(vue@3.5.13(typescript@5.9.2))
25597
25597
+
'@nuxt/vite-builder': 3.14.1592(@types/node@22.10.5)(eslint@9.17.0(jiti@2.5.1))(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.50.0)(sass@1.85.0)(terser@5.43.1)(typescript@5.9.2)(vue@3.5.13(typescript@5.9.2))
25784
25598
'@unhead/dom': 1.11.20
25785
25599
'@unhead/shared': 1.11.20
25786
25600
'@unhead/ssr': 1.11.20
···
26285
26099
pify@2.3.0: {}
26286
26100
26287
26101
pify@4.0.1: {}
26288
26288
-
26289
26289
-
pinia@2.3.0(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)):
26290
26290
-
dependencies:
26291
26291
-
'@vue/devtools-api': 6.6.4
26292
26292
-
vue: 3.5.13(typescript@5.8.3)
26293
26293
-
vue-demi: 0.14.10(vue@3.5.13(typescript@5.8.3))
26294
26294
-
optionalDependencies:
26295
26295
-
typescript: 5.8.3
26296
26296
-
transitivePeerDependencies:
26297
26297
-
- '@vue/composition-api'
26298
26102
26299
26103
pinia@3.0.3(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)):
26300
26104
dependencies:
···
28895
28699
optionator: 0.9.4
28896
28700
typescript: 5.8.3
28897
28701
28898
28898
-
vite-plugin-checker@0.8.0(eslint@9.35.0(jiti@2.5.1))(optionator@0.9.4)(typescript@5.9.2)(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)):
28702
28702
+
vite-plugin-checker@0.8.0(eslint@9.17.0(jiti@2.5.1))(optionator@0.9.4)(typescript@5.9.2)(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)):
28899
28703
dependencies:
28900
28704
'@babel/code-frame': 7.27.1
28901
28705
ansi-escapes: 4.3.2
···
28913
28717
vscode-languageserver-textdocument: 1.0.12
28914
28718
vscode-uri: 3.1.0
28915
28719
optionalDependencies:
28916
28916
-
eslint: 9.35.0(jiti@2.5.1)
28720
28720
+
eslint: 9.17.0(jiti@2.5.1)
28917
28721
optionator: 0.9.4
28918
28722
typescript: 5.9.2
28919
28723
···
28985
28789
vite-dev-rpc: 1.1.0(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))
28986
28790
transitivePeerDependencies:
28987
28791
- supports-color
28988
28988
-
28989
28989
-
vite-plugin-vue-devtools@7.7.0(rollup@4.50.0)(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.13(typescript@5.8.3)):
28990
28990
-
dependencies:
28991
28991
-
'@vue/devtools-core': 7.7.7(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.13(typescript@5.8.3))
28992
28992
-
'@vue/devtools-kit': 7.7.7
28993
28993
-
'@vue/devtools-shared': 7.7.7
28994
28994
-
execa: 9.6.0
28995
28995
-
sirv: 3.0.1
28996
28996
-
vite: 7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0)
28997
28997
-
vite-plugin-inspect: 0.8.9(@nuxt/kit@3.15.4(magicast@0.3.5))(rollup@4.50.0)(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))
28998
28998
-
vite-plugin-vue-inspector: 5.3.2(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))
28999
28999
-
transitivePeerDependencies:
29000
29000
-
- '@nuxt/kit'
29001
29001
-
- rollup
29002
29002
-
- supports-color
29003
29003
-
- vue
29004
28792
29005
28793
vite-plugin-vue-devtools@8.0.2(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.13(typescript@5.8.3)):
29006
28794
dependencies:
···
29396
29184
'@vue/devtools-api': 6.6.4
29397
29185
vue: 3.5.13(typescript@5.9.2)
29398
29186
29399
29399
-
vue-tsc@2.2.0(typescript@5.8.3):
29400
29400
-
dependencies:
29401
29401
-
'@volar/typescript': 2.4.23
29402
29402
-
'@vue/language-core': 2.2.0(typescript@5.8.3)
29403
29403
-
typescript: 5.8.3
29404
29404
-
29405
29405
-
vue-tsc@3.0.6(typescript@5.8.3):
29187
29187
+
vue-tsc@3.0.8(typescript@5.8.3):
29406
29188
dependencies:
29407
29189
'@volar/typescript': 2.4.23
29408
29408
-
'@vue/language-core': 3.0.6(typescript@5.8.3)
29190
29190
+
'@vue/language-core': 3.0.8(typescript@5.8.3)
29409
29191
typescript: 5.8.3
29410
29192
29411
29193
vue3-select-component@0.11.8(vue@3.5.13(typescript@5.9.2)):