Compare commits

..

No commits in common. "739d634108bc9c81f0d67977f195b436ecb86176" and "237a473057b750168e38cf96f6f03844381b944b" have entirely different histories.

2 changed files with 26 additions and 26 deletions

View File

@ -51,7 +51,7 @@
"typescript": "5.3.3", "typescript": "5.3.3",
"vite": "5.0.11", "vite": "5.0.11",
"vite-plugin-vuetify": "2.0.1", "vite-plugin-vuetify": "2.0.1",
"vitest": "1.2.0", "vitest": "1.1.3",
"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"

View File

@ -113,8 +113,8 @@ devDependencies:
specifier: 2.0.1 specifier: 2.0.1
version: 2.0.1(vite@5.0.11)(vue@3.4.10)(vuetify@3.4.10) version: 2.0.1(vite@5.0.11)(vue@3.4.10)(vuetify@3.4.10)
vitest: vitest:
specifier: 1.2.0 specifier: 1.1.3
version: 1.2.0(@types/node@20.11.0)(jsdom@23.2.0)(sass@1.69.7) version: 1.1.3(@types/node@20.11.0)(jsdom@23.2.0)(sass@1.69.7)
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.10)(webpack@5.89.0) version: 2.5.8(sass-loader@13.3.3)(vue@3.4.10)(webpack@5.89.0)
@ -790,38 +790,38 @@ packages:
vue: 3.4.10(typescript@5.3.3) vue: 3.4.10(typescript@5.3.3)
dev: true dev: true
/@vitest/expect@1.2.0: /@vitest/expect@1.1.3:
resolution: {integrity: sha512-H+2bHzhyvgp32o7Pgj2h9RTHN0pgYaoi26Oo3mE+dCi1PAqV31kIIVfTbqMO3Bvshd5mIrJLc73EwSRrbol9Lw==} resolution: {integrity: sha512-MnJqsKc1Ko04lksF9XoRJza0bGGwTtqfbyrsYv5on4rcEkdo+QgUdITenBQBUltKzdxW7K3rWh+nXRULwsdaVg==}
dependencies: dependencies:
'@vitest/spy': 1.2.0 '@vitest/spy': 1.1.3
'@vitest/utils': 1.2.0 '@vitest/utils': 1.1.3
chai: 4.3.10 chai: 4.3.10
dev: true dev: true
/@vitest/runner@1.2.0: /@vitest/runner@1.1.3:
resolution: {integrity: sha512-vaJkDoQaNUTroT70OhM0NPznP7H3WyRwt4LvGwCVYs/llLaqhoSLnlIhUClZpbF5RgAee29KRcNz0FEhYcgxqA==} resolution: {integrity: sha512-Va2XbWMnhSdDEh/OFxyUltgQuuDRxnarK1hW5QNN4URpQrqq6jtt8cfww/pQQ4i0LjoYxh/3bYWvDFlR9tU73g==}
dependencies: dependencies:
'@vitest/utils': 1.2.0 '@vitest/utils': 1.1.3
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.2.0: /@vitest/snapshot@1.1.3:
resolution: {integrity: sha512-P33EE7TrVgB3HDLllrjK/GG6WSnmUtWohbwcQqmm7TAk9AVHpdgf7M3F3qRHKm6vhr7x3eGIln7VH052Smo6Kw==} resolution: {integrity: sha512-U0r8pRXsLAdxSVAyGNcqOU2H3Z4Y2dAAGGelL50O0QRMdi1WWeYHdrH/QWpN1e8juWfVKsb8B+pyJwTC+4Gy9w==}
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.2.0: /@vitest/spy@1.1.3:
resolution: {integrity: sha512-MNxSAfxUaCeowqyyGwC293yZgk7cECZU9wGb8N1pYQ0yOn/SIr8t0l9XnGRdQZvNV/ZHBYu6GO/W3tj5K3VN1Q==} resolution: {integrity: sha512-Ec0qWyGS5LhATFQtldvChPTAHv08yHIOZfiNcjwRQbFPHpkih0md9KAbs7TfeIfL7OFKoe7B/6ukBTqByubXkQ==}
dependencies: dependencies:
tinyspy: 2.2.0 tinyspy: 2.2.0
dev: true dev: true
/@vitest/utils@1.2.0: /@vitest/utils@1.1.3:
resolution: {integrity: sha512-FyD5bpugsXlwVpTcGLDf3wSPYy8g541fQt14qtzo8mJ4LdEpDKZ9mQy2+qdJm2TZRpjY5JLXihXCgIxiRJgi5g==} resolution: {integrity: sha512-Dyt3UMcdElTll2H75vhxfpZu03uFpXRCHxWnzcrFjZxT1kTbq8ALUYIeBgGolo1gldVdI0YSlQRacsqxTwNqwg==}
dependencies: dependencies:
diff-sequences: 29.6.3 diff-sequences: 29.6.3
estree-walker: 3.0.3 estree-walker: 3.0.3
@ -3453,8 +3453,8 @@ packages:
hasBin: true hasBin: true
dev: false dev: false
/vite-node@1.2.0(@types/node@20.11.0)(sass@1.69.7): /vite-node@1.1.3(@types/node@20.11.0)(sass@1.69.7):
resolution: {integrity: sha512-ETnQTHeAbbOxl7/pyBck9oAPZZZo+kYnFt1uQDD+hPReOc+wCjXw4r4jHriBRuVDB5isHmPXxrfc1yJnfBERqg==} resolution: {integrity: sha512-BLSO72YAkIUuNrOx+8uznYICJfTEbvBAmWClY3hpath5+h1mbPS5OMn42lrTxXuyCazVyZoDkSRnju78GiVCqA==}
engines: {node: ^18.0.0 || >=20.0.0} engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true hasBin: true
dependencies: dependencies:
@ -3527,8 +3527,8 @@ packages:
optionalDependencies: optionalDependencies:
fsevents: 2.3.3 fsevents: 2.3.3
/vitest@1.2.0(@types/node@20.11.0)(jsdom@23.2.0)(sass@1.69.7): /vitest@1.1.3(@types/node@20.11.0)(jsdom@23.2.0)(sass@1.69.7):
resolution: {integrity: sha512-Ixs5m7BjqvLHXcibkzKRQUvD/XLw0E3rvqaCMlrm/0LMsA0309ZqYvTlPzkhh81VlEyVZXFlwWnkhb6/UMtcaQ==} resolution: {integrity: sha512-2l8om1NOkiA90/Y207PsEvJLYygddsOyr81wLQ20Ra8IlLKbyQncWsGZjnbkyG2KwwuTXLQjEPOJuxGMG8qJBQ==}
engines: {node: ^18.0.0 || >=20.0.0} engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
@ -3553,11 +3553,11 @@ packages:
optional: true optional: true
dependencies: dependencies:
'@types/node': 20.11.0 '@types/node': 20.11.0
'@vitest/expect': 1.2.0 '@vitest/expect': 1.1.3
'@vitest/runner': 1.2.0 '@vitest/runner': 1.1.3
'@vitest/snapshot': 1.2.0 '@vitest/snapshot': 1.1.3
'@vitest/spy': 1.2.0 '@vitest/spy': 1.1.3
'@vitest/utils': 1.2.0 '@vitest/utils': 1.1.3
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
@ -3573,7 +3573,7 @@ packages:
tinybench: 2.5.1 tinybench: 2.5.1
tinypool: 0.8.1 tinypool: 0.8.1
vite: 5.0.11(@types/node@20.11.0)(sass@1.69.7) vite: 5.0.11(@types/node@20.11.0)(sass@1.69.7)
vite-node: 1.2.0(@types/node@20.11.0)(sass@1.69.7) vite-node: 1.1.3(@types/node@20.11.0)(sass@1.69.7)
why-is-node-running: 2.2.2 why-is-node-running: 2.2.2
transitivePeerDependencies: transitivePeerDependencies:
- less - less