diff --git a/apps/showcase/doc/common/apidoc/index.json b/apps/showcase/doc/common/apidoc/index.json index a0c469dd8..6dbe691d4 100644 --- a/apps/showcase/doc/common/apidoc/index.json +++ b/apps/showcase/doc/common/apidoc/index.json @@ -57289,413 +57289,6 @@ } } }, - "stepperpanel": { - "description": "StepperPanel is a helper component for Stepper component.\n\n[Live Demo](https://www.primevue.org/stepper/)", - "components": { - "default": { - "description": "", - "methods": { - "description": "Defines methods that can be accessed by the component's reference.", - "values": [] - } - } - }, - "interfaces": { - "description": "Defines the custom interfaces used by the module.", - "eventDescription": "Defines the custom events used by the component's emit.", - "methodDescription": "Defines methods that can be accessed by the component's reference.", - "typeDescription": "Defines the custom types used by the module.", - "values": { - "StepperPanelPassThroughMethodOptions": { - "description": "Custom passthrough(pt) option method.", - "relatedProp": "", - "props": [ - { - "name": "instance", - "optional": false, - "readonly": false, - "type": "any", - "default": "", - "description": "Defines instance." - }, - { - "name": "props", - "optional": false, - "readonly": false, - "type": "StepperPanelProps", - "default": "", - "description": "Defines valid properties." - }, - { - "name": "context", - "optional": false, - "readonly": false, - "type": "StepperPanelContext", - "default": "", - "description": "Defines current options." - }, - { - "name": "attrs", - "optional": false, - "readonly": false, - "type": "any", - "default": "", - "description": "Defines valid attributes." - }, - { - "name": "parent", - "optional": false, - "readonly": false, - "type": "any", - "default": "", - "description": "Defines parent options." - }, - { - "name": "global", - "optional": false, - "readonly": false, - "type": "undefined | object", - "default": "", - "description": "Defines passthrough(pt) options in global config." - } - ], - "methods": [] - }, - "StepperPanelPassThroughOptions": { - "description": "Custom passthrough(pt) options.", - "relatedProp": "StepperPanelProps.pt", - "props": [ - { - "name": "root", - "optional": true, - "readonly": false, - "type": "StepperPanelPassThroughOptionType", - "default": "", - "description": "Used to pass attributes to the root's DOM element." - }, - { - "name": "item", - "optional": true, - "readonly": false, - "type": "StepperPanelPassThroughOptionType", - "default": "", - "description": "Used to pass attributes to the item's DOM element." - }, - { - "name": "itemHeader", - "optional": true, - "readonly": false, - "type": "StepperPanelPassThroughOptionType", - "default": "", - "description": "Used to pass attributes to the item header's DOM element." - }, - { - "name": "itemNumber", - "optional": true, - "readonly": false, - "type": "StepperPanelPassThroughOptionType", - "default": "", - "description": "Used to pass attributes to the item number's DOM element." - }, - { - "name": "itemTitle", - "optional": true, - "readonly": false, - "type": "StepperPanelPassThroughOptionType", - "default": "", - "description": "Used to pass attributes to the item title's DOM element." - }, - { - "name": "separator", - "optional": true, - "readonly": false, - "type": "StepperPanelPassThroughOptionType", - "default": "", - "description": "Used to pass attributes to the separator's DOM element." - }, - { - "name": "panelContentContainer", - "optional": true, - "readonly": false, - "type": "StepperPanelPassThroughOptionType", - "default": "", - "description": "Used to pass attributes to the panel content container's DOM element." - }, - { - "name": "panelContent", - "optional": true, - "readonly": false, - "type": "StepperPanelPassThroughOptionType", - "default": "", - "description": "Used to pass attributes to the panel content's DOM element." - }, - { - "name": "transition", - "optional": true, - "readonly": false, - "type": "StepperPanelPassThroughTransitionType", - "default": "", - "description": "Used to control Vue Transition API." - }, - { - "name": "hooks", - "optional": true, - "readonly": false, - "type": "any", - "default": "", - "description": "Used to manage all lifecycle hooks." - } - ], - "methods": [] - }, - "StepperPanelPassThroughAttributes": { - "relatedProp": "", - "props": [ - { - "name": "[key: string]", - "optional": false, - "readonly": false, - "type": "any" - } - ], - "methods": [] - }, - "StepperPanelProps": { - "description": "Defines valid properties in StepperPanel component.", - "relatedProp": "", - "props": [ - { - "name": "header", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Orientation of tab headers." - }, - { - "name": "dt", - "optional": true, - "readonly": false, - "type": "any", - "default": "", - "description": "It generates scoped CSS variables using design tokens for the component." - }, - { - "name": "pt", - "optional": true, - "readonly": false, - "type": "PassThrough", - "default": "", - "description": "Used to pass attributes to DOM elements inside the component." - }, - { - "name": "ptOptions", - "optional": true, - "readonly": false, - "type": "any", - "default": "", - "description": "Used to configure passthrough(pt) options of the component." - } - ], - "methods": [] - }, - "StepperPanelContext": { - "description": "Defines current options in StepperPanel component.", - "relatedProp": "", - "props": [ - { - "name": "index", - "optional": false, - "readonly": false, - "type": "number", - "default": "", - "description": "Current index of the stepperpanel." - }, - { - "name": "count", - "optional": false, - "readonly": false, - "type": "number", - "default": "", - "description": "Count of stepperpanels" - }, - { - "name": "first", - "optional": false, - "readonly": false, - "type": "boolean", - "default": "", - "description": "Whether the stepperpanel is first." - }, - { - "name": "last", - "optional": false, - "readonly": false, - "type": "boolean", - "default": "", - "description": "Whether the stepperpanel is last." - }, - { - "name": "active", - "optional": false, - "readonly": false, - "type": "boolean", - "default": "", - "description": "Whether the stepperpanel is active." - }, - { - "name": "highlighted", - "optional": false, - "readonly": false, - "type": "boolean", - "default": "", - "description": "Whether the stepperpanel is highlighted." - }, - { - "name": "disabled", - "optional": false, - "readonly": false, - "type": "boolean", - "default": "", - "description": "Whether the stepperpanel is disabled." - } - ], - "methods": [] - }, - "StepperPanelSlots": { - "description": "Defines valid slots in StepperPanel slots.", - "relatedProp": "", - "props": [], - "methods": [ - { - "name": "default", - "parameters": [], - "returnType": "VNode[]", - "description": "Custom content template." - }, - { - "name": "header", - "parameters": [ - { - "name": "scope", - "optional": false, - "type": "{\n \t index: number, // Index of the stepperpanel\n \t active: boolean, // Current active state of the stepperpanel\n \t highlighted: boolean, // Current highlighted state of the stepperpanel\n \t class: string, // Style class of the stepperpanel\n \t headerClass: string, // Style class of the stepperpanel\n \t numberClass: string, // Style class of the number content container\n \t titleClass: string, // Style class of the title content container\n \t clickCallback: (event: Event) ⇒ void, // Header click function.\n}" - } - ], - "returnType": "VNode[]", - "description": "Custom header template." - }, - { - "name": "content", - "parameters": [ - { - "name": "scope", - "optional": false, - "type": "{\n \t index: number, // Index of the stepperpanel\n \t active: boolean, // Current active state of the stepperpanel\n \t highlighted: boolean, // Current highlighted state of the stepperpanel\n \t class: string, // Style class of the stepperpanel\n \t clickCallback: (event: Event) ⇒ void, // Content click function.\n\t prevCallback: (event: Event) ⇒ void, // Content previous panel click function.\n\t nextCallback: (event: Event) ⇒ void, // Content next panel click function.\n}" - } - ], - "returnType": "VNode[]", - "description": "Custom content template." - }, - { - "name": "separator", - "parameters": [ - { - "name": "scope", - "optional": false, - "type": "{\n \t index: number, // Index of the stepperpanel\n \t active: boolean, // Current active state of the stepperpanel\n \t highlighted: boolean, // Current highlighted state of the stepperpanel\n \t class: string, // Style class of the stepperpanel\n }" - } - ], - "returnType": "VNode[]", - "description": "Custom separator template." - } - ] - }, - "StepperPanelEmitsOptions": { - "relatedProp": "", - "props": [], - "methods": [] - } - } - }, - "tokens": { - "description": "Define design tokens used by the component.", - "values": { - "StepperPanelPassThroughMethodOptions": { - "description": "Custom passthrough(pt) option method.", - "props": [] - }, - "StepperPanelPassThroughOptions": { - "description": "Custom passthrough(pt) options.", - "props": [] - }, - "StepperPanelPassThroughAttributes": { - "props": [] - }, - "StepperPanelProps": { - "description": "Defines valid properties in StepperPanel component.", - "props": [] - }, - "StepperPanelContext": { - "description": "Defines current options in StepperPanel component.", - "props": [] - }, - "StepperPanelSlots": { - "description": "Defines valid slots in StepperPanel slots.", - "props": [] - }, - "StepperPanelEmitsOptions": { - "props": [] - } - } - }, - "types": { - "description": "Defines the custom types used by the module.", - "values": { - "StepperPanelPassThroughOptionType": { - "values": "StepperPanelPassThroughAttributes | (options: StepperPanelPassThroughMethodOptions) => undefined | string | null | undefined" - }, - "StepperPanelPassThroughTransitionType": { - "values": "TransitionProps | (options: StepperPanelPassThroughMethodOptions) => TransitionProps | undefined" - }, - "StepperPanelEmits": { - "values": "EmitFn" - } - } - } - }, - "stepperpanelstyle": { - "description": "StepperPanel is a helper component for Stepper component.\n\n[Live Demo](https://www.primevue.org/stepper/)", - "interfaces": { - "description": "Defines the custom interfaces used by the module.", - "eventDescription": "Defines the custom events used by the component's emit.", - "methodDescription": "Defines methods that can be accessed by the component's reference.", - "typeDescription": "Defines the custom types used by the module.", - "values": { - "StepperPanelStyle": { - "relatedProp": "", - "props": [], - "methods": [], - "extendedTypes": "default" - } - } - }, - "tokens": { - "description": "Define design tokens used by the component.", - "values": { - "StepperPanelStyle": { - "props": [] - } - } - }, - "enumerations": { - "values": { - "StepperPanelClasses": { - "members": [] - } - } - } - }, "steps": { "description": "Steps components is an indicator for the steps in a wizard workflow. Example below uses nested routes with Steps.\n\n[Live Demo](https://www.primevue.org/steps/)", "components": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 249853f2c..d84ca0175 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -65,9 +65,6 @@ importers: nuxt-gtag: specifier: ^0.6.2 version: 0.6.3(magicast@0.3.4)(rollup@3.29.4) - vee-validate: - specifier: ^4.8.2 - version: 4.13.2(vue@3.4.35(typescript@5.5.4)) devDependencies: '@primevue/core': specifier: workspace:* @@ -81,15 +78,6 @@ importers: '@stackblitz/sdk': specifier: ^1.8.2 version: 1.11.0 - '@vitejs/plugin-vue': - specifier: 4.1.0 - version: 4.1.0(vite@4.2.3(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3))(vue@3.4.35(typescript@5.5.4)) - '@vitest/coverage-istanbul': - specifier: ^0.29.8 - version: 0.29.8(vitest@0.29.8(jsdom@19.0.0)(sass@1.77.8)(terser@5.31.3)) - '@vue/test-utils': - specifier: ^2.0.0 - version: 2.4.6 autoprefixer: specifier: ^10.4.16 version: 10.4.19(postcss@8.4.40) @@ -101,7 +89,7 @@ importers: version: 19.0.0 nuxt: specifier: 3.3.2 - version: 3.3.2(@types/node@18.19.42)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.4)(rollup@3.29.4)(sass@1.77.8)(terser@5.31.3)(typescript@5.5.4) + version: 3.3.2(@types/node@18.19.43)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.4)(rollup@3.29.4)(sass@1.77.8)(terser@5.31.3)(typescript@5.5.4) postcss: specifier: ^8.4.31 version: 8.4.40 @@ -132,9 +120,6 @@ importers: typedoc: specifier: 0.23.23 version: 0.23.23(typescript@5.5.4) - vitest: - specifier: ^0.29.8 - version: 0.29.8(jsdom@19.0.0)(sass@1.77.8)(terser@5.31.3) packages/auto-import-resolver: dependencies: @@ -209,7 +194,7 @@ importers: devDependencies: '@nuxt/devtools': specifier: ^0.8.5 - version: 0.8.5(nuxt@3.3.2(@types/node@18.19.42)(encoding@0.1.13)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.4)(rollup@4.19.2)(sass@1.77.8)(terser@5.31.3)(typescript@5.5.4))(rollup@4.19.2) + version: 0.8.5(nuxt@3.3.2(@types/node@18.19.43)(encoding@0.1.13)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.4)(rollup@4.19.2)(sass@1.77.8)(terser@5.31.3)(typescript@5.5.4))(rollup@4.19.2)(vite@5.3.5(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3)) '@nuxt/eslint-config': specifier: ^0.2.0 version: 0.2.0(eslint@8.57.0) @@ -221,13 +206,13 @@ importers: version: 3.12.4(rollup@4.19.2) '@nuxt/test-utils': specifier: ^3.7.3 - version: 3.14.0(@vue/test-utils@2.4.6)(h3@1.12.0)(magicast@0.3.4)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.4))(rollup@4.19.2)(vitest@1.6.0(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3))(vue-router@4.4.2(vue@3.4.35(typescript@5.5.4)))(vue@3.4.35(typescript@5.5.4)) + version: 3.14.0(@vue/test-utils@2.4.6)(h3@1.12.0)(magicast@0.3.4)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.4))(rollup@4.19.2)(vite@5.3.5(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3))(vitest@1.6.0(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3))(vue-router@4.4.2(vue@3.4.35(typescript@5.5.4)))(vue@3.4.35(typescript@5.5.4)) '@primevue/themes': specifier: workspace:* version: link:../themes '@types/node': specifier: ^18.17.17 - version: 18.19.42 + version: 18.19.43 changelogen: specifier: ^0.5.5 version: 0.5.5(magicast@0.3.4) @@ -236,10 +221,10 @@ importers: version: 2.9.7(encoding@0.1.13)(magicast@0.3.4) nuxt: specifier: 3.3.2 - version: 3.3.2(@types/node@18.19.42)(encoding@0.1.13)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.4)(rollup@4.19.2)(sass@1.77.8)(terser@5.31.3)(typescript@5.5.4) + version: 3.3.2(@types/node@18.19.43)(encoding@0.1.13)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.4)(rollup@4.19.2)(sass@1.77.8)(terser@5.31.3)(typescript@5.5.4) vitest: specifier: ^1.6.0 - version: 1.6.0(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3) + version: 1.6.0(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3) packages/primevue: dependencies: @@ -1863,10 +1848,6 @@ packages: resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} engines: {node: '>=12'} - '@istanbuljs/schema@0.1.3': - resolution: {integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==} - engines: {node: '>=8'} - '@jest/schemas@29.6.3': resolution: {integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -2442,8 +2423,8 @@ packages: '@types/json-schema@7.0.15': resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} - '@types/node@18.19.42': - resolution: {integrity: sha512-d2ZFc/3lnK2YCYhos8iaNIYu9Vfhr92nHiyJHRltXWjXUBjEE+A4I58Tdbnw4VhggSW+2j5y5gTrLs4biNnubg==} + '@types/node@18.19.43': + resolution: {integrity: sha512-Mw/YlgXnyJdEwLoFv2dpuJaDFriX+Pc+0qOBJ57jC1H6cDxIj2xc5yUrdtArDVG0m+KV6622a4p2tenEqB3C/g==} '@types/resolve@1.20.2': resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} @@ -2546,18 +2527,13 @@ packages: vite: ^4.0.0 || ^5.0.0 vue: ^3.0.0 - '@vitejs/plugin-vue@4.1.0': - resolution: {integrity: sha512-++9JOAFdcXI3lyer9UKUV4rfoQ3T1RN8yDqoCLar86s0xQct5yblxAE+yWgRnU5/0FOlVCpTZpYSBV/bGWrSrQ==} + '@vitejs/plugin-vue@4.6.2': + resolution: {integrity: sha512-kqf7SGFoG+80aZG6Pf+gsZIVvGSCKE98JbiWqcCV9cThtg91Jav0yvYFC9Zb+jKetNGF6ZKeoaxgZfND21fWKw==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: - vite: ^4.0.0 + vite: ^4.0.0 || ^5.0.0 vue: ^3.2.25 - '@vitest/coverage-istanbul@0.29.8': - resolution: {integrity: sha512-ZCBDQFM8Quu5yQN2BNhTRL2XHxzghE1aH2pUctwrCDcafabpLE2CV8KaYHg1bBVNIKGtyLqQagv4E455uAn6dw==} - peerDependencies: - vitest: '>=0.28.0 <1' - '@vitest/expect@0.29.8': resolution: {integrity: sha512-xlcVXn5I5oTq6NiZSY3ykyWixBxr5mG8HYtjvpgg6KaqHm0mvhX18xuwl5YGxIRNt/A5jidd7CWcNHrSvgaQqQ==} @@ -3993,9 +3969,6 @@ packages: resolution: {integrity: sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==} engines: {node: '>=12'} - html-escaper@2.0.2: - resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} - html-tags@3.3.1: resolution: {integrity: sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==} engines: {node: '>=8'} @@ -4253,26 +4226,6 @@ packages: resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==} engines: {node: '>=0.10.0'} - istanbul-lib-coverage@3.2.2: - resolution: {integrity: sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==} - engines: {node: '>=8'} - - istanbul-lib-instrument@5.2.1: - resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} - engines: {node: '>=8'} - - istanbul-lib-report@3.0.1: - resolution: {integrity: sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==} - engines: {node: '>=10'} - - istanbul-lib-source-maps@4.0.1: - resolution: {integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==} - engines: {node: '>=10'} - - istanbul-reports@3.1.7: - resolution: {integrity: sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==} - engines: {node: '>=8'} - jackspeak@3.4.3: resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} @@ -4518,10 +4471,6 @@ packages: resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} engines: {node: '>=8'} - make-dir@4.0.0: - resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==} - engines: {node: '>=10'} - make-fetch-happen@13.0.1: resolution: {integrity: sha512-cKTUFc/rbKUd/9meOvgrpJ2WrNzymt6jfRDdwg5UCnVzv9dTpEj9JS5m3wtziXVCjluIXyL8pcaukYqezIzZQA==} engines: {node: ^16.14.0 || >=18.0.0} @@ -6107,10 +6056,6 @@ packages: engines: {node: '>=10'} hasBin: true - test-exclude@6.0.0: - resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==} - engines: {node: '>=8'} - text-decoder@1.1.1: resolution: {integrity: sha512-8zll7REEv4GDD3x4/0pW+ppIxSNs7H1J10IKFZsuOMscumCdM2a+toDGLPA3T+1+fLBql4zbt5z83GEQGGV5VA==} @@ -6243,10 +6188,6 @@ packages: resolution: {integrity: sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==} engines: {node: '>=14.16'} - type-fest@4.23.0: - resolution: {integrity: sha512-ZiBujro2ohr5+Z/hZWHESLz3g08BBdrdLMieYFULJO+tWc437sn8kQsWLJoZErY8alNhxre9K4p3GURAG11n+w==} - engines: {node: '>=16'} - typedoc@0.23.23: resolution: {integrity: sha512-cg1YQWj+/BU6wq74iott513U16fbrPCbyYs04PHZgvoKJIc6EY4xNobyDZh4KMfRGW8Yjv6wwIzQyoqopKOUGw==} engines: {node: '>= 14.14'} @@ -6438,11 +6379,6 @@ packages: resolution: {integrity: sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - vee-validate@4.13.2: - resolution: {integrity: sha512-HlpR/6MJ92TW9f135umMZKUqdd/tFQTxLNSf2ImbU4Y/MlLVAUpF1l64VdjTOhbClAqPjCb5p/SqHDxLpUHXrw==} - peerDependencies: - vue: ^3.4.26 - vite-node@0.29.8: resolution: {integrity: sha512-b6OtCXfk65L6SElVM20q5G546yu10/kNrhg08afEoWlFRJXFq9/6glsvSVY+aI6YeC1tu2TtAqI2jHEQmOmsFw==} engines: {node: '>=v14.16.0'} @@ -8287,8 +8223,6 @@ snapshots: wrap-ansi: 8.1.0 wrap-ansi-cjs: wrap-ansi@7.0.0 - '@istanbuljs/schema@0.1.3': {} - '@jest/schemas@29.6.3': dependencies: '@sinclair/typebox': 0.27.8 @@ -8435,12 +8369,13 @@ snapshots: '@nuxt/devalue@2.0.2': {} - '@nuxt/devtools-kit@0.8.5(magicast@0.3.4)(nuxt@3.3.2(@types/node@18.19.42)(encoding@0.1.13)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.4)(rollup@4.19.2)(sass@1.77.8)(terser@5.31.3)(typescript@5.5.4))(rollup@4.19.2)': + '@nuxt/devtools-kit@0.8.5(magicast@0.3.4)(nuxt@3.3.2(@types/node@18.19.43)(encoding@0.1.13)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.4)(rollup@4.19.2)(sass@1.77.8)(terser@5.31.3)(typescript@5.5.4))(rollup@4.19.2)(vite@5.3.5(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3))': dependencies: '@nuxt/kit': 3.12.4(magicast@0.3.4)(rollup@4.19.2) '@nuxt/schema': 3.12.4(rollup@4.19.2) execa: 7.2.0 - nuxt: 3.3.2(@types/node@18.19.42)(encoding@0.1.13)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.4)(rollup@4.19.2)(sass@1.77.8)(terser@5.31.3)(typescript@5.5.4) + nuxt: 3.3.2(@types/node@18.19.43)(encoding@0.1.13)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.4)(rollup@4.19.2)(sass@1.77.8)(terser@5.31.3)(typescript@5.5.4) + vite: 5.3.5(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3) transitivePeerDependencies: - magicast - rollup @@ -8459,10 +8394,10 @@ snapshots: rc9: 2.1.2 semver: 7.6.3 - '@nuxt/devtools@0.8.5(nuxt@3.3.2(@types/node@18.19.42)(encoding@0.1.13)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.4)(rollup@4.19.2)(sass@1.77.8)(terser@5.31.3)(typescript@5.5.4))(rollup@4.19.2)': + '@nuxt/devtools@0.8.5(nuxt@3.3.2(@types/node@18.19.43)(encoding@0.1.13)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.4)(rollup@4.19.2)(sass@1.77.8)(terser@5.31.3)(typescript@5.5.4))(rollup@4.19.2)(vite@5.3.5(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3))': dependencies: '@antfu/utils': 0.7.10 - '@nuxt/devtools-kit': 0.8.5(magicast@0.3.4)(nuxt@3.3.2(@types/node@18.19.42)(encoding@0.1.13)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.4)(rollup@4.19.2)(sass@1.77.8)(terser@5.31.3)(typescript@5.5.4))(rollup@4.19.2) + '@nuxt/devtools-kit': 0.8.5(magicast@0.3.4)(nuxt@3.3.2(@types/node@18.19.43)(encoding@0.1.13)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.4)(rollup@4.19.2)(sass@1.77.8)(terser@5.31.3)(typescript@5.5.4))(rollup@4.19.2)(vite@5.3.5(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3)) '@nuxt/devtools-wizard': 0.8.5 '@nuxt/kit': 3.12.4(magicast@0.3.4)(rollup@4.19.2) birpc: 0.2.17 @@ -8480,7 +8415,7 @@ snapshots: launch-editor: 2.8.0 local-pkg: 0.4.3 magicast: 0.3.4 - nuxt: 3.3.2(@types/node@18.19.42)(encoding@0.1.13)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.4)(rollup@4.19.2)(sass@1.77.8)(terser@5.31.3)(typescript@5.5.4) + nuxt: 3.3.2(@types/node@18.19.43)(encoding@0.1.13)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.4)(rollup@4.19.2)(sass@1.77.8)(terser@5.31.3)(typescript@5.5.4) nypm: 0.3.9 ofetch: 1.3.4 ohash: 1.1.3 @@ -8493,8 +8428,9 @@ snapshots: simple-git: 3.25.0 sirv: 2.0.4 unimport: 3.9.1(rollup@4.19.2) - vite-plugin-inspect: 0.7.42(@nuxt/kit@3.12.4(magicast@0.3.4)(rollup@4.19.2))(rollup@4.19.2) - vite-plugin-vue-inspector: 3.7.2 + vite: 5.3.5(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3) + vite-plugin-inspect: 0.7.42(@nuxt/kit@3.12.4(magicast@0.3.4)(rollup@4.19.2))(rollup@4.19.2)(vite@5.3.5(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3)) + vite-plugin-vue-inspector: 3.7.2(vite@5.3.5(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3)) wait-on: 7.2.0 which: 3.0.1 ws: 8.18.0 @@ -8761,7 +8697,7 @@ snapshots: - rollup - supports-color - '@nuxt/test-utils@3.14.0(@vue/test-utils@2.4.6)(h3@1.12.0)(magicast@0.3.4)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.4))(rollup@4.19.2)(vitest@1.6.0(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3))(vue-router@4.4.2(vue@3.4.35(typescript@5.5.4)))(vue@3.4.35(typescript@5.5.4))': + '@nuxt/test-utils@3.14.0(@vue/test-utils@2.4.6)(h3@1.12.0)(magicast@0.3.4)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.4))(rollup@4.19.2)(vite@5.3.5(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3))(vitest@1.6.0(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3))(vue-router@4.4.2(vue@3.4.35(typescript@5.5.4)))(vue@3.4.35(typescript@5.5.4))': dependencies: '@nuxt/kit': 3.12.4(magicast@0.3.4)(rollup@4.19.2) '@nuxt/schema': 3.12.4(rollup@4.19.2) @@ -8787,12 +8723,13 @@ snapshots: ufo: 1.5.4 unenv: 1.10.0 unplugin: 1.12.0 - vitest-environment-nuxt: 1.0.0(@vue/test-utils@2.4.6)(h3@1.12.0)(magicast@0.3.4)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.4))(rollup@4.19.2)(vitest@1.6.0(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3))(vue-router@4.4.2(vue@3.4.35(typescript@5.5.4)))(vue@3.4.35(typescript@5.5.4)) + vite: 5.3.5(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3) + vitest-environment-nuxt: 1.0.0(@vue/test-utils@2.4.6)(h3@1.12.0)(magicast@0.3.4)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.4))(rollup@4.19.2)(vite@5.3.5(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3))(vitest@1.6.0(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3))(vue-router@4.4.2(vue@3.4.35(typescript@5.5.4)))(vue@3.4.35(typescript@5.5.4)) vue: 3.4.35(typescript@5.5.4) vue-router: 4.4.2(vue@3.4.35(typescript@5.5.4)) optionalDependencies: '@vue/test-utils': 2.4.6 - vitest: 1.6.0(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3) + vitest: 1.6.0(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3) transitivePeerDependencies: - magicast - rollup @@ -8800,12 +8737,12 @@ snapshots: '@nuxt/ui-templates@1.3.4': {} - '@nuxt/vite-builder@3.3.2(@types/node@18.19.42)(eslint@8.57.0)(magicast@0.3.4)(optionator@0.9.4)(sass@1.77.8)(terser@5.31.3)(typescript@5.5.4)(vue@3.4.35(typescript@5.5.4))': + '@nuxt/vite-builder@3.3.2(@types/node@18.19.43)(eslint@8.57.0)(magicast@0.3.4)(optionator@0.9.4)(sass@1.77.8)(terser@5.31.3)(typescript@5.5.4)(vue@3.4.35(typescript@5.5.4))': dependencies: '@nuxt/kit': 3.3.2(magicast@0.3.4)(rollup@3.29.4) '@rollup/plugin-replace': 5.0.7(rollup@3.29.4) - '@vitejs/plugin-vue': 4.1.0(vite@4.2.3(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3))(vue@3.4.35(typescript@5.5.4)) - '@vitejs/plugin-vue-jsx': 3.1.0(vite@4.2.3(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3))(vue@3.4.35(typescript@5.5.4)) + '@vitejs/plugin-vue': 4.6.2(vite@4.2.3(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3))(vue@3.4.35(typescript@5.5.4)) + '@vitejs/plugin-vue-jsx': 3.1.0(vite@4.2.3(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3))(vue@3.4.35(typescript@5.5.4)) autoprefixer: 10.4.19(postcss@8.4.40) chokidar: 3.6.0 clear: 0.1.0 @@ -8834,9 +8771,9 @@ snapshots: strip-literal: 1.3.0 ufo: 1.5.4 unplugin: 1.12.0 - vite: 4.2.3(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3) - vite-node: 0.29.8(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3) - vite-plugin-checker: 0.5.6(eslint@8.57.0)(optionator@0.9.4)(typescript@5.5.4)(vite@4.2.3(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3)) + vite: 4.2.3(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3) + vite-node: 0.29.8(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3) + vite-plugin-checker: 0.5.6(eslint@8.57.0)(optionator@0.9.4)(typescript@5.5.4)(vite@4.2.3(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3)) vue: 3.4.35(typescript@5.5.4) vue-bundle-renderer: 1.0.3 transitivePeerDependencies: @@ -9222,11 +9159,11 @@ snapshots: '@types/http-proxy@1.17.14': dependencies: - '@types/node': 18.19.42 + '@types/node': 18.19.43 '@types/json-schema@7.0.15': {} - '@types/node@18.19.42': + '@types/node@18.19.43': dependencies: undici-types: 5.26.5 @@ -9384,33 +9321,21 @@ snapshots: - encoding - supports-color - '@vitejs/plugin-vue-jsx@3.1.0(vite@4.2.3(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3))(vue@3.4.35(typescript@5.5.4))': + '@vitejs/plugin-vue-jsx@3.1.0(vite@4.2.3(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3))(vue@3.4.35(typescript@5.5.4))': dependencies: '@babel/core': 7.25.2 '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.2) '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.25.2) - vite: 4.2.3(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3) + vite: 4.2.3(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3) vue: 3.4.35(typescript@5.5.4) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@4.1.0(vite@4.2.3(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3))(vue@3.4.35(typescript@5.5.4))': + '@vitejs/plugin-vue@4.6.2(vite@4.2.3(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3))(vue@3.4.35(typescript@5.5.4))': dependencies: - vite: 4.2.3(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3) + vite: 4.2.3(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3) vue: 3.4.35(typescript@5.5.4) - '@vitest/coverage-istanbul@0.29.8(vitest@0.29.8(jsdom@19.0.0)(sass@1.77.8)(terser@5.31.3))': - dependencies: - istanbul-lib-coverage: 3.2.2 - istanbul-lib-instrument: 5.2.1 - istanbul-lib-report: 3.0.1 - istanbul-lib-source-maps: 4.0.1 - istanbul-reports: 3.1.7 - test-exclude: 6.0.0 - vitest: 0.29.8(jsdom@19.0.0)(sass@1.77.8)(terser@5.31.3) - transitivePeerDependencies: - - supports-color - '@vitest/expect@0.29.8': dependencies: '@vitest/spy': 0.29.8 @@ -11206,8 +11131,6 @@ snapshots: dependencies: whatwg-encoding: 2.0.0 - html-escaper@2.0.2: {} - html-tags@3.3.1: {} http-cache-semantics@4.1.1: {} @@ -11439,37 +11362,6 @@ snapshots: isobject@3.0.1: {} - istanbul-lib-coverage@3.2.2: {} - - istanbul-lib-instrument@5.2.1: - dependencies: - '@babel/core': 7.25.2 - '@babel/parser': 7.25.3 - '@istanbuljs/schema': 0.1.3 - istanbul-lib-coverage: 3.2.2 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - - istanbul-lib-report@3.0.1: - dependencies: - istanbul-lib-coverage: 3.2.2 - make-dir: 4.0.0 - supports-color: 7.2.0 - - istanbul-lib-source-maps@4.0.1: - dependencies: - debug: 4.3.6 - istanbul-lib-coverage: 3.2.2 - source-map: 0.6.1 - transitivePeerDependencies: - - supports-color - - istanbul-reports@3.1.7: - dependencies: - html-escaper: 2.0.2 - istanbul-lib-report: 3.0.1 - jackspeak@3.4.3: dependencies: '@isaacs/cliui': 8.0.2 @@ -11478,7 +11370,7 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 18.19.42 + '@types/node': 18.19.43 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -11727,10 +11619,6 @@ snapshots: dependencies: semver: 6.3.1 - make-dir@4.0.0: - dependencies: - semver: 7.6.3 - make-fetch-happen@13.0.1: dependencies: '@npmcli/agent': 2.2.2 @@ -12204,14 +12092,14 @@ snapshots: - rollup - supports-color - nuxt@3.3.2(@types/node@18.19.42)(encoding@0.1.13)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.4)(rollup@4.19.2)(sass@1.77.8)(terser@5.31.3)(typescript@5.5.4): + nuxt@3.3.2(@types/node@18.19.43)(encoding@0.1.13)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.4)(rollup@4.19.2)(sass@1.77.8)(terser@5.31.3)(typescript@5.5.4): dependencies: '@nuxt/devalue': 2.0.2 '@nuxt/kit': 3.3.2(magicast@0.3.4)(rollup@4.19.2) '@nuxt/schema': 3.3.2(magicast@0.3.4)(rollup@4.19.2) '@nuxt/telemetry': 2.5.4(magicast@0.3.4)(rollup@4.19.2) '@nuxt/ui-templates': 1.3.4 - '@nuxt/vite-builder': 3.3.2(@types/node@18.19.42)(eslint@8.57.0)(magicast@0.3.4)(optionator@0.9.4)(sass@1.77.8)(terser@5.31.3)(typescript@5.5.4)(vue@3.4.35(typescript@5.5.4)) + '@nuxt/vite-builder': 3.3.2(@types/node@18.19.43)(eslint@8.57.0)(magicast@0.3.4)(optionator@0.9.4)(sass@1.77.8)(terser@5.31.3)(typescript@5.5.4)(vue@3.4.35(typescript@5.5.4)) '@unhead/ssr': 1.9.16 '@unhead/vue': 1.9.16(vue@3.4.35(typescript@5.5.4)) '@vue/reactivity': 3.4.35 @@ -12285,14 +12173,14 @@ snapshots: - vti - vue-tsc - nuxt@3.3.2(@types/node@18.19.42)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.4)(rollup@3.29.4)(sass@1.77.8)(terser@5.31.3)(typescript@5.5.4): + nuxt@3.3.2(@types/node@18.19.43)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.4)(rollup@3.29.4)(sass@1.77.8)(terser@5.31.3)(typescript@5.5.4): dependencies: '@nuxt/devalue': 2.0.2 '@nuxt/kit': 3.3.2(magicast@0.3.4)(rollup@3.29.4) '@nuxt/schema': 3.3.2(magicast@0.3.4)(rollup@3.29.4) '@nuxt/telemetry': 2.5.4(magicast@0.3.4)(rollup@3.29.4) '@nuxt/ui-templates': 1.3.4 - '@nuxt/vite-builder': 3.3.2(@types/node@18.19.42)(eslint@8.57.0)(magicast@0.3.4)(optionator@0.9.4)(sass@1.77.8)(terser@5.31.3)(typescript@5.5.4)(vue@3.4.35(typescript@5.5.4)) + '@nuxt/vite-builder': 3.3.2(@types/node@18.19.43)(eslint@8.57.0)(magicast@0.3.4)(optionator@0.9.4)(sass@1.77.8)(terser@5.31.3)(typescript@5.5.4)(vue@3.4.35(typescript@5.5.4)) '@unhead/ssr': 1.9.16 '@unhead/vue': 1.9.16(vue@3.4.35(typescript@5.5.4)) '@vue/reactivity': 3.4.35 @@ -13682,12 +13570,6 @@ snapshots: commander: 2.20.3 source-map-support: 0.5.21 - test-exclude@6.0.0: - dependencies: - '@istanbuljs/schema': 0.1.3 - glob: 7.2.3 - minimatch: 3.1.2 - text-decoder@1.1.1: dependencies: b4a: 1.6.6 @@ -13802,8 +13684,6 @@ snapshots: type-fest@3.13.1: {} - type-fest@4.23.0: {} - typedoc@0.23.23(typescript@5.5.4): dependencies: lunr: 2.3.9 @@ -14043,20 +13923,14 @@ snapshots: validate-npm-package-name@5.0.1: {} - vee-validate@4.13.2(vue@3.4.35(typescript@5.5.4)): - dependencies: - '@vue/devtools-api': 6.6.3 - type-fest: 4.23.0 - vue: 3.4.35(typescript@5.5.4) - - vite-node@0.29.8(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3): + vite-node@0.29.8(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3): dependencies: cac: 6.7.14 debug: 4.3.6 mlly: 1.7.1 pathe: 1.1.2 picocolors: 1.0.1 - vite: 4.5.3(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3) + vite: 4.5.3(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3) transitivePeerDependencies: - '@types/node' - less @@ -14067,13 +13941,13 @@ snapshots: - supports-color - terser - vite-node@1.6.0(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3): + vite-node@1.6.0(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3): dependencies: cac: 6.7.14 debug: 4.3.6 pathe: 1.1.2 picocolors: 1.0.1 - vite: 5.3.5(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3) + vite: 5.3.5(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3) transitivePeerDependencies: - '@types/node' - less @@ -14084,7 +13958,7 @@ snapshots: - supports-color - terser - vite-plugin-checker@0.5.6(eslint@8.57.0)(optionator@0.9.4)(typescript@5.5.4)(vite@4.2.3(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3)): + vite-plugin-checker@0.5.6(eslint@8.57.0)(optionator@0.9.4)(typescript@5.5.4)(vite@4.2.3(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3)): dependencies: '@babel/code-frame': 7.24.7 ansi-escapes: 4.3.2 @@ -14098,7 +13972,7 @@ snapshots: npm-run-path: 4.0.1 strip-ansi: 6.0.1 tiny-invariant: 1.3.3 - vite: 4.2.3(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3) + vite: 4.2.3(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3) vscode-languageclient: 7.0.0 vscode-languageserver: 7.0.0 vscode-languageserver-textdocument: 1.0.12 @@ -14108,7 +13982,7 @@ snapshots: optionator: 0.9.4 typescript: 5.5.4 - vite-plugin-inspect@0.7.42(@nuxt/kit@3.12.4(magicast@0.3.4)(rollup@4.19.2))(rollup@4.19.2): + vite-plugin-inspect@0.7.42(@nuxt/kit@3.12.4(magicast@0.3.4)(rollup@4.19.2))(rollup@4.19.2)(vite@5.3.5(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.0(rollup@4.19.2) @@ -14118,13 +13992,14 @@ snapshots: open: 9.1.0 picocolors: 1.0.1 sirv: 2.0.4 + vite: 5.3.5(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3) optionalDependencies: '@nuxt/kit': 3.12.4(magicast@0.3.4)(rollup@4.19.2) transitivePeerDependencies: - rollup - supports-color - vite-plugin-vue-inspector@3.7.2: + vite-plugin-vue-inspector@3.7.2(vite@5.3.5(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3)): dependencies: '@babel/core': 7.25.2 '@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.25.2) @@ -14135,46 +14010,47 @@ snapshots: '@vue/compiler-dom': 3.4.35 kolorist: 1.8.0 magic-string: 0.30.11 + vite: 5.3.5(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3) transitivePeerDependencies: - supports-color - vite@4.2.3(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3): + vite@4.2.3(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3): dependencies: esbuild: 0.17.19 postcss: 8.4.40 resolve: 1.22.8 rollup: 3.29.4 optionalDependencies: - '@types/node': 18.19.42 + '@types/node': 18.19.43 fsevents: 2.3.3 sass: 1.77.8 terser: 5.31.3 - vite@4.5.3(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3): + vite@4.5.3(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3): dependencies: esbuild: 0.18.20 postcss: 8.4.40 rollup: 3.29.4 optionalDependencies: - '@types/node': 18.19.42 + '@types/node': 18.19.43 fsevents: 2.3.3 sass: 1.77.8 terser: 5.31.3 - vite@5.3.5(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3): + vite@5.3.5(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3): dependencies: esbuild: 0.21.5 postcss: 8.4.40 rollup: 4.19.2 optionalDependencies: - '@types/node': 18.19.42 + '@types/node': 18.19.43 fsevents: 2.3.3 sass: 1.77.8 terser: 5.31.3 - vitest-environment-nuxt@1.0.0(@vue/test-utils@2.4.6)(h3@1.12.0)(magicast@0.3.4)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.4))(rollup@4.19.2)(vitest@1.6.0(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3))(vue-router@4.4.2(vue@3.4.35(typescript@5.5.4)))(vue@3.4.35(typescript@5.5.4)): + vitest-environment-nuxt@1.0.0(@vue/test-utils@2.4.6)(h3@1.12.0)(magicast@0.3.4)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.4))(rollup@4.19.2)(vite@5.3.5(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3))(vitest@1.6.0(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3))(vue-router@4.4.2(vue@3.4.35(typescript@5.5.4)))(vue@3.4.35(typescript@5.5.4)): dependencies: - '@nuxt/test-utils': 3.14.0(@vue/test-utils@2.4.6)(h3@1.12.0)(magicast@0.3.4)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.4))(rollup@4.19.2)(vitest@1.6.0(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3))(vue-router@4.4.2(vue@3.4.35(typescript@5.5.4)))(vue@3.4.35(typescript@5.5.4)) + '@nuxt/test-utils': 3.14.0(@vue/test-utils@2.4.6)(h3@1.12.0)(magicast@0.3.4)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.4))(rollup@4.19.2)(vite@5.3.5(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3))(vitest@1.6.0(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3))(vue-router@4.4.2(vue@3.4.35(typescript@5.5.4)))(vue@3.4.35(typescript@5.5.4)) transitivePeerDependencies: - '@cucumber/cucumber' - '@jest/globals' @@ -14199,7 +14075,7 @@ snapshots: dependencies: '@types/chai': 4.3.17 '@types/chai-subset': 1.3.5 - '@types/node': 18.19.42 + '@types/node': 18.19.43 '@vitest/expect': 0.29.8 '@vitest/runner': 0.29.8 '@vitest/spy': 0.29.8 @@ -14218,8 +14094,8 @@ snapshots: tinybench: 2.8.0 tinypool: 0.4.0 tinyspy: 1.1.1 - vite: 4.5.3(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3) - vite-node: 0.29.8(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3) + vite: 4.5.3(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3) + vite-node: 0.29.8(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3) why-is-node-running: 2.3.0 optionalDependencies: jsdom: 19.0.0 @@ -14232,7 +14108,7 @@ snapshots: - supports-color - terser - vitest@1.6.0(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3): + vitest@1.6.0(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3): dependencies: '@vitest/expect': 1.6.0 '@vitest/runner': 1.6.0 @@ -14251,11 +14127,11 @@ snapshots: strip-literal: 2.1.0 tinybench: 2.8.0 tinypool: 0.8.4 - vite: 5.3.5(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3) - vite-node: 1.6.0(@types/node@18.19.42)(sass@1.77.8)(terser@5.31.3) + vite: 5.3.5(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3) + vite-node: 1.6.0(@types/node@18.19.43)(sass@1.77.8)(terser@5.31.3) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 18.19.42 + '@types/node': 18.19.43 transitivePeerDependencies: - less - lightningcss