更新依赖

This commit is contained in:
hooray 2022-11-26 09:41:14 +08:00
parent 63133acc77
commit 7281bc5679
2 changed files with 106 additions and 115 deletions

View File

@ -14,21 +14,21 @@
},
"dependencies": {
"@tinymce/tinymce-vue": "^5.0.0",
"@vueuse/core": "^9.5.0",
"@vueuse/integrations": "^9.5.0",
"axios": "^1.1.3",
"@vueuse/core": "^9.6.0",
"@vueuse/integrations": "^9.6.0",
"axios": "^1.2.0",
"dayjs": "^1.11.6",
"element-plus": "^2.2.22",
"hotkeys-js": "^3.10.0",
"element-plus": "^2.2.25",
"hotkeys-js": "^3.10.1",
"lodash-es": "^4.17.21",
"mitt": "^3.0.0",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.1",
"pinia": "^2.0.24",
"pinia": "^2.0.26",
"qs": "^6.11.0",
"tinymce": "^6.2.0",
"tinymce": "^6.3.0",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
@ -46,7 +46,7 @@
"esno": "^0.16.3",
"fs-extra": "^10.1.0",
"http-server": "^14.1.1",
"lint-staged": "^13.0.3",
"lint-staged": "^13.0.4",
"npm-run-all": "^4.1.5",
"plop": "^3.1.1",
"postcss-html": "^1.5.0",
@ -59,8 +59,8 @@
"stylelint-scss": "^4.3.0",
"svgo": "^3.0.2",
"typescript": "^4.9.3",
"unplugin-auto-import": "^0.11.4",
"unplugin-vue-components": "^0.22.9",
"unplugin-auto-import": "^0.12.0",
"unplugin-vue-components": "^0.22.11",
"vite": "^3.2.4",
"vite-plugin-banner": "^0.6.1",
"vite-plugin-compression": "^0.5.1",

View File

@ -10,18 +10,18 @@ specifiers:
'@types/qs': ^6.9.7
'@vitejs/plugin-vue': ^3.2.0
'@vitejs/plugin-vue-jsx': ^2.1.1
'@vueuse/core': ^9.5.0
'@vueuse/integrations': ^9.5.0
'@vueuse/core': ^9.6.0
'@vueuse/integrations': ^9.6.0
autoprefixer: ^10.4.13
axios: ^1.1.3
axios: ^1.2.0
dayjs: ^1.11.6
element-plus: ^2.2.22
element-plus: ^2.2.25
eslint: ^8.28.0
esno: ^0.16.3
fs-extra: ^10.1.0
hotkeys-js: ^3.10.0
hotkeys-js: ^3.10.1
http-server: ^14.1.1
lint-staged: ^13.0.3
lint-staged: ^13.0.4
lodash-es: ^4.17.21
mitt: ^3.0.0
mockjs: ^1.1.0
@ -29,7 +29,7 @@ specifiers:
nprogress: ^0.2.0
path-browserify: ^1.0.1
path-to-regexp: ^6.2.1
pinia: ^2.0.24
pinia: ^2.0.26
plop: ^3.1.1
postcss-html: ^1.5.0
qs: ^6.11.0
@ -41,10 +41,10 @@ specifiers:
stylelint-config-standard-vue: ^1.0.0
stylelint-scss: ^4.3.0
svgo: ^3.0.2
tinymce: ^6.2.0
tinymce: ^6.3.0
typescript: ^4.9.3
unplugin-auto-import: ^0.11.4
unplugin-vue-components: ^0.22.9
unplugin-auto-import: ^0.12.0
unplugin-vue-components: ^0.22.11
vite: ^3.2.4
vite-plugin-banner: ^0.6.1
vite-plugin-compression: ^0.5.1
@ -61,21 +61,21 @@ specifiers:
dependencies:
'@tinymce/tinymce-vue': 5.0.0_vue@3.2.45
'@vueuse/core': 9.5.0_vue@3.2.45
'@vueuse/integrations': 9.5.0_curivmfbsoppnhmjvvdiwom2h4
axios: 1.1.3
'@vueuse/core': 9.6.0_vue@3.2.45
'@vueuse/integrations': 9.6.0_zdpxicgie73kmfu4v2vomrsgc4
axios: 1.2.0
dayjs: 1.11.6
element-plus: 2.2.22_vue@3.2.45
hotkeys-js: 3.10.0
element-plus: 2.2.25_vue@3.2.45
hotkeys-js: 3.10.1
lodash-es: 4.17.21
mitt: 3.0.0
mockjs: 1.1.0
nprogress: 0.2.0
path-browserify: 1.0.1
path-to-regexp: 6.2.1
pinia: 2.0.24_mgnvym7yiazkylwwogi5r767ue
pinia: 2.0.26_mgnvym7yiazkylwwogi5r767ue
qs: 6.11.0
tinymce: 6.2.0
tinymce: 6.3.0
vue: 3.2.45
vue-router: 4.1.6_vue@3.2.45
@ -93,7 +93,7 @@ devDependencies:
esno: 0.16.3
fs-extra: 10.1.0
http-server: 14.1.1
lint-staged: 13.0.3
lint-staged: 13.0.4
npm-run-all: 4.1.5
plop: 3.1.1
postcss-html: 1.5.0
@ -106,8 +106,8 @@ devDependencies:
stylelint-scss: 4.3.0_stylelint@14.15.0
svgo: 3.0.2
typescript: 4.9.3
unplugin-auto-import: 0.11.4_@vueuse+core@9.5.0
unplugin-vue-components: 0.22.9_vue@3.2.45
unplugin-auto-import: 0.12.0_@vueuse+core@9.6.0
unplugin-vue-components: 0.22.11_vue@3.2.45
vite: 3.2.4_sass@1.56.1
vite-plugin-banner: 0.6.1
vite-plugin-compression: 0.5.1_vite@3.2.4
@ -219,8 +219,8 @@ packages:
- typescript
dev: true
/@antfu/utils/0.6.0:
resolution: {integrity: sha512-VauUKmo22NYo3y6fIjGjVU7LJyhaedYL9kyabdvIIIl7P+qbNPbQiaLwwk4UOU4McFfA2eg+aIWpEYhkHzsE9Q==}
/@antfu/utils/0.7.0:
resolution: {integrity: sha512-tH38JQEFLOdvZJC32ZbPTvWOQzxEtOQh5jOqBPDLw8sxBr0PFF+f2Csgwb7mRpD0QB1xu+PDoAifIPiCNneeNA==}
dev: true
/@babel/code-frame/7.18.6:
@ -786,7 +786,7 @@ packages:
peerDependencies:
vue: ^3.0.0
dependencies:
tinymce: 6.2.0
tinymce: 6.3.0
vue: 3.2.45
dev: false
@ -1260,19 +1260,19 @@ packages:
/@vue/shared/3.2.45:
resolution: {integrity: sha512-Ewzq5Yhimg7pSztDV+RH1UDKBzmtqieXQlpTVm2AwraoRL/Rks96mvd8Vgi7Lj+h+TH8dv7mXD3FRZR3TUvbSg==}
/@vueuse/core/9.5.0_vue@3.2.45:
resolution: {integrity: sha512-6GsWBsJHEb3sYw15mbLrcbslAVY45pkzjJYTKYKCXv88z7srAF0VEW0q+oXKsl58tCbqooplInahXFg8Yo1m4w==}
/@vueuse/core/9.6.0_vue@3.2.45:
resolution: {integrity: sha512-qGUcjKQXHgN+jqXEgpeZGoxdCbIDCdVPz3QiF1uyecVGbMuM63o96I1GjYx5zskKgRI0FKSNsVWM7rwrRMTf6A==}
dependencies:
'@types/web-bluetooth': 0.0.16
'@vueuse/metadata': 9.5.0
'@vueuse/shared': 9.5.0_vue@3.2.45
'@vueuse/metadata': 9.6.0
'@vueuse/shared': 9.6.0_vue@3.2.45
vue-demi: 0.13.11_vue@3.2.45
transitivePeerDependencies:
- '@vue/composition-api'
- vue
/@vueuse/integrations/9.5.0_curivmfbsoppnhmjvvdiwom2h4:
resolution: {integrity: sha512-YhxQQOpoZ6QPMbfKXXssgIG+hkDymKsDUbUofzjfvuxyVjKq9/BtV4mnIcCGUjTSm0R7k/sMiucRFrcokiwL7A==}
/@vueuse/integrations/9.6.0_zdpxicgie73kmfu4v2vomrsgc4:
resolution: {integrity: sha512-+rs2OWY/3spxoAGQMnlHQpxf8ErAYf4D1bT0aXaPnxphmtYgexm6KIjTFpBbcQnHwVi1g2ET1SJoQL16yDrgWA==}
peerDependencies:
async-validator: '*'
axios: '*'
@ -1309,9 +1309,9 @@ packages:
universal-cookie:
optional: true
dependencies:
'@vueuse/core': 9.5.0_vue@3.2.45
'@vueuse/shared': 9.5.0_vue@3.2.45
axios: 1.1.3
'@vueuse/core': 9.6.0_vue@3.2.45
'@vueuse/shared': 9.6.0_vue@3.2.45
axios: 1.2.0
nprogress: 0.2.0
vue-demi: 0.13.11_vue@3.2.45
transitivePeerDependencies:
@ -1319,11 +1319,11 @@ packages:
- vue
dev: false
/@vueuse/metadata/9.5.0:
resolution: {integrity: sha512-4M1AyPZmIv41pym+K5+4wup3bKuYebbH8w8BROY1hmT7rIwcyS4tEL+UsGz0Hiu1FCOxcoBrwtAizc0YmBJjyQ==}
/@vueuse/metadata/9.6.0:
resolution: {integrity: sha512-sIC8R+kWkIdpi5X2z2Gk8TRYzmczDwHRhEFfCu2P+XW2JdPoXrziqsGpDDsN7ykBx4ilwieS7JUIweVGhvZ93w==}
/@vueuse/shared/9.5.0_vue@3.2.45:
resolution: {integrity: sha512-HnnCWU1Vg9CVWRCcI8ohDKDRB2Sc4bTgT1XAIaoLSfVHHn+TKbrox6pd3klCSw4UDxkhDfOk8cAdcK+Z5KleCA==}
/@vueuse/shared/9.6.0_vue@3.2.45:
resolution: {integrity: sha512-/eDchxYYhkHnFyrb00t90UfjCx94kRHxc7J1GtBCqCG4HyPMX+krV9XJgVtWIsAMaxKVU4fC8NSUviG1JkwhUQ==}
dependencies:
vue-demi: 0.13.11_vue@3.2.45
transitivePeerDependencies:
@ -1575,8 +1575,8 @@ packages:
resolution: {integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==}
dev: true
/axios/1.1.3:
resolution: {integrity: sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA==}
/axios/1.2.0:
resolution: {integrity: sha512-zT7wZyNYu3N5Bu0wuZ6QccIf93Qk1eV8LOewxgjOZFd2DenOs98cJ7+Y6703d0wkaXGY6/nZd4EweJaHz9uzQw==}
dependencies:
follow-redirects: 1.15.2
form-data: 4.0.0
@ -2523,8 +2523,8 @@ packages:
resolution: {integrity: sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==}
dev: true
/element-plus/2.2.22_vue@3.2.45:
resolution: {integrity: sha512-gg2g2WOMNpWf0wGesymUvTV0VZDF/4khQKroSNeCV/vWJ/cqssPYdtqfGxTiFRt/f+JpyFkV7O1mo0yzMCzrBg==}
/element-plus/2.2.25_vue@3.2.45:
resolution: {integrity: sha512-HC8CWY31e6pPyBpgqI0QnWkBgs0vRzdYnEw3mpdM/NlKfp0PtNFX7NESQLomqoIulH5ftL09hjQmJNvZBQpthQ==}
peerDependencies:
vue: ^3.2.0
dependencies:
@ -2534,7 +2534,7 @@ packages:
'@popperjs/core': /@sxzz/popperjs-es/2.11.7
'@types/lodash': 4.14.186
'@types/lodash-es': 4.17.6
'@vueuse/core': 9.5.0_vue@3.2.45
'@vueuse/core': 9.6.0_vue@3.2.45
async-validator: 4.2.5
dayjs: 1.11.6
escape-html: 1.0.3
@ -3961,8 +3961,8 @@ packages:
lru-cache: 6.0.0
dev: true
/hotkeys-js/3.10.0:
resolution: {integrity: sha512-20xeVdOqcgTkMox0+BqFwADZP7+5dy/9CFPpAinSMh2d0s3b0Hs2V2D+lMh4Hphkf7VE9pwnOl58eP1te+REcg==}
/hotkeys-js/3.10.1:
resolution: {integrity: sha512-mshqjgTqx8ee0qryHvRgZaZDxTwxam/2yTQmQlqAWS3+twnq1jsY9Yng9zB7lWq6WRrjTbTOc7knNwccXQiAjQ==}
dev: false
/html-encoding-sniffer/3.0.0:
@ -4729,8 +4729,8 @@ packages:
resolve: 1.22.1
dev: true
/lilconfig/2.0.5:
resolution: {integrity: sha512-xaYmXZtTHPAw5m+xLN8ab9C+3a8YmV3asNSPOATITbtwrfbwaLJj8h66H1WMIpALCkqsIzK3h7oQ+PdX+LQ9Eg==}
/lilconfig/2.0.6:
resolution: {integrity: sha512-9JROoBW7pobfsx+Sq2JsASvCo6Pfo6WWoUW79HuB1BCoBXD4PLWJPqDF6fNj67pqBYTbAHkE57M1kS/+L1neOg==}
engines: {node: '>=10'}
dev: true
@ -4738,8 +4738,8 @@ packages:
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
dev: true
/lint-staged/13.0.3:
resolution: {integrity: sha512-9hmrwSCFroTSYLjflGI8Uk+GWAwMB4OlpU4bMJEAT5d/llQwtYKoim4bLOyLCuWFAhWEupE0vkIFqtw/WIsPug==}
/lint-staged/13.0.4:
resolution: {integrity: sha512-HxlHCXoYRsq9QCby5wFozmZW00hMs/9e3l+/dz6Qr8Kle4UH0kJTdABAbqhzG+3pcG6QjL9kz7NgGBfph+a5dw==}
engines: {node: ^14.13.1 || >=16.0.0}
hasBin: true
dependencies:
@ -4748,8 +4748,8 @@ packages:
commander: 9.4.1
debug: 4.3.4
execa: 6.1.0
lilconfig: 2.0.5
listr2: 4.0.5
lilconfig: 2.0.6
listr2: 5.0.5
micromatch: 4.0.5
normalize-path: 3.0.0
object-inspect: 1.12.2
@ -4761,9 +4761,9 @@ packages:
- supports-color
dev: true
/listr2/4.0.5:
resolution: {integrity: sha512-juGHV1doQdpNT3GSTs9IUN43QJb7KHdF9uqg7Vufs/tG9VTzpFphqF4pm/ICdAABGQxsyNn9CiYA3StkI6jpwA==}
engines: {node: '>=12'}
/listr2/5.0.5:
resolution: {integrity: sha512-DpBel6fczu7oQKTXMekeprc0o3XDgGMkD7JNYyX+X0xbwK+xgrx9dcyKoXKqpLSUvAWfmoePS7kavniOcq3r4w==}
engines: {node: ^14.13.1 || >=16.0.0}
peerDependencies:
enquirer: '>= 2.3.0 < 3'
peerDependenciesMeta:
@ -5126,13 +5126,13 @@ packages:
hasBin: true
dev: true
/mlly/0.5.16:
resolution: {integrity: sha512-LaJ8yuh4v0zEmge/g3c7jjFlhoCPfQn6RCjXgm9A0Qiuochq4BcuOxVfWmdnCoLTlg2MV+hqhOek+W2OhG0Lwg==}
/mlly/1.0.0:
resolution: {integrity: sha512-QL108Hwt+u9bXdWgOI0dhzZfACovn5Aen4Xvc8Jasd9ouRH4NjnrXEiyP3nVvJo91zPlYjVRckta0Nt2zfoR6g==}
dependencies:
acorn: 8.8.1
pathe: 0.3.9
pkg-types: 0.3.6
ufo: 0.8.6
pathe: 1.0.0
pkg-types: 1.0.1
ufo: 1.0.0
dev: true
/mockjs/1.1.0:
@ -5697,8 +5697,8 @@ packages:
resolution: {integrity: sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==}
dev: true
/pathe/0.3.9:
resolution: {integrity: sha512-6Y6s0vT112P3jD8dGfuS6r+lpa0qqNrLyHPOwvXMnyNTQaYiwgau2DP3aNDsR13xqtGj7rrPo+jFUATpU6/s+g==}
/pathe/1.0.0:
resolution: {integrity: sha512-nPdMG0Pd09HuSsr7QOKUXO2Jr9eqaDiZvDwdyIhNG5SHYujkQHYKDfGQkulBxvbDHz8oHLsTgKN86LSwYzSHAg==}
dev: true
/performance-now/2.1.0:
@ -5730,8 +5730,8 @@ packages:
engines: {node: '>=4'}
dev: true
/pinia/2.0.24_mgnvym7yiazkylwwogi5r767ue:
resolution: {integrity: sha512-DDLd4Iphyc+6PYYYbx7jkb6WP9gecgu9bz9huyB5rb7CdJI3DhzYiZI+/Ih8MLewRrP9DSpslF/BgSNrJtZU7A==}
/pinia/2.0.26_mgnvym7yiazkylwwogi5r767ue:
resolution: {integrity: sha512-tSxZNUcMGxQOvKZRjPKXxd2+/2NZhRF/CoYVE/+K6uE/Z3v1Oi4fcQFpxu5nMB1dCchjXUZ+lz0tBxV5ntwmQQ==}
peerDependencies:
'@vue/composition-api': ^1.4.0
typescript: '>=4.4.4'
@ -5762,12 +5762,12 @@ packages:
vinyl-file: 1.3.0
dev: true
/pkg-types/0.3.6:
resolution: {integrity: sha512-uQZutkkh6axl1GxDm5/+8ivVdwuJ5pyDGqJeSiIWIUWIqYiK3p9QKozN/Rv6eVvFoeSWkN1uoYeSDBwwBJBtbg==}
/pkg-types/1.0.1:
resolution: {integrity: sha512-jHv9HB+Ho7dj6ItwppRDDl0iZRYBD0jsakHXtFgoLr+cHSF6xC+QL54sJmWxyGxOLYSHm0afhXhXcQDQqH9z8g==}
dependencies:
jsonc-parser: 3.2.0
mlly: 0.5.16
pathe: 0.3.9
mlly: 1.0.0
pathe: 1.0.0
dev: true
/plop/3.1.1:
@ -6326,8 +6326,8 @@ packages:
through: 2.3.8
dev: true
/scule/0.3.2:
resolution: {integrity: sha512-zIvPdjOH8fv8CgrPT5eqtxHQXmPNnV/vHJYffZhE43KZkvULvpCTvOt1HPlFaCZx287INL9qaqrZg34e8NgI4g==}
/scule/1.0.0:
resolution: {integrity: sha512-4AsO/FrViE/iDNEPaAQlb77tf0csuq27EsVpy6ett584EcRTp6pTDLoGWVxCD77y5iU5FauOvhsI4o1APwPoSQ==}
dev: true
/secure-compare/3.0.1:
@ -6750,8 +6750,8 @@ packages:
engines: {node: '>=8'}
dev: true
/strip-literal/0.4.2:
resolution: {integrity: sha512-pv48ybn4iE1O9RLgCAN0iU4Xv7RlBTiit6DKmMiErbs9x1wH6vXBs45tWc0H5wUIF6TLTrKweqkmYF/iraQKNw==}
/strip-literal/1.0.0:
resolution: {integrity: sha512-5o4LsH1lzBzO9UFH63AJ2ad2/S2AVx6NtjOcaz+VTT2h1RiRvbipW72z8M/lxEhcPHDBQwpDrnTF7sXy/7OwCQ==}
dependencies:
acorn: 8.8.1
dev: true
@ -7032,8 +7032,8 @@ packages:
xtend: 4.0.2
dev: true
/tinymce/6.2.0:
resolution: {integrity: sha512-zLjbFrg0hbtJ6PxmZUjQY6zyIOM/mLrWGTvhBec7XwYwoW1E0xXMQzy2tgMTh3OvJpsclgqf2ZMjmwcv4Cludw==}
/tinymce/6.3.0:
resolution: {integrity: sha512-UeOKdbDbBoAT2A8WQr/D4AqzqPloTY/B/zJXCGlPz5L4YOmwUCqXAFTxN1tkysRq994UIZZUJZezC7WmCDx5ag==}
dev: false
/title-case/3.0.3:
@ -7191,8 +7191,8 @@ packages:
engines: {node: '>=4.2.0'}
hasBin: true
/ufo/0.8.6:
resolution: {integrity: sha512-fk6CmUgwKCfX79EzcDQQpSCMxrHstvbLswFChHS0Vump+kFkw7nJBfTZoC1j0bOGoY9I7R3n2DGek5ajbcYnOw==}
/ufo/1.0.0:
resolution: {integrity: sha512-DRty0ZBNlJ2R59y4mEupJRKLbkLQsc4qtxjpQv78AwEDuBkaUogMc2LkeqW3HddFlw6NwnXYfdThEZOiNgkmmQ==}
dev: true
/uglify-js/3.17.4:
@ -7228,20 +7228,20 @@ packages:
resolution: {integrity: sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==}
dev: true
/unimport/0.7.0:
resolution: {integrity: sha512-Cr0whz4toYVid3JHlni/uThwavDVVCk6Zw0Gxnol1c7DprTA+Isr4T+asO6rDGkhkgV7r3vSdSs5Ym8F15JA+w==}
/unimport/1.0.1:
resolution: {integrity: sha512-SEPKl3uyqUvi6c0MnyCmUF9H07CuC9j9p2p33F03LmegU0sxjpnjL0fLKAhh7BTfcKaJKj+1iOiAFtg7P3m5mQ==}
dependencies:
'@rollup/pluginutils': 5.0.2
escape-string-regexp: 5.0.0
fast-glob: 3.2.12
local-pkg: 0.4.2
magic-string: 0.26.7
mlly: 0.5.16
pathe: 0.3.9
pkg-types: 0.3.6
scule: 0.3.2
strip-literal: 0.4.2
unplugin: 0.10.2
mlly: 1.0.0
pathe: 1.0.0
pkg-types: 1.0.1
scule: 1.0.0
strip-literal: 1.0.0
unplugin: 1.0.0
transitivePeerDependencies:
- rollup
dev: true
@ -7283,8 +7283,8 @@ packages:
engines: {node: '>= 0.8'}
dev: true
/unplugin-auto-import/0.11.4_@vueuse+core@9.5.0:
resolution: {integrity: sha512-lh/bRDRYwgnb9Cm5ur8TlTMGxA1GRZvgzCvBIf0vyuVRy7ebWcWefFElpUDpr8vLl+ZRGsPVCOGiYJ8TCR625Q==}
/unplugin-auto-import/0.12.0_@vueuse+core@9.6.0:
resolution: {integrity: sha512-y1flixUHt0UioxeUwXe4N9GmIJskBz7uoC2qFGaUJO1feN9PYITHhRVqfXxYt7VAaZ24InNIeZIAIoQbRm3ZPw==}
engines: {node: '>=14'}
peerDependencies:
'@vueuse/core': '*'
@ -7292,19 +7292,19 @@ packages:
'@vueuse/core':
optional: true
dependencies:
'@antfu/utils': 0.6.0
'@antfu/utils': 0.7.0
'@rollup/pluginutils': 5.0.2
'@vueuse/core': 9.5.0_vue@3.2.45
'@vueuse/core': 9.6.0_vue@3.2.45
local-pkg: 0.4.2
magic-string: 0.26.7
unimport: 0.7.0
unplugin: 0.10.2
unimport: 1.0.1
unplugin: 1.0.0
transitivePeerDependencies:
- rollup
dev: true
/unplugin-vue-components/0.22.9_vue@3.2.45:
resolution: {integrity: sha512-qBvooq3EgpjtYicxeccRUGUBBQCCw9rJ0kHPZPOSJd8TBZViSv86vuKLTRDHPyjWtclwOIkVStZJfPdJFhYUMw==}
/unplugin-vue-components/0.22.11_vue@3.2.45:
resolution: {integrity: sha512-GTzqPl0Ek8fq8qMufjR6hvtnjnSwMpJ1Rg2Ez9AcKZVp1piWoU/Q4FDnI9wHVKX8eenYL0nqAF3ejYAk1TUfqQ==}
engines: {node: '>=14'}
peerDependencies:
'@babel/parser': ^7.15.8
@ -7313,7 +7313,7 @@ packages:
'@babel/parser':
optional: true
dependencies:
'@antfu/utils': 0.6.0
'@antfu/utils': 0.7.0
'@rollup/pluginutils': 5.0.2
chokidar: 3.5.3
debug: 4.3.4
@ -7322,29 +7322,20 @@ packages:
magic-string: 0.26.7
minimatch: 5.1.0
resolve: 1.22.1
unplugin: 0.10.1
unplugin: 1.0.0
vue: 3.2.45
transitivePeerDependencies:
- rollup
- supports-color
dev: true
/unplugin/0.10.1:
resolution: {integrity: sha512-y1hdBitiLOJvCmer0/IGrMGmHplsm2oFRGWleoAJTRQ8aMHxHOe9gLntYlh1WNLKufBuQ2sOTrHF+KWH4xE8Ag==}
/unplugin/1.0.0:
resolution: {integrity: sha512-H5UnBUxfhTXBXGo2AwKsl0UaLSHzSNDZNehPQSgdhVfO/t+XAS1Yoj3vmLrrlBrS9ZwtH5tejbX/TCp5DcyCKg==}
dependencies:
acorn: 8.8.1
chokidar: 3.5.3
webpack-sources: 3.2.3
webpack-virtual-modules: 0.4.5
dev: true
/unplugin/0.10.2:
resolution: {integrity: sha512-6rk7GUa4ICYjae5PrAllvcDeuT8pA9+j5J5EkxbMFaV+SalHhxZ7X2dohMzu6C3XzsMT+6jwR/+pwPNR3uK9MA==}
dependencies:
acorn: 8.8.1
chokidar: 3.5.3
webpack-sources: 3.2.3
webpack-virtual-modules: 0.4.5
webpack-virtual-modules: 0.4.6
dev: true
/unset-value/1.0.0:
@ -7713,8 +7704,8 @@ packages:
engines: {node: '>=10.13.0'}
dev: true
/webpack-virtual-modules/0.4.5:
resolution: {integrity: sha512-8bWq0Iluiv9lVf9YaqWQ9+liNgXSHICm+rg544yRgGYaR8yXZTVBaHZkINZSB2yZSWo4b0F6MIxqJezVfOEAlg==}
/webpack-virtual-modules/0.4.6:
resolution: {integrity: sha512-5tyDlKLqPfMqjT3Q9TAqf2YqjwmnUleZwzJi1A5qXnlBCdj2AtOJ6wAWdglTIDOPgOiOrXeBeFcsQ8+aGQ6QbA==}
dev: true
/whatwg-encoding/2.0.0: