mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-26 15:01:20 +00:00
chore(deps): update dependency typescript to v5.4.4
This commit is contained in:
parent
254eced855
commit
44dd2c6bec
1 changed files with 60 additions and 61 deletions
121
pnpm-lock.yaml
121
pnpm-lock.yaml
|
@ -54,10 +54,10 @@ devDependencies:
|
|||
version: 8.56.7
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
specifier: ^7.3.1
|
||||
version: 7.5.0(@typescript-eslint/parser@7.5.0)(eslint@8.57.0)(typescript@5.4.3)
|
||||
version: 7.5.0(@typescript-eslint/parser@7.5.0)(eslint@8.57.0)(typescript@5.4.4)
|
||||
'@typescript-eslint/parser':
|
||||
specifier: ^7.3.1
|
||||
version: 7.5.0(eslint@8.57.0)(typescript@5.4.3)
|
||||
version: 7.5.0(eslint@8.57.0)(typescript@5.4.4)
|
||||
autoprefixer:
|
||||
specifier: ^10.4.19
|
||||
version: 10.4.19(postcss@8.4.38)
|
||||
|
@ -111,10 +111,10 @@ devDependencies:
|
|||
version: 2.6.2
|
||||
typescript:
|
||||
specifier: ^5.3.3
|
||||
version: 5.4.3
|
||||
version: 5.4.4
|
||||
unlighthouse:
|
||||
specifier: ^0.11.5
|
||||
version: 0.11.5(typescript@5.4.3)(vue@3.4.21)
|
||||
version: 0.11.5(typescript@5.4.4)(vue@3.4.21)
|
||||
vite:
|
||||
specifier: ^5.2.6
|
||||
version: 5.2.7
|
||||
|
@ -887,7 +887,7 @@ packages:
|
|||
vue: ^3.2.0
|
||||
dependencies:
|
||||
'@tanstack/vue-virtual': 3.1.2(vue@3.4.21)
|
||||
vue: 3.4.21(typescript@5.4.3)
|
||||
vue: 3.4.21(typescript@5.4.4)
|
||||
dev: true
|
||||
|
||||
/@humanwhocodes/config-array@0.11.14:
|
||||
|
@ -1573,7 +1573,7 @@ packages:
|
|||
vue: ^2.7.0 || ^3.0.0
|
||||
dependencies:
|
||||
'@tanstack/virtual-core': 3.1.2
|
||||
vue: 3.4.21(typescript@5.4.3)
|
||||
vue: 3.4.21(typescript@5.4.4)
|
||||
dev: true
|
||||
|
||||
/@tootallnate/quickjs-emscripten@0.23.0:
|
||||
|
@ -1651,7 +1651,7 @@ packages:
|
|||
dev: true
|
||||
optional: true
|
||||
|
||||
/@typescript-eslint/eslint-plugin@7.5.0(@typescript-eslint/parser@7.5.0)(eslint@8.57.0)(typescript@5.4.3):
|
||||
/@typescript-eslint/eslint-plugin@7.5.0(@typescript-eslint/parser@7.5.0)(eslint@8.57.0)(typescript@5.4.4):
|
||||
resolution: {integrity: sha512-HpqNTH8Du34nLxbKgVMGljZMG0rJd2O9ecvr2QLYp+7512ty1j42KnsFwspPXg1Vh8an9YImf6CokUBltisZFQ==}
|
||||
engines: {node: ^18.18.0 || >=20.0.0}
|
||||
peerDependencies:
|
||||
|
@ -1663,10 +1663,10 @@ packages:
|
|||
optional: true
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.10.0
|
||||
'@typescript-eslint/parser': 7.5.0(eslint@8.57.0)(typescript@5.4.3)
|
||||
'@typescript-eslint/parser': 7.5.0(eslint@8.57.0)(typescript@5.4.4)
|
||||
'@typescript-eslint/scope-manager': 7.5.0
|
||||
'@typescript-eslint/type-utils': 7.5.0(eslint@8.57.0)(typescript@5.4.3)
|
||||
'@typescript-eslint/utils': 7.5.0(eslint@8.57.0)(typescript@5.4.3)
|
||||
'@typescript-eslint/type-utils': 7.5.0(eslint@8.57.0)(typescript@5.4.4)
|
||||
'@typescript-eslint/utils': 7.5.0(eslint@8.57.0)(typescript@5.4.4)
|
||||
'@typescript-eslint/visitor-keys': 7.5.0
|
||||
debug: 4.3.4
|
||||
eslint: 8.57.0
|
||||
|
@ -1674,13 +1674,13 @@ packages:
|
|||
ignore: 5.3.1
|
||||
natural-compare: 1.4.0
|
||||
semver: 7.6.0
|
||||
ts-api-utils: 1.3.0(typescript@5.4.3)
|
||||
typescript: 5.4.3
|
||||
ts-api-utils: 1.3.0(typescript@5.4.4)
|
||||
typescript: 5.4.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser@7.5.0(eslint@8.57.0)(typescript@5.4.3):
|
||||
/@typescript-eslint/parser@7.5.0(eslint@8.57.0)(typescript@5.4.4):
|
||||
resolution: {integrity: sha512-cj+XGhNujfD2/wzR1tabNsidnYRaFfEkcULdcIyVBYcXjBvBKOes+mpMBP7hMpOyk+gBcfXsrg4NBGAStQyxjQ==}
|
||||
engines: {node: ^18.18.0 || >=20.0.0}
|
||||
peerDependencies:
|
||||
|
@ -1692,11 +1692,11 @@ packages:
|
|||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 7.5.0
|
||||
'@typescript-eslint/types': 7.5.0
|
||||
'@typescript-eslint/typescript-estree': 7.5.0(typescript@5.4.3)
|
||||
'@typescript-eslint/typescript-estree': 7.5.0(typescript@5.4.4)
|
||||
'@typescript-eslint/visitor-keys': 7.5.0
|
||||
debug: 4.3.4
|
||||
eslint: 8.57.0
|
||||
typescript: 5.4.3
|
||||
typescript: 5.4.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
@ -1709,7 +1709,7 @@ packages:
|
|||
'@typescript-eslint/visitor-keys': 7.5.0
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils@7.5.0(eslint@8.57.0)(typescript@5.4.3):
|
||||
/@typescript-eslint/type-utils@7.5.0(eslint@8.57.0)(typescript@5.4.4):
|
||||
resolution: {integrity: sha512-A021Rj33+G8mx2Dqh0nMO9GyjjIBK3MqgVgZ2qlKf6CJy51wY/lkkFqq3TqqnH34XyAHUkq27IjlUkWlQRpLHw==}
|
||||
engines: {node: ^18.18.0 || >=20.0.0}
|
||||
peerDependencies:
|
||||
|
@ -1719,12 +1719,12 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 7.5.0(typescript@5.4.3)
|
||||
'@typescript-eslint/utils': 7.5.0(eslint@8.57.0)(typescript@5.4.3)
|
||||
'@typescript-eslint/typescript-estree': 7.5.0(typescript@5.4.4)
|
||||
'@typescript-eslint/utils': 7.5.0(eslint@8.57.0)(typescript@5.4.4)
|
||||
debug: 4.3.4
|
||||
eslint: 8.57.0
|
||||
ts-api-utils: 1.3.0(typescript@5.4.3)
|
||||
typescript: 5.4.3
|
||||
ts-api-utils: 1.3.0(typescript@5.4.4)
|
||||
typescript: 5.4.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
@ -1734,7 +1734,7 @@ packages:
|
|||
engines: {node: ^18.18.0 || >=20.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree@7.5.0(typescript@5.4.3):
|
||||
/@typescript-eslint/typescript-estree@7.5.0(typescript@5.4.4):
|
||||
resolution: {integrity: sha512-YklQQfe0Rv2PZEueLTUffiQGKQneiIEKKnfIqPIOxgM9lKSZFCjT5Ad4VqRKj/U4+kQE3fa8YQpskViL7WjdPQ==}
|
||||
engines: {node: ^18.18.0 || >=20.0.0}
|
||||
peerDependencies:
|
||||
|
@ -1750,13 +1750,13 @@ packages:
|
|||
is-glob: 4.0.3
|
||||
minimatch: 9.0.3
|
||||
semver: 7.6.0
|
||||
ts-api-utils: 1.3.0(typescript@5.4.3)
|
||||
typescript: 5.4.3
|
||||
ts-api-utils: 1.3.0(typescript@5.4.4)
|
||||
typescript: 5.4.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils@7.5.0(eslint@8.57.0)(typescript@5.4.3):
|
||||
/@typescript-eslint/utils@7.5.0(eslint@8.57.0)(typescript@5.4.4):
|
||||
resolution: {integrity: sha512-3vZl9u0R+/FLQcpy2EHyRGNqAS/ofJ3Ji8aebilfJe+fobK8+LbIFmrHciLVDxjDoONmufDcnVSF38KwMEOjzw==}
|
||||
engines: {node: ^18.18.0 || >=20.0.0}
|
||||
peerDependencies:
|
||||
|
@ -1767,7 +1767,7 @@ packages:
|
|||
'@types/semver': 7.5.8
|
||||
'@typescript-eslint/scope-manager': 7.5.0
|
||||
'@typescript-eslint/types': 7.5.0
|
||||
'@typescript-eslint/typescript-estree': 7.5.0(typescript@5.4.3)
|
||||
'@typescript-eslint/typescript-estree': 7.5.0(typescript@5.4.4)
|
||||
eslint: 8.57.0
|
||||
semver: 7.6.0
|
||||
transitivePeerDependencies:
|
||||
|
@ -1787,13 +1787,13 @@ packages:
|
|||
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
|
||||
dev: true
|
||||
|
||||
/@unlighthouse/cli@0.11.5(typescript@5.4.3):
|
||||
/@unlighthouse/cli@0.11.5(typescript@5.4.4):
|
||||
resolution: {integrity: sha512-blYSZQFELWNYMc/hqGvPzzkvkgcXzrGMj/xl15UXG8F1tPBYXoNE+YZk3E53bN9v90NR6S7D9CHH6Q1WC0WCLg==}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@lhci/utils': 0.13.0
|
||||
'@unlighthouse/core': 0.11.5(typescript@5.4.3)
|
||||
'@unlighthouse/server': 0.11.5(typescript@5.4.3)
|
||||
'@unlighthouse/core': 0.11.5(typescript@5.4.4)
|
||||
'@unlighthouse/server': 0.11.5(typescript@5.4.4)
|
||||
better-opn: 3.0.2
|
||||
cac: 6.7.14
|
||||
consola: 3.2.3
|
||||
|
@ -1815,7 +1815,7 @@ packages:
|
|||
- utf-8-validate
|
||||
dev: true
|
||||
|
||||
/@unlighthouse/client@0.11.5(typescript@5.4.3):
|
||||
/@unlighthouse/client@0.11.5(typescript@5.4.4):
|
||||
resolution: {integrity: sha512-VpFTGPXnYIL/Jurad4ZxSnTVeJasOIfOYFkiNOtkhmSbIPvm+Yr1gkN8Bez5gDCFbfKCG6lr2kz+nRwkHmhEPQ==}
|
||||
dependencies:
|
||||
'@headlessui/vue': 1.7.19(vue@3.4.21)
|
||||
|
@ -1825,12 +1825,12 @@ packages:
|
|||
lightweight-charts: 4.1.3
|
||||
lodash-es: 4.17.21
|
||||
ufo: 1.4.0
|
||||
vue: 3.4.21(typescript@5.4.3)
|
||||
vue: 3.4.21(typescript@5.4.4)
|
||||
transitivePeerDependencies:
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/@unlighthouse/core@0.11.5(typescript@5.4.3):
|
||||
/@unlighthouse/core@0.11.5(typescript@5.4.4):
|
||||
resolution: {integrity: sha512-6ewSs9OPpOMC9jL/P9/jAaJtixjat+CMQCK7+f6ocF+liLzprpv2Ufi9d6j+SrTKJMxZvIGl1ZE6DZUFfdOHjQ==}
|
||||
peerDependencies:
|
||||
puppeteer: '*'
|
||||
|
@ -1839,7 +1839,7 @@ packages:
|
|||
optional: true
|
||||
dependencies:
|
||||
'@puppeteer/browsers': 2.1.0
|
||||
'@unlighthouse/client': 0.11.5(typescript@5.4.3)
|
||||
'@unlighthouse/client': 0.11.5(typescript@5.4.4)
|
||||
'@unrouted/core': 0.6.0
|
||||
'@unrouted/fetch': 0.6.0
|
||||
'@unrouted/plugins': 0.6.0
|
||||
|
@ -1885,10 +1885,10 @@ packages:
|
|||
- utf-8-validate
|
||||
dev: true
|
||||
|
||||
/@unlighthouse/server@0.11.5(typescript@5.4.3):
|
||||
/@unlighthouse/server@0.11.5(typescript@5.4.4):
|
||||
resolution: {integrity: sha512-2tbhAao5ELRi+UwHRCj9f9jst6+g7mSQuFu6CYkdfyEJPkUn/C5Zm8Wggt+BBJM+cweBh0TBeAVJWN3Cemrktw==}
|
||||
dependencies:
|
||||
'@unlighthouse/core': 0.11.5(typescript@5.4.3)
|
||||
'@unlighthouse/core': 0.11.5(typescript@5.4.4)
|
||||
h3: 1.11.1
|
||||
listhen: 1.7.2
|
||||
transitivePeerDependencies:
|
||||
|
@ -2080,7 +2080,7 @@ packages:
|
|||
dependencies:
|
||||
'@vue/compiler-ssr': 3.4.21
|
||||
'@vue/shared': 3.4.21
|
||||
vue: 3.4.21(typescript@5.4.3)
|
||||
vue: 3.4.21(typescript@5.4.4)
|
||||
dev: true
|
||||
|
||||
/@vue/shared@3.4.21:
|
||||
|
@ -2305,13 +2305,12 @@ packages:
|
|||
dev: true
|
||||
optional: true
|
||||
|
||||
/bare-fs@2.2.2:
|
||||
resolution: {integrity: sha512-X9IqgvyB0/VA5OZJyb5ZstoN62AzD7YxVGog13kkfYWYqJYcK0kcqLZ6TrmH5qr4/8//ejVcX4x/a0UvaogXmA==}
|
||||
/bare-fs@2.2.3:
|
||||
resolution: {integrity: sha512-amG72llr9pstfXOBOHve1WjiuKKAMnebcmMbPWDZ7BCevAoJLpugjuAPRsDINEyjT0a6tbaVx3DctkXIRbLuJw==}
|
||||
requiresBuild: true
|
||||
dependencies:
|
||||
bare-events: 2.2.1
|
||||
bare-os: 2.2.0
|
||||
bare-path: 2.1.0
|
||||
bare-path: 2.1.1
|
||||
streamx: 2.16.1
|
||||
dev: true
|
||||
optional: true
|
||||
|
@ -2322,8 +2321,8 @@ packages:
|
|||
dev: true
|
||||
optional: true
|
||||
|
||||
/bare-path@2.1.0:
|
||||
resolution: {integrity: sha512-DIIg7ts8bdRKwJRJrUMy/PICEaQZaPGZ26lsSx9MJSwIhSrcdHn7/C8W+XmnG/rKi6BaRcz+JO00CjZteybDtw==}
|
||||
/bare-path@2.1.1:
|
||||
resolution: {integrity: sha512-OHM+iwRDRMDBsSW7kl3dO62JyHdBKO3B25FB9vNQBPcGHMo4+eA8Yj41Lfbk3pS/seDY+siNge0LdRTulAau/A==}
|
||||
requiresBuild: true
|
||||
dependencies:
|
||||
bare-os: 2.2.0
|
||||
|
@ -3986,8 +3985,8 @@ packages:
|
|||
resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==}
|
||||
hasBin: true
|
||||
|
||||
/joi@17.12.2:
|
||||
resolution: {integrity: sha512-RonXAIzCiHLc8ss3Ibuz45u28GOsWE1UpfDXLbN/9NKbL4tCJf8TWYVKsoYuuh+sAUt7fsSNpA+r2+TBA6Wjmw==}
|
||||
/joi@17.12.3:
|
||||
resolution: {integrity: sha512-2RRziagf555owrm9IRVtdKynOBeITiDpuZqIpgwqXShPncPKNiRQoiGsl/T8SQdq+8ugRzH2LqY67irr2y/d+g==}
|
||||
requiresBuild: true
|
||||
dependencies:
|
||||
'@hapi/hoek': 9.3.0
|
||||
|
@ -5677,8 +5676,8 @@ packages:
|
|||
picocolors: 1.0.0
|
||||
sade: 1.8.1
|
||||
svelte: 4.2.12
|
||||
svelte-preprocess: 5.1.3(@babel/core@7.23.9)(postcss-load-config@5.0.3)(postcss@8.4.38)(svelte@4.2.12)(typescript@5.4.3)
|
||||
typescript: 5.4.3
|
||||
svelte-preprocess: 5.1.3(@babel/core@7.23.9)(postcss-load-config@5.0.3)(postcss@8.4.38)(svelte@4.2.12)(typescript@5.4.4)
|
||||
typescript: 5.4.4
|
||||
transitivePeerDependencies:
|
||||
- '@babel/core'
|
||||
- coffeescript
|
||||
|
@ -5736,7 +5735,7 @@ packages:
|
|||
svelte: 4.2.12
|
||||
dev: false
|
||||
|
||||
/svelte-preprocess@5.1.3(@babel/core@7.23.9)(postcss-load-config@5.0.3)(postcss@8.4.38)(svelte@4.2.12)(typescript@5.4.3):
|
||||
/svelte-preprocess@5.1.3(@babel/core@7.23.9)(postcss-load-config@5.0.3)(postcss@8.4.38)(svelte@4.2.12)(typescript@5.4.4):
|
||||
resolution: {integrity: sha512-xxAkmxGHT+J/GourS5mVJeOXZzne1FR5ljeOUAMXUkfEhkLEllRreXpbl3dIYJlcJRfL1LO1uIAPpBpBfiqGPw==}
|
||||
engines: {node: '>= 16.0.0', pnpm: ^8.0.0}
|
||||
requiresBuild: true
|
||||
|
@ -5783,7 +5782,7 @@ packages:
|
|||
sorcery: 0.11.0
|
||||
strip-indent: 3.0.0
|
||||
svelte: 4.2.12
|
||||
typescript: 5.4.3
|
||||
typescript: 5.4.4
|
||||
dev: true
|
||||
|
||||
/svelte-render@2.0.1(svelte@4.2.12):
|
||||
|
@ -5848,7 +5847,7 @@ packages:
|
|||
'@sodaru/yup-to-json-schema': 2.0.1
|
||||
'@vinejs/vine': 1.8.0
|
||||
arktype: 1.0.29-alpha
|
||||
joi: 17.12.2
|
||||
joi: 17.12.3
|
||||
superstruct: 1.0.4
|
||||
valibot: 0.30.0
|
||||
yup: 1.4.0
|
||||
|
@ -5929,8 +5928,8 @@ packages:
|
|||
pump: 3.0.0
|
||||
tar-stream: 3.1.7
|
||||
optionalDependencies:
|
||||
bare-fs: 2.2.2
|
||||
bare-path: 2.1.0
|
||||
bare-fs: 2.2.3
|
||||
bare-path: 2.1.1
|
||||
dev: true
|
||||
|
||||
/tar-stream@3.1.7:
|
||||
|
@ -6036,13 +6035,13 @@ packages:
|
|||
utf8-byte-length: 1.0.4
|
||||
dev: true
|
||||
|
||||
/ts-api-utils@1.3.0(typescript@5.4.3):
|
||||
/ts-api-utils@1.3.0(typescript@5.4.4):
|
||||
resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==}
|
||||
engines: {node: '>=16'}
|
||||
peerDependencies:
|
||||
typescript: '>=4.2.0'
|
||||
dependencies:
|
||||
typescript: 5.4.3
|
||||
typescript: 5.4.4
|
||||
dev: true
|
||||
|
||||
/ts-deepmerge@7.0.0:
|
||||
|
@ -6094,8 +6093,8 @@ packages:
|
|||
is-typedarray: 1.0.0
|
||||
dev: true
|
||||
|
||||
/typescript@5.4.3:
|
||||
resolution: {integrity: sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==}
|
||||
/typescript@5.4.4:
|
||||
resolution: {integrity: sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==}
|
||||
engines: {node: '>=14.17'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
@ -6184,7 +6183,7 @@ packages:
|
|||
engines: {node: '>= 10.0.0'}
|
||||
dev: true
|
||||
|
||||
/unlighthouse@0.11.5(typescript@5.4.3)(vue@3.4.21):
|
||||
/unlighthouse@0.11.5(typescript@5.4.4)(vue@3.4.21):
|
||||
resolution: {integrity: sha512-7s+siaK0fYocYuM/80ETyqYnVQj/mJBzY/vrIk92YTK9aQC51LQNt0MuuN3pLlsmOVeslKG65fsK2/qzt2y6aQ==}
|
||||
engines: {node: '>=18'}
|
||||
hasBin: true
|
||||
|
@ -6197,10 +6196,10 @@ packages:
|
|||
vue:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@unlighthouse/cli': 0.11.5(typescript@5.4.3)
|
||||
'@unlighthouse/client': 0.11.5(typescript@5.4.3)
|
||||
'@unlighthouse/core': 0.11.5(typescript@5.4.3)
|
||||
vue: 3.4.21(typescript@5.4.3)
|
||||
'@unlighthouse/cli': 0.11.5(typescript@5.4.4)
|
||||
'@unlighthouse/client': 0.11.5(typescript@5.4.4)
|
||||
'@unlighthouse/core': 0.11.5(typescript@5.4.4)
|
||||
vue: 3.4.21(typescript@5.4.4)
|
||||
transitivePeerDependencies:
|
||||
- bufferutil
|
||||
- debug
|
||||
|
@ -6341,7 +6340,7 @@ packages:
|
|||
vite: 5.2.7
|
||||
dev: true
|
||||
|
||||
/vue@3.4.21(typescript@5.4.3):
|
||||
/vue@3.4.21(typescript@5.4.4):
|
||||
resolution: {integrity: sha512-5hjyV/jLEIKD/jYl4cavMcnzKwjMKohureP8ejn3hhEjwhWIhWeuzL2kJAjzl/WyVsgPY56Sy4Z40C3lVshxXA==}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
|
@ -6354,7 +6353,7 @@ packages:
|
|||
'@vue/runtime-dom': 3.4.21
|
||||
'@vue/server-renderer': 3.4.21(vue@3.4.21)
|
||||
'@vue/shared': 3.4.21
|
||||
typescript: 5.4.3
|
||||
typescript: 5.4.4
|
||||
dev: true
|
||||
|
||||
/webidl-conversions@3.0.1:
|
||||
|
|
Loading…
Reference in a new issue