⬆️ Update dependency vitest to v1.1.2
This commit is contained in:
parent
6fe4f14686
commit
c59d91a5a3
@ -51,7 +51,7 @@
|
|||||||
"typescript": "5.3.3",
|
"typescript": "5.3.3",
|
||||||
"vite": "5.0.10",
|
"vite": "5.0.10",
|
||||||
"vite-plugin-vuetify": "2.0.1",
|
"vite-plugin-vuetify": "2.0.1",
|
||||||
"vitest": "1.1.1",
|
"vitest": "1.1.2",
|
||||||
"vue-cli-plugin-vuetify": "2.5.8",
|
"vue-cli-plugin-vuetify": "2.5.8",
|
||||||
"vue-tsc": "1.8.27",
|
"vue-tsc": "1.8.27",
|
||||||
"webpack-plugin-vuetify": "3.0.1"
|
"webpack-plugin-vuetify": "3.0.1"
|
||||||
|
@ -113,8 +113,8 @@ devDependencies:
|
|||||||
specifier: 2.0.1
|
specifier: 2.0.1
|
||||||
version: 2.0.1(vite@5.0.10)(vue@3.4.3)(vuetify@3.4.9)
|
version: 2.0.1(vite@5.0.10)(vue@3.4.3)(vuetify@3.4.9)
|
||||||
vitest:
|
vitest:
|
||||||
specifier: 1.1.1
|
specifier: 1.1.2
|
||||||
version: 1.1.1(@types/node@20.10.6)(jsdom@23.0.1)(sass@1.69.5)
|
version: 1.1.2(@types/node@20.10.6)(jsdom@23.0.1)(sass@1.69.5)
|
||||||
vue-cli-plugin-vuetify:
|
vue-cli-plugin-vuetify:
|
||||||
specifier: 2.5.8
|
specifier: 2.5.8
|
||||||
version: 2.5.8(sass-loader@13.3.3)(vue@3.4.3)(webpack@5.89.0)
|
version: 2.5.8(sass-loader@13.3.3)(vue@3.4.3)(webpack@5.89.0)
|
||||||
@ -782,40 +782,41 @@ packages:
|
|||||||
vue: 3.4.3(typescript@5.3.3)
|
vue: 3.4.3(typescript@5.3.3)
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@vitest/expect@1.1.1:
|
/@vitest/expect@1.1.2:
|
||||||
resolution: {integrity: sha512-Qpw01C2Hyb3085jBkOJLQ7HRX0Ncnh2qV4p+xWmmhcIUlMykUF69zsnZ1vPmAjZpomw9+5tWEGOQ0GTfR8U+kA==}
|
resolution: {integrity: sha512-1aOqDLbgkvJ2e1nLQ/5dkUX54V1Alwt2e6M2u03Oy7wGbDYHV5ZLKm1XbcT45h8TMXtc2q/BPtkeIjyRv1oDHQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vitest/spy': 1.1.1
|
'@vitest/spy': 1.1.2
|
||||||
'@vitest/utils': 1.1.1
|
'@vitest/utils': 1.1.2
|
||||||
chai: 4.3.10
|
chai: 4.3.10
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@vitest/runner@1.1.1:
|
/@vitest/runner@1.1.2:
|
||||||
resolution: {integrity: sha512-8HokyJo1SnSi3uPFKfWm/Oq1qDwLC4QDcVsqpXIXwsRPAg3gIDh8EbZ1ri8cmQkBxdOu62aOF9B4xcqJhvt4xQ==}
|
resolution: {integrity: sha512-oTqXCGtZzu9EaXq9cO/QDGnC721iryuTPs5rLyVZUJsdm33IQeIOwTRIWUB7EYFwpJsI+qMiCiuGZS49+DP5hA==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vitest/utils': 1.1.1
|
'@vitest/utils': 1.1.2
|
||||||
p-limit: 5.0.0
|
p-limit: 5.0.0
|
||||||
pathe: 1.1.1
|
pathe: 1.1.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@vitest/snapshot@1.1.1:
|
/@vitest/snapshot@1.1.2:
|
||||||
resolution: {integrity: sha512-WnMHjv4VdHLbFGgCdVVvyRkRPnOKN75JJg+LLTdr6ah7YnL75W+7CTIMdzPEPzaDxA8r5yvSVlc1d8lH3yE28w==}
|
resolution: {integrity: sha512-hXXd5KjURGt6GCrmw55A+PNIlrOaE6x6KcdEANXac76xmvVbJZXSiNVJ1JuMCiyvLLTzdpPnrgWyCX9/CepFCQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
magic-string: 0.30.5
|
magic-string: 0.30.5
|
||||||
pathe: 1.1.1
|
pathe: 1.1.1
|
||||||
pretty-format: 29.7.0
|
pretty-format: 29.7.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@vitest/spy@1.1.1:
|
/@vitest/spy@1.1.2:
|
||||||
resolution: {integrity: sha512-hDU2KkOTfFp4WFFPWwHFauddwcKuGQ7gF6Un/ZZkCogoAiTMN7/7YKvUDbywPZZ754iCQGjdUmXN3t4k0jm1IQ==}
|
resolution: {integrity: sha512-1Nn70K3oY00lhThDXsVQxjslUvJij1YQDzH/4FMxMLgjYxB5u4Aw4yXeICNSSap04wyV2dtGL3RqdBGwoR3sPA==}
|
||||||
dependencies:
|
dependencies:
|
||||||
tinyspy: 2.2.0
|
tinyspy: 2.2.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@vitest/utils@1.1.1:
|
/@vitest/utils@1.1.2:
|
||||||
resolution: {integrity: sha512-E9LedH093vST/JuBSyHLFMpxJKW3dLhe/flUSPFedoyj4wKiFX7Jm8gYLtOIiin59dgrssfmFv0BJ1u8P/LC/A==}
|
resolution: {integrity: sha512-QrXfDieptshDkTkXnA+HmlVQto1h0jengbkSKcJjlbCMeXbSCr3AcALPPzozRQxEOKvFjqx9WHjljz62uxrGew==}
|
||||||
dependencies:
|
dependencies:
|
||||||
diff-sequences: 29.6.3
|
diff-sequences: 29.6.3
|
||||||
|
estree-walker: 3.0.3
|
||||||
loupe: 2.3.7
|
loupe: 2.3.7
|
||||||
pretty-format: 29.7.0
|
pretty-format: 29.7.0
|
||||||
dev: true
|
dev: true
|
||||||
@ -1775,6 +1776,12 @@ packages:
|
|||||||
/estree-walker@2.0.2:
|
/estree-walker@2.0.2:
|
||||||
resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
|
resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
|
||||||
|
|
||||||
|
/estree-walker@3.0.3:
|
||||||
|
resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==}
|
||||||
|
dependencies:
|
||||||
|
'@types/estree': 1.0.5
|
||||||
|
dev: true
|
||||||
|
|
||||||
/esutils@2.0.3:
|
/esutils@2.0.3:
|
||||||
resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
|
resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
|
||||||
engines: {node: '>=0.10.0'}
|
engines: {node: '>=0.10.0'}
|
||||||
@ -3418,8 +3425,8 @@ packages:
|
|||||||
hasBin: true
|
hasBin: true
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/vite-node@1.1.1(@types/node@20.10.6)(sass@1.69.5):
|
/vite-node@1.1.2(@types/node@20.10.6)(sass@1.69.5):
|
||||||
resolution: {integrity: sha512-2bGE5w4jvym5v8llF6Gu1oBrmImoNSs4WmRVcavnG2me6+8UQntTqLiAMFyiAobp+ZXhj5ZFhI7SmLiFr/jrow==}
|
resolution: {integrity: sha512-2S3Y7T68PMrBbFS2H9Oda2GeordkIU5gLx2toubxPUcFZ+LKZ9L6U69pLtofotwQUrb3NcUImP3fl9GfLplebA==}
|
||||||
engines: {node: ^18.0.0 || >=20.0.0}
|
engines: {node: ^18.0.0 || >=20.0.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -3492,8 +3499,8 @@ packages:
|
|||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents: 2.3.3
|
fsevents: 2.3.3
|
||||||
|
|
||||||
/vitest@1.1.1(@types/node@20.10.6)(jsdom@23.0.1)(sass@1.69.5):
|
/vitest@1.1.2(@types/node@20.10.6)(jsdom@23.0.1)(sass@1.69.5):
|
||||||
resolution: {integrity: sha512-Ry2qs4UOu/KjpXVfOCfQkTnwSXYGrqTbBZxw6reIYEFjSy1QUARRg5pxiI5BEXy+kBVntxUYNMlq4Co+2vD3fQ==}
|
resolution: {integrity: sha512-nEw58z0PFBARwo3hWx6aKmI0Rob2avL9Mt2IYW+5mH5dS4S39J+VLH9aG8x6KZIgyegdE1p7/3JjZ93FzVCsoQ==}
|
||||||
engines: {node: ^18.0.0 || >=20.0.0}
|
engines: {node: ^18.0.0 || >=20.0.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -3518,11 +3525,11 @@ packages:
|
|||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 20.10.6
|
'@types/node': 20.10.6
|
||||||
'@vitest/expect': 1.1.1
|
'@vitest/expect': 1.1.2
|
||||||
'@vitest/runner': 1.1.1
|
'@vitest/runner': 1.1.2
|
||||||
'@vitest/snapshot': 1.1.1
|
'@vitest/snapshot': 1.1.2
|
||||||
'@vitest/spy': 1.1.1
|
'@vitest/spy': 1.1.2
|
||||||
'@vitest/utils': 1.1.1
|
'@vitest/utils': 1.1.2
|
||||||
acorn-walk: 8.3.1
|
acorn-walk: 8.3.1
|
||||||
cac: 6.7.14
|
cac: 6.7.14
|
||||||
chai: 4.3.10
|
chai: 4.3.10
|
||||||
@ -3538,7 +3545,7 @@ packages:
|
|||||||
tinybench: 2.5.1
|
tinybench: 2.5.1
|
||||||
tinypool: 0.8.1
|
tinypool: 0.8.1
|
||||||
vite: 5.0.10(@types/node@20.10.6)(sass@1.69.5)
|
vite: 5.0.10(@types/node@20.10.6)(sass@1.69.5)
|
||||||
vite-node: 1.1.1(@types/node@20.10.6)(sass@1.69.5)
|
vite-node: 1.1.2(@types/node@20.10.6)(sass@1.69.5)
|
||||||
why-is-node-running: 2.2.2
|
why-is-node-running: 2.2.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- less
|
- less
|
||||||
|
Loading…
Reference in New Issue
Block a user