Update API doc
parent
d2d861a6ea
commit
13d8e88c08
|
@ -18854,7 +18854,7 @@
|
|||
"name": "props",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "DataTableProps",
|
||||
"type": "DataTableProps<any>",
|
||||
"default": "",
|
||||
"description": "Defines valid properties."
|
||||
},
|
||||
|
@ -18909,7 +18909,7 @@
|
|||
"name": "props",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "DataTableProps",
|
||||
"type": "DataTableProps<any>",
|
||||
"default": "",
|
||||
"description": "Defines valid properties."
|
||||
},
|
||||
|
@ -18932,7 +18932,7 @@
|
|||
"name": "data",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "any",
|
||||
"type": "T",
|
||||
"default": "",
|
||||
"description": "Row data"
|
||||
},
|
||||
|
@ -19442,7 +19442,7 @@
|
|||
"name": "data",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "any",
|
||||
"type": "T",
|
||||
"default": "",
|
||||
"description": "Selected row data."
|
||||
},
|
||||
|
@ -19538,7 +19538,7 @@
|
|||
"name": "data",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "any",
|
||||
"type": "T",
|
||||
"default": "",
|
||||
"description": "Selected row data"
|
||||
},
|
||||
|
@ -19618,7 +19618,7 @@
|
|||
"name": "data",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "any",
|
||||
"type": "T",
|
||||
"default": "",
|
||||
"description": "Selected dataset"
|
||||
}
|
||||
|
@ -19772,7 +19772,7 @@
|
|||
"name": "data",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "any",
|
||||
"type": "T",
|
||||
"default": "",
|
||||
"description": "Expanded row data"
|
||||
}
|
||||
|
@ -19820,7 +19820,7 @@
|
|||
"name": "data",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "any",
|
||||
"type": "T",
|
||||
"default": "",
|
||||
"description": "Row data to edit."
|
||||
},
|
||||
|
@ -19900,7 +19900,7 @@
|
|||
"name": "data",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "any",
|
||||
"type": "T",
|
||||
"default": "",
|
||||
"description": "Row data to edit."
|
||||
},
|
||||
|
@ -19908,7 +19908,7 @@
|
|||
"name": "newData",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "any",
|
||||
"type": "T",
|
||||
"default": "",
|
||||
"description": "New row data after editing."
|
||||
},
|
||||
|
@ -19971,7 +19971,7 @@
|
|||
"name": "data",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "any",
|
||||
"type": "T",
|
||||
"default": "",
|
||||
"description": "Row data to edit."
|
||||
},
|
||||
|
@ -19979,7 +19979,7 @@
|
|||
"name": "newData",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "any",
|
||||
"type": "T",
|
||||
"default": "",
|
||||
"description": "New row data after editing."
|
||||
},
|
||||
|
@ -20019,7 +20019,7 @@
|
|||
"name": "data",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "any",
|
||||
"type": "T",
|
||||
"default": "",
|
||||
"description": "Row data to edit."
|
||||
},
|
||||
|
@ -20027,7 +20027,7 @@
|
|||
"name": "newData",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "any",
|
||||
"type": "T",
|
||||
"default": "",
|
||||
"description": "New row data after editing."
|
||||
},
|
||||
|
@ -20049,7 +20049,7 @@
|
|||
}
|
||||
],
|
||||
"methods": [],
|
||||
"extendedTypes": "DataTableRowEditInitEvent"
|
||||
"extendedTypes": "DataTableRowEditInitEvent<T>"
|
||||
},
|
||||
"DataTableRowEditCancelEvent": {
|
||||
"description": "Custom row edit cancel event.",
|
||||
|
@ -20067,7 +20067,7 @@
|
|||
"name": "data",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "any",
|
||||
"type": "T",
|
||||
"default": "",
|
||||
"description": "Row data to edit."
|
||||
},
|
||||
|
@ -20075,7 +20075,7 @@
|
|||
"name": "newData",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "any",
|
||||
"type": "T",
|
||||
"default": "",
|
||||
"description": "New row data after editing."
|
||||
},
|
||||
|
@ -20097,7 +20097,7 @@
|
|||
}
|
||||
],
|
||||
"methods": [],
|
||||
"extendedTypes": "DataTableRowEditInitEvent"
|
||||
"extendedTypes": "DataTableRowEditInitEvent<T>"
|
||||
},
|
||||
"DataTableStateEvent": {
|
||||
"description": "Custom state event.",
|
||||
|
@ -20852,7 +20852,7 @@
|
|||
"name": "selection",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "any",
|
||||
"type": "T | T[]",
|
||||
"default": "",
|
||||
"description": "Selected row in single mode or an array of values in multiple mode."
|
||||
},
|
||||
|
@ -21043,7 +21043,7 @@
|
|||
"name": "editingRows",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "any[] | DataTableEditingRows",
|
||||
"type": "DataTableEditingRows | T[]",
|
||||
"default": "",
|
||||
"description": "A collection of rows to represent the current editing data in row edit mode."
|
||||
},
|
||||
|
@ -21253,7 +21253,7 @@
|
|||
{
|
||||
"name": "scope",
|
||||
"optional": false,
|
||||
"type": "{\n \t <span class=\"ml-3 doc-option-parameter-name\">data</span>: <span class=\"doc-option-parameter-type\">any</span>, <span class=\"doc-option-parameter-type\">// Row data</span>\n \t <span class=\"ml-3 doc-option-parameter-name\">index</span>: <span class=\"doc-option-parameter-type\">number</span>, <span class=\"doc-option-parameter-type\">// Row index</span>\n }",
|
||||
"type": "{\n \t <span class=\"ml-3 doc-option-parameter-name\">data</span>: <span class=\"doc-option-parameter-type\">T</span>, <span class=\"doc-option-parameter-type\">// Row data</span>\n \t <span class=\"ml-3 doc-option-parameter-name\">index</span>: <span class=\"doc-option-parameter-type\">number</span>, <span class=\"doc-option-parameter-type\">// Row index</span>\n }",
|
||||
"description": "group header slot's params."
|
||||
}
|
||||
],
|
||||
|
@ -21266,7 +21266,7 @@
|
|||
{
|
||||
"name": "scope",
|
||||
"optional": false,
|
||||
"type": "{\n \t <span class=\"ml-3 doc-option-parameter-name\">data</span>: <span class=\"doc-option-parameter-type\">any</span>, <span class=\"doc-option-parameter-type\">// Row data</span>\n \t <span class=\"ml-3 doc-option-parameter-name\">index</span>: <span class=\"doc-option-parameter-type\">number</span>, <span class=\"doc-option-parameter-type\">// Row index</span>\n }",
|
||||
"type": "{\n \t <span class=\"ml-3 doc-option-parameter-name\">data</span>: <span class=\"doc-option-parameter-type\">T</span>, <span class=\"doc-option-parameter-type\">// Row data</span>\n \t <span class=\"ml-3 doc-option-parameter-name\">index</span>: <span class=\"doc-option-parameter-type\">number</span>, <span class=\"doc-option-parameter-type\">// Row index</span>\n }",
|
||||
"description": "group footer slot's params."
|
||||
}
|
||||
],
|
||||
|
@ -21285,7 +21285,7 @@
|
|||
{
|
||||
"name": "scope",
|
||||
"optional": false,
|
||||
"type": "{\n \t <span class=\"ml-3 doc-option-parameter-name\">data</span>: <span class=\"doc-option-parameter-type\">any</span>, <span class=\"doc-option-parameter-type\">// Row data</span>\n \t <span class=\"ml-3 doc-option-parameter-name\">index</span>: <span class=\"doc-option-parameter-type\">number</span>, <span class=\"doc-option-parameter-type\">// Row index</span>\n }",
|
||||
"type": "{\n \t <span class=\"ml-3 doc-option-parameter-name\">data</span>: <span class=\"doc-option-parameter-type\">T</span>, <span class=\"doc-option-parameter-type\">// Row data</span>\n \t <span class=\"ml-3 doc-option-parameter-name\">index</span>: <span class=\"doc-option-parameter-type\">number</span>, <span class=\"doc-option-parameter-type\">// Row index</span>\n }",
|
||||
"description": "expansion slot's params."
|
||||
}
|
||||
],
|
||||
|
@ -21514,7 +21514,7 @@
|
|||
{
|
||||
"name": "value",
|
||||
"optional": false,
|
||||
"type": "any",
|
||||
"type": "undefined | T | T[]",
|
||||
"description": "New value."
|
||||
}
|
||||
],
|
||||
|
@ -21540,7 +21540,7 @@
|
|||
{
|
||||
"name": "value",
|
||||
"optional": false,
|
||||
"type": "any[] | DataTableExpandedRows",
|
||||
"type": "DataTableExpandedRows | T[]",
|
||||
"description": "New value."
|
||||
}
|
||||
],
|
||||
|
@ -21553,7 +21553,7 @@
|
|||
{
|
||||
"name": "value",
|
||||
"optional": false,
|
||||
"type": "any[] | DataTableExpandedRows",
|
||||
"type": "DataTableExpandedRows | T[]",
|
||||
"description": "New value."
|
||||
}
|
||||
],
|
||||
|
@ -21579,7 +21579,7 @@
|
|||
{
|
||||
"name": "value",
|
||||
"optional": false,
|
||||
"type": "any[] | DataTableEditingRows",
|
||||
"type": "DataTableEditingRows | T[]",
|
||||
"description": "New value."
|
||||
}
|
||||
],
|
||||
|
@ -21631,7 +21631,7 @@
|
|||
{
|
||||
"name": "value",
|
||||
"optional": false,
|
||||
"type": "any[]",
|
||||
"type": "T[]",
|
||||
"description": "Value displayed by the table."
|
||||
}
|
||||
],
|
||||
|
@ -21644,7 +21644,7 @@
|
|||
{
|
||||
"name": "event",
|
||||
"optional": false,
|
||||
"type": "DataTableRowClickEvent",
|
||||
"type": "DataTableRowClickEvent<any>",
|
||||
"description": "Custom row click event."
|
||||
}
|
||||
],
|
||||
|
@ -21683,7 +21683,7 @@
|
|||
{
|
||||
"name": "event",
|
||||
"optional": false,
|
||||
"type": "DataTableRowSelectEvent",
|
||||
"type": "DataTableRowSelectEvent<any>",
|
||||
"description": "Custom row select event."
|
||||
}
|
||||
],
|
||||
|
@ -21696,7 +21696,7 @@
|
|||
{
|
||||
"name": "event",
|
||||
"optional": false,
|
||||
"type": "DataTableRowSelectAllEvent",
|
||||
"type": "DataTableRowSelectAllEvent<any>",
|
||||
"description": "Custom row select all event."
|
||||
}
|
||||
],
|
||||
|
@ -21786,7 +21786,7 @@
|
|||
{
|
||||
"name": "event",
|
||||
"optional": false,
|
||||
"type": "DataTableRowExpandEvent",
|
||||
"type": "DataTableRowExpandEvent<any>",
|
||||
"description": "Custom row expand event."
|
||||
}
|
||||
],
|
||||
|
@ -21812,7 +21812,7 @@
|
|||
{
|
||||
"name": "event",
|
||||
"optional": false,
|
||||
"type": "DataTableRowExpandEvent",
|
||||
"type": "DataTableRowExpandEvent<any>",
|
||||
"description": "Custom row expand event."
|
||||
}
|
||||
],
|
||||
|
@ -21838,7 +21838,7 @@
|
|||
{
|
||||
"name": "event",
|
||||
"optional": false,
|
||||
"type": "DataTableCellEditInitEvent",
|
||||
"type": "DataTableCellEditInitEvent<any>",
|
||||
"description": "Custom cell edit init."
|
||||
}
|
||||
],
|
||||
|
@ -21851,7 +21851,7 @@
|
|||
{
|
||||
"name": "event",
|
||||
"optional": false,
|
||||
"type": "DataTableCellEditCompleteEvent",
|
||||
"type": "DataTableCellEditCompleteEvent<any>",
|
||||
"description": "Custom cell edit complete event."
|
||||
}
|
||||
],
|
||||
|
@ -21877,7 +21877,7 @@
|
|||
{
|
||||
"name": "event",
|
||||
"optional": false,
|
||||
"type": "DataTableRowEditInitEvent",
|
||||
"type": "DataTableRowEditInitEvent<any>",
|
||||
"description": "Custom row edit init event."
|
||||
}
|
||||
],
|
||||
|
@ -21890,7 +21890,7 @@
|
|||
{
|
||||
"name": "event",
|
||||
"optional": false,
|
||||
"type": "DataTableRowEditSaveEvent",
|
||||
"type": "DataTableRowEditSaveEvent<any>",
|
||||
"description": "Custom row edit save event."
|
||||
}
|
||||
],
|
||||
|
@ -21903,7 +21903,7 @@
|
|||
{
|
||||
"name": "event",
|
||||
"optional": false,
|
||||
"type": "DataTableRowEditCancelEvent",
|
||||
"type": "DataTableRowEditCancelEvent<any>",
|
||||
"description": "Custom row edit cancel event."
|
||||
}
|
||||
],
|
||||
|
|
339
pnpm-lock.yaml
339
pnpm-lock.yaml
|
@ -104,7 +104,7 @@ importers:
|
|||
version: 19.0.0
|
||||
nuxt:
|
||||
specifier: 3.3.2
|
||||
version: 3.3.2(@types/node@18.19.75)(db0@0.2.3)(encoding@0.1.13)(eslint@9.19.0(jiti@2.4.2))(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@3.29.5)(sass@1.45.0)(terser@5.38.0)(typescript@4.9.5)
|
||||
version: 3.3.2(@types/node@18.19.75)(db0@0.2.3)(encoding@0.1.13)(eslint@9.19.0(jiti@2.4.2))(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@3.29.5)(sass@1.45.0)(terser@5.38.1)(typescript@4.9.5)
|
||||
postcss:
|
||||
specifier: ^8.4.31
|
||||
version: 8.5.1
|
||||
|
@ -159,7 +159,7 @@ importers:
|
|||
version: 8.3.6(jiti@2.4.2)(postcss@8.5.1)(typescript@5.7.3)(yaml@2.7.0)
|
||||
unplugin-vue-components:
|
||||
specifier: ^0.27.0
|
||||
version: 0.27.0(@babel/parser@7.26.7)(@nuxt/kit@3.15.4(magicast@0.3.5)(rollup@4.34.4))(rollup@4.34.4)(vue@3.5.13(typescript@5.7.3))
|
||||
version: 0.27.0(@babel/parser@7.26.7)(@nuxt/kit@3.15.4(magicast@0.3.5))(rollup@4.34.4)(vue@3.5.13(typescript@5.7.3))
|
||||
publishDirectory: dist
|
||||
|
||||
packages/core:
|
||||
|
@ -209,7 +209,7 @@ importers:
|
|||
dependencies:
|
||||
'@nuxt/kit':
|
||||
specifier: ^3.7.3
|
||||
version: 3.15.4(magicast@0.3.5)(rollup@4.34.4)
|
||||
version: 3.15.4(magicast@0.3.5)
|
||||
'@primeuix/styled':
|
||||
specifier: 'catalog:'
|
||||
version: 0.4.1
|
||||
|
@ -230,23 +230,23 @@ importers:
|
|||
version: link:../primevue
|
||||
unplugin-vue-components:
|
||||
specifier: 0.27.0
|
||||
version: 0.27.0(@babel/parser@7.26.7)(@nuxt/kit@3.15.4(magicast@0.3.5)(rollup@4.34.4))(rollup@4.34.4)(vue@3.5.13(typescript@5.7.3))
|
||||
version: 0.27.0(@babel/parser@7.26.7)(@nuxt/kit@3.15.4(magicast@0.3.5))(rollup@4.34.4)(vue@3.5.13(typescript@5.7.3))
|
||||
devDependencies:
|
||||
'@nuxt/devtools':
|
||||
specifier: ^0.8.5
|
||||
version: 0.8.5(nuxt@3.3.2(@types/node@18.19.75)(db0@0.2.3)(encoding@0.1.13)(eslint@9.19.0(jiti@2.4.2))(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.34.4)(terser@5.38.0)(typescript@5.7.3))(rollup@4.34.4)
|
||||
version: 0.8.5(nuxt@3.3.2(@types/node@18.19.75)(db0@0.2.3)(encoding@0.1.13)(eslint@9.19.0(jiti@2.4.2))(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.34.4)(terser@5.38.1)(typescript@5.7.3))(rollup@4.34.4)
|
||||
'@nuxt/eslint-config':
|
||||
specifier: ^0.2.0
|
||||
version: 0.2.0(eslint@9.19.0(jiti@2.4.2))
|
||||
'@nuxt/module-builder':
|
||||
specifier: ^0.8.3
|
||||
version: 0.8.4(@nuxt/kit@3.15.4(magicast@0.3.5)(rollup@4.34.4))(nuxi@3.3.2)(typescript@5.7.3)
|
||||
version: 0.8.4(@nuxt/kit@3.15.4(magicast@0.3.5))(nuxi@3.3.2)(typescript@5.7.3)
|
||||
'@nuxt/schema':
|
||||
specifier: ^3.7.3
|
||||
version: 3.15.4
|
||||
'@nuxt/test-utils':
|
||||
specifier: ^3.7.3
|
||||
version: 3.15.4(@types/node@18.19.75)(@vue/test-utils@2.4.6)(jiti@2.4.2)(magicast@0.3.5)(rollup@4.34.4)(terser@5.38.0)(typescript@5.7.3)(vitest@1.6.1(@types/node@18.19.75)(terser@5.38.0))(yaml@2.7.0)
|
||||
version: 3.15.4(@types/node@18.19.75)(@vue/test-utils@2.4.6)(jiti@2.4.2)(magicast@0.3.5)(terser@5.38.1)(typescript@5.7.3)(vitest@1.6.1(@types/node@18.19.75)(terser@5.38.1))(yaml@2.7.0)
|
||||
'@primeuix/themes':
|
||||
specifier: 'catalog:'
|
||||
version: 0.1.0-beta.4
|
||||
|
@ -261,10 +261,10 @@ importers:
|
|||
version: 2.10.4(encoding@0.1.13)(typescript@5.7.3)
|
||||
nuxt:
|
||||
specifier: 3.3.2
|
||||
version: 3.3.2(@types/node@18.19.75)(db0@0.2.3)(encoding@0.1.13)(eslint@9.19.0(jiti@2.4.2))(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.34.4)(terser@5.38.0)(typescript@5.7.3)
|
||||
version: 3.3.2(@types/node@18.19.75)(db0@0.2.3)(encoding@0.1.13)(eslint@9.19.0(jiti@2.4.2))(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.34.4)(terser@5.38.1)(typescript@5.7.3)
|
||||
vitest:
|
||||
specifier: ^1.6.0
|
||||
version: 1.6.1(@types/node@18.19.75)(terser@5.38.0)
|
||||
version: 1.6.1(@types/node@18.19.75)(terser@5.38.1)
|
||||
|
||||
packages/primevue:
|
||||
dependencies:
|
||||
|
@ -289,7 +289,7 @@ importers:
|
|||
version: 2.4.6
|
||||
vitest:
|
||||
specifier: ^0.29.8
|
||||
version: 0.29.8(jsdom@19.0.0)(sass@1.45.0)(terser@5.38.0)
|
||||
version: 0.29.8(jsdom@19.0.0)(sass@1.45.0)(terser@5.38.1)
|
||||
publishDirectory: dist
|
||||
|
||||
packages/themes:
|
||||
|
@ -2329,8 +2329,8 @@ packages:
|
|||
'@types/estree@1.0.6':
|
||||
resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==}
|
||||
|
||||
'@types/http-proxy@1.17.15':
|
||||
resolution: {integrity: sha512-25g5atgiVNTIv0LBDTg1H74Hvayx0ajtJPLLcYE3whFv75J0pWNtOBzaXJQgDTmrX1bx5U9YC2w/n65BN1HwRQ==}
|
||||
'@types/http-proxy@1.17.16':
|
||||
resolution: {integrity: sha512-sdWoUajOB1cd0A8cRRQ1cfyWNbmFKLAqBB89Y8x5iYyG/mkJHc0YUH8pdWBy2omi9qtCpiIgGjuwO0dQST2l5w==}
|
||||
|
||||
'@types/json-schema@7.0.15':
|
||||
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
|
||||
|
@ -2897,8 +2897,8 @@ packages:
|
|||
caniuse-api@3.0.0:
|
||||
resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
|
||||
|
||||
caniuse-lite@1.0.30001697:
|
||||
resolution: {integrity: sha512-GwNPlWJin8E+d7Gxq96jxM6w0w+VFeyyXRsjU58emtkYqnbwHqXm5uT2uCmO0RQE9htWknOP4xtBlLmM/gWxvQ==}
|
||||
caniuse-lite@1.0.30001698:
|
||||
resolution: {integrity: sha512-xJ3km2oiG/MbNU8G6zIq6XRZ6HtAOVXsbOrP/blGazi52kc5Yy7b6sDA5O+FbROzRrV7BSTllLHuNvmawYUJjw==}
|
||||
|
||||
chai@4.5.0:
|
||||
resolution: {integrity: sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==}
|
||||
|
@ -3389,8 +3389,8 @@ packages:
|
|||
ee-first@1.1.1:
|
||||
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
|
||||
|
||||
electron-to-chromium@1.5.93:
|
||||
resolution: {integrity: sha512-M+29jTcfNNoR9NV7la4SwUqzWAxEwnc7ThA5e1m6LRSotmpfpCpLcIfgtSCVL+MllNLgAyM/5ru86iMRemPzDQ==}
|
||||
electron-to-chromium@1.5.95:
|
||||
resolution: {integrity: sha512-XNsZaQrgQX+BG37BRQv+E+HcOZlWhqYaDoVVNCws/WrYYdbGrkR1qCDJ2mviBF3flCs6/BTa4O7ANfFTFZk6Dg==}
|
||||
|
||||
emoji-regex@8.0.0:
|
||||
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
||||
|
@ -3621,8 +3621,8 @@ packages:
|
|||
resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==}
|
||||
engines: {node: '>=16.17'}
|
||||
|
||||
exponential-backoff@3.1.1:
|
||||
resolution: {integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==}
|
||||
exponential-backoff@3.1.2:
|
||||
resolution: {integrity: sha512-8QxYTVXUkuy7fIIoitQkPwGonB8F3Zj8eEO8Sqg9Zv/bkI7RJAzowee4gr81Hak/dUTpA2Z7VfQgoijjPNlUZA==}
|
||||
|
||||
externality@1.0.2:
|
||||
resolution: {integrity: sha512-LyExtJWKxtgVzmgtEHyQtLFpw1KFhQphF9nTG8TpAIVkiI/xQ3FJh75tRFLYl4hkn7BNIIdLJInuDAavX35pMw==}
|
||||
|
@ -3846,8 +3846,8 @@ packages:
|
|||
resolution: {integrity: sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==}
|
||||
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
||||
|
||||
h3@1.14.0:
|
||||
resolution: {integrity: sha512-ao22eiONdgelqcnknw0iD645qW0s9NnrJHr5OBz4WOMdBdycfSas1EQf1wXRsm+PcB2Yoj43pjBPwqIpJQTeWg==}
|
||||
h3@1.15.0:
|
||||
resolution: {integrity: sha512-OsjX4JW8J4XGgCgEcad20pepFQWnuKH+OwkCJjogF3C+9AZ1iYdtB4hX6vAb5DskBiu5ljEXqApINjR8CqoCMQ==}
|
||||
|
||||
has-flag@4.0.0:
|
||||
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
|
||||
|
@ -4639,6 +4639,9 @@ packages:
|
|||
engines: {node: ^16.14.0 || >=18.0.0}
|
||||
hasBin: true
|
||||
|
||||
node-mock-http@1.0.0:
|
||||
resolution: {integrity: sha512-0uGYQ1WQL1M5kKvGRXWQ3uZCHtLTO8hln3oBjIusM75WoesZ909uQJs/Hb946i2SS+Gsrhkaa6iAO17jRIv6DQ==}
|
||||
|
||||
node-releases@2.0.19:
|
||||
resolution: {integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==}
|
||||
|
||||
|
@ -6048,8 +6051,8 @@ packages:
|
|||
uglify-js:
|
||||
optional: true
|
||||
|
||||
terser@5.38.0:
|
||||
resolution: {integrity: sha512-a4GD5R1TjEeuCT6ZRiYMHmIf7okbCPEuhQET8bczV6FrQMMlFXA1n+G0KKjdlFCm3TEHV77GxfZB3vZSUQGFpg==}
|
||||
terser@5.38.1:
|
||||
resolution: {integrity: sha512-GWANVlPM/ZfYzuPHjq0nxT+EbOEDDN3Jwhwdg1D8TU8oSkktp8w64Uq4auuGLxFSoNTRDncTq2hQHX1Ld9KHkA==}
|
||||
engines: {node: '>=10'}
|
||||
hasBin: true
|
||||
|
||||
|
@ -6271,9 +6274,9 @@ packages:
|
|||
unimport@3.14.6:
|
||||
resolution: {integrity: sha512-CYvbDaTT04Rh8bmD8jz3WPmHYZRG/NnvYVzwD6V1YAlvvKROlAeNDUBhkBGzNav2RKaeuXvlWYaa1V4Lfi/O0g==}
|
||||
|
||||
unimport@4.0.0:
|
||||
resolution: {integrity: sha512-FH+yZ36YaVlh0ZjHesP20Q4uL+wL0EqTNxDZcUupsIn6WRYXZAbIYEMDLTaLBpkNVzFpqZXS+am51/HR3ANUNw==}
|
||||
engines: {node: '>=18.12.0'}
|
||||
unimport@4.1.0:
|
||||
resolution: {integrity: sha512-y5ZYDG+j7IB45+Y6CIkWIKou4E1JFigCUw6vI+h15HdYAKmT0oQWcawnxXuwJG8srJyXhIZuWz5uXB1MQ/ARZw==}
|
||||
engines: {node: '>=18.20.6'}
|
||||
|
||||
unique-filename@3.0.0:
|
||||
resolution: {integrity: sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==}
|
||||
|
@ -6291,6 +6294,10 @@ packages:
|
|||
resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==}
|
||||
engines: {node: '>= 10.0.0'}
|
||||
|
||||
unplugin-utils@0.2.3:
|
||||
resolution: {integrity: sha512-unB2e2ogZwEoMw/X0Gq1vj2jaRKLmTh9wcSEJggESPllcrZI68uO7B8ykixbXqsSwG8r9T7qaHZudXIC/3qvhw==}
|
||||
engines: {node: '>=18.12.0'}
|
||||
|
||||
unplugin-vue-components@0.27.0:
|
||||
resolution: {integrity: sha512-77eTEy23sQ0UpzGWnZ9I2mY3cnmXwklz4ITcn3JfxjCoX643ghImkiZ4nFm58sxbdVcc4Fo/o4LIoFnlqEqsSg==}
|
||||
engines: {node: '>=14'}
|
||||
|
@ -8308,15 +8315,14 @@ snapshots:
|
|||
|
||||
'@nuxt/devalue@2.0.2': {}
|
||||
|
||||
'@nuxt/devtools-kit@0.8.5(magicast@0.3.5)(nuxt@3.3.2(@types/node@18.19.75)(db0@0.2.3)(encoding@0.1.13)(eslint@9.19.0(jiti@2.4.2))(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.34.4)(terser@5.38.0)(typescript@5.7.3))(rollup@4.34.4)':
|
||||
'@nuxt/devtools-kit@0.8.5(magicast@0.3.5)(nuxt@3.3.2(@types/node@18.19.75)(db0@0.2.3)(encoding@0.1.13)(eslint@9.19.0(jiti@2.4.2))(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.34.4)(terser@5.38.1)(typescript@5.7.3))':
|
||||
dependencies:
|
||||
'@nuxt/kit': 3.15.4(magicast@0.3.5)(rollup@4.34.4)
|
||||
'@nuxt/kit': 3.15.4(magicast@0.3.5)
|
||||
'@nuxt/schema': 3.15.4
|
||||
execa: 7.2.0
|
||||
nuxt: 3.3.2(@types/node@18.19.75)(db0@0.2.3)(encoding@0.1.13)(eslint@9.19.0(jiti@2.4.2))(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.34.4)(terser@5.38.0)(typescript@5.7.3)
|
||||
nuxt: 3.3.2(@types/node@18.19.75)(db0@0.2.3)(encoding@0.1.13)(eslint@9.19.0(jiti@2.4.2))(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.34.4)(terser@5.38.1)(typescript@5.7.3)
|
||||
transitivePeerDependencies:
|
||||
- magicast
|
||||
- rollup
|
||||
- supports-color
|
||||
|
||||
'@nuxt/devtools-wizard@0.8.5':
|
||||
|
@ -8332,12 +8338,12 @@ snapshots:
|
|||
rc9: 2.1.2
|
||||
semver: 7.7.1
|
||||
|
||||
'@nuxt/devtools@0.8.5(nuxt@3.3.2(@types/node@18.19.75)(db0@0.2.3)(encoding@0.1.13)(eslint@9.19.0(jiti@2.4.2))(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.34.4)(terser@5.38.0)(typescript@5.7.3))(rollup@4.34.4)':
|
||||
'@nuxt/devtools@0.8.5(nuxt@3.3.2(@types/node@18.19.75)(db0@0.2.3)(encoding@0.1.13)(eslint@9.19.0(jiti@2.4.2))(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.34.4)(terser@5.38.1)(typescript@5.7.3))(rollup@4.34.4)':
|
||||
dependencies:
|
||||
'@antfu/utils': 0.7.10
|
||||
'@nuxt/devtools-kit': 0.8.5(magicast@0.3.5)(nuxt@3.3.2(@types/node@18.19.75)(db0@0.2.3)(encoding@0.1.13)(eslint@9.19.0(jiti@2.4.2))(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.34.4)(terser@5.38.0)(typescript@5.7.3))(rollup@4.34.4)
|
||||
'@nuxt/devtools-kit': 0.8.5(magicast@0.3.5)(nuxt@3.3.2(@types/node@18.19.75)(db0@0.2.3)(encoding@0.1.13)(eslint@9.19.0(jiti@2.4.2))(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.34.4)(terser@5.38.1)(typescript@5.7.3))
|
||||
'@nuxt/devtools-wizard': 0.8.5
|
||||
'@nuxt/kit': 3.15.4(magicast@0.3.5)(rollup@4.34.4)
|
||||
'@nuxt/kit': 3.15.4(magicast@0.3.5)
|
||||
birpc: 0.2.19
|
||||
consola: 3.4.0
|
||||
error-stack-parser-es: 0.1.5
|
||||
|
@ -8346,14 +8352,14 @@ snapshots:
|
|||
flatted: 3.3.2
|
||||
get-port-please: 3.1.2
|
||||
global-dirs: 3.0.1
|
||||
h3: 1.14.0
|
||||
h3: 1.15.0
|
||||
hookable: 5.5.3
|
||||
image-meta: 0.1.1
|
||||
is-installed-globally: 0.4.0
|
||||
launch-editor: 2.9.1
|
||||
local-pkg: 0.4.3
|
||||
magicast: 0.3.5
|
||||
nuxt: 3.3.2(@types/node@18.19.75)(db0@0.2.3)(encoding@0.1.13)(eslint@9.19.0(jiti@2.4.2))(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.34.4)(terser@5.38.0)(typescript@5.7.3)
|
||||
nuxt: 3.3.2(@types/node@18.19.75)(db0@0.2.3)(encoding@0.1.13)(eslint@9.19.0(jiti@2.4.2))(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.34.4)(terser@5.38.1)(typescript@5.7.3)
|
||||
nypm: 0.3.12
|
||||
ofetch: 1.4.1
|
||||
ohash: 1.1.4
|
||||
|
@ -8366,7 +8372,7 @@ snapshots:
|
|||
simple-git: 3.27.0
|
||||
sirv: 2.0.4
|
||||
unimport: 3.14.6(rollup@4.34.4)
|
||||
vite-plugin-inspect: 0.7.42(@nuxt/kit@3.15.4(magicast@0.3.5)(rollup@4.34.4))(rollup@4.34.4)
|
||||
vite-plugin-inspect: 0.7.42(@nuxt/kit@3.15.4(magicast@0.3.5))(rollup@4.34.4)
|
||||
vite-plugin-vue-inspector: 3.7.2
|
||||
wait-on: 7.2.0
|
||||
which: 3.0.1
|
||||
|
@ -8390,7 +8396,7 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@nuxt/kit@3.15.4(magicast@0.3.5)(rollup@3.29.5)':
|
||||
'@nuxt/kit@3.15.4(magicast@0.3.5)':
|
||||
dependencies:
|
||||
c12: 2.0.1(magicast@0.3.5)
|
||||
consola: 3.4.0
|
||||
|
@ -8410,38 +8416,10 @@ snapshots:
|
|||
std-env: 3.8.0
|
||||
ufo: 1.5.4
|
||||
unctx: 2.4.1
|
||||
unimport: 4.0.0(rollup@3.29.5)
|
||||
unimport: 4.1.0
|
||||
untyped: 1.5.2
|
||||
transitivePeerDependencies:
|
||||
- magicast
|
||||
- rollup
|
||||
- supports-color
|
||||
|
||||
'@nuxt/kit@3.15.4(magicast@0.3.5)(rollup@4.34.4)':
|
||||
dependencies:
|
||||
c12: 2.0.1(magicast@0.3.5)
|
||||
consola: 3.4.0
|
||||
defu: 6.1.4
|
||||
destr: 2.0.3
|
||||
globby: 14.0.2
|
||||
ignore: 7.0.3
|
||||
jiti: 2.4.2
|
||||
klona: 2.0.6
|
||||
knitwork: 1.2.0
|
||||
mlly: 1.7.4
|
||||
ohash: 1.1.4
|
||||
pathe: 2.0.2
|
||||
pkg-types: 1.3.1
|
||||
scule: 1.3.0
|
||||
semver: 7.7.1
|
||||
std-env: 3.8.0
|
||||
ufo: 1.5.4
|
||||
unctx: 2.4.1
|
||||
unimport: 4.0.0(rollup@4.34.4)
|
||||
untyped: 1.5.2
|
||||
transitivePeerDependencies:
|
||||
- magicast
|
||||
- rollup
|
||||
- supports-color
|
||||
|
||||
'@nuxt/kit@3.3.2(magicast@0.3.5)(rollup@3.29.5)':
|
||||
|
@ -8494,9 +8472,9 @@ snapshots:
|
|||
- rollup
|
||||
- supports-color
|
||||
|
||||
'@nuxt/module-builder@0.8.4(@nuxt/kit@3.15.4(magicast@0.3.5)(rollup@4.34.4))(nuxi@3.3.2)(typescript@5.7.3)':
|
||||
'@nuxt/module-builder@0.8.4(@nuxt/kit@3.15.4(magicast@0.3.5))(nuxi@3.3.2)(typescript@5.7.3)':
|
||||
dependencies:
|
||||
'@nuxt/kit': 3.15.4(magicast@0.3.5)(rollup@4.34.4)
|
||||
'@nuxt/kit': 3.15.4(magicast@0.3.5)
|
||||
citty: 0.1.6
|
||||
consola: 3.4.0
|
||||
defu: 6.1.4
|
||||
|
@ -8560,9 +8538,9 @@ snapshots:
|
|||
- rollup
|
||||
- supports-color
|
||||
|
||||
'@nuxt/telemetry@2.6.4(magicast@0.3.5)(rollup@3.29.5)':
|
||||
'@nuxt/telemetry@2.6.4(magicast@0.3.5)':
|
||||
dependencies:
|
||||
'@nuxt/kit': 3.15.4(magicast@0.3.5)(rollup@3.29.5)
|
||||
'@nuxt/kit': 3.15.4(magicast@0.3.5)
|
||||
citty: 0.1.6
|
||||
consola: 3.4.0
|
||||
destr: 2.0.3
|
||||
|
@ -8577,32 +8555,11 @@ snapshots:
|
|||
std-env: 3.8.0
|
||||
transitivePeerDependencies:
|
||||
- magicast
|
||||
- rollup
|
||||
- supports-color
|
||||
|
||||
'@nuxt/telemetry@2.6.4(magicast@0.3.5)(rollup@4.34.4)':
|
||||
'@nuxt/test-utils@3.15.4(@types/node@18.19.75)(@vue/test-utils@2.4.6)(jiti@2.4.2)(magicast@0.3.5)(terser@5.38.1)(typescript@5.7.3)(vitest@1.6.1(@types/node@18.19.75)(terser@5.38.1))(yaml@2.7.0)':
|
||||
dependencies:
|
||||
'@nuxt/kit': 3.15.4(magicast@0.3.5)(rollup@4.34.4)
|
||||
citty: 0.1.6
|
||||
consola: 3.4.0
|
||||
destr: 2.0.3
|
||||
dotenv: 16.4.7
|
||||
git-url-parse: 16.0.0
|
||||
is-docker: 3.0.0
|
||||
ofetch: 1.4.1
|
||||
package-manager-detector: 0.2.9
|
||||
parse-git-config: 3.0.0
|
||||
pathe: 2.0.2
|
||||
rc9: 2.1.2
|
||||
std-env: 3.8.0
|
||||
transitivePeerDependencies:
|
||||
- magicast
|
||||
- rollup
|
||||
- supports-color
|
||||
|
||||
'@nuxt/test-utils@3.15.4(@types/node@18.19.75)(@vue/test-utils@2.4.6)(jiti@2.4.2)(magicast@0.3.5)(rollup@4.34.4)(terser@5.38.0)(typescript@5.7.3)(vitest@1.6.1(@types/node@18.19.75)(terser@5.38.0))(yaml@2.7.0)':
|
||||
dependencies:
|
||||
'@nuxt/kit': 3.15.4(magicast@0.3.5)(rollup@4.34.4)
|
||||
'@nuxt/kit': 3.15.4(magicast@0.3.5)
|
||||
'@nuxt/schema': 3.15.4
|
||||
c12: 2.0.1(magicast@0.3.5)
|
||||
consola: 3.4.0
|
||||
|
@ -8611,7 +8568,7 @@ snapshots:
|
|||
estree-walker: 3.0.3
|
||||
fake-indexeddb: 6.0.0
|
||||
get-port-please: 3.1.2
|
||||
h3: 1.14.0
|
||||
h3: 1.15.0
|
||||
local-pkg: 1.0.0
|
||||
magic-string: 0.30.17
|
||||
node-fetch-native: 1.6.6
|
||||
|
@ -8625,19 +8582,18 @@ snapshots:
|
|||
ufo: 1.5.4
|
||||
unenv: 1.10.0
|
||||
unplugin: 2.1.2
|
||||
vite: 6.1.0(@types/node@18.19.75)(jiti@2.4.2)(terser@5.38.0)(yaml@2.7.0)
|
||||
vitest-environment-nuxt: 1.0.1(@types/node@18.19.75)(@vue/test-utils@2.4.6)(jiti@2.4.2)(magicast@0.3.5)(rollup@4.34.4)(terser@5.38.0)(typescript@5.7.3)(vitest@1.6.1(@types/node@18.19.75)(terser@5.38.0))(yaml@2.7.0)
|
||||
vite: 6.1.0(@types/node@18.19.75)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0)
|
||||
vitest-environment-nuxt: 1.0.1(@types/node@18.19.75)(@vue/test-utils@2.4.6)(jiti@2.4.2)(magicast@0.3.5)(terser@5.38.1)(typescript@5.7.3)(vitest@1.6.1(@types/node@18.19.75)(terser@5.38.1))(yaml@2.7.0)
|
||||
vue: 3.5.13(typescript@5.7.3)
|
||||
optionalDependencies:
|
||||
'@vue/test-utils': 2.4.6
|
||||
vitest: 1.6.1(@types/node@18.19.75)(terser@5.38.0)
|
||||
vitest: 1.6.1(@types/node@18.19.75)(terser@5.38.1)
|
||||
transitivePeerDependencies:
|
||||
- '@types/node'
|
||||
- jiti
|
||||
- less
|
||||
- lightningcss
|
||||
- magicast
|
||||
- rollup
|
||||
- sass
|
||||
- sass-embedded
|
||||
- stylus
|
||||
|
@ -8650,12 +8606,12 @@ snapshots:
|
|||
|
||||
'@nuxt/ui-templates@1.3.4': {}
|
||||
|
||||
'@nuxt/vite-builder@3.3.2(@types/node@18.19.75)(eslint@9.19.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.4)(sass@1.45.0)(terser@5.38.0)(typescript@4.9.5)(vue@3.5.13(typescript@4.9.5))':
|
||||
'@nuxt/vite-builder@3.3.2(@types/node@18.19.75)(eslint@9.19.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.4)(sass@1.45.0)(terser@5.38.1)(typescript@4.9.5)(vue@3.5.13(typescript@4.9.5))':
|
||||
dependencies:
|
||||
'@nuxt/kit': 3.3.2(magicast@0.3.5)(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.75)(sass@1.45.0)(terser@5.38.0))(vue@3.5.13(typescript@4.9.5))
|
||||
'@vitejs/plugin-vue-jsx': 3.1.0(vite@4.2.3(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.0))(vue@3.5.13(typescript@4.9.5))
|
||||
'@vitejs/plugin-vue': 4.6.2(vite@4.2.3(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.1))(vue@3.5.13(typescript@4.9.5))
|
||||
'@vitejs/plugin-vue-jsx': 3.1.0(vite@4.2.3(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.1))(vue@3.5.13(typescript@4.9.5))
|
||||
autoprefixer: 10.4.20(postcss@8.5.1)
|
||||
chokidar: 3.6.0
|
||||
clear: 0.1.0
|
||||
|
@ -8667,7 +8623,7 @@ snapshots:
|
|||
externality: 1.0.2
|
||||
fs-extra: 11.3.0
|
||||
get-port-please: 3.1.2
|
||||
h3: 1.14.0
|
||||
h3: 1.15.0
|
||||
knitwork: 1.2.0
|
||||
magic-string: 0.30.17
|
||||
mlly: 1.7.4
|
||||
|
@ -8684,9 +8640,9 @@ snapshots:
|
|||
strip-literal: 1.3.0
|
||||
ufo: 1.5.4
|
||||
unplugin: 1.16.1
|
||||
vite: 4.2.3(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.0)
|
||||
vite-node: 0.29.8(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.0)
|
||||
vite-plugin-checker: 0.5.6(eslint@9.19.0(jiti@2.4.2))(optionator@0.9.4)(typescript@4.9.5)(vite@4.2.3(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.0))
|
||||
vite: 4.2.3(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.1)
|
||||
vite-node: 0.29.8(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.1)
|
||||
vite-plugin-checker: 0.5.6(eslint@9.19.0(jiti@2.4.2))(optionator@0.9.4)(typescript@4.9.5)(vite@4.2.3(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.1))
|
||||
vue: 3.5.13(typescript@4.9.5)
|
||||
vue-bundle-renderer: 1.0.3
|
||||
transitivePeerDependencies:
|
||||
|
@ -8709,12 +8665,12 @@ snapshots:
|
|||
- vti
|
||||
- vue-tsc
|
||||
|
||||
'@nuxt/vite-builder@3.3.2(@types/node@18.19.75)(eslint@9.19.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.4)(terser@5.38.0)(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))':
|
||||
'@nuxt/vite-builder@3.3.2(@types/node@18.19.75)(eslint@9.19.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.4)(terser@5.38.1)(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))':
|
||||
dependencies:
|
||||
'@nuxt/kit': 3.3.2(magicast@0.3.5)(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.75)(terser@5.38.0))(vue@3.5.13(typescript@5.7.3))
|
||||
'@vitejs/plugin-vue-jsx': 3.1.0(vite@4.2.3(@types/node@18.19.75)(terser@5.38.0))(vue@3.5.13(typescript@5.7.3))
|
||||
'@vitejs/plugin-vue': 4.6.2(vite@4.2.3(@types/node@18.19.75)(terser@5.38.1))(vue@3.5.13(typescript@5.7.3))
|
||||
'@vitejs/plugin-vue-jsx': 3.1.0(vite@4.2.3(@types/node@18.19.75)(terser@5.38.1))(vue@3.5.13(typescript@5.7.3))
|
||||
autoprefixer: 10.4.20(postcss@8.5.1)
|
||||
chokidar: 3.6.0
|
||||
clear: 0.1.0
|
||||
|
@ -8726,7 +8682,7 @@ snapshots:
|
|||
externality: 1.0.2
|
||||
fs-extra: 11.3.0
|
||||
get-port-please: 3.1.2
|
||||
h3: 1.14.0
|
||||
h3: 1.15.0
|
||||
knitwork: 1.2.0
|
||||
magic-string: 0.30.17
|
||||
mlly: 1.7.4
|
||||
|
@ -8743,9 +8699,9 @@ snapshots:
|
|||
strip-literal: 1.3.0
|
||||
ufo: 1.5.4
|
||||
unplugin: 1.16.1
|
||||
vite: 4.2.3(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.0)
|
||||
vite-node: 0.29.8(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.0)
|
||||
vite-plugin-checker: 0.5.6(eslint@9.19.0(jiti@2.4.2))(optionator@0.9.4)(typescript@5.7.3)(vite@4.2.3(@types/node@18.19.75)(terser@5.38.0))
|
||||
vite: 4.2.3(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.1)
|
||||
vite-node: 0.29.8(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.1)
|
||||
vite-plugin-checker: 0.5.6(eslint@9.19.0(jiti@2.4.2))(optionator@0.9.4)(typescript@5.7.3)(vite@4.2.3(@types/node@18.19.75)(terser@5.38.1))
|
||||
vue: 3.5.13(typescript@5.7.3)
|
||||
vue-bundle-renderer: 1.0.3
|
||||
transitivePeerDependencies:
|
||||
|
@ -9001,7 +8957,7 @@ snapshots:
|
|||
dependencies:
|
||||
serialize-javascript: 6.0.2
|
||||
smob: 1.5.0
|
||||
terser: 5.38.0
|
||||
terser: 5.38.1
|
||||
optionalDependencies:
|
||||
rollup: 3.29.5
|
||||
|
||||
|
@ -9009,7 +8965,7 @@ snapshots:
|
|||
dependencies:
|
||||
serialize-javascript: 6.0.2
|
||||
smob: 1.5.0
|
||||
terser: 5.38.0
|
||||
terser: 5.38.1
|
||||
optionalDependencies:
|
||||
rollup: 4.34.4
|
||||
|
||||
|
@ -9174,7 +9130,7 @@ snapshots:
|
|||
|
||||
'@types/estree@1.0.6': {}
|
||||
|
||||
'@types/http-proxy@1.17.15':
|
||||
'@types/http-proxy@1.17.16':
|
||||
dependencies:
|
||||
'@types/node': 18.19.75
|
||||
|
||||
|
@ -9348,34 +9304,34 @@ snapshots:
|
|||
- rollup
|
||||
- supports-color
|
||||
|
||||
'@vitejs/plugin-vue-jsx@3.1.0(vite@4.2.3(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.0))(vue@3.5.13(typescript@4.9.5))':
|
||||
'@vitejs/plugin-vue-jsx@3.1.0(vite@4.2.3(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.1))(vue@3.5.13(typescript@4.9.5))':
|
||||
dependencies:
|
||||
'@babel/core': 7.26.7
|
||||
'@babel/plugin-transform-typescript': 7.26.7(@babel/core@7.26.7)
|
||||
'@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.7)
|
||||
vite: 4.2.3(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.0)
|
||||
vite: 4.2.3(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.1)
|
||||
vue: 3.5.13(typescript@4.9.5)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@vitejs/plugin-vue-jsx@3.1.0(vite@4.2.3(@types/node@18.19.75)(terser@5.38.0))(vue@3.5.13(typescript@5.7.3))':
|
||||
'@vitejs/plugin-vue-jsx@3.1.0(vite@4.2.3(@types/node@18.19.75)(terser@5.38.1))(vue@3.5.13(typescript@5.7.3))':
|
||||
dependencies:
|
||||
'@babel/core': 7.26.7
|
||||
'@babel/plugin-transform-typescript': 7.26.7(@babel/core@7.26.7)
|
||||
'@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.7)
|
||||
vite: 4.2.3(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.0)
|
||||
vite: 4.2.3(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.1)
|
||||
vue: 3.5.13(typescript@5.7.3)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@vitejs/plugin-vue@4.6.2(vite@4.2.3(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.0))(vue@3.5.13(typescript@4.9.5))':
|
||||
'@vitejs/plugin-vue@4.6.2(vite@4.2.3(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.1))(vue@3.5.13(typescript@4.9.5))':
|
||||
dependencies:
|
||||
vite: 4.2.3(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.0)
|
||||
vite: 4.2.3(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.1)
|
||||
vue: 3.5.13(typescript@4.9.5)
|
||||
|
||||
'@vitejs/plugin-vue@4.6.2(vite@4.2.3(@types/node@18.19.75)(terser@5.38.0))(vue@3.5.13(typescript@5.7.3))':
|
||||
'@vitejs/plugin-vue@4.6.2(vite@4.2.3(@types/node@18.19.75)(terser@5.38.1))(vue@3.5.13(typescript@5.7.3))':
|
||||
dependencies:
|
||||
vite: 4.2.3(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.0)
|
||||
vite: 4.2.3(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.1)
|
||||
vue: 3.5.13(typescript@5.7.3)
|
||||
|
||||
'@vitest/expect@0.29.8':
|
||||
|
@ -9803,7 +9759,7 @@ snapshots:
|
|||
autoprefixer@10.4.20(postcss@8.5.1):
|
||||
dependencies:
|
||||
browserslist: 4.24.4
|
||||
caniuse-lite: 1.0.30001697
|
||||
caniuse-lite: 1.0.30001698
|
||||
fraction.js: 4.3.7
|
||||
normalize-range: 0.1.2
|
||||
picocolors: 1.1.1
|
||||
|
@ -9892,8 +9848,8 @@ snapshots:
|
|||
|
||||
browserslist@4.24.4:
|
||||
dependencies:
|
||||
caniuse-lite: 1.0.30001697
|
||||
electron-to-chromium: 1.5.93
|
||||
caniuse-lite: 1.0.30001698
|
||||
electron-to-chromium: 1.5.95
|
||||
node-releases: 2.0.19
|
||||
update-browserslist-db: 1.1.2(browserslist@4.24.4)
|
||||
|
||||
|
@ -9984,11 +9940,11 @@ snapshots:
|
|||
caniuse-api@3.0.0:
|
||||
dependencies:
|
||||
browserslist: 4.24.4
|
||||
caniuse-lite: 1.0.30001697
|
||||
caniuse-lite: 1.0.30001698
|
||||
lodash.memoize: 4.1.2
|
||||
lodash.uniq: 4.5.0
|
||||
|
||||
caniuse-lite@1.0.30001697: {}
|
||||
caniuse-lite@1.0.30001698: {}
|
||||
|
||||
chai@4.5.0:
|
||||
dependencies:
|
||||
|
@ -10490,7 +10446,7 @@ snapshots:
|
|||
|
||||
ee-first@1.1.1: {}
|
||||
|
||||
electron-to-chromium@1.5.93: {}
|
||||
electron-to-chromium@1.5.95: {}
|
||||
|
||||
emoji-regex@8.0.0: {}
|
||||
|
||||
|
@ -10853,7 +10809,7 @@ snapshots:
|
|||
signal-exit: 4.1.0
|
||||
strip-final-newline: 3.0.0
|
||||
|
||||
exponential-backoff@3.1.1: {}
|
||||
exponential-backoff@3.1.2: {}
|
||||
|
||||
externality@1.0.2:
|
||||
dependencies:
|
||||
|
@ -11088,18 +11044,18 @@ snapshots:
|
|||
dependencies:
|
||||
duplexer: 0.1.2
|
||||
|
||||
h3@1.14.0:
|
||||
h3@1.15.0:
|
||||
dependencies:
|
||||
cookie-es: 1.2.2
|
||||
crossws: 0.3.3
|
||||
defu: 6.1.4
|
||||
destr: 2.0.3
|
||||
iron-webcrypto: 1.2.1
|
||||
node-mock-http: 1.0.0
|
||||
ohash: 1.1.4
|
||||
radix3: 1.1.2
|
||||
ufo: 1.5.4
|
||||
uncrypto: 0.1.3
|
||||
unenv: 1.10.0
|
||||
|
||||
has-flag@4.0.0: {}
|
||||
|
||||
|
@ -11496,7 +11452,7 @@ snapshots:
|
|||
crossws: 0.3.3
|
||||
defu: 6.1.4
|
||||
get-port-please: 3.1.2
|
||||
h3: 1.14.0
|
||||
h3: 1.15.0
|
||||
http-shutdown: 1.2.2
|
||||
jiti: 2.4.2
|
||||
mlly: 1.7.4
|
||||
|
@ -11813,7 +11769,7 @@ snapshots:
|
|||
'@rollup/plugin-replace': 6.0.2(rollup@4.34.4)
|
||||
'@rollup/plugin-terser': 0.4.4(rollup@4.34.4)
|
||||
'@rollup/pluginutils': 5.1.4(rollup@4.34.4)
|
||||
'@types/http-proxy': 1.17.15
|
||||
'@types/http-proxy': 1.17.16
|
||||
'@vercel/nft': 0.27.10(encoding@0.1.13)(rollup@4.34.4)
|
||||
archiver: 7.0.1
|
||||
c12: 2.0.1(magicast@0.3.5)
|
||||
|
@ -11835,7 +11791,7 @@ snapshots:
|
|||
fs-extra: 11.3.0
|
||||
globby: 14.0.2
|
||||
gzip-size: 7.0.0
|
||||
h3: 1.14.0
|
||||
h3: 1.15.0
|
||||
hookable: 5.5.3
|
||||
httpxy: 0.1.7
|
||||
ioredis: 5.4.2
|
||||
|
@ -11928,7 +11884,7 @@ snapshots:
|
|||
fs-extra: 11.3.0
|
||||
globby: 13.2.2
|
||||
gzip-size: 7.0.0
|
||||
h3: 1.14.0
|
||||
h3: 1.15.0
|
||||
hookable: 5.5.3
|
||||
http-proxy: 1.18.1
|
||||
is-primitive: 3.0.1
|
||||
|
@ -12001,7 +11957,7 @@ snapshots:
|
|||
node-gyp@10.3.1:
|
||||
dependencies:
|
||||
env-paths: 2.2.1
|
||||
exponential-backoff: 3.1.1
|
||||
exponential-backoff: 3.1.2
|
||||
glob: 10.4.5
|
||||
graceful-fs: 4.2.11
|
||||
make-fetch-happen: 13.0.1
|
||||
|
@ -12013,6 +11969,8 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
node-mock-http@1.0.0: {}
|
||||
|
||||
node-releases@2.0.19: {}
|
||||
|
||||
nopt@5.0.0:
|
||||
|
@ -12103,14 +12061,14 @@ snapshots:
|
|||
optionalDependencies:
|
||||
fsevents: 2.3.3
|
||||
|
||||
nuxt@3.3.2(@types/node@18.19.75)(db0@0.2.3)(encoding@0.1.13)(eslint@9.19.0(jiti@2.4.2))(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@3.29.5)(sass@1.45.0)(terser@5.38.0)(typescript@4.9.5):
|
||||
nuxt@3.3.2(@types/node@18.19.75)(db0@0.2.3)(encoding@0.1.13)(eslint@9.19.0(jiti@2.4.2))(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@3.29.5)(sass@1.45.0)(terser@5.38.1)(typescript@4.9.5):
|
||||
dependencies:
|
||||
'@nuxt/devalue': 2.0.2
|
||||
'@nuxt/kit': 3.3.2(magicast@0.3.5)(rollup@3.29.5)
|
||||
'@nuxt/schema': 3.3.2(magicast@0.3.5)(rollup@3.29.5)
|
||||
'@nuxt/telemetry': 2.6.4(magicast@0.3.5)(rollup@3.29.5)
|
||||
'@nuxt/telemetry': 2.6.4(magicast@0.3.5)
|
||||
'@nuxt/ui-templates': 1.3.4
|
||||
'@nuxt/vite-builder': 3.3.2(@types/node@18.19.75)(eslint@9.19.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.4)(sass@1.45.0)(terser@5.38.0)(typescript@4.9.5)(vue@3.5.13(typescript@4.9.5))
|
||||
'@nuxt/vite-builder': 3.3.2(@types/node@18.19.75)(eslint@9.19.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.4)(sass@1.45.0)(terser@5.38.1)(typescript@4.9.5)(vue@3.5.13(typescript@4.9.5))
|
||||
'@unhead/ssr': 1.11.18
|
||||
'@unhead/vue': 1.11.18(vue@3.5.13(typescript@4.9.5))
|
||||
'@vue/reactivity': 3.5.13
|
||||
|
@ -12123,7 +12081,7 @@ snapshots:
|
|||
estree-walker: 3.0.3
|
||||
fs-extra: 11.3.0
|
||||
globby: 13.2.2
|
||||
h3: 1.14.0
|
||||
h3: 1.15.0
|
||||
hash-sum: 2.0.0
|
||||
hookable: 5.5.3
|
||||
jiti: 1.21.7
|
||||
|
@ -12189,14 +12147,14 @@ snapshots:
|
|||
- vti
|
||||
- vue-tsc
|
||||
|
||||
nuxt@3.3.2(@types/node@18.19.75)(db0@0.2.3)(encoding@0.1.13)(eslint@9.19.0(jiti@2.4.2))(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.34.4)(terser@5.38.0)(typescript@5.7.3):
|
||||
nuxt@3.3.2(@types/node@18.19.75)(db0@0.2.3)(encoding@0.1.13)(eslint@9.19.0(jiti@2.4.2))(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.34.4)(terser@5.38.1)(typescript@5.7.3):
|
||||
dependencies:
|
||||
'@nuxt/devalue': 2.0.2
|
||||
'@nuxt/kit': 3.3.2(magicast@0.3.5)(rollup@4.34.4)
|
||||
'@nuxt/schema': 3.3.2(magicast@0.3.5)(rollup@4.34.4)
|
||||
'@nuxt/telemetry': 2.6.4(magicast@0.3.5)(rollup@4.34.4)
|
||||
'@nuxt/telemetry': 2.6.4(magicast@0.3.5)
|
||||
'@nuxt/ui-templates': 1.3.4
|
||||
'@nuxt/vite-builder': 3.3.2(@types/node@18.19.75)(eslint@9.19.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.4)(terser@5.38.0)(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))
|
||||
'@nuxt/vite-builder': 3.3.2(@types/node@18.19.75)(eslint@9.19.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.4)(terser@5.38.1)(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))
|
||||
'@unhead/ssr': 1.11.18
|
||||
'@unhead/vue': 1.11.18(vue@3.5.13(typescript@5.7.3))
|
||||
'@vue/reactivity': 3.5.13
|
||||
|
@ -12209,7 +12167,7 @@ snapshots:
|
|||
estree-walker: 3.0.3
|
||||
fs-extra: 11.3.0
|
||||
globby: 13.2.2
|
||||
h3: 1.14.0
|
||||
h3: 1.15.0
|
||||
hash-sum: 2.0.0
|
||||
hookable: 5.5.3
|
||||
jiti: 1.21.7
|
||||
|
@ -13631,10 +13589,10 @@ snapshots:
|
|||
jest-worker: 27.5.1
|
||||
schema-utils: 4.3.0
|
||||
serialize-javascript: 6.0.2
|
||||
terser: 5.38.0
|
||||
terser: 5.38.1
|
||||
webpack: 5.97.1
|
||||
|
||||
terser@5.38.0:
|
||||
terser@5.38.1:
|
||||
dependencies:
|
||||
'@jridgewell/source-map': 0.3.6
|
||||
acorn: 8.14.0
|
||||
|
@ -13892,9 +13850,8 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- rollup
|
||||
|
||||
unimport@4.0.0(rollup@3.29.5):
|
||||
unimport@4.1.0:
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 5.1.4(rollup@3.29.5)
|
||||
acorn: 8.14.0
|
||||
escape-string-regexp: 5.0.0
|
||||
estree-walker: 3.0.3
|
||||
|
@ -13908,27 +13865,7 @@ snapshots:
|
|||
scule: 1.3.0
|
||||
strip-literal: 3.0.0
|
||||
unplugin: 2.1.2
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
|
||||
unimport@4.0.0(rollup@4.34.4):
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 5.1.4(rollup@4.34.4)
|
||||
acorn: 8.14.0
|
||||
escape-string-regexp: 5.0.0
|
||||
estree-walker: 3.0.3
|
||||
fast-glob: 3.3.3
|
||||
local-pkg: 1.0.0
|
||||
magic-string: 0.30.17
|
||||
mlly: 1.7.4
|
||||
pathe: 2.0.2
|
||||
picomatch: 4.0.2
|
||||
pkg-types: 1.3.1
|
||||
scule: 1.3.0
|
||||
strip-literal: 3.0.0
|
||||
unplugin: 2.1.2
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
unplugin-utils: 0.2.3
|
||||
|
||||
unique-filename@3.0.0:
|
||||
dependencies:
|
||||
|
@ -13942,7 +13879,12 @@ snapshots:
|
|||
|
||||
universalify@2.0.1: {}
|
||||
|
||||
unplugin-vue-components@0.27.0(@babel/parser@7.26.7)(@nuxt/kit@3.15.4(magicast@0.3.5)(rollup@4.34.4))(rollup@4.34.4)(vue@3.5.13(typescript@5.7.3)):
|
||||
unplugin-utils@0.2.3:
|
||||
dependencies:
|
||||
pathe: 2.0.2
|
||||
picomatch: 4.0.2
|
||||
|
||||
unplugin-vue-components@0.27.0(@babel/parser@7.26.7)(@nuxt/kit@3.15.4(magicast@0.3.5))(rollup@4.34.4)(vue@3.5.13(typescript@5.7.3)):
|
||||
dependencies:
|
||||
'@antfu/utils': 0.7.10
|
||||
'@rollup/pluginutils': 5.1.4(rollup@4.34.4)
|
||||
|
@ -13957,7 +13899,7 @@ snapshots:
|
|||
vue: 3.5.13(typescript@5.7.3)
|
||||
optionalDependencies:
|
||||
'@babel/parser': 7.26.7
|
||||
'@nuxt/kit': 3.15.4(magicast@0.3.5)(rollup@4.34.4)
|
||||
'@nuxt/kit': 3.15.4(magicast@0.3.5)
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
- supports-color
|
||||
|
@ -13977,7 +13919,7 @@ snapshots:
|
|||
anymatch: 3.1.3
|
||||
chokidar: 3.6.0
|
||||
destr: 2.0.3
|
||||
h3: 1.14.0
|
||||
h3: 1.15.0
|
||||
lru-cache: 10.4.3
|
||||
node-fetch-native: 1.6.6
|
||||
ofetch: 1.4.1
|
||||
|
@ -14050,14 +13992,14 @@ snapshots:
|
|||
|
||||
validate-npm-package-name@5.0.1: {}
|
||||
|
||||
vite-node@0.29.8(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.0):
|
||||
vite-node@0.29.8(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.1):
|
||||
dependencies:
|
||||
cac: 6.7.14
|
||||
debug: 4.4.0(supports-color@9.4.0)
|
||||
mlly: 1.7.4
|
||||
pathe: 1.1.2
|
||||
picocolors: 1.1.1
|
||||
vite: 4.5.9(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.0)
|
||||
vite: 4.5.9(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.1)
|
||||
transitivePeerDependencies:
|
||||
- '@types/node'
|
||||
- less
|
||||
|
@ -14068,13 +14010,13 @@ snapshots:
|
|||
- supports-color
|
||||
- terser
|
||||
|
||||
vite-node@1.6.1(@types/node@18.19.75)(terser@5.38.0):
|
||||
vite-node@1.6.1(@types/node@18.19.75)(terser@5.38.1):
|
||||
dependencies:
|
||||
cac: 6.7.14
|
||||
debug: 4.4.0(supports-color@9.4.0)
|
||||
pathe: 1.1.2
|
||||
picocolors: 1.1.1
|
||||
vite: 5.4.14(@types/node@18.19.75)(terser@5.38.0)
|
||||
vite: 5.4.14(@types/node@18.19.75)(terser@5.38.1)
|
||||
transitivePeerDependencies:
|
||||
- '@types/node'
|
||||
- less
|
||||
|
@ -14086,7 +14028,7 @@ snapshots:
|
|||
- supports-color
|
||||
- terser
|
||||
|
||||
vite-plugin-checker@0.5.6(eslint@9.19.0(jiti@2.4.2))(optionator@0.9.4)(typescript@4.9.5)(vite@4.2.3(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.0)):
|
||||
vite-plugin-checker@0.5.6(eslint@9.19.0(jiti@2.4.2))(optionator@0.9.4)(typescript@4.9.5)(vite@4.2.3(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.1)):
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.26.2
|
||||
ansi-escapes: 4.3.2
|
||||
|
@ -14100,7 +14042,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.75)(sass@1.45.0)(terser@5.38.0)
|
||||
vite: 4.2.3(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.1)
|
||||
vscode-languageclient: 7.0.0
|
||||
vscode-languageserver: 7.0.0
|
||||
vscode-languageserver-textdocument: 1.0.12
|
||||
|
@ -14110,7 +14052,7 @@ snapshots:
|
|||
optionator: 0.9.4
|
||||
typescript: 4.9.5
|
||||
|
||||
vite-plugin-checker@0.5.6(eslint@9.19.0(jiti@2.4.2))(optionator@0.9.4)(typescript@5.7.3)(vite@4.2.3(@types/node@18.19.75)(terser@5.38.0)):
|
||||
vite-plugin-checker@0.5.6(eslint@9.19.0(jiti@2.4.2))(optionator@0.9.4)(typescript@5.7.3)(vite@4.2.3(@types/node@18.19.75)(terser@5.38.1)):
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.26.2
|
||||
ansi-escapes: 4.3.2
|
||||
|
@ -14124,7 +14066,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.75)(sass@1.45.0)(terser@5.38.0)
|
||||
vite: 4.2.3(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.1)
|
||||
vscode-languageclient: 7.0.0
|
||||
vscode-languageserver: 7.0.0
|
||||
vscode-languageserver-textdocument: 1.0.12
|
||||
|
@ -14134,7 +14076,7 @@ snapshots:
|
|||
optionator: 0.9.4
|
||||
typescript: 5.7.3
|
||||
|
||||
vite-plugin-inspect@0.7.42(@nuxt/kit@3.15.4(magicast@0.3.5)(rollup@4.34.4))(rollup@4.34.4):
|
||||
vite-plugin-inspect@0.7.42(@nuxt/kit@3.15.4(magicast@0.3.5))(rollup@4.34.4):
|
||||
dependencies:
|
||||
'@antfu/utils': 0.7.10
|
||||
'@rollup/pluginutils': 5.1.4(rollup@4.34.4)
|
||||
|
@ -14145,7 +14087,7 @@ snapshots:
|
|||
picocolors: 1.1.1
|
||||
sirv: 2.0.4
|
||||
optionalDependencies:
|
||||
'@nuxt/kit': 3.15.4(magicast@0.3.5)(rollup@4.34.4)
|
||||
'@nuxt/kit': 3.15.4(magicast@0.3.5)
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
- supports-color
|
||||
|
@ -14164,7 +14106,7 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
vite@4.2.3(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.0):
|
||||
vite@4.2.3(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.1):
|
||||
dependencies:
|
||||
esbuild: 0.17.19
|
||||
postcss: 8.5.1
|
||||
|
@ -14174,9 +14116,9 @@ snapshots:
|
|||
'@types/node': 18.19.75
|
||||
fsevents: 2.3.3
|
||||
sass: 1.45.0
|
||||
terser: 5.38.0
|
||||
terser: 5.38.1
|
||||
|
||||
vite@4.5.9(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.0):
|
||||
vite@4.5.9(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.1):
|
||||
dependencies:
|
||||
esbuild: 0.18.20
|
||||
postcss: 8.5.1
|
||||
|
@ -14185,9 +14127,9 @@ snapshots:
|
|||
'@types/node': 18.19.75
|
||||
fsevents: 2.3.3
|
||||
sass: 1.45.0
|
||||
terser: 5.38.0
|
||||
terser: 5.38.1
|
||||
|
||||
vite@5.4.14(@types/node@18.19.75)(terser@5.38.0):
|
||||
vite@5.4.14(@types/node@18.19.75)(terser@5.38.1):
|
||||
dependencies:
|
||||
esbuild: 0.21.5
|
||||
postcss: 8.5.1
|
||||
|
@ -14195,9 +14137,9 @@ snapshots:
|
|||
optionalDependencies:
|
||||
'@types/node': 18.19.75
|
||||
fsevents: 2.3.3
|
||||
terser: 5.38.0
|
||||
terser: 5.38.1
|
||||
|
||||
vite@6.1.0(@types/node@18.19.75)(jiti@2.4.2)(terser@5.38.0)(yaml@2.7.0):
|
||||
vite@6.1.0(@types/node@18.19.75)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0):
|
||||
dependencies:
|
||||
esbuild: 0.24.2
|
||||
postcss: 8.5.1
|
||||
|
@ -14206,12 +14148,12 @@ snapshots:
|
|||
'@types/node': 18.19.75
|
||||
fsevents: 2.3.3
|
||||
jiti: 2.4.2
|
||||
terser: 5.38.0
|
||||
terser: 5.38.1
|
||||
yaml: 2.7.0
|
||||
|
||||
vitest-environment-nuxt@1.0.1(@types/node@18.19.75)(@vue/test-utils@2.4.6)(jiti@2.4.2)(magicast@0.3.5)(rollup@4.34.4)(terser@5.38.0)(typescript@5.7.3)(vitest@1.6.1(@types/node@18.19.75)(terser@5.38.0))(yaml@2.7.0):
|
||||
vitest-environment-nuxt@1.0.1(@types/node@18.19.75)(@vue/test-utils@2.4.6)(jiti@2.4.2)(magicast@0.3.5)(terser@5.38.1)(typescript@5.7.3)(vitest@1.6.1(@types/node@18.19.75)(terser@5.38.1))(yaml@2.7.0):
|
||||
dependencies:
|
||||
'@nuxt/test-utils': 3.15.4(@types/node@18.19.75)(@vue/test-utils@2.4.6)(jiti@2.4.2)(magicast@0.3.5)(rollup@4.34.4)(terser@5.38.0)(typescript@5.7.3)(vitest@1.6.1(@types/node@18.19.75)(terser@5.38.0))(yaml@2.7.0)
|
||||
'@nuxt/test-utils': 3.15.4(@types/node@18.19.75)(@vue/test-utils@2.4.6)(jiti@2.4.2)(magicast@0.3.5)(terser@5.38.1)(typescript@5.7.3)(vitest@1.6.1(@types/node@18.19.75)(terser@5.38.1))(yaml@2.7.0)
|
||||
transitivePeerDependencies:
|
||||
- '@cucumber/cucumber'
|
||||
- '@jest/globals'
|
||||
|
@ -14227,7 +14169,6 @@ snapshots:
|
|||
- lightningcss
|
||||
- magicast
|
||||
- playwright-core
|
||||
- rollup
|
||||
- sass
|
||||
- sass-embedded
|
||||
- stylus
|
||||
|
@ -14239,7 +14180,7 @@ snapshots:
|
|||
- vitest
|
||||
- yaml
|
||||
|
||||
vitest@0.29.8(jsdom@19.0.0)(sass@1.45.0)(terser@5.38.0):
|
||||
vitest@0.29.8(jsdom@19.0.0)(sass@1.45.0)(terser@5.38.1):
|
||||
dependencies:
|
||||
'@types/chai': 4.3.20
|
||||
'@types/chai-subset': 1.3.5
|
||||
|
@ -14262,8 +14203,8 @@ snapshots:
|
|||
tinybench: 2.9.0
|
||||
tinypool: 0.4.0
|
||||
tinyspy: 1.1.1
|
||||
vite: 4.5.9(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.0)
|
||||
vite-node: 0.29.8(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.0)
|
||||
vite: 4.5.9(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.1)
|
||||
vite-node: 0.29.8(@types/node@18.19.75)(sass@1.45.0)(terser@5.38.1)
|
||||
why-is-node-running: 2.3.0
|
||||
optionalDependencies:
|
||||
jsdom: 19.0.0
|
||||
|
@ -14276,7 +14217,7 @@ snapshots:
|
|||
- supports-color
|
||||
- terser
|
||||
|
||||
vitest@1.6.1(@types/node@18.19.75)(terser@5.38.0):
|
||||
vitest@1.6.1(@types/node@18.19.75)(terser@5.38.1):
|
||||
dependencies:
|
||||
'@vitest/expect': 1.6.1
|
||||
'@vitest/runner': 1.6.1
|
||||
|
@ -14295,8 +14236,8 @@ snapshots:
|
|||
strip-literal: 2.1.1
|
||||
tinybench: 2.9.0
|
||||
tinypool: 0.8.4
|
||||
vite: 5.4.14(@types/node@18.19.75)(terser@5.38.0)
|
||||
vite-node: 1.6.1(@types/node@18.19.75)(terser@5.38.0)
|
||||
vite: 5.4.14(@types/node@18.19.75)(terser@5.38.1)
|
||||
vite-node: 1.6.1(@types/node@18.19.75)(terser@5.38.1)
|
||||
why-is-node-running: 2.3.0
|
||||
optionalDependencies:
|
||||
'@types/node': 18.19.75
|
||||
|
|
Loading…
Reference in New Issue