Update API doc
parent
acae251bcd
commit
c528842ede
|
@ -66806,14 +66806,6 @@
|
||||||
"default": "null",
|
"default": "null",
|
||||||
"description": "Spans 100% width of the container when enabled."
|
"description": "Spans 100% width of the container when enabled."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "panelClass",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "any",
|
|
||||||
"default": "",
|
|
||||||
"description": "Style class of the overlay panel."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "appendTo",
|
"name": "appendTo",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -66846,6 +66838,46 @@
|
||||||
"default": "false",
|
"default": "false",
|
||||||
"description": "Defines how multiple items can be selected, when true metaKey needs to be pressed to select or unselect an item and when set to false selection of each item can be toggled individually.\nOn touch enabled devices, metaKeySelection is turned off automatically."
|
"description": "Defines how multiple items can be selected, when true metaKey needs to be pressed to select or unselect an item and when set to false selection of each item can be toggled individually.\nOn touch enabled devices, metaKeySelection is turned off automatically."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "filter",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "boolean",
|
||||||
|
"default": "false",
|
||||||
|
"description": "When specified, displays an input field to filter the items."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "filterBy",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string | Function",
|
||||||
|
"default": "label",
|
||||||
|
"description": "When filtering is enabled, filterBy decides which field or fields (comma separated) to search against. A callable taking a TreeNode can be provided instead of a list of field names."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "filterMode",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "\"lenient\" | \"strict\"",
|
||||||
|
"default": "lenient",
|
||||||
|
"description": "Mode for filtering."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "filterPlaceholder",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Placeholder text to show when filter input is empty."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "filterLocale",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Locale to use in filtering. The default locale is the host environment's current locale."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "inputId",
|
"name": "inputId",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -66878,6 +66910,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component."
|
"description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "panelClass",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "any",
|
||||||
|
"default": "",
|
||||||
|
"description": "Style class of the overlay panel."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "ariaLabelledby",
|
"name": "ariaLabelledby",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
|
211
pnpm-lock.yaml
211
pnpm-lock.yaml
|
@ -89,7 +89,7 @@ importers:
|
||||||
version: 19.0.0
|
version: 19.0.0
|
||||||
nuxt:
|
nuxt:
|
||||||
specifier: 3.3.2
|
specifier: 3.3.2
|
||||||
version: 3.3.2(@types/node@18.19.51)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@3.29.5)(sass@1.79.3)(terser@5.33.0)(typescript@5.6.2)(webpack-sources@3.2.3)
|
version: 3.3.2(@types/node@18.19.53)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@3.29.5)(sass@1.79.3)(terser@5.33.0)(typescript@5.6.2)(webpack-sources@3.2.3)
|
||||||
postcss:
|
postcss:
|
||||||
specifier: ^8.4.31
|
specifier: ^8.4.31
|
||||||
version: 8.4.47
|
version: 8.4.47
|
||||||
|
@ -110,7 +110,7 @@ importers:
|
||||||
version: 1.79.3
|
version: 1.79.3
|
||||||
sass-loader:
|
sass-loader:
|
||||||
specifier: ^8.0.2
|
specifier: ^8.0.2
|
||||||
version: 8.0.2(sass@1.79.3)(webpack@5.94.0)
|
version: 8.0.2(sass@1.79.3)(webpack@5.95.0)
|
||||||
tailwindcss:
|
tailwindcss:
|
||||||
specifier: ^3.4.1
|
specifier: ^3.4.1
|
||||||
version: 3.4.13
|
version: 3.4.13
|
||||||
|
@ -129,7 +129,7 @@ importers:
|
||||||
devDependencies:
|
devDependencies:
|
||||||
tsup:
|
tsup:
|
||||||
specifier: ^8.1.0
|
specifier: ^8.1.0
|
||||||
version: 8.3.0(jiti@1.21.6)(postcss@8.4.47)(typescript@5.6.2)(yaml@2.5.1)
|
version: 8.3.0(jiti@2.0.0)(postcss@8.4.47)(typescript@5.6.2)(yaml@2.5.1)
|
||||||
unplugin-vue-components:
|
unplugin-vue-components:
|
||||||
specifier: ^0.27.0
|
specifier: ^0.27.0
|
||||||
version: 0.27.0(@babel/parser@7.25.6)(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@4.22.4)(webpack-sources@3.2.3))(rollup@4.22.4)(vue@3.5.8(typescript@5.6.2))(webpack-sources@3.2.3)
|
version: 0.27.0(@babel/parser@7.25.6)(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@4.22.4)(webpack-sources@3.2.3))(rollup@4.22.4)(vue@3.5.8(typescript@5.6.2))(webpack-sources@3.2.3)
|
||||||
|
@ -162,7 +162,7 @@ importers:
|
||||||
devDependencies:
|
devDependencies:
|
||||||
tsup:
|
tsup:
|
||||||
specifier: ^8.1.0
|
specifier: ^8.1.0
|
||||||
version: 8.3.0(jiti@1.21.6)(postcss@8.4.47)(typescript@5.6.2)(yaml@2.5.1)
|
version: 8.3.0(jiti@2.0.0)(postcss@8.4.47)(typescript@5.6.2)(yaml@2.5.1)
|
||||||
publishDirectory: dist
|
publishDirectory: dist
|
||||||
|
|
||||||
packages/nuxt-module:
|
packages/nuxt-module:
|
||||||
|
@ -194,7 +194,7 @@ importers:
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@nuxt/devtools':
|
'@nuxt/devtools':
|
||||||
specifier: ^0.8.5
|
specifier: ^0.8.5
|
||||||
version: 0.8.5(nuxt@3.3.2(@types/node@18.19.51)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.22.4)(sass@1.79.3)(terser@5.33.0)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@4.22.4)(vite@5.4.8(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0))(webpack-sources@3.2.3)
|
version: 0.8.5(nuxt@3.3.2(@types/node@18.19.53)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.22.4)(sass@1.79.3)(terser@5.33.0)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@4.22.4)(webpack-sources@3.2.3)
|
||||||
'@nuxt/eslint-config':
|
'@nuxt/eslint-config':
|
||||||
specifier: ^0.2.0
|
specifier: ^0.2.0
|
||||||
version: 0.2.0(eslint@8.57.1)
|
version: 0.2.0(eslint@8.57.1)
|
||||||
|
@ -206,13 +206,13 @@ importers:
|
||||||
version: 3.13.2(rollup@4.22.4)(webpack-sources@3.2.3)
|
version: 3.13.2(rollup@4.22.4)(webpack-sources@3.2.3)
|
||||||
'@nuxt/test-utils':
|
'@nuxt/test-utils':
|
||||||
specifier: ^3.7.3
|
specifier: ^3.7.3
|
||||||
version: 3.14.2(@vue/test-utils@2.4.6)(h3@1.12.0)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5)(webpack-sources@3.2.3))(rollup@4.22.4)(vite@5.4.8(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0))(vitest@1.6.0(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0))(vue-router@4.4.5(vue@3.5.8(typescript@5.6.2)))(vue@3.5.8(typescript@5.6.2))(webpack-sources@3.2.3)
|
version: 3.14.2(@vue/test-utils@2.4.6)(h3@1.12.0)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5)(webpack-sources@3.2.3))(rollup@4.22.4)(vitest@1.6.0(@types/node@18.19.53)(sass@1.79.3)(terser@5.33.0))(vue-router@4.4.5(vue@3.5.8(typescript@5.6.2)))(vue@3.5.8(typescript@5.6.2))(webpack-sources@3.2.3)
|
||||||
'@primevue/themes':
|
'@primevue/themes':
|
||||||
specifier: workspace:*
|
specifier: workspace:*
|
||||||
version: link:../themes
|
version: link:../themes
|
||||||
'@types/node':
|
'@types/node':
|
||||||
specifier: ^18.17.17
|
specifier: ^18.17.17
|
||||||
version: 18.19.51
|
version: 18.19.53
|
||||||
changelogen:
|
changelogen:
|
||||||
specifier: ^0.5.5
|
specifier: ^0.5.5
|
||||||
version: 0.5.7(magicast@0.3.5)
|
version: 0.5.7(magicast@0.3.5)
|
||||||
|
@ -221,10 +221,10 @@ importers:
|
||||||
version: 2.9.7(encoding@0.1.13)(magicast@0.3.5)(webpack-sources@3.2.3)
|
version: 2.9.7(encoding@0.1.13)(magicast@0.3.5)(webpack-sources@3.2.3)
|
||||||
nuxt:
|
nuxt:
|
||||||
specifier: 3.3.2
|
specifier: 3.3.2
|
||||||
version: 3.3.2(@types/node@18.19.51)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.22.4)(sass@1.79.3)(terser@5.33.0)(typescript@5.6.2)(webpack-sources@3.2.3)
|
version: 3.3.2(@types/node@18.19.53)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.22.4)(sass@1.79.3)(terser@5.33.0)(typescript@5.6.2)(webpack-sources@3.2.3)
|
||||||
vitest:
|
vitest:
|
||||||
specifier: ^1.6.0
|
specifier: ^1.6.0
|
||||||
version: 1.6.0(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0)
|
version: 1.6.0(@types/node@18.19.53)(sass@1.79.3)(terser@5.33.0)
|
||||||
|
|
||||||
packages/primevue:
|
packages/primevue:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -2416,8 +2416,8 @@ packages:
|
||||||
'@types/json-schema@7.0.15':
|
'@types/json-schema@7.0.15':
|
||||||
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
|
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
|
||||||
|
|
||||||
'@types/node@18.19.51':
|
'@types/node@18.19.53':
|
||||||
resolution: {integrity: sha512-IIMkWEIVQDlBpi6pPeGqTqOx7KbzGC3EgIyH8NrxplXOwWw0uVl9vthJUMFrxD7kcEfcRp7jIkgpB28M6JnfWA==}
|
resolution: {integrity: sha512-GLxgUgHhDKO1Edw9Q0lvMbiO/IQXJwJlMaqxSGBXMpPy8uhkCs2iiPFaB2Q/gmobnFkckD3rqTBMVjXdwq+nKg==}
|
||||||
|
|
||||||
'@types/resolve@1.20.2':
|
'@types/resolve@1.20.2':
|
||||||
resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==}
|
resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==}
|
||||||
|
@ -2824,8 +2824,8 @@ packages:
|
||||||
axios@1.7.7:
|
axios@1.7.7:
|
||||||
resolution: {integrity: sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==}
|
resolution: {integrity: sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==}
|
||||||
|
|
||||||
b4a@1.6.6:
|
b4a@1.6.7:
|
||||||
resolution: {integrity: sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg==}
|
resolution: {integrity: sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==}
|
||||||
|
|
||||||
babel-plugin-polyfill-corejs2@0.4.11:
|
babel-plugin-polyfill-corejs2@0.4.11:
|
||||||
resolution: {integrity: sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==}
|
resolution: {integrity: sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==}
|
||||||
|
@ -2957,8 +2957,8 @@ packages:
|
||||||
caniuse-api@3.0.0:
|
caniuse-api@3.0.0:
|
||||||
resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
|
resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
|
||||||
|
|
||||||
caniuse-lite@1.0.30001663:
|
caniuse-lite@1.0.30001664:
|
||||||
resolution: {integrity: sha512-o9C3X27GLKbLeTYZ6HBOLU1tsAcBZsLis28wrVzddShCS16RujjHp9GDHKZqrB3meE0YjhawvMFsGb/igqiPzA==}
|
resolution: {integrity: sha512-AmE7k4dXiNKQipgn7a2xg558IRqPN3jMQY/rOsbxDhrd0tyChwbITBfiwtnqz8bi2M5mIWbxAYBvk7W7QBUS2g==}
|
||||||
|
|
||||||
chai@4.5.0:
|
chai@4.5.0:
|
||||||
resolution: {integrity: sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==}
|
resolution: {integrity: sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==}
|
||||||
|
@ -3469,8 +3469,8 @@ packages:
|
||||||
ee-first@1.1.1:
|
ee-first@1.1.1:
|
||||||
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
|
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
|
||||||
|
|
||||||
electron-to-chromium@1.5.28:
|
electron-to-chromium@1.5.29:
|
||||||
resolution: {integrity: sha512-VufdJl+rzaKZoYVUijN13QcXVF5dWPZANeFTLNy+OSpHdDL5ynXTF35+60RSBbaQYB1ae723lQXHCrf4pyLsMw==}
|
resolution: {integrity: sha512-PF8n2AlIhCKXQ+gTpiJi0VhcHDb69kYX4MtCiivctc2QD3XuNZ/XIOlbGzt7WAjjEev0TtaH6Cu3arZExm5DOw==}
|
||||||
|
|
||||||
emoji-regex@8.0.0:
|
emoji-regex@8.0.0:
|
||||||
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
||||||
|
@ -4246,6 +4246,10 @@ packages:
|
||||||
resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==}
|
resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
|
jiti@2.0.0:
|
||||||
|
resolution: {integrity: sha512-CJ7e7Abb779OTRv3lomfp7Mns/Sy1+U4pcAx5VbjxCZD5ZM/VJaXPpPjNKjtSvWQy/H86E49REXR34dl1JEz9w==}
|
||||||
|
hasBin: true
|
||||||
|
|
||||||
joi@17.13.3:
|
joi@17.13.3:
|
||||||
resolution: {integrity: sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==}
|
resolution: {integrity: sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==}
|
||||||
|
|
||||||
|
@ -4371,8 +4375,8 @@ packages:
|
||||||
lines-and-columns@1.2.4:
|
lines-and-columns@1.2.4:
|
||||||
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
|
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
|
||||||
|
|
||||||
listhen@1.7.2:
|
listhen@1.8.0:
|
||||||
resolution: {integrity: sha512-7/HamOm5YD9Wb7CFgAZkKgVPA96WwhcTQoqtm2VTZGVbVVn3IWKRBTgrU7cchA3Q8k9iCsG8Osoi9GX4JsGM9g==}
|
resolution: {integrity: sha512-Wj5hk++HPDqnG/0nc9++oXf8M3GlzObC6AJJJ9VYAVhVTdeW+t3HyeiKhK6Ro0GPhVd8lOYM75zsckrtzLB2Gw==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
load-tsconfig@0.2.5:
|
load-tsconfig@0.2.5:
|
||||||
|
@ -4807,8 +4811,8 @@ packages:
|
||||||
nwsapi@2.2.12:
|
nwsapi@2.2.12:
|
||||||
resolution: {integrity: sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==}
|
resolution: {integrity: sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==}
|
||||||
|
|
||||||
nypm@0.3.11:
|
nypm@0.3.12:
|
||||||
resolution: {integrity: sha512-E5GqaAYSnbb6n1qZyik2wjPDZON43FqOJO59+3OkWrnmQtjggrMOVnsyzfjxp/tS6nlYJBA4zRA5jSM2YaadMg==}
|
resolution: {integrity: sha512-D3pzNDWIvgA+7IORhD/IuWzEk4uXv6GsgOxiid4UU3h9oq5IqV1KtPDi63n4sZJ/xcWlr88c0QM2RgN5VbOhFA==}
|
||||||
engines: {node: ^14.16.0 || >=16.10.0}
|
engines: {node: ^14.16.0 || >=16.10.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
|
@ -6727,8 +6731,8 @@ packages:
|
||||||
webpack-virtual-modules@0.6.2:
|
webpack-virtual-modules@0.6.2:
|
||||||
resolution: {integrity: sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==}
|
resolution: {integrity: sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==}
|
||||||
|
|
||||||
webpack@5.94.0:
|
webpack@5.95.0:
|
||||||
resolution: {integrity: sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==}
|
resolution: {integrity: sha512-2t3XstrKULz41MNMBF+cJ97TyHdyQ8HCt//pqErqDvNjU9YQBnZxIHa11VXsi7F3mb5/aO2tuDxdeTPdU7xu9Q==}
|
||||||
engines: {node: '>=10.13.0'}
|
engines: {node: '>=10.13.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -8425,13 +8429,12 @@ snapshots:
|
||||||
|
|
||||||
'@nuxt/devalue@2.0.2': {}
|
'@nuxt/devalue@2.0.2': {}
|
||||||
|
|
||||||
'@nuxt/devtools-kit@0.8.5(magicast@0.3.5)(nuxt@3.3.2(@types/node@18.19.51)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.22.4)(sass@1.79.3)(terser@5.33.0)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@4.22.4)(vite@5.4.8(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0))(webpack-sources@3.2.3)':
|
'@nuxt/devtools-kit@0.8.5(magicast@0.3.5)(nuxt@3.3.2(@types/node@18.19.53)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.22.4)(sass@1.79.3)(terser@5.33.0)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@4.22.4)(webpack-sources@3.2.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.22.4)(webpack-sources@3.2.3)
|
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.22.4)(webpack-sources@3.2.3)
|
||||||
'@nuxt/schema': 3.13.2(rollup@4.22.4)(webpack-sources@3.2.3)
|
'@nuxt/schema': 3.13.2(rollup@4.22.4)(webpack-sources@3.2.3)
|
||||||
execa: 7.2.0
|
execa: 7.2.0
|
||||||
nuxt: 3.3.2(@types/node@18.19.51)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.22.4)(sass@1.79.3)(terser@5.33.0)(typescript@5.6.2)(webpack-sources@3.2.3)
|
nuxt: 3.3.2(@types/node@18.19.53)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.22.4)(sass@1.79.3)(terser@5.33.0)(typescript@5.6.2)(webpack-sources@3.2.3)
|
||||||
vite: 5.4.8(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0)
|
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- magicast
|
- magicast
|
||||||
- rollup
|
- rollup
|
||||||
|
@ -8451,10 +8454,10 @@ snapshots:
|
||||||
rc9: 2.1.2
|
rc9: 2.1.2
|
||||||
semver: 7.6.3
|
semver: 7.6.3
|
||||||
|
|
||||||
'@nuxt/devtools@0.8.5(nuxt@3.3.2(@types/node@18.19.51)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.22.4)(sass@1.79.3)(terser@5.33.0)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@4.22.4)(vite@5.4.8(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0))(webpack-sources@3.2.3)':
|
'@nuxt/devtools@0.8.5(nuxt@3.3.2(@types/node@18.19.53)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.22.4)(sass@1.79.3)(terser@5.33.0)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@4.22.4)(webpack-sources@3.2.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/utils': 0.7.10
|
'@antfu/utils': 0.7.10
|
||||||
'@nuxt/devtools-kit': 0.8.5(magicast@0.3.5)(nuxt@3.3.2(@types/node@18.19.51)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.22.4)(sass@1.79.3)(terser@5.33.0)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@4.22.4)(vite@5.4.8(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0))(webpack-sources@3.2.3)
|
'@nuxt/devtools-kit': 0.8.5(magicast@0.3.5)(nuxt@3.3.2(@types/node@18.19.53)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.22.4)(sass@1.79.3)(terser@5.33.0)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@4.22.4)(webpack-sources@3.2.3)
|
||||||
'@nuxt/devtools-wizard': 0.8.5
|
'@nuxt/devtools-wizard': 0.8.5
|
||||||
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.22.4)(webpack-sources@3.2.3)
|
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.22.4)(webpack-sources@3.2.3)
|
||||||
birpc: 0.2.17
|
birpc: 0.2.17
|
||||||
|
@ -8472,8 +8475,8 @@ snapshots:
|
||||||
launch-editor: 2.9.1
|
launch-editor: 2.9.1
|
||||||
local-pkg: 0.4.3
|
local-pkg: 0.4.3
|
||||||
magicast: 0.3.5
|
magicast: 0.3.5
|
||||||
nuxt: 3.3.2(@types/node@18.19.51)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.22.4)(sass@1.79.3)(terser@5.33.0)(typescript@5.6.2)(webpack-sources@3.2.3)
|
nuxt: 3.3.2(@types/node@18.19.53)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.22.4)(sass@1.79.3)(terser@5.33.0)(typescript@5.6.2)(webpack-sources@3.2.3)
|
||||||
nypm: 0.3.11
|
nypm: 0.3.12
|
||||||
ofetch: 1.4.0
|
ofetch: 1.4.0
|
||||||
ohash: 1.1.4
|
ohash: 1.1.4
|
||||||
pacote: 17.0.7
|
pacote: 17.0.7
|
||||||
|
@ -8485,9 +8488,8 @@ snapshots:
|
||||||
simple-git: 3.27.0
|
simple-git: 3.27.0
|
||||||
sirv: 2.0.4
|
sirv: 2.0.4
|
||||||
unimport: 3.12.0(rollup@4.22.4)(webpack-sources@3.2.3)
|
unimport: 3.12.0(rollup@4.22.4)(webpack-sources@3.2.3)
|
||||||
vite: 5.4.8(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0)
|
vite-plugin-inspect: 0.7.42(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@4.22.4)(webpack-sources@3.2.3))(rollup@4.22.4)
|
||||||
vite-plugin-inspect: 0.7.42(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@4.22.4)(webpack-sources@3.2.3))(rollup@4.22.4)(vite@5.4.8(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0))
|
vite-plugin-vue-inspector: 3.7.2
|
||||||
vite-plugin-vue-inspector: 3.7.2(vite@5.4.8(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0))
|
|
||||||
wait-on: 7.2.0
|
wait-on: 7.2.0
|
||||||
which: 3.0.1
|
which: 3.0.1
|
||||||
ws: 8.18.0
|
ws: 8.18.0
|
||||||
|
@ -8772,7 +8774,7 @@ snapshots:
|
||||||
- supports-color
|
- supports-color
|
||||||
- webpack-sources
|
- webpack-sources
|
||||||
|
|
||||||
'@nuxt/test-utils@3.14.2(@vue/test-utils@2.4.6)(h3@1.12.0)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5)(webpack-sources@3.2.3))(rollup@4.22.4)(vite@5.4.8(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0))(vitest@1.6.0(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0))(vue-router@4.4.5(vue@3.5.8(typescript@5.6.2)))(vue@3.5.8(typescript@5.6.2))(webpack-sources@3.2.3)':
|
'@nuxt/test-utils@3.14.2(@vue/test-utils@2.4.6)(h3@1.12.0)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5)(webpack-sources@3.2.3))(rollup@4.22.4)(vitest@1.6.0(@types/node@18.19.53)(sass@1.79.3)(terser@5.33.0))(vue-router@4.4.5(vue@3.5.8(typescript@5.6.2)))(vue@3.5.8(typescript@5.6.2))(webpack-sources@3.2.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.22.4)(webpack-sources@3.2.3)
|
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.22.4)(webpack-sources@3.2.3)
|
||||||
'@nuxt/schema': 3.13.2(rollup@4.22.4)(webpack-sources@3.2.3)
|
'@nuxt/schema': 3.13.2(rollup@4.22.4)(webpack-sources@3.2.3)
|
||||||
|
@ -8798,13 +8800,12 @@ snapshots:
|
||||||
ufo: 1.5.4
|
ufo: 1.5.4
|
||||||
unenv: 1.10.0
|
unenv: 1.10.0
|
||||||
unplugin: 1.14.1(webpack-sources@3.2.3)
|
unplugin: 1.14.1(webpack-sources@3.2.3)
|
||||||
vite: 5.4.8(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0)
|
vitest-environment-nuxt: 1.0.1(@vue/test-utils@2.4.6)(h3@1.12.0)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5)(webpack-sources@3.2.3))(rollup@4.22.4)(vitest@1.6.0(@types/node@18.19.53)(sass@1.79.3)(terser@5.33.0))(vue-router@4.4.5(vue@3.5.8(typescript@5.6.2)))(vue@3.5.8(typescript@5.6.2))(webpack-sources@3.2.3)
|
||||||
vitest-environment-nuxt: 1.0.1(@vue/test-utils@2.4.6)(h3@1.12.0)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5)(webpack-sources@3.2.3))(rollup@4.22.4)(vite@5.4.8(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0))(vitest@1.6.0(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0))(vue-router@4.4.5(vue@3.5.8(typescript@5.6.2)))(vue@3.5.8(typescript@5.6.2))(webpack-sources@3.2.3)
|
|
||||||
vue: 3.5.8(typescript@5.6.2)
|
vue: 3.5.8(typescript@5.6.2)
|
||||||
vue-router: 4.4.5(vue@3.5.8(typescript@5.6.2))
|
vue-router: 4.4.5(vue@3.5.8(typescript@5.6.2))
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@vue/test-utils': 2.4.6
|
'@vue/test-utils': 2.4.6
|
||||||
vitest: 1.6.0(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0)
|
vitest: 1.6.0(@types/node@18.19.53)(sass@1.79.3)(terser@5.33.0)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- magicast
|
- magicast
|
||||||
- rollup
|
- rollup
|
||||||
|
@ -8813,12 +8814,12 @@ snapshots:
|
||||||
|
|
||||||
'@nuxt/ui-templates@1.3.4': {}
|
'@nuxt/ui-templates@1.3.4': {}
|
||||||
|
|
||||||
'@nuxt/vite-builder@3.3.2(@types/node@18.19.51)(eslint@8.57.1)(magicast@0.3.5)(optionator@0.9.4)(sass@1.79.3)(terser@5.33.0)(typescript@5.6.2)(vue@3.5.8(typescript@5.6.2))(webpack-sources@3.2.3)':
|
'@nuxt/vite-builder@3.3.2(@types/node@18.19.53)(eslint@8.57.1)(magicast@0.3.5)(optionator@0.9.4)(sass@1.79.3)(terser@5.33.0)(typescript@5.6.2)(vue@3.5.8(typescript@5.6.2))(webpack-sources@3.2.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nuxt/kit': 3.3.2(magicast@0.3.5)(rollup@3.29.5)(webpack-sources@3.2.3)
|
'@nuxt/kit': 3.3.2(magicast@0.3.5)(rollup@3.29.5)(webpack-sources@3.2.3)
|
||||||
'@rollup/plugin-replace': 5.0.7(rollup@3.29.5)
|
'@rollup/plugin-replace': 5.0.7(rollup@3.29.5)
|
||||||
'@vitejs/plugin-vue': 4.6.2(vite@4.2.3(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0))(vue@3.5.8(typescript@5.6.2))
|
'@vitejs/plugin-vue': 4.6.2(vite@4.2.3(@types/node@18.19.53)(sass@1.79.3)(terser@5.33.0))(vue@3.5.8(typescript@5.6.2))
|
||||||
'@vitejs/plugin-vue-jsx': 3.1.0(vite@4.2.3(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0))(vue@3.5.8(typescript@5.6.2))
|
'@vitejs/plugin-vue-jsx': 3.1.0(vite@4.2.3(@types/node@18.19.53)(sass@1.79.3)(terser@5.33.0))(vue@3.5.8(typescript@5.6.2))
|
||||||
autoprefixer: 10.4.20(postcss@8.4.47)
|
autoprefixer: 10.4.20(postcss@8.4.47)
|
||||||
chokidar: 3.6.0
|
chokidar: 3.6.0
|
||||||
clear: 0.1.0
|
clear: 0.1.0
|
||||||
|
@ -8847,9 +8848,9 @@ snapshots:
|
||||||
strip-literal: 1.3.0
|
strip-literal: 1.3.0
|
||||||
ufo: 1.5.4
|
ufo: 1.5.4
|
||||||
unplugin: 1.14.1(webpack-sources@3.2.3)
|
unplugin: 1.14.1(webpack-sources@3.2.3)
|
||||||
vite: 4.2.3(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0)
|
vite: 4.2.3(@types/node@18.19.53)(sass@1.79.3)(terser@5.33.0)
|
||||||
vite-node: 0.29.8(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0)
|
vite-node: 0.29.8(@types/node@18.19.53)(sass@1.79.3)(terser@5.33.0)
|
||||||
vite-plugin-checker: 0.5.6(eslint@8.57.1)(optionator@0.9.4)(typescript@5.6.2)(vite@4.2.3(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0))
|
vite-plugin-checker: 0.5.6(eslint@8.57.1)(optionator@0.9.4)(typescript@5.6.2)(vite@4.2.3(@types/node@18.19.53)(sass@1.79.3)(terser@5.33.0))
|
||||||
vue: 3.5.8(typescript@5.6.2)
|
vue: 3.5.8(typescript@5.6.2)
|
||||||
vue-bundle-renderer: 1.0.3
|
vue-bundle-renderer: 1.0.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
|
@ -9222,11 +9223,11 @@ snapshots:
|
||||||
|
|
||||||
'@types/http-proxy@1.17.15':
|
'@types/http-proxy@1.17.15':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 18.19.51
|
'@types/node': 18.19.53
|
||||||
|
|
||||||
'@types/json-schema@7.0.15': {}
|
'@types/json-schema@7.0.15': {}
|
||||||
|
|
||||||
'@types/node@18.19.51':
|
'@types/node@18.19.53':
|
||||||
dependencies:
|
dependencies:
|
||||||
undici-types: 5.26.5
|
undici-types: 5.26.5
|
||||||
|
|
||||||
|
@ -9385,19 +9386,19 @@ snapshots:
|
||||||
- encoding
|
- encoding
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@vitejs/plugin-vue-jsx@3.1.0(vite@4.2.3(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0))(vue@3.5.8(typescript@5.6.2))':
|
'@vitejs/plugin-vue-jsx@3.1.0(vite@4.2.3(@types/node@18.19.53)(sass@1.79.3)(terser@5.33.0))(vue@3.5.8(typescript@5.6.2))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.25.2
|
'@babel/core': 7.25.2
|
||||||
'@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.2)
|
'@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.2)
|
||||||
'@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.25.2)
|
'@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.25.2)
|
||||||
vite: 4.2.3(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0)
|
vite: 4.2.3(@types/node@18.19.53)(sass@1.79.3)(terser@5.33.0)
|
||||||
vue: 3.5.8(typescript@5.6.2)
|
vue: 3.5.8(typescript@5.6.2)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@vitejs/plugin-vue@4.6.2(vite@4.2.3(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0))(vue@3.5.8(typescript@5.6.2))':
|
'@vitejs/plugin-vue@4.6.2(vite@4.2.3(@types/node@18.19.53)(sass@1.79.3)(terser@5.33.0))(vue@3.5.8(typescript@5.6.2))':
|
||||||
dependencies:
|
dependencies:
|
||||||
vite: 4.2.3(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0)
|
vite: 4.2.3(@types/node@18.19.53)(sass@1.79.3)(terser@5.33.0)
|
||||||
vue: 3.5.8(typescript@5.6.2)
|
vue: 3.5.8(typescript@5.6.2)
|
||||||
|
|
||||||
'@vitest/expect@0.29.8':
|
'@vitest/expect@0.29.8':
|
||||||
|
@ -9811,7 +9812,7 @@ snapshots:
|
||||||
autoprefixer@10.4.20(postcss@8.4.47):
|
autoprefixer@10.4.20(postcss@8.4.47):
|
||||||
dependencies:
|
dependencies:
|
||||||
browserslist: 4.24.0
|
browserslist: 4.24.0
|
||||||
caniuse-lite: 1.0.30001663
|
caniuse-lite: 1.0.30001664
|
||||||
fraction.js: 4.3.7
|
fraction.js: 4.3.7
|
||||||
normalize-range: 0.1.2
|
normalize-range: 0.1.2
|
||||||
picocolors: 1.1.0
|
picocolors: 1.1.0
|
||||||
|
@ -9826,7 +9827,7 @@ snapshots:
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- debug
|
- debug
|
||||||
|
|
||||||
b4a@1.6.6: {}
|
b4a@1.6.7: {}
|
||||||
|
|
||||||
babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.25.2):
|
babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.25.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -9900,8 +9901,8 @@ snapshots:
|
||||||
|
|
||||||
browserslist@4.24.0:
|
browserslist@4.24.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
caniuse-lite: 1.0.30001663
|
caniuse-lite: 1.0.30001664
|
||||||
electron-to-chromium: 1.5.28
|
electron-to-chromium: 1.5.29
|
||||||
node-releases: 2.0.18
|
node-releases: 2.0.18
|
||||||
update-browserslist-db: 1.1.0(browserslist@4.24.0)
|
update-browserslist-db: 1.1.0(browserslist@4.24.0)
|
||||||
|
|
||||||
|
@ -9983,11 +9984,11 @@ snapshots:
|
||||||
caniuse-api@3.0.0:
|
caniuse-api@3.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
browserslist: 4.24.0
|
browserslist: 4.24.0
|
||||||
caniuse-lite: 1.0.30001663
|
caniuse-lite: 1.0.30001664
|
||||||
lodash.memoize: 4.1.2
|
lodash.memoize: 4.1.2
|
||||||
lodash.uniq: 4.5.0
|
lodash.uniq: 4.5.0
|
||||||
|
|
||||||
caniuse-lite@1.0.30001663: {}
|
caniuse-lite@1.0.30001664: {}
|
||||||
|
|
||||||
chai@4.5.0:
|
chai@4.5.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -10520,7 +10521,7 @@ snapshots:
|
||||||
|
|
||||||
ee-first@1.1.1: {}
|
ee-first@1.1.1: {}
|
||||||
|
|
||||||
electron-to-chromium@1.5.28: {}
|
electron-to-chromium@1.5.29: {}
|
||||||
|
|
||||||
emoji-regex@8.0.0: {}
|
emoji-regex@8.0.0: {}
|
||||||
|
|
||||||
|
@ -11063,7 +11064,7 @@ snapshots:
|
||||||
consola: 3.2.3
|
consola: 3.2.3
|
||||||
defu: 6.1.4
|
defu: 6.1.4
|
||||||
node-fetch-native: 1.6.4
|
node-fetch-native: 1.6.4
|
||||||
nypm: 0.3.11
|
nypm: 0.3.12
|
||||||
ohash: 1.1.4
|
ohash: 1.1.4
|
||||||
pathe: 1.1.2
|
pathe: 1.1.2
|
||||||
tar: 6.2.1
|
tar: 6.2.1
|
||||||
|
@ -11447,12 +11448,14 @@ snapshots:
|
||||||
|
|
||||||
jest-worker@27.5.1:
|
jest-worker@27.5.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 18.19.51
|
'@types/node': 18.19.53
|
||||||
merge-stream: 2.0.0
|
merge-stream: 2.0.0
|
||||||
supports-color: 8.1.1
|
supports-color: 8.1.1
|
||||||
|
|
||||||
jiti@1.21.6: {}
|
jiti@1.21.6: {}
|
||||||
|
|
||||||
|
jiti@2.0.0: {}
|
||||||
|
|
||||||
joi@17.13.3:
|
joi@17.13.3:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@hapi/hoek': 9.3.0
|
'@hapi/hoek': 9.3.0
|
||||||
|
@ -11581,7 +11584,7 @@ snapshots:
|
||||||
|
|
||||||
lines-and-columns@1.2.4: {}
|
lines-and-columns@1.2.4: {}
|
||||||
|
|
||||||
listhen@1.7.2:
|
listhen@1.8.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@parcel/watcher': 2.4.1
|
'@parcel/watcher': 2.4.1
|
||||||
'@parcel/watcher-wasm': 2.4.1
|
'@parcel/watcher-wasm': 2.4.1
|
||||||
|
@ -11593,7 +11596,7 @@ snapshots:
|
||||||
get-port-please: 3.1.2
|
get-port-please: 3.1.2
|
||||||
h3: 1.12.0
|
h3: 1.12.0
|
||||||
http-shutdown: 1.2.2
|
http-shutdown: 1.2.2
|
||||||
jiti: 1.21.6
|
jiti: 2.0.0
|
||||||
mlly: 1.7.1
|
mlly: 1.7.1
|
||||||
node-forge: 1.3.1
|
node-forge: 1.3.1
|
||||||
pathe: 1.1.2
|
pathe: 1.1.2
|
||||||
|
@ -11921,7 +11924,7 @@ snapshots:
|
||||||
jiti: 1.21.6
|
jiti: 1.21.6
|
||||||
klona: 2.0.6
|
klona: 2.0.6
|
||||||
knitwork: 1.1.0
|
knitwork: 1.1.0
|
||||||
listhen: 1.7.2
|
listhen: 1.8.0
|
||||||
mime: 3.0.0
|
mime: 3.0.0
|
||||||
mlly: 1.7.1
|
mlly: 1.7.1
|
||||||
mri: 1.2.0
|
mri: 1.2.0
|
||||||
|
@ -12006,7 +12009,7 @@ snapshots:
|
||||||
jiti: 1.21.6
|
jiti: 1.21.6
|
||||||
klona: 2.0.6
|
klona: 2.0.6
|
||||||
knitwork: 1.1.0
|
knitwork: 1.1.0
|
||||||
listhen: 1.7.2
|
listhen: 1.8.0
|
||||||
magic-string: 0.30.11
|
magic-string: 0.30.11
|
||||||
mime: 4.0.4
|
mime: 4.0.4
|
||||||
mlly: 1.7.1
|
mlly: 1.7.1
|
||||||
|
@ -12182,14 +12185,14 @@ snapshots:
|
||||||
- supports-color
|
- supports-color
|
||||||
- webpack-sources
|
- webpack-sources
|
||||||
|
|
||||||
nuxt@3.3.2(@types/node@18.19.51)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.22.4)(sass@1.79.3)(terser@5.33.0)(typescript@5.6.2)(webpack-sources@3.2.3):
|
nuxt@3.3.2(@types/node@18.19.53)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.22.4)(sass@1.79.3)(terser@5.33.0)(typescript@5.6.2)(webpack-sources@3.2.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nuxt/devalue': 2.0.2
|
'@nuxt/devalue': 2.0.2
|
||||||
'@nuxt/kit': 3.3.2(magicast@0.3.5)(rollup@4.22.4)(webpack-sources@3.2.3)
|
'@nuxt/kit': 3.3.2(magicast@0.3.5)(rollup@4.22.4)(webpack-sources@3.2.3)
|
||||||
'@nuxt/schema': 3.3.2(magicast@0.3.5)(rollup@4.22.4)(webpack-sources@3.2.3)
|
'@nuxt/schema': 3.3.2(magicast@0.3.5)(rollup@4.22.4)(webpack-sources@3.2.3)
|
||||||
'@nuxt/telemetry': 2.6.0(magicast@0.3.5)(rollup@4.22.4)(webpack-sources@3.2.3)
|
'@nuxt/telemetry': 2.6.0(magicast@0.3.5)(rollup@4.22.4)(webpack-sources@3.2.3)
|
||||||
'@nuxt/ui-templates': 1.3.4
|
'@nuxt/ui-templates': 1.3.4
|
||||||
'@nuxt/vite-builder': 3.3.2(@types/node@18.19.51)(eslint@8.57.1)(magicast@0.3.5)(optionator@0.9.4)(sass@1.79.3)(terser@5.33.0)(typescript@5.6.2)(vue@3.5.8(typescript@5.6.2))(webpack-sources@3.2.3)
|
'@nuxt/vite-builder': 3.3.2(@types/node@18.19.53)(eslint@8.57.1)(magicast@0.3.5)(optionator@0.9.4)(sass@1.79.3)(terser@5.33.0)(typescript@5.6.2)(vue@3.5.8(typescript@5.6.2))(webpack-sources@3.2.3)
|
||||||
'@unhead/ssr': 1.11.6
|
'@unhead/ssr': 1.11.6
|
||||||
'@unhead/vue': 1.11.6(vue@3.5.8(typescript@5.6.2))
|
'@unhead/vue': 1.11.6(vue@3.5.8(typescript@5.6.2))
|
||||||
'@vue/reactivity': 3.5.8
|
'@vue/reactivity': 3.5.8
|
||||||
|
@ -12264,14 +12267,14 @@ snapshots:
|
||||||
- vue-tsc
|
- vue-tsc
|
||||||
- webpack-sources
|
- webpack-sources
|
||||||
|
|
||||||
nuxt@3.3.2(@types/node@18.19.51)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@3.29.5)(sass@1.79.3)(terser@5.33.0)(typescript@5.6.2)(webpack-sources@3.2.3):
|
nuxt@3.3.2(@types/node@18.19.53)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@3.29.5)(sass@1.79.3)(terser@5.33.0)(typescript@5.6.2)(webpack-sources@3.2.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nuxt/devalue': 2.0.2
|
'@nuxt/devalue': 2.0.2
|
||||||
'@nuxt/kit': 3.3.2(magicast@0.3.5)(rollup@3.29.5)(webpack-sources@3.2.3)
|
'@nuxt/kit': 3.3.2(magicast@0.3.5)(rollup@3.29.5)(webpack-sources@3.2.3)
|
||||||
'@nuxt/schema': 3.3.2(magicast@0.3.5)(rollup@3.29.5)(webpack-sources@3.2.3)
|
'@nuxt/schema': 3.3.2(magicast@0.3.5)(rollup@3.29.5)(webpack-sources@3.2.3)
|
||||||
'@nuxt/telemetry': 2.6.0(magicast@0.3.5)(rollup@3.29.5)(webpack-sources@3.2.3)
|
'@nuxt/telemetry': 2.6.0(magicast@0.3.5)(rollup@3.29.5)(webpack-sources@3.2.3)
|
||||||
'@nuxt/ui-templates': 1.3.4
|
'@nuxt/ui-templates': 1.3.4
|
||||||
'@nuxt/vite-builder': 3.3.2(@types/node@18.19.51)(eslint@8.57.1)(magicast@0.3.5)(optionator@0.9.4)(sass@1.79.3)(terser@5.33.0)(typescript@5.6.2)(vue@3.5.8(typescript@5.6.2))(webpack-sources@3.2.3)
|
'@nuxt/vite-builder': 3.3.2(@types/node@18.19.53)(eslint@8.57.1)(magicast@0.3.5)(optionator@0.9.4)(sass@1.79.3)(terser@5.33.0)(typescript@5.6.2)(vue@3.5.8(typescript@5.6.2))(webpack-sources@3.2.3)
|
||||||
'@unhead/ssr': 1.11.6
|
'@unhead/ssr': 1.11.6
|
||||||
'@unhead/vue': 1.11.6(vue@3.5.8(typescript@5.6.2))
|
'@unhead/vue': 1.11.6(vue@3.5.8(typescript@5.6.2))
|
||||||
'@vue/reactivity': 3.5.8
|
'@vue/reactivity': 3.5.8
|
||||||
|
@ -12348,7 +12351,7 @@ snapshots:
|
||||||
|
|
||||||
nwsapi@2.2.12: {}
|
nwsapi@2.2.12: {}
|
||||||
|
|
||||||
nypm@0.3.11:
|
nypm@0.3.12:
|
||||||
dependencies:
|
dependencies:
|
||||||
citty: 0.1.6
|
citty: 0.1.6
|
||||||
consola: 3.2.3
|
consola: 3.2.3
|
||||||
|
@ -12662,11 +12665,11 @@ snapshots:
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
postcss: 8.4.47
|
postcss: 8.4.47
|
||||||
|
|
||||||
postcss-load-config@6.0.1(jiti@1.21.6)(postcss@8.4.47)(yaml@2.5.1):
|
postcss-load-config@6.0.1(jiti@2.0.0)(postcss@8.4.47)(yaml@2.5.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
lilconfig: 3.1.2
|
lilconfig: 3.1.2
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
jiti: 1.21.6
|
jiti: 2.0.0
|
||||||
postcss: 8.4.47
|
postcss: 8.4.47
|
||||||
yaml: 2.5.1
|
yaml: 2.5.1
|
||||||
|
|
||||||
|
@ -13267,14 +13270,14 @@ snapshots:
|
||||||
|
|
||||||
safer-buffer@2.1.2: {}
|
safer-buffer@2.1.2: {}
|
||||||
|
|
||||||
sass-loader@8.0.2(sass@1.79.3)(webpack@5.94.0):
|
sass-loader@8.0.2(sass@1.79.3)(webpack@5.95.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
clone-deep: 4.0.1
|
clone-deep: 4.0.1
|
||||||
loader-utils: 1.4.2
|
loader-utils: 1.4.2
|
||||||
neo-async: 2.6.2
|
neo-async: 2.6.2
|
||||||
schema-utils: 2.7.1
|
schema-utils: 2.7.1
|
||||||
semver: 6.3.1
|
semver: 6.3.1
|
||||||
webpack: 5.94.0
|
webpack: 5.95.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
sass: 1.79.3
|
sass: 1.79.3
|
||||||
|
|
||||||
|
@ -13650,7 +13653,7 @@ snapshots:
|
||||||
|
|
||||||
tar-stream@3.1.7:
|
tar-stream@3.1.7:
|
||||||
dependencies:
|
dependencies:
|
||||||
b4a: 1.6.6
|
b4a: 1.6.7
|
||||||
fast-fifo: 1.3.2
|
fast-fifo: 1.3.2
|
||||||
streamx: 2.20.1
|
streamx: 2.20.1
|
||||||
|
|
||||||
|
@ -13663,14 +13666,14 @@ snapshots:
|
||||||
mkdirp: 1.0.4
|
mkdirp: 1.0.4
|
||||||
yallist: 4.0.0
|
yallist: 4.0.0
|
||||||
|
|
||||||
terser-webpack-plugin@5.3.10(webpack@5.94.0):
|
terser-webpack-plugin@5.3.10(webpack@5.95.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jridgewell/trace-mapping': 0.3.25
|
'@jridgewell/trace-mapping': 0.3.25
|
||||||
jest-worker: 27.5.1
|
jest-worker: 27.5.1
|
||||||
schema-utils: 3.3.0
|
schema-utils: 3.3.0
|
||||||
serialize-javascript: 6.0.2
|
serialize-javascript: 6.0.2
|
||||||
terser: 5.33.0
|
terser: 5.33.0
|
||||||
webpack: 5.94.0
|
webpack: 5.95.0
|
||||||
|
|
||||||
terser@5.33.0:
|
terser@5.33.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -13681,7 +13684,7 @@ snapshots:
|
||||||
|
|
||||||
text-decoder@1.2.0:
|
text-decoder@1.2.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
b4a: 1.6.6
|
b4a: 1.6.7
|
||||||
|
|
||||||
text-table@0.2.0: {}
|
text-table@0.2.0: {}
|
||||||
|
|
||||||
|
@ -13755,7 +13758,7 @@ snapshots:
|
||||||
|
|
||||||
tslib@2.7.0: {}
|
tslib@2.7.0: {}
|
||||||
|
|
||||||
tsup@8.3.0(jiti@1.21.6)(postcss@8.4.47)(typescript@5.6.2)(yaml@2.5.1):
|
tsup@8.3.0(jiti@2.0.0)(postcss@8.4.47)(typescript@5.6.2)(yaml@2.5.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
bundle-require: 5.0.0(esbuild@0.23.1)
|
bundle-require: 5.0.0(esbuild@0.23.1)
|
||||||
cac: 6.7.14
|
cac: 6.7.14
|
||||||
|
@ -13766,7 +13769,7 @@ snapshots:
|
||||||
execa: 5.1.1
|
execa: 5.1.1
|
||||||
joycon: 3.1.1
|
joycon: 3.1.1
|
||||||
picocolors: 1.1.0
|
picocolors: 1.1.0
|
||||||
postcss-load-config: 6.0.1(jiti@1.21.6)(postcss@8.4.47)(yaml@2.5.1)
|
postcss-load-config: 6.0.1(jiti@2.0.0)(postcss@8.4.47)(yaml@2.5.1)
|
||||||
resolve-from: 5.0.0
|
resolve-from: 5.0.0
|
||||||
rollup: 4.22.4
|
rollup: 4.22.4
|
||||||
source-map: 0.8.0-beta.0
|
source-map: 0.8.0-beta.0
|
||||||
|
@ -13982,7 +13985,7 @@ snapshots:
|
||||||
chokidar: 3.6.0
|
chokidar: 3.6.0
|
||||||
destr: 2.0.3
|
destr: 2.0.3
|
||||||
h3: 1.12.0
|
h3: 1.12.0
|
||||||
listhen: 1.7.2
|
listhen: 1.8.0
|
||||||
lru-cache: 10.4.3
|
lru-cache: 10.4.3
|
||||||
mri: 1.2.0
|
mri: 1.2.0
|
||||||
node-fetch-native: 1.6.4
|
node-fetch-native: 1.6.4
|
||||||
|
@ -14052,14 +14055,14 @@ snapshots:
|
||||||
|
|
||||||
validate-npm-package-name@5.0.1: {}
|
validate-npm-package-name@5.0.1: {}
|
||||||
|
|
||||||
vite-node@0.29.8(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0):
|
vite-node@0.29.8(@types/node@18.19.53)(sass@1.79.3)(terser@5.33.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
cac: 6.7.14
|
cac: 6.7.14
|
||||||
debug: 4.3.7
|
debug: 4.3.7
|
||||||
mlly: 1.7.1
|
mlly: 1.7.1
|
||||||
pathe: 1.1.2
|
pathe: 1.1.2
|
||||||
picocolors: 1.1.0
|
picocolors: 1.1.0
|
||||||
vite: 4.5.5(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0)
|
vite: 4.5.5(@types/node@18.19.53)(sass@1.79.3)(terser@5.33.0)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@types/node'
|
- '@types/node'
|
||||||
- less
|
- less
|
||||||
|
@ -14070,13 +14073,13 @@ snapshots:
|
||||||
- supports-color
|
- supports-color
|
||||||
- terser
|
- terser
|
||||||
|
|
||||||
vite-node@1.6.0(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0):
|
vite-node@1.6.0(@types/node@18.19.53)(sass@1.79.3)(terser@5.33.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
cac: 6.7.14
|
cac: 6.7.14
|
||||||
debug: 4.3.7
|
debug: 4.3.7
|
||||||
pathe: 1.1.2
|
pathe: 1.1.2
|
||||||
picocolors: 1.1.0
|
picocolors: 1.1.0
|
||||||
vite: 5.4.8(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0)
|
vite: 5.4.8(@types/node@18.19.53)(sass@1.79.3)(terser@5.33.0)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@types/node'
|
- '@types/node'
|
||||||
- less
|
- less
|
||||||
|
@ -14088,7 +14091,7 @@ snapshots:
|
||||||
- supports-color
|
- supports-color
|
||||||
- terser
|
- terser
|
||||||
|
|
||||||
vite-plugin-checker@0.5.6(eslint@8.57.1)(optionator@0.9.4)(typescript@5.6.2)(vite@4.2.3(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0)):
|
vite-plugin-checker@0.5.6(eslint@8.57.1)(optionator@0.9.4)(typescript@5.6.2)(vite@4.2.3(@types/node@18.19.53)(sass@1.79.3)(terser@5.33.0)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/code-frame': 7.24.7
|
'@babel/code-frame': 7.24.7
|
||||||
ansi-escapes: 4.3.2
|
ansi-escapes: 4.3.2
|
||||||
|
@ -14102,7 +14105,7 @@ snapshots:
|
||||||
npm-run-path: 4.0.1
|
npm-run-path: 4.0.1
|
||||||
strip-ansi: 6.0.1
|
strip-ansi: 6.0.1
|
||||||
tiny-invariant: 1.3.3
|
tiny-invariant: 1.3.3
|
||||||
vite: 4.2.3(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0)
|
vite: 4.2.3(@types/node@18.19.53)(sass@1.79.3)(terser@5.33.0)
|
||||||
vscode-languageclient: 7.0.0
|
vscode-languageclient: 7.0.0
|
||||||
vscode-languageserver: 7.0.0
|
vscode-languageserver: 7.0.0
|
||||||
vscode-languageserver-textdocument: 1.0.12
|
vscode-languageserver-textdocument: 1.0.12
|
||||||
|
@ -14112,7 +14115,7 @@ snapshots:
|
||||||
optionator: 0.9.4
|
optionator: 0.9.4
|
||||||
typescript: 5.6.2
|
typescript: 5.6.2
|
||||||
|
|
||||||
vite-plugin-inspect@0.7.42(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@4.22.4)(webpack-sources@3.2.3))(rollup@4.22.4)(vite@5.4.8(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0)):
|
vite-plugin-inspect@0.7.42(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@4.22.4)(webpack-sources@3.2.3))(rollup@4.22.4):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/utils': 0.7.10
|
'@antfu/utils': 0.7.10
|
||||||
'@rollup/pluginutils': 5.1.2(rollup@4.22.4)
|
'@rollup/pluginutils': 5.1.2(rollup@4.22.4)
|
||||||
|
@ -14122,14 +14125,13 @@ snapshots:
|
||||||
open: 9.1.0
|
open: 9.1.0
|
||||||
picocolors: 1.1.0
|
picocolors: 1.1.0
|
||||||
sirv: 2.0.4
|
sirv: 2.0.4
|
||||||
vite: 5.4.8(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0)
|
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.22.4)(webpack-sources@3.2.3)
|
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.22.4)(webpack-sources@3.2.3)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- rollup
|
- rollup
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
vite-plugin-vue-inspector@3.7.2(vite@5.4.8(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0)):
|
vite-plugin-vue-inspector@3.7.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.25.2
|
'@babel/core': 7.25.2
|
||||||
'@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.25.2)
|
'@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.25.2)
|
||||||
|
@ -14140,47 +14142,46 @@ snapshots:
|
||||||
'@vue/compiler-dom': 3.5.8
|
'@vue/compiler-dom': 3.5.8
|
||||||
kolorist: 1.8.0
|
kolorist: 1.8.0
|
||||||
magic-string: 0.30.11
|
magic-string: 0.30.11
|
||||||
vite: 5.4.8(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0)
|
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
vite@4.2.3(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0):
|
vite@4.2.3(@types/node@18.19.53)(sass@1.79.3)(terser@5.33.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
esbuild: 0.17.19
|
esbuild: 0.17.19
|
||||||
postcss: 8.4.47
|
postcss: 8.4.47
|
||||||
resolve: 1.22.8
|
resolve: 1.22.8
|
||||||
rollup: 3.29.5
|
rollup: 3.29.5
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@types/node': 18.19.51
|
'@types/node': 18.19.53
|
||||||
fsevents: 2.3.3
|
fsevents: 2.3.3
|
||||||
sass: 1.79.3
|
sass: 1.79.3
|
||||||
terser: 5.33.0
|
terser: 5.33.0
|
||||||
|
|
||||||
vite@4.5.5(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0):
|
vite@4.5.5(@types/node@18.19.53)(sass@1.79.3)(terser@5.33.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
esbuild: 0.18.20
|
esbuild: 0.18.20
|
||||||
postcss: 8.4.47
|
postcss: 8.4.47
|
||||||
rollup: 3.29.5
|
rollup: 3.29.5
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@types/node': 18.19.51
|
'@types/node': 18.19.53
|
||||||
fsevents: 2.3.3
|
fsevents: 2.3.3
|
||||||
sass: 1.79.3
|
sass: 1.79.3
|
||||||
terser: 5.33.0
|
terser: 5.33.0
|
||||||
|
|
||||||
vite@5.4.8(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0):
|
vite@5.4.8(@types/node@18.19.53)(sass@1.79.3)(terser@5.33.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
esbuild: 0.21.5
|
esbuild: 0.21.5
|
||||||
postcss: 8.4.47
|
postcss: 8.4.47
|
||||||
rollup: 4.22.4
|
rollup: 4.22.4
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@types/node': 18.19.51
|
'@types/node': 18.19.53
|
||||||
fsevents: 2.3.3
|
fsevents: 2.3.3
|
||||||
sass: 1.79.3
|
sass: 1.79.3
|
||||||
terser: 5.33.0
|
terser: 5.33.0
|
||||||
|
|
||||||
vitest-environment-nuxt@1.0.1(@vue/test-utils@2.4.6)(h3@1.12.0)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5)(webpack-sources@3.2.3))(rollup@4.22.4)(vite@5.4.8(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0))(vitest@1.6.0(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0))(vue-router@4.4.5(vue@3.5.8(typescript@5.6.2)))(vue@3.5.8(typescript@5.6.2))(webpack-sources@3.2.3):
|
vitest-environment-nuxt@1.0.1(@vue/test-utils@2.4.6)(h3@1.12.0)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5)(webpack-sources@3.2.3))(rollup@4.22.4)(vitest@1.6.0(@types/node@18.19.53)(sass@1.79.3)(terser@5.33.0))(vue-router@4.4.5(vue@3.5.8(typescript@5.6.2)))(vue@3.5.8(typescript@5.6.2))(webpack-sources@3.2.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nuxt/test-utils': 3.14.2(@vue/test-utils@2.4.6)(h3@1.12.0)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5)(webpack-sources@3.2.3))(rollup@4.22.4)(vite@5.4.8(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0))(vitest@1.6.0(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0))(vue-router@4.4.5(vue@3.5.8(typescript@5.6.2)))(vue@3.5.8(typescript@5.6.2))(webpack-sources@3.2.3)
|
'@nuxt/test-utils': 3.14.2(@vue/test-utils@2.4.6)(h3@1.12.0)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5)(webpack-sources@3.2.3))(rollup@4.22.4)(vitest@1.6.0(@types/node@18.19.53)(sass@1.79.3)(terser@5.33.0))(vue-router@4.4.5(vue@3.5.8(typescript@5.6.2)))(vue@3.5.8(typescript@5.6.2))(webpack-sources@3.2.3)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@cucumber/cucumber'
|
- '@cucumber/cucumber'
|
||||||
- '@jest/globals'
|
- '@jest/globals'
|
||||||
|
@ -14206,7 +14207,7 @@ snapshots:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/chai': 4.3.20
|
'@types/chai': 4.3.20
|
||||||
'@types/chai-subset': 1.3.5
|
'@types/chai-subset': 1.3.5
|
||||||
'@types/node': 18.19.51
|
'@types/node': 18.19.53
|
||||||
'@vitest/expect': 0.29.8
|
'@vitest/expect': 0.29.8
|
||||||
'@vitest/runner': 0.29.8
|
'@vitest/runner': 0.29.8
|
||||||
'@vitest/spy': 0.29.8
|
'@vitest/spy': 0.29.8
|
||||||
|
@ -14225,8 +14226,8 @@ snapshots:
|
||||||
tinybench: 2.9.0
|
tinybench: 2.9.0
|
||||||
tinypool: 0.4.0
|
tinypool: 0.4.0
|
||||||
tinyspy: 1.1.1
|
tinyspy: 1.1.1
|
||||||
vite: 4.5.5(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0)
|
vite: 4.5.5(@types/node@18.19.53)(sass@1.79.3)(terser@5.33.0)
|
||||||
vite-node: 0.29.8(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0)
|
vite-node: 0.29.8(@types/node@18.19.53)(sass@1.79.3)(terser@5.33.0)
|
||||||
why-is-node-running: 2.3.0
|
why-is-node-running: 2.3.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
jsdom: 19.0.0
|
jsdom: 19.0.0
|
||||||
|
@ -14239,7 +14240,7 @@ snapshots:
|
||||||
- supports-color
|
- supports-color
|
||||||
- terser
|
- terser
|
||||||
|
|
||||||
vitest@1.6.0(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0):
|
vitest@1.6.0(@types/node@18.19.53)(sass@1.79.3)(terser@5.33.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vitest/expect': 1.6.0
|
'@vitest/expect': 1.6.0
|
||||||
'@vitest/runner': 1.6.0
|
'@vitest/runner': 1.6.0
|
||||||
|
@ -14258,11 +14259,11 @@ snapshots:
|
||||||
strip-literal: 2.1.0
|
strip-literal: 2.1.0
|
||||||
tinybench: 2.9.0
|
tinybench: 2.9.0
|
||||||
tinypool: 0.8.4
|
tinypool: 0.8.4
|
||||||
vite: 5.4.8(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0)
|
vite: 5.4.8(@types/node@18.19.53)(sass@1.79.3)(terser@5.33.0)
|
||||||
vite-node: 1.6.0(@types/node@18.19.51)(sass@1.79.3)(terser@5.33.0)
|
vite-node: 1.6.0(@types/node@18.19.53)(sass@1.79.3)(terser@5.33.0)
|
||||||
why-is-node-running: 2.3.0
|
why-is-node-running: 2.3.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@types/node': 18.19.51
|
'@types/node': 18.19.53
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- less
|
- less
|
||||||
- lightningcss
|
- lightningcss
|
||||||
|
@ -14369,7 +14370,7 @@ snapshots:
|
||||||
|
|
||||||
webpack-virtual-modules@0.6.2: {}
|
webpack-virtual-modules@0.6.2: {}
|
||||||
|
|
||||||
webpack@5.94.0:
|
webpack@5.95.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/estree': 1.0.6
|
'@types/estree': 1.0.6
|
||||||
'@webassemblyjs/ast': 1.12.1
|
'@webassemblyjs/ast': 1.12.1
|
||||||
|
@ -14391,7 +14392,7 @@ snapshots:
|
||||||
neo-async: 2.6.2
|
neo-async: 2.6.2
|
||||||
schema-utils: 3.3.0
|
schema-utils: 3.3.0
|
||||||
tapable: 2.2.1
|
tapable: 2.2.1
|
||||||
terser-webpack-plugin: 5.3.10(webpack@5.94.0)
|
terser-webpack-plugin: 5.3.10(webpack@5.95.0)
|
||||||
watchpack: 2.4.2
|
watchpack: 2.4.2
|
||||||
webpack-sources: 3.2.3
|
webpack-sources: 3.2.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
|
|
Loading…
Reference in New Issue