From 490f2f3a8ca4553eb7a7f601a9dc0b03eb5bd525 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sun, 26 Dec 2021 13:08:58 +0800 Subject: [PATCH] chore: update deps --- auto-imports.d.ts | 7 +- package.json | 22 ++-- pnpm-lock.yaml | 281 ++++++++++++++++++++++++++++------------------ 3 files changed, 184 insertions(+), 126 deletions(-) diff --git a/auto-imports.d.ts b/auto-imports.d.ts index 292c210..bfbafcc 100644 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -42,7 +42,6 @@ declare global { const it: typeof import('vitest')['it'] const makeDestructurable: typeof import('@vueuse/core')['makeDestructurable'] const markRaw: typeof import('vue')['markRaw'] - const mock: typeof import('vitest')['mock'] const nextTick: typeof import('vue')['nextTick'] const onActivated: typeof import('vue')['onActivated'] const onBeforeMount: typeof import('vue')['onBeforeMount'] @@ -69,12 +68,10 @@ declare global { const readonly: typeof import('vue')['readonly'] const ref: typeof import('vue')['ref'] const refDefault: typeof import('@vueuse/core')['refDefault'] + const resolveComponent: typeof import('vue')['resolveComponent'] const shallowReactive: typeof import('vue')['shallowReactive'] const shallowReadonly: typeof import('vue')['shallowReadonly'] const shallowRef: typeof import('vue')['shallowRef'] - const sinon: typeof import('vitest')['sinon'] - const spy: typeof import('vitest')['spy'] - const stub: typeof import('vitest')['stub'] const suite: typeof import('vitest')['suite'] const syncRef: typeof import('@vueuse/core')['syncRef'] const templateRef: typeof import('@vueuse/core')['templateRef'] @@ -206,6 +203,8 @@ declare global { const useWindowFocus: typeof import('@vueuse/core')['useWindowFocus'] const useWindowScroll: typeof import('@vueuse/core')['useWindowScroll'] const useWindowSize: typeof import('@vueuse/core')['useWindowSize'] + const vi: typeof import('vitest')['vi'] + const vitest: typeof import('vitest')['vitest'] const watch: typeof import('vue')['watch'] const watchAtMost: typeof import('@vueuse/core')['watchAtMost'] const watchEffect: typeof import('vue')['watchEffect'] diff --git a/package.json b/package.json index 07f3346..c27f8a2 100644 --- a/package.json +++ b/package.json @@ -8,26 +8,26 @@ "test": "vitest" }, "dependencies": { - "@vueuse/core": "^7.4.0", + "@vueuse/core": "^7.4.1", "vue": "^3.2.26", "vue-router": "^4.0.12" }, "devDependencies": { "@antfu/eslint-config": "^0.14.0", "@iconify-json/carbon": "^1.0.12", - "@types/node": "^17.0.1", - "@unocss/reset": "^0.16.4", + "@types/node": "^17.0.4", + "@unocss/reset": "^0.18.1", "@vitejs/plugin-vue": "^2.0.1", - "@vue/test-utils": "^2.0.0-rc.17", + "@vue/test-utils": "^2.0.0-rc.18", "eslint": "^8.5.0", "jsdom": "^19.0.0", - "pnpm": "^6.24.2", + "pnpm": "^6.24.3", "typescript": "^4.5.4", - "unocss": "^0.16.4", - "unplugin-auto-import": "^0.5.3", - "unplugin-vue-components": "^0.17.9", - "vite": "^2.7.3", - "vite-plugin-pages": "^0.19.5", - "vitest": "^0.0.99" + "unocss": "^0.18.1", + "unplugin-auto-import": "^0.5.4", + "unplugin-vue-components": "^0.17.11", + "vite": "^2.7.6", + "vite-plugin-pages": "^0.19.7", + "vitest": "^0.0.113" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b995197..69d9a8b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3,46 +3,46 @@ lockfileVersion: 5.3 specifiers: '@antfu/eslint-config': ^0.14.0 '@iconify-json/carbon': ^1.0.12 - '@types/node': ^17.0.1 - '@unocss/reset': ^0.16.4 + '@types/node': ^17.0.4 + '@unocss/reset': ^0.18.1 '@vitejs/plugin-vue': ^2.0.1 - '@vue/test-utils': ^2.0.0-rc.17 - '@vueuse/core': ^7.4.0 + '@vue/test-utils': ^2.0.0-rc.18 + '@vueuse/core': ^7.4.1 eslint: ^8.5.0 jsdom: ^19.0.0 - pnpm: ^6.24.2 + pnpm: ^6.24.3 typescript: ^4.5.4 - unocss: ^0.16.4 - unplugin-auto-import: ^0.5.3 - unplugin-vue-components: ^0.17.9 - vite: ^2.7.3 - vite-plugin-pages: ^0.19.5 - vitest: ^0.0.99 + unocss: ^0.18.1 + unplugin-auto-import: ^0.5.4 + unplugin-vue-components: ^0.17.11 + vite: ^2.7.6 + vite-plugin-pages: ^0.19.7 + vitest: ^0.0.113 vue: ^3.2.26 vue-router: ^4.0.12 dependencies: - '@vueuse/core': 7.4.0_vue@3.2.26 + '@vueuse/core': 7.4.1_vue@3.2.26 vue: 3.2.26 vue-router: 4.0.12_vue@3.2.26 devDependencies: '@antfu/eslint-config': 0.14.0_eslint@8.5.0+typescript@4.5.4 '@iconify-json/carbon': 1.0.12 - '@types/node': 17.0.1 - '@unocss/reset': 0.16.4 - '@vitejs/plugin-vue': 2.0.1_vite@2.7.3+vue@3.2.26 - '@vue/test-utils': 2.0.0-rc.17_vue@3.2.26 + '@types/node': 17.0.4 + '@unocss/reset': 0.18.1 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + '@vue/test-utils': 2.0.0-rc.18_vue@3.2.26 eslint: 8.5.0 jsdom: 19.0.0 - pnpm: 6.24.2 + pnpm: 6.24.3 typescript: 4.5.4 - unocss: 0.16.4 - unplugin-auto-import: 0.5.3_@vueuse+core@7.4.0+vite@2.7.3 - unplugin-vue-components: 0.17.9_vite@2.7.3+vue@3.2.26 - vite: 2.7.3 - vite-plugin-pages: 0.19.5_vite@2.7.3 - vitest: 0.0.99_jsdom@19.0.0+vite@2.7.3 + unocss: 0.18.1 + unplugin-auto-import: 0.5.4_@vueuse+core@7.4.1+vite@2.7.6 + unplugin-vue-components: 0.17.11_vite@2.7.6+vue@3.2.26 + vite: 2.7.6 + vite-plugin-pages: 0.19.7_vite@2.7.6 + vitest: 0.0.113_jsdom@19.0.0+vite@2.7.6 packages: @@ -448,6 +448,14 @@ packages: picomatch: 2.3.0 dev: true + /@rollup/pluginutils/4.1.2: + resolution: {integrity: sha512-ROn4qvkxP9SyPeHaf7uQC/GPFY6L/OWy9+bd9AwcjOAWQwxRscoEyAUD8qCY5o5iL4jqQwoLk2kaTKJPb/HwzQ==} + engines: {node: '>= 8.0.0'} + dependencies: + estree-walker: 2.0.2 + picomatch: 2.3.0 + dev: true + /@tootallnate/once/2.0.0: resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} engines: {node: '>= 10'} @@ -471,8 +479,8 @@ packages: resolution: {integrity: sha1-7ihweulOEdK4J7y+UnC86n8+ce4=} dev: true - /@types/node/17.0.1: - resolution: {integrity: sha512-NXKvBVUzIbs6ylBwmOwHFkZS2EXCcjnqr8ZCRNaXBkHAf+3mn/rPcJxwrzuc6movh8fxQAsUUfYklJ/EG+hZqQ==} + /@types/node/17.0.4: + resolution: {integrity: sha512-6xwbrW4JJiJLgF+zNypN5wr2ykM9/jHcL7rQ8fZe2vuftggjzZeRSM4OwRc6Xk8qWjwJ99qVHo/JgOGmomWRog==} dev: true /@types/normalize-package-data/2.4.1: @@ -589,14 +597,14 @@ packages: eslint-visitor-keys: 3.1.0 dev: true - /@unocss/cli/0.16.4: - resolution: {integrity: sha512-RARhyxcZn3eHE+3kI79mdvWnve0tNC3d0a/4QzTZa2cVBSLDNwJswr8hpRh7bzzZyn6GXUl4LsdmHhqTk/zqIg==} + /@unocss/cli/0.18.1: + resolution: {integrity: sha512-f9bYxR6GtI/vCB5QKp+h3kFunG5rG2gppC5f+WBI2j2hub+M756xXmDcExwBPIhOshwwRCiz2Z5y97NpF3OjPw==} engines: {node: '>=14'} hasBin: true dependencies: - '@unocss/config': 0.16.4 - '@unocss/core': 0.16.4 - '@unocss/preset-uno': 0.16.4 + '@unocss/config': 0.18.1 + '@unocss/core': 0.18.1 + '@unocss/preset-uno': 0.18.1 cac: 6.7.12 chokidar: 3.5.2 colorette: 2.0.16 @@ -605,86 +613,86 @@ packages: pathe: 0.2.0 dev: true - /@unocss/config/0.16.4: - resolution: {integrity: sha512-aC2ux89pjhzjyNh6LOOjyeWNdXgHgxRBoR5zf/Ug/vbMM0a+uNf6nB2odk/4V3n2XeW/GVFklIhTnbuqFV5rtg==} + /@unocss/config/0.18.1: + resolution: {integrity: sha512-niNvPY/Ye/iG851wWloK0+3D7MbLjltB1hGW73dOP06Mis8QwhsKbNiNhXRo3q9YeJhr5B9hfa2qMZsMcOhI4Q==} engines: {node: '>=14'} dependencies: - '@unocss/core': 0.16.4 + '@unocss/core': 0.18.1 unconfig: 0.2.2 dev: true - /@unocss/core/0.16.4: - resolution: {integrity: sha512-zbZnnm9tAHuf9Y8pDSj1+vQ7HsORMMWdC1VXQ4WIrj0MIQaGRh1WLDXhutc3KEckAQF/zrufnR2DR7bzWj5LaA==} + /@unocss/core/0.18.1: + resolution: {integrity: sha512-aCCWdDmdAiZUZrA11T+im4HY9bvZrE2PR7XUcTACViHRYYwYDG0TT6VG3kCS1uUnVElnGfwHtqDmtTGm4thlJA==} dev: true - /@unocss/inspector/0.16.4: - resolution: {integrity: sha512-YdfASsa4PmMNS5AG+Wpm4ZnDmFTbTgL9AN1QY5YzQYr2xJbs7c57opGuiAKwHzVUiPamqgRT5kPhimUUphSe5A==} + /@unocss/inspector/0.18.1: + resolution: {integrity: sha512-umgwKRUFg6qsZDqXsjA+RTwjRFqvTa/x8huqCMNMnS9snaIOMPKzaQ16M2XWFbXfeP+Yd5thB9wpmx20RTEAeA==} dependencies: gzip-size: 6.0.0 sirv: 1.0.19 dev: true - /@unocss/preset-attributify/0.16.4: - resolution: {integrity: sha512-res6mXDtNfELjtHbK0JgAFzmpuTvUA7vPAxOb0ECZ4+hz31BSw4SHgOSVYojUhY708fz9U5UwmBF18AB/2n3AA==} + /@unocss/preset-attributify/0.18.1: + resolution: {integrity: sha512-C2fTCYPiTzgLSrU8SThv8UrTPcaXhBVunqhOny89gfeH1pPegKQwaZ/cwHCZ3+912yJge8QsEGXtMtNPqlYMMQ==} dependencies: - '@unocss/core': 0.16.4 + '@unocss/core': 0.18.1 dev: true - /@unocss/preset-icons/0.16.4: - resolution: {integrity: sha512-1gUBOHRRCPRdy+jiF4sRDmYeA/5SYNEColKpoly0sG0Eu5BxqJNBoby9KSlNHtju6vCTj48xx4bc3h8ko93Ggw==} + /@unocss/preset-icons/0.18.1: + resolution: {integrity: sha512-8UvMUe5EfBCT6lQveBUx9XhEJGtBGDN46uyyg/oo+EgwfAaS8A6Pr9+ktpOPjn8Y6GRsajclcRbbLwOUcNBJPA==} dependencies: '@iconify/utils': 1.0.20 - '@unocss/core': 0.16.4 + '@unocss/core': 0.18.1 local-pkg: 0.4.0 dev: true - /@unocss/preset-mini/0.16.4: - resolution: {integrity: sha512-4SXfpmRAgtr1E62ExY2cdNIkTRNV2AkoUp61/L0RbhkkCSKZ8ux7P3Pey0uaAyYryTEps3I9SJWq1wNN2XhmJw==} + /@unocss/preset-mini/0.18.1: + resolution: {integrity: sha512-2F0yyuHVfQSzq2Npmty19NhBqDEsL2wyxmyfdR3JC+4Ebzpf8c9rhuJUdELKxuX4IO4VcQ5PQLkXTuUguAw6NQ==} dependencies: - '@unocss/core': 0.16.4 + '@unocss/core': 0.18.1 dev: true - /@unocss/preset-uno/0.16.4: - resolution: {integrity: sha512-qTjaPo7YB3kz6+lW71lPHKGH49CiG+/eqe8ycd4M3HhDEXWNOqhkkGoXz7HzqpUUkm0xiTIoptuCQOkXKhlqdA==} + /@unocss/preset-uno/0.18.1: + resolution: {integrity: sha512-492A5HJVOuOxbJ1y3psTiuM/epEDOoNyUsSzP4squGVcixfMkQ9xsXv7Aqf1HB+MhmYj0lddO4dmTB/5JVKGnQ==} dependencies: - '@unocss/core': 0.16.4 - '@unocss/preset-mini': 0.16.4 - '@unocss/preset-wind': 0.16.4 + '@unocss/core': 0.18.1 + '@unocss/preset-mini': 0.18.1 + '@unocss/preset-wind': 0.18.1 dev: true - /@unocss/preset-wind/0.16.4: - resolution: {integrity: sha512-o/PB+tx/gX1x8zHtXmX/MW5lwOWqu2se1m8X9UeCxdsUw0mpOU3hU0SH+yVn2Lwxbds1GneUL+QNDR9kbjp1YA==} + /@unocss/preset-wind/0.18.1: + resolution: {integrity: sha512-eMhZrW1eUZ90X+p+pJzPHX0d06tNwRqDURwAbsb2AiKSP4uF/IeCWFZQDCnAdwX50vt+GE0PekLlWF1gvy7M5A==} dependencies: - '@unocss/core': 0.16.4 - '@unocss/preset-mini': 0.16.4 + '@unocss/core': 0.18.1 + '@unocss/preset-mini': 0.18.1 dev: true - /@unocss/reset/0.16.4: - resolution: {integrity: sha512-lTnNoJr2n5drOVxoB7Im6C/eFCixQfmEcN+BtR/J30lIfQwUuRz/yGywaLWqUWkyqKMqeY0qISu/gE69aPEZ9w==} + /@unocss/reset/0.18.1: + resolution: {integrity: sha512-scSPPfE3tgeBUd7W87F3e0PmyseRNKAdbiZvCnJP5FV7psElMiS+m65vlhOwuaOL78PDrKEebG5q0pKCAbIrlw==} dev: true - /@unocss/scope/0.16.4: - resolution: {integrity: sha512-hfENQKMBkncGI5S6elGVRcSJ1Fz665H3vlz6/TdLSHW1nsBawcLCjfaPSLz4gS23Zgk+TdCRMEYrW4vOup9YMA==} + /@unocss/scope/0.18.1: + resolution: {integrity: sha512-QT5CgNu/6CJY6YkD4MtioIGiO6rKwKo8BiNCAHTfVnX/AzQEbQiQ1Ed3PgWTqqacejCoCbhurIQtsSUhQ/vRIg==} dev: true - /@unocss/vite/0.16.4: - resolution: {integrity: sha512-mhQXZ0mUQNW8eNG2X683qpZEOnvqu94QTO/8mDvIgenli1+hZDioR1nDoPeNLDr5U8iiOnNH9q8qIoRojFmvGQ==} + /@unocss/vite/0.18.1: + resolution: {integrity: sha512-i0+G+Dp4eVxBcGKKCbZHGbYFUr2jBPPFRpyKCYLTPfTu4VZT591qiYVbNoCPvG+NzXPIgguIgTLG20i576spxw==} dependencies: - '@rollup/pluginutils': 4.1.1 - '@unocss/config': 0.16.4 - '@unocss/core': 0.16.4 - '@unocss/inspector': 0.16.4 - '@unocss/scope': 0.16.4 + '@rollup/pluginutils': 4.1.2 + '@unocss/config': 0.18.1 + '@unocss/core': 0.18.1 + '@unocss/inspector': 0.18.1 + '@unocss/scope': 0.18.1 dev: true - /@vitejs/plugin-vue/2.0.1_vite@2.7.3+vue@3.2.26: + /@vitejs/plugin-vue/2.0.1_vite@2.7.6+vue@3.2.26: resolution: {integrity: sha512-wtdMnGVvys9K8tg+DxowU1ytTrdVveXr3LzdhaKakysgGXyrsfaeds2cDywtvujEASjWOwWL/OgWM+qoeM8Plg==} engines: {node: '>=12.0.0'} peerDependencies: vite: ^2.5.10 vue: ^3.2.25 dependencies: - vite: 2.7.3 + vite: 2.7.6 vue: 3.2.26 dev: true @@ -775,16 +783,16 @@ packages: resolution: {integrity: sha512-vPV6Cq+NIWbH5pZu+V+2QHE9y1qfuTq49uNWw4f7FDEeZaDU2H2cx5jcUZOAKW7qTrUS4k6qZPbMy1x4N96nbA==} dev: false - /@vue/test-utils/2.0.0-rc.17_vue@3.2.26: - resolution: {integrity: sha512-7LHZKsFRV/HqDoMVY+cJamFzgHgsrmQFalROHC5FMWrzPzd+utG5e11krj1tVsnxYufGA2ABShX4nlcHXED+zQ==} + /@vue/test-utils/2.0.0-rc.18_vue@3.2.26: + resolution: {integrity: sha512-aifolXjVdsogjaLmDoZ0FU8vN+R67aWmg9OuVeED4w5Ij5GFQLrlhM19uhWe/r5xXUL4fXMk3pX5wW6FJP1NcQ==} peerDependencies: vue: ^3.0.1 dependencies: vue: 3.2.26 dev: true - /@vueuse/core/7.4.0_vue@3.2.26: - resolution: {integrity: sha512-CgYouxjXOE63gMn3l9cOsgzPTEAk3yoncsSmJUxXAi/to25rCPVWB/39jXTPhWZboR43EDDMWoEhHaSoMzaldg==} + /@vueuse/core/7.4.1_vue@3.2.26: + resolution: {integrity: sha512-8UeLPCAieeQLXFHF1/28SIEK6ILLPb/4hp03hR+xkXF00gB/YUp0CEVcRAL9uQ8HTZa3S2T/jTISMc1ZjilM0A==} peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -794,13 +802,13 @@ packages: vue: optional: true dependencies: - '@vueuse/shared': 7.4.0_vue@3.2.26 + '@vueuse/shared': 7.4.1_vue@3.2.26 vue: 3.2.26 vue-demi: 0.12.1_vue@3.2.26 dev: false - /@vueuse/shared/7.4.0_vue@3.2.26: - resolution: {integrity: sha512-x5Jn6jUB8gS1mGnVCoNWFEpAoDkm2QwtacZTUgKMn0Ow8tlUBKIfGVOt4vn9qZB10froED/ARHEj79WKLXRieA==} + /@vueuse/shared/7.4.1_vue@3.2.26: + resolution: {integrity: sha512-Pzb7XoHIcgPwwBJ5Ow9lZb0HTDyaLDV3pgxKauPGTMN9qvEylG06kUG+VTjJXkPsRtiGu46di8XyFeMw2dongA==} peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -938,6 +946,10 @@ packages: es-abstract: 1.19.1 dev: true + /assertion-error/1.1.0: + resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==} + dev: true + /asynckit/0.4.0: resolution: {integrity: sha1-x57Zf380y48robyXkLzDZkdLS3k=} dev: true @@ -1018,6 +1030,18 @@ packages: resolution: {integrity: sha512-HOe1r+9VkU4TFmnU70z+r7OLmtR+/chB1rdcJUeQlAinjEeb0cKL20tlAtOagNZhbrtLnCvV19B4FmF1rgzl6A==} dev: true + /chai/4.3.4: + resolution: {integrity: sha512-yS5H68VYOCtN1cjfwumDSuzn/9c+yza4f3reKXlE5rUg7SFcCEy90gJvydNgOYtblyf4Zi6jIWRnXOgErta0KA==} + engines: {node: '>=4'} + dependencies: + assertion-error: 1.1.0 + check-error: 1.0.2 + deep-eql: 3.0.1 + get-func-name: 2.0.0 + pathval: 1.1.1 + type-detect: 4.0.8 + dev: true + /chalk/2.4.2: resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} engines: {node: '>=4'} @@ -1035,6 +1059,10 @@ packages: supports-color: 7.2.0 dev: true + /check-error/1.0.2: + resolution: {integrity: sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=} + dev: true + /chokidar/3.5.2: resolution: {integrity: sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==} engines: {node: '>= 8.10.0'} @@ -1176,6 +1204,13 @@ packages: resolution: {integrity: sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==} dev: true + /deep-eql/3.0.1: + resolution: {integrity: sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==} + engines: {node: '>=0.12'} + dependencies: + type-detect: 4.0.8 + dev: true + /deep-equal/2.0.5: resolution: {integrity: sha512-nPiRgmbAtm1a3JsnLCf6/SLfXcjyN5v8L1TXzdCmHrXJ4hx+gW/w1YCcn7z8gJtSiDArZCgYtbao3QqLm/N1Sw==} dependencies: @@ -2005,6 +2040,10 @@ packages: engines: {node: '>=6.9.0'} dev: true + /get-func-name/2.0.0: + resolution: {integrity: sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=} + dev: true + /get-intrinsic/1.1.1: resolution: {integrity: sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==} dependencies: @@ -2837,6 +2876,10 @@ packages: resolution: {integrity: sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==} dev: true + /pathval/1.1.1: + resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} + dev: true + /picocolors/1.0.0: resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} @@ -2857,8 +2900,8 @@ packages: engines: {node: '>=4'} dev: true - /pnpm/6.24.2: - resolution: {integrity: sha512-YUHmlLfWkA0+6upTzRCz/VWADW+dMsqTCRGXJqHrsCPeaw84MGZ6mec18nGdJufNB7hzeTuugAsi0e/ziPKUWA==} + /pnpm/6.24.3: + resolution: {integrity: sha512-FctPe51AlYa+nnlcnMbrxcsqXeIGhGQ0i35VrHk8+NR9PAfKTghoUqLRvIbRT/WDHx0uJnMrh1aKuVyrp+kqUQ==} engines: {node: '>=12.17'} hasBin: true dev: true @@ -2870,6 +2913,16 @@ packages: nanoid: 3.1.30 picocolors: 1.0.0 source-map-js: 1.0.1 + dev: false + + /postcss/8.4.5: + resolution: {integrity: sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg==} + engines: {node: ^10 || ^12 || >=14} + dependencies: + nanoid: 3.1.30 + picocolors: 1.0.0 + source-map-js: 1.0.1 + dev: true /prelude-ls/1.1.2: resolution: {integrity: sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=} @@ -3184,13 +3237,13 @@ packages: resolution: {integrity: sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=} dev: true - /tinypool/0.0.3: - resolution: {integrity: sha512-nxFpgSXY/+ZHrwHhlSyY8qzyk4N6+IyZvsaI63/zXUjg++UtCqr3gB0t/CDoCvVKC7NIzzGFEhrAXLm0l1dglA==} + /tinypool/0.0.6: + resolution: {integrity: sha512-E9vY6eq/Q7fUlSt69cY3y7qXNbVOFaxP+lAEDMKMObLrmO0MmEdUPyjOMgepoMDw/ps/sazl7WIQglnUrunnLg==} engines: {node: '>=14.0.0'} dev: true - /tinyspy/0.1.2: - resolution: {integrity: sha512-ReLcUvHQeyg6FCXWoaajS2FdikgKWSuwrbrKdq4lr0lBAHK57JqBPEF0RZVqxVC+ap5+ktQemTBJJc9XDO+fgg==} + /tinyspy/0.2.6: + resolution: {integrity: sha512-HXNA1PZ9p95rWK7h3DvWaDK06XmsjN3ldZjacW/1F0viVfPanTGSQ6l2iQyjNElD0Nd5ogfq/hT0sx2Hdyz4wQ==} engines: {node: '>=14.0.0'} dev: true @@ -3264,6 +3317,11 @@ packages: prelude-ls: 1.2.1 dev: true + /type-detect/4.0.8: + resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} + engines: {node: '>=4'} + dev: true + /type-fest/0.20.2: resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} engines: {node: '>=10'} @@ -3307,21 +3365,21 @@ packages: engines: {node: '>= 4.0.0'} dev: true - /unocss/0.16.4: - resolution: {integrity: sha512-pACSXJUa18RR7N712lPJD/dtwPjaItt2sRxcLSF79aa71d2S6dUPM5QkuHJyEwmMPvHTAssgUHmMa+wFquoyqQ==} + /unocss/0.18.1: + resolution: {integrity: sha512-XhbRATw++5AcJpzCLZPypoQAJs40UKS8fUrEl/siOEULnPRvbvgEI199hRf+mbCDDgorV45s0CPY9sLgMyaekg==} engines: {node: '>=14'} dependencies: - '@unocss/cli': 0.16.4 - '@unocss/core': 0.16.4 - '@unocss/preset-attributify': 0.16.4 - '@unocss/preset-icons': 0.16.4 - '@unocss/preset-uno': 0.16.4 - '@unocss/reset': 0.16.4 - '@unocss/vite': 0.16.4 + '@unocss/cli': 0.18.1 + '@unocss/core': 0.18.1 + '@unocss/preset-attributify': 0.18.1 + '@unocss/preset-icons': 0.18.1 + '@unocss/preset-uno': 0.18.1 + '@unocss/reset': 0.18.1 + '@unocss/vite': 0.18.1 dev: true - /unplugin-auto-import/0.5.3_@vueuse+core@7.4.0+vite@2.7.3: - resolution: {integrity: sha512-jXs0rnKTS+/TyXOild6RkVp73yz1DeLXVJWR6VRn+oageEsvHgW6zofvc2BmpAm/pTSANxZ48kLi12wOa/iwdw==} + /unplugin-auto-import/0.5.4_@vueuse+core@7.4.1+vite@2.7.6: + resolution: {integrity: sha512-OxRsAGtg0yAYvJy8Sv5itAPt7erL2ya3gZeKTtpoY1miqOSOhGi8in3qHbov/kMejCxsXhvX39XWlIoMWVNR3Q==} engines: {node: '>=14'} peerDependencies: '@vueuse/core': '*' @@ -3330,20 +3388,20 @@ packages: optional: true dependencies: '@antfu/utils': 0.3.0 - '@rollup/pluginutils': 4.1.1 - '@vueuse/core': 7.4.0_vue@3.2.26 + '@rollup/pluginutils': 4.1.2 + '@vueuse/core': 7.4.1_vue@3.2.26 local-pkg: 0.4.0 magic-string: 0.25.7 resolve: 1.20.0 - unplugin: 0.2.21_vite@2.7.3 + unplugin: 0.2.21_vite@2.7.6 transitivePeerDependencies: - rollup - vite - webpack dev: true - /unplugin-vue-components/0.17.9_vite@2.7.3+vue@3.2.26: - resolution: {integrity: sha512-SZrK3T/uEoP2g2bH+8DwBznoqlS0dI7kQvCmHmL8HmTXdM78kh5P/9SN5IwuNpfbmXoGXWJPB8Pr8Ke8zsgpmA==} + /unplugin-vue-components/0.17.11_vite@2.7.6+vue@3.2.26: + resolution: {integrity: sha512-u5MQ0TbikszRelCt6EA/HskGtGkGLDxi7tQ4/4tcEPWkH3yXSZRJCOeLF5MSdxN1SiGjaJ0I9zeHjoZFC3FvRw==} engines: {node: '>=14'} peerDependencies: '@babel/parser': ^7.15.8 @@ -3364,7 +3422,7 @@ packages: magic-string: 0.25.7 minimatch: 3.0.4 resolve: 1.20.0 - unplugin: 0.2.21_vite@2.7.3 + unplugin: 0.2.21_vite@2.7.6 vue: 3.2.26 transitivePeerDependencies: - rollup @@ -3373,7 +3431,7 @@ packages: - webpack dev: true - /unplugin/0.2.21_vite@2.7.3: + /unplugin/0.2.21_vite@2.7.6: resolution: {integrity: sha512-IJ15/L5XbhnV7J09Zjk0FT5HEkBjkXucWAXQWRsmEtUxmmxwh23yavrmDbCF6ZPxWiVB28+wnKIHePTRRpQPbQ==} peerDependencies: rollup: ^2.50.0 @@ -3387,7 +3445,7 @@ packages: webpack: optional: true dependencies: - vite: 2.7.3 + vite: 2.7.6 webpack-virtual-modules: 0.4.3 dev: true @@ -3408,8 +3466,8 @@ packages: spdx-expression-parse: 3.0.1 dev: true - /vite-plugin-pages/0.19.5_vite@2.7.3: - resolution: {integrity: sha512-96ZCbAZi9im0S81u74Ja6YC23oRPaW9bHcW3UJyE56HTcv3C0A1NUYBlQOiVE0GSYmnKMF2nuQPmhR2UQWO9Gg==} + /vite-plugin-pages/0.19.7_vite@2.7.6: + resolution: {integrity: sha512-X5DsgRBRdJnTwB3iMgxEjg0OVqvcnwzMOW+QedZWmM/02Gv85hanPNFYesK1uX61+16okVU6430lGJpdMUNYng==} peerDependencies: '@vue/compiler-sfc': '>=3' vite: '>=2' @@ -3422,14 +3480,14 @@ packages: fast-glob: 3.2.7 json5: 2.2.0 local-pkg: 0.4.0 - vite: 2.7.3 + vite: 2.7.6 yaml: 2.0.0-9 transitivePeerDependencies: - supports-color dev: true - /vite/2.7.3: - resolution: {integrity: sha512-GAY1P+9fLJOju1SRm8+hykVnEXog+E+KXuqqyMBQDriKCUIKzWnPn142yNNhSdf/ixYGYdUa5ce3A8WaEajzGw==} + /vite/2.7.6: + resolution: {integrity: sha512-PBNoc87rDYLtkpFU9dbVeGdbcyKzz6c34oScqivE3FEa3BhVa4ASupCzcz0eDIiSECovfLcQnLUJt9vhiEU08g==} engines: {node: '>=12.2.0'} hasBin: true peerDependencies: @@ -3445,15 +3503,15 @@ packages: optional: true dependencies: esbuild: 0.13.15 - postcss: 8.4.4 + postcss: 8.4.5 resolve: 1.20.0 rollup: 2.61.0 optionalDependencies: fsevents: 2.3.2 dev: true - /vitest/0.0.99_jsdom@19.0.0+vite@2.7.3: - resolution: {integrity: sha512-XJJzM5QQQXn1EscWBjexgxZBCEErY+8wQ/qGm64usw9tyyiPYGotcNYidTIX7dVbeL5gy6WWgIR1H6Ly0lQtLw==} + /vitest/0.0.113_jsdom@19.0.0+vite@2.7.6: + resolution: {integrity: sha512-GRIZqFEkR0uGddoSp9uyevkS6GEMRZtIX1laCvsnsnrz3tAKR/RTLPjXBqXhFZwjueUDRyJEwD4KGD+1KXOsgw==} engines: {node: '>=14.14.0'} hasBin: true peerDependencies: @@ -3471,11 +3529,12 @@ packages: dependencies: '@types/chai': 4.3.0 '@types/chai-subset': 1.3.3 + chai: 4.3.4 jsdom: 19.0.0 local-pkg: 0.4.0 - tinypool: 0.0.3 - tinyspy: 0.1.2 - vite: 2.7.3 + tinypool: 0.0.6 + tinyspy: 0.2.6 + vite: 2.7.6 dev: true /vue-demi/0.12.1_vue@3.2.26: