mirror of
https://github.com/amir20/dozzle.git
synced 2026-01-02 11:07:26 +01:00
Updates modules
This commit is contained in:
20
package.json
20
package.json
@@ -26,12 +26,12 @@
|
||||
"@iconify-json/cil": "^1.1.2",
|
||||
"@iconify-json/mdi": "^1.1.34",
|
||||
"@iconify-json/mdi-light": "^1.1.2",
|
||||
"@iconify-json/octicon": "^1.1.20",
|
||||
"@iconify-json/octicon": "^1.1.21",
|
||||
"@oruga-ui/oruga-next": "^0.5.6",
|
||||
"@oruga-ui/theme-bulma": "^0.2.7",
|
||||
"@vueuse/core": "^9.3.1",
|
||||
"@vueuse/integrations": "^9.3.1",
|
||||
"@vueuse/router": "^9.3.1",
|
||||
"@vueuse/core": "^9.4.0",
|
||||
"@vueuse/integrations": "^9.4.0",
|
||||
"@vueuse/router": "^9.4.0",
|
||||
"ansi-to-html": "^0.7.2",
|
||||
"bulma": "^0.9.4",
|
||||
"d3-array": "^3.2.0",
|
||||
@@ -45,7 +45,7 @@
|
||||
"lodash.debounce": "^4.0.8",
|
||||
"pinia": "^2.0.23",
|
||||
"semver": "^7.3.8",
|
||||
"splitpanes": "^3.1.1",
|
||||
"splitpanes": "^3.1.5",
|
||||
"vue": "^3.2.41",
|
||||
"vue-i18n": "^9.2.2",
|
||||
"vue-router": "^4.1.6"
|
||||
@@ -60,9 +60,9 @@
|
||||
"@types/d3-shape": "^3.1.0",
|
||||
"@types/d3-transition": "^3.0.2",
|
||||
"@types/lodash.debounce": "^4.0.7",
|
||||
"@types/node": "^18.11.4",
|
||||
"@types/semver": "^7.3.12",
|
||||
"@vitejs/plugin-vue": "3.1.2",
|
||||
"@types/node": "^18.11.7",
|
||||
"@types/semver": "^7.3.13",
|
||||
"@vitejs/plugin-vue": "3.2.0",
|
||||
"@vue/compiler-sfc": "^3.2.41",
|
||||
"@vue/test-utils": "^2.2.0",
|
||||
"c8": "^7.12.0",
|
||||
@@ -77,10 +77,10 @@
|
||||
"sass": "^1.55.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.4",
|
||||
"unplugin-auto-import": "^0.11.3",
|
||||
"unplugin-auto-import": "^0.11.4",
|
||||
"unplugin-icons": "^0.14.12",
|
||||
"unplugin-vue-components": "^0.22.9",
|
||||
"vite": "3.1.8",
|
||||
"vite": "3.2.1",
|
||||
"vite-plugin-pages": "^0.27.1",
|
||||
"vite-plugin-vue-layouts": "^0.7.0",
|
||||
"vitest": "^0.24.3",
|
||||
|
||||
308
pnpm-lock.yaml
generated
308
pnpm-lock.yaml
generated
@@ -5,7 +5,7 @@ specifiers:
|
||||
'@iconify-json/cil': ^1.1.2
|
||||
'@iconify-json/mdi': ^1.1.34
|
||||
'@iconify-json/mdi-light': ^1.1.2
|
||||
'@iconify-json/octicon': ^1.1.20
|
||||
'@iconify-json/octicon': ^1.1.21
|
||||
'@intlify/vite-plugin-vue-i18n': ^6.0.3
|
||||
'@oruga-ui/oruga-next': ^0.5.6
|
||||
'@oruga-ui/theme-bulma': ^0.2.7
|
||||
@@ -17,14 +17,14 @@ specifiers:
|
||||
'@types/d3-shape': ^3.1.0
|
||||
'@types/d3-transition': ^3.0.2
|
||||
'@types/lodash.debounce': ^4.0.7
|
||||
'@types/node': ^18.11.4
|
||||
'@types/semver': ^7.3.12
|
||||
'@vitejs/plugin-vue': 3.1.2
|
||||
'@types/node': ^18.11.7
|
||||
'@types/semver': ^7.3.13
|
||||
'@vitejs/plugin-vue': 3.2.0
|
||||
'@vue/compiler-sfc': ^3.2.41
|
||||
'@vue/test-utils': ^2.2.0
|
||||
'@vueuse/core': ^9.3.1
|
||||
'@vueuse/integrations': ^9.3.1
|
||||
'@vueuse/router': ^9.3.1
|
||||
'@vueuse/core': ^9.4.0
|
||||
'@vueuse/integrations': ^9.4.0
|
||||
'@vueuse/router': ^9.4.0
|
||||
ansi-to-html: ^0.7.2
|
||||
bulma: ^0.9.4
|
||||
c8: ^7.12.0
|
||||
@@ -48,13 +48,13 @@ specifiers:
|
||||
release-it: ^15.5.0
|
||||
sass: ^1.55.0
|
||||
semver: ^7.3.8
|
||||
splitpanes: ^3.1.1
|
||||
splitpanes: ^3.1.5
|
||||
ts-node: ^10.9.1
|
||||
typescript: ^4.8.4
|
||||
unplugin-auto-import: ^0.11.3
|
||||
unplugin-auto-import: ^0.11.4
|
||||
unplugin-icons: ^0.14.12
|
||||
unplugin-vue-components: ^0.22.9
|
||||
vite: 3.1.8
|
||||
vite: 3.2.1
|
||||
vite-plugin-pages: ^0.27.1
|
||||
vite-plugin-vue-layouts: ^0.7.0
|
||||
vitest: ^0.24.3
|
||||
@@ -68,12 +68,12 @@ dependencies:
|
||||
'@iconify-json/cil': 1.1.2
|
||||
'@iconify-json/mdi': 1.1.34
|
||||
'@iconify-json/mdi-light': 1.1.2
|
||||
'@iconify-json/octicon': 1.1.20
|
||||
'@iconify-json/octicon': 1.1.21
|
||||
'@oruga-ui/oruga-next': 0.5.6_vue@3.2.41
|
||||
'@oruga-ui/theme-bulma': 0.2.7
|
||||
'@vueuse/core': 9.3.1_vue@3.2.41
|
||||
'@vueuse/integrations': 9.3.1_fuse.js@6.6.2+vue@3.2.41
|
||||
'@vueuse/router': 9.3.1_4dzfggngbcv3f6kocd3r4z3f4q
|
||||
'@vueuse/core': 9.4.0_vue@3.2.41
|
||||
'@vueuse/integrations': 9.4.0_fuse.js@6.6.2+vue@3.2.41
|
||||
'@vueuse/router': 9.4.0_4dzfggngbcv3f6kocd3r4z3f4q
|
||||
ansi-to-html: 0.7.2
|
||||
bulma: 0.9.4
|
||||
d3-array: 3.2.0
|
||||
@@ -87,13 +87,13 @@ dependencies:
|
||||
lodash.debounce: 4.0.8
|
||||
pinia: 2.0.23_l7r24p6nevbtlimqmqcwa3ouhu
|
||||
semver: 7.3.8
|
||||
splitpanes: 3.1.1
|
||||
splitpanes: 3.1.5
|
||||
vue: 3.2.41
|
||||
vue-i18n: 9.2.2_vue@3.2.41
|
||||
vue-router: 4.1.6_vue@3.2.41
|
||||
|
||||
devDependencies:
|
||||
'@intlify/vite-plugin-vue-i18n': 6.0.3_vite@3.1.8+vue-i18n@9.2.2
|
||||
'@intlify/vite-plugin-vue-i18n': 6.0.3_vite@3.2.1+vue-i18n@9.2.2
|
||||
'@pinia/testing': 0.0.14_pinia@2.0.23+vue@3.2.41
|
||||
'@types/d3-array': 3.0.3
|
||||
'@types/d3-ease': 3.0.0
|
||||
@@ -102,9 +102,9 @@ devDependencies:
|
||||
'@types/d3-shape': 3.1.0
|
||||
'@types/d3-transition': 3.0.2
|
||||
'@types/lodash.debounce': 4.0.7
|
||||
'@types/node': 18.11.4
|
||||
'@types/semver': 7.3.12
|
||||
'@vitejs/plugin-vue': 3.1.2_vite@3.1.8+vue@3.2.41
|
||||
'@types/node': 18.11.7
|
||||
'@types/semver': 7.3.13
|
||||
'@vitejs/plugin-vue': 3.2.0_vite@3.2.1+vue@3.2.41
|
||||
'@vue/compiler-sfc': 3.2.41
|
||||
'@vue/test-utils': 2.2.0_vue@3.2.41
|
||||
c8: 7.12.0
|
||||
@@ -117,14 +117,14 @@ devDependencies:
|
||||
prettier: 2.7.1
|
||||
release-it: 15.5.0
|
||||
sass: 1.55.0
|
||||
ts-node: 10.9.1_6hf6ijjdmrvgn4gwd23tocsh2m
|
||||
ts-node: 10.9.1_evej5wzm4hojmu6uzxwpspdmsu
|
||||
typescript: 4.8.4
|
||||
unplugin-auto-import: 0.11.3_@vueuse+core@9.3.1
|
||||
unplugin-auto-import: 0.11.4_@vueuse+core@9.4.0
|
||||
unplugin-icons: 0.14.12_@vue+compiler-sfc@3.2.41
|
||||
unplugin-vue-components: 0.22.9_vue@3.2.41
|
||||
vite: 3.1.8_sass@1.55.0
|
||||
vite-plugin-pages: 0.27.1_y7chuddh2i4swuczuywc2tye34
|
||||
vite-plugin-vue-layouts: 0.7.0_ecdnvyvwgikoc66bazlhpeez6y
|
||||
vite: 3.2.1_sass@1.55.0
|
||||
vite-plugin-pages: 0.27.1_mcesy7jerftbko5juhf5kewwti
|
||||
vite-plugin-vue-layouts: 0.7.0_7xp2x5fpv2vkd2lif76kmq2cey
|
||||
vitest: 0.24.3_jsdom@20.0.1+sass@1.55.0
|
||||
vue-tsc: 1.0.9_typescript@4.8.4
|
||||
|
||||
@@ -195,8 +195,8 @@ packages:
|
||||
'@jridgewell/trace-mapping': 0.3.9
|
||||
dev: true
|
||||
|
||||
/@esbuild/android-arm/0.15.10:
|
||||
resolution: {integrity: sha512-FNONeQPy/ox+5NBkcSbYJxoXj9GWu8gVGJTVmUyoOCKQFDTrHVKgNSzChdNt0I8Aj/iKcsDf2r9BFwv+FSNUXg==}
|
||||
/@esbuild/android-arm/0.15.12:
|
||||
resolution: {integrity: sha512-IC7TqIqiyE0MmvAhWkl/8AEzpOtbhRNDo7aph47We1NbE5w2bt/Q+giAhe0YYeVpYnIhGMcuZY92qDK6dQauvA==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [arm]
|
||||
os: [android]
|
||||
@@ -204,8 +204,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@esbuild/linux-loong64/0.15.10:
|
||||
resolution: {integrity: sha512-w0Ou3Z83LOYEkwaui2M8VwIp+nLi/NA60lBLMvaJ+vXVMcsARYdEzLNE7RSm4+lSg4zq4d7fAVuzk7PNQ5JFgg==}
|
||||
/@esbuild/linux-loong64/0.15.12:
|
||||
resolution: {integrity: sha512-tZEowDjvU7O7I04GYvWQOS4yyP9E/7YlsB0jjw1Ycukgr2ycEzKyIk5tms5WnLBymaewc6VmRKnn5IJWgK4eFw==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [loong64]
|
||||
os: [linux]
|
||||
@@ -241,8 +241,8 @@ packages:
|
||||
'@iconify/types': 2.0.0
|
||||
dev: false
|
||||
|
||||
/@iconify-json/octicon/1.1.20:
|
||||
resolution: {integrity: sha512-EN+ImV6kKvKdoQKQIjYGnhzIohIPnNkMwdWyVtA7iRGrWlKMfO5I0wxzo6MVdG7jmTURsrH6kiCCFtdz+czrPQ==}
|
||||
/@iconify-json/octicon/1.1.21:
|
||||
resolution: {integrity: sha512-n5j+V4ubSGdTq38RX+VPNHe5kzOweO3TeN41XIdo13bRPLihFjfsUf8YYzZGB64HK+m9rsbVkDTYUF0exp2x1Q==}
|
||||
dependencies:
|
||||
'@iconify/types': 2.0.0
|
||||
dev: false
|
||||
@@ -326,7 +326,7 @@ packages:
|
||||
engines: {node: '>= 14'}
|
||||
dev: true
|
||||
|
||||
/@intlify/vite-plugin-vue-i18n/6.0.3_vite@3.1.8+vue-i18n@9.2.2:
|
||||
/@intlify/vite-plugin-vue-i18n/6.0.3_vite@3.2.1+vue-i18n@9.2.2:
|
||||
resolution: {integrity: sha512-6SgNzPAOCR90wvt368lKzi7f/5ZEWJn22UCGvhFsP3XvKqlF3cVzojahgQ6o+LTdCkExeM6wPgd+haFf28E9VQ==}
|
||||
engines: {node: '>= 14.6'}
|
||||
peerDependencies:
|
||||
@@ -347,7 +347,7 @@ packages:
|
||||
debug: 4.3.4
|
||||
fast-glob: 3.2.12
|
||||
source-map: 0.6.1
|
||||
vite: 3.1.8_sass@1.55.0
|
||||
vite: 3.2.1_sass@1.55.0
|
||||
vue-i18n: 9.2.2_vue@3.2.41
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@@ -706,29 +706,29 @@ packages:
|
||||
resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==}
|
||||
dev: true
|
||||
|
||||
/@types/node/18.11.4:
|
||||
resolution: {integrity: sha512-BxcJpBu8D3kv/GZkx/gSMz6VnTJREBj/4lbzYOQueUOELkt8WrO6zAcSPmp9uRPEW/d+lUO8QK0W2xnS1hEU0A==}
|
||||
/@types/node/18.11.7:
|
||||
resolution: {integrity: sha512-LhFTglglr63mNXUSRYD8A+ZAIu5sFqNJ4Y2fPuY7UlrySJH87rRRlhtVmMHplmfk5WkoJGmDjE9oiTfyX94CpQ==}
|
||||
dev: true
|
||||
|
||||
/@types/parse-json/4.0.0:
|
||||
resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==}
|
||||
dev: true
|
||||
|
||||
/@types/semver/7.3.12:
|
||||
resolution: {integrity: sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==}
|
||||
/@types/semver/7.3.13:
|
||||
resolution: {integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==}
|
||||
dev: true
|
||||
|
||||
/@types/web-bluetooth/0.0.16:
|
||||
resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==}
|
||||
|
||||
/@vitejs/plugin-vue/3.1.2_vite@3.1.8+vue@3.2.41:
|
||||
resolution: {integrity: sha512-3zxKNlvA3oNaKDYX0NBclgxTQ1xaFdL7PzwF6zj9tGFziKwmBa3Q/6XcJQxudlT81WxDjEhHmevvIC4Orc1LhQ==}
|
||||
/@vitejs/plugin-vue/3.2.0_vite@3.2.1+vue@3.2.41:
|
||||
resolution: {integrity: sha512-E0tnaL4fr+qkdCNxJ+Xd0yM31UwMkQje76fsDVBBUCoGOUPexu2VDUYHL8P4CwV+zMvWw6nlRw19OnRKmYAJpw==}
|
||||
engines: {node: ^14.18.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
vite: ^3.0.0
|
||||
vue: ^3.2.25
|
||||
dependencies:
|
||||
vite: 3.1.8_sass@1.55.0
|
||||
vite: 3.2.1_sass@1.55.0
|
||||
vue: 3.2.41
|
||||
dev: true
|
||||
|
||||
@@ -862,19 +862,19 @@ packages:
|
||||
vue: 3.2.41
|
||||
dev: true
|
||||
|
||||
/@vueuse/core/9.3.1_vue@3.2.41:
|
||||
resolution: {integrity: sha512-xriyD+v3D2ObH/UtnkEl+1sbcLBVHNaZaLi/rqoNEe/B92hggDEFQIGXoQUjdRzYOjASHSezf9uCDtmd7LeWyA==}
|
||||
/@vueuse/core/9.4.0_vue@3.2.41:
|
||||
resolution: {integrity: sha512-JzgenGj1ZF2BHOen5rsFiAyyI9sXAv7aKhNLlm9b7SwYQeKTcxTWdhudonURCSP3Egl9NQaRBzes2lv/1JUt/Q==}
|
||||
dependencies:
|
||||
'@types/web-bluetooth': 0.0.16
|
||||
'@vueuse/metadata': 9.3.1
|
||||
'@vueuse/shared': 9.3.1_vue@3.2.41
|
||||
'@vueuse/metadata': 9.4.0
|
||||
'@vueuse/shared': 9.4.0_vue@3.2.41
|
||||
vue-demi: 0.13.11_vue@3.2.41
|
||||
transitivePeerDependencies:
|
||||
- '@vue/composition-api'
|
||||
- vue
|
||||
|
||||
/@vueuse/integrations/9.3.1_fuse.js@6.6.2+vue@3.2.41:
|
||||
resolution: {integrity: sha512-ydVHxJpLZrO9WbRXs1mNBbgEby8ERkiQumR2LebYVtY/1AFEn+mQ8MkL9pvcXwd9mrQSms+wzssu760n7DaDAw==}
|
||||
/@vueuse/integrations/9.4.0_fuse.js@6.6.2+vue@3.2.41:
|
||||
resolution: {integrity: sha512-r4M/HNU+v5qylh6x3bCS76IhEYHlWiQU7ezvVfC5uhwdTb0Ub0Xg4J0Vo/qUQVNYtDBn5NXMlxHhWhx1Wxi3KQ==}
|
||||
peerDependencies:
|
||||
async-validator: '*'
|
||||
axios: '*'
|
||||
@@ -908,8 +908,8 @@ packages:
|
||||
universal-cookie:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@vueuse/core': 9.3.1_vue@3.2.41
|
||||
'@vueuse/shared': 9.3.1_vue@3.2.41
|
||||
'@vueuse/core': 9.4.0_vue@3.2.41
|
||||
'@vueuse/shared': 9.4.0_vue@3.2.41
|
||||
fuse.js: 6.6.2
|
||||
vue-demi: 0.13.11_vue@3.2.41
|
||||
transitivePeerDependencies:
|
||||
@@ -917,15 +917,15 @@ packages:
|
||||
- vue
|
||||
dev: false
|
||||
|
||||
/@vueuse/metadata/9.3.1:
|
||||
resolution: {integrity: sha512-G1BPhtx3OHaL/y4OZBofh6Xt02G1VA9PuOO8nac9sTKMkMqfyez5VfkF3D9GUjSRNO7cVWyH4rceeGXfr2wdMg==}
|
||||
/@vueuse/metadata/9.4.0:
|
||||
resolution: {integrity: sha512-7GKMdGAsJyQJl35MYOz/RDpP0FxuiZBRDSN79QIPbdqYx4Sd0sVTnIC68KJ6Oln0t0SouvSUMvRHuno216Ud2Q==}
|
||||
|
||||
/@vueuse/router/9.3.1_4dzfggngbcv3f6kocd3r4z3f4q:
|
||||
resolution: {integrity: sha512-iyxyGNAeK8y4xaKjidnTI2H6eFiCiHypjoKPDEE8kdfESoxjegigp/DYfrbFt3IIeAHXPvBMq11m9IFuZ+LyLw==}
|
||||
/@vueuse/router/9.4.0_4dzfggngbcv3f6kocd3r4z3f4q:
|
||||
resolution: {integrity: sha512-nq7FJMDucngIxvvBvkdg8mgzqhyX9YnptOZozh5oVfbR3ZPVy/9U8VyDEt4CUsxs2Xwg4taA2PaO9xPsgkyruQ==}
|
||||
peerDependencies:
|
||||
vue-router: '>=4.0.0-rc.1'
|
||||
dependencies:
|
||||
'@vueuse/shared': 9.3.1_vue@3.2.41
|
||||
'@vueuse/shared': 9.4.0_vue@3.2.41
|
||||
vue-demi: 0.13.11_vue@3.2.41
|
||||
vue-router: 4.1.6_vue@3.2.41
|
||||
transitivePeerDependencies:
|
||||
@@ -933,8 +933,8 @@ packages:
|
||||
- vue
|
||||
dev: false
|
||||
|
||||
/@vueuse/shared/9.3.1_vue@3.2.41:
|
||||
resolution: {integrity: sha512-YFu3qcnVeu0S2L4XdQJtBpDcjz6xwqHZtTv/XRhu66/yge1XVhxskUcc7VZbX52xF9A34V6KCfwncP9YDqYFiw==}
|
||||
/@vueuse/shared/9.4.0_vue@3.2.41:
|
||||
resolution: {integrity: sha512-fTuem51KwMCnqUKkI8B57qAIMcFovtGgsCtAeqxIzH3i6nE9VYge+gVfneNHAAy7lj8twbkNfqQSygOPJTm4tQ==}
|
||||
dependencies:
|
||||
vue-demi: 0.13.11_vue@3.2.41
|
||||
transitivePeerDependencies:
|
||||
@@ -1896,8 +1896,8 @@ packages:
|
||||
is-symbol: 1.0.4
|
||||
dev: true
|
||||
|
||||
/esbuild-android-64/0.15.10:
|
||||
resolution: {integrity: sha512-UI7krF8OYO1N7JYTgLT9ML5j4+45ra3amLZKx7LO3lmLt1Ibn8t3aZbX5Pu4BjWiqDuJ3m/hsvhPhK/5Y/YpnA==}
|
||||
/esbuild-android-64/0.15.12:
|
||||
resolution: {integrity: sha512-MJKXwvPY9g0rGps0+U65HlTsM1wUs9lbjt5CU19RESqycGFDRijMDQsh68MtbzkqWSRdEtiKS1mtPzKneaAI0Q==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [x64]
|
||||
os: [android]
|
||||
@@ -1905,8 +1905,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-android-arm64/0.15.10:
|
||||
resolution: {integrity: sha512-EOt55D6xBk5O05AK8brXUbZmoFj4chM8u3riGflLa6ziEoVvNjRdD7Cnp82NHQGfSHgYR06XsPI8/sMuA/cUwg==}
|
||||
/esbuild-android-arm64/0.15.12:
|
||||
resolution: {integrity: sha512-Hc9SEcZbIMhhLcvhr1DH+lrrec9SFTiRzfJ7EGSBZiiw994gfkVV6vG0sLWqQQ6DD7V4+OggB+Hn0IRUdDUqvA==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [arm64]
|
||||
os: [android]
|
||||
@@ -1914,8 +1914,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-darwin-64/0.15.10:
|
||||
resolution: {integrity: sha512-hbDJugTicqIm+WKZgp208d7FcXcaK8j2c0l+fqSJ3d2AzQAfjEYDRM3Z2oMeqSJ9uFxyj/muSACLdix7oTstRA==}
|
||||
/esbuild-darwin-64/0.15.12:
|
||||
resolution: {integrity: sha512-qkmqrTVYPFiePt5qFjP8w/S+GIUMbt6k8qmiPraECUWfPptaPJUGkCKrWEfYFRWB7bY23FV95rhvPyh/KARP8Q==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
@@ -1923,8 +1923,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-darwin-arm64/0.15.10:
|
||||
resolution: {integrity: sha512-M1t5+Kj4IgSbYmunf2BB6EKLkWUq+XlqaFRiGOk8bmBapu9bCDrxjf4kUnWn59Dka3I27EiuHBKd1rSO4osLFQ==}
|
||||
/esbuild-darwin-arm64/0.15.12:
|
||||
resolution: {integrity: sha512-z4zPX02tQ41kcXMyN3c/GfZpIjKoI/BzHrdKUwhC/Ki5BAhWv59A9M8H+iqaRbwpzYrYidTybBwiZAIWCLJAkw==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
@@ -1932,8 +1932,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-freebsd-64/0.15.10:
|
||||
resolution: {integrity: sha512-KMBFMa7C8oc97nqDdoZwtDBX7gfpolkk6Bcmj6YFMrtCMVgoU/x2DI1p74DmYl7CSS6Ppa3xgemrLrr5IjIn0w==}
|
||||
/esbuild-freebsd-64/0.15.12:
|
||||
resolution: {integrity: sha512-XFL7gKMCKXLDiAiBjhLG0XECliXaRLTZh6hsyzqUqPUf/PY4C6EJDTKIeqqPKXaVJ8+fzNek88285krSz1QECw==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [x64]
|
||||
os: [freebsd]
|
||||
@@ -1941,8 +1941,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-freebsd-arm64/0.15.10:
|
||||
resolution: {integrity: sha512-m2KNbuCX13yQqLlbSojFMHpewbn8wW5uDS6DxRpmaZKzyq8Dbsku6hHvh2U+BcLwWY4mpgXzFUoENEf7IcioGg==}
|
||||
/esbuild-freebsd-arm64/0.15.12:
|
||||
resolution: {integrity: sha512-jwEIu5UCUk6TjiG1X+KQnCGISI+ILnXzIzt9yDVrhjug2fkYzlLbl0K43q96Q3KB66v6N1UFF0r5Ks4Xo7i72g==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [arm64]
|
||||
os: [freebsd]
|
||||
@@ -1950,8 +1950,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-32/0.15.10:
|
||||
resolution: {integrity: sha512-guXrwSYFAvNkuQ39FNeV4sNkNms1bLlA5vF1H0cazZBOLdLFIny6BhT+TUbK/hdByMQhtWQ5jI9VAmPKbVPu1w==}
|
||||
/esbuild-linux-32/0.15.12:
|
||||
resolution: {integrity: sha512-uSQuSEyF1kVzGzuIr4XM+v7TPKxHjBnLcwv2yPyCz8riV8VUCnO/C4BF3w5dHiVpCd5Z1cebBtZJNlC4anWpwA==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [ia32]
|
||||
os: [linux]
|
||||
@@ -1959,8 +1959,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-64/0.15.10:
|
||||
resolution: {integrity: sha512-jd8XfaSJeucMpD63YNMO1JCrdJhckHWcMv6O233bL4l6ogQKQOxBYSRP/XLWP+6kVTu0obXovuckJDcA0DKtQA==}
|
||||
/esbuild-linux-64/0.15.12:
|
||||
resolution: {integrity: sha512-QcgCKb7zfJxqT9o5z9ZUeGH1k8N6iX1Y7VNsEi5F9+HzN1OIx7ESxtQXDN9jbeUSPiRH1n9cw6gFT3H4qbdvcA==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
@@ -1968,8 +1968,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-arm/0.15.10:
|
||||
resolution: {integrity: sha512-6N8vThLL/Lysy9y4Ex8XoLQAlbZKUyExCWyayGi2KgTBelKpPgj6RZnUaKri0dHNPGgReJriKVU6+KDGQwn10A==}
|
||||
/esbuild-linux-arm/0.15.12:
|
||||
resolution: {integrity: sha512-Wf7T0aNylGcLu7hBnzMvsTfEXdEdJY/hY3u36Vla21aY66xR0MS5I1Hw8nVquXjTN0A6fk/vnr32tkC/C2lb0A==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
@@ -1977,8 +1977,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-arm64/0.15.10:
|
||||
resolution: {integrity: sha512-GByBi4fgkvZFTHFDYNftu1DQ1GzR23jws0oWyCfhnI7eMOe+wgwWrc78dbNk709Ivdr/evefm2PJiUBMiusS1A==}
|
||||
/esbuild-linux-arm64/0.15.12:
|
||||
resolution: {integrity: sha512-HtNq5xm8fUpZKwWKS2/YGwSfTF+339L4aIA8yphNKYJckd5hVdhfdl6GM2P3HwLSCORS++++7++//ApEwXEuAQ==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
@@ -1986,8 +1986,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-mips64le/0.15.10:
|
||||
resolution: {integrity: sha512-BxP+LbaGVGIdQNJUNF7qpYjEGWb0YyHVSKqYKrn+pTwH/SiHUxFyJYSP3pqkku61olQiSBnSmWZ+YUpj78Tw7Q==}
|
||||
/esbuild-linux-mips64le/0.15.12:
|
||||
resolution: {integrity: sha512-Qol3+AvivngUZkTVFgLpb0H6DT+N5/zM3V1YgTkryPYFeUvuT5JFNDR3ZiS6LxhyF8EE+fiNtzwlPqMDqVcc6A==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [mips64el]
|
||||
os: [linux]
|
||||
@@ -1995,8 +1995,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-ppc64le/0.15.10:
|
||||
resolution: {integrity: sha512-LoSQCd6498PmninNgqd/BR7z3Bsk/mabImBWuQ4wQgmQEeanzWd5BQU2aNi9mBURCLgyheuZS6Xhrw5luw3OkQ==}
|
||||
/esbuild-linux-ppc64le/0.15.12:
|
||||
resolution: {integrity: sha512-4D8qUCo+CFKaR0cGXtGyVsOI7w7k93Qxb3KFXWr75An0DHamYzq8lt7TNZKoOq/Gh8c40/aKaxvcZnTgQ0TJNg==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [ppc64]
|
||||
os: [linux]
|
||||
@@ -2004,8 +2004,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-riscv64/0.15.10:
|
||||
resolution: {integrity: sha512-Lrl9Cr2YROvPV4wmZ1/g48httE8z/5SCiXIyebiB5N8VT7pX3t6meI7TQVHw/wQpqP/AF4SksDuFImPTM7Z32Q==}
|
||||
/esbuild-linux-riscv64/0.15.12:
|
||||
resolution: {integrity: sha512-G9w6NcuuCI6TUUxe6ka0enjZHDnSVK8bO+1qDhMOCtl7Tr78CcZilJj8SGLN00zO5iIlwNRZKHjdMpfFgNn1VA==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [riscv64]
|
||||
os: [linux]
|
||||
@@ -2013,8 +2013,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-s390x/0.15.10:
|
||||
resolution: {integrity: sha512-ReP+6q3eLVVP2lpRrvl5EodKX7EZ1bS1/z5j6hsluAlZP5aHhk6ghT6Cq3IANvvDdscMMCB4QEbI+AjtvoOFpA==}
|
||||
/esbuild-linux-s390x/0.15.12:
|
||||
resolution: {integrity: sha512-Lt6BDnuXbXeqSlVuuUM5z18GkJAZf3ERskGZbAWjrQoi9xbEIsj/hEzVnSAFLtkfLuy2DE4RwTcX02tZFunXww==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [s390x]
|
||||
os: [linux]
|
||||
@@ -2022,8 +2022,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-netbsd-64/0.15.10:
|
||||
resolution: {integrity: sha512-iGDYtJCMCqldMskQ4eIV+QSS/CuT7xyy9i2/FjpKvxAuCzrESZXiA1L64YNj6/afuzfBe9i8m/uDkFHy257hTw==}
|
||||
/esbuild-netbsd-64/0.15.12:
|
||||
resolution: {integrity: sha512-jlUxCiHO1dsqoURZDQts+HK100o0hXfi4t54MNRMCAqKGAV33JCVvMplLAa2FwviSojT/5ZG5HUfG3gstwAG8w==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [x64]
|
||||
os: [netbsd]
|
||||
@@ -2031,8 +2031,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-openbsd-64/0.15.10:
|
||||
resolution: {integrity: sha512-ftMMIwHWrnrYnvuJQRJs/Smlcb28F9ICGde/P3FUTCgDDM0N7WA0o9uOR38f5Xe2/OhNCgkjNeb7QeaE3cyWkQ==}
|
||||
/esbuild-openbsd-64/0.15.12:
|
||||
resolution: {integrity: sha512-1o1uAfRTMIWNOmpf8v7iudND0L6zRBYSH45sofCZywrcf7NcZA+c7aFsS1YryU+yN7aRppTqdUK1PgbZVaB1Dw==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [x64]
|
||||
os: [openbsd]
|
||||
@@ -2040,8 +2040,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-sunos-64/0.15.10:
|
||||
resolution: {integrity: sha512-mf7hBL9Uo2gcy2r3rUFMjVpTaGpFJJE5QTDDqUFf1632FxteYANffDZmKbqX0PfeQ2XjUDE604IcE7OJeoHiyg==}
|
||||
/esbuild-sunos-64/0.15.12:
|
||||
resolution: {integrity: sha512-nkl251DpoWoBO9Eq9aFdoIt2yYmp4I3kvQjba3jFKlMXuqQ9A4q+JaqdkCouG3DHgAGnzshzaGu6xofGcXyPXg==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [x64]
|
||||
os: [sunos]
|
||||
@@ -2049,8 +2049,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-windows-32/0.15.10:
|
||||
resolution: {integrity: sha512-ttFVo+Cg8b5+qHmZHbEc8Vl17kCleHhLzgT8X04y8zudEApo0PxPg9Mz8Z2cKH1bCYlve1XL8LkyXGFjtUYeGg==}
|
||||
/esbuild-windows-32/0.15.12:
|
||||
resolution: {integrity: sha512-WlGeBZHgPC00O08luIp5B2SP4cNCp/PcS+3Pcg31kdcJPopHxLkdCXtadLU9J82LCfw4TVls21A6lilQ9mzHrw==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [ia32]
|
||||
os: [win32]
|
||||
@@ -2058,8 +2058,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-windows-64/0.15.10:
|
||||
resolution: {integrity: sha512-2H0gdsyHi5x+8lbng3hLbxDWR7mKHWh5BXZGKVG830KUmXOOWFE2YKJ4tHRkejRduOGDrBvHBriYsGtmTv3ntA==}
|
||||
/esbuild-windows-64/0.15.12:
|
||||
resolution: {integrity: sha512-VActO3WnWZSN//xjSfbiGOSyC+wkZtI8I4KlgrTo5oHJM6z3MZZBCuFaZHd8hzf/W9KPhF0lY8OqlmWC9HO5AA==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
@@ -2067,8 +2067,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-windows-arm64/0.15.10:
|
||||
resolution: {integrity: sha512-S+th4F+F8VLsHLR0zrUcG+Et4hx0RKgK1eyHc08kztmLOES8BWwMiaGdoW9hiXuzznXQ0I/Fg904MNbr11Nktw==}
|
||||
/esbuild-windows-arm64/0.15.12:
|
||||
resolution: {integrity: sha512-Of3MIacva1OK/m4zCNIvBfz8VVROBmQT+gRX6pFTLPngFYcj6TFH/12VveAqq1k9VB2l28EoVMNMUCcmsfwyuA==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [arm64]
|
||||
os: [win32]
|
||||
@@ -2076,34 +2076,34 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild/0.15.10:
|
||||
resolution: {integrity: sha512-N7wBhfJ/E5fzn/SpNgX+oW2RLRjwaL8Y0ezqNqhjD6w0H2p0rDuEz2FKZqpqLnO8DCaWumKe8dsC/ljvVSSxng==}
|
||||
/esbuild/0.15.12:
|
||||
resolution: {integrity: sha512-PcT+/wyDqJQsRVhaE9uX/Oq4XLrFh0ce/bs2TJh4CSaw9xuvI+xFrH2nAYOADbhQjUgAhNWC5LKoUsakm4dxng==}
|
||||
engines: {node: '>=12'}
|
||||
hasBin: true
|
||||
requiresBuild: true
|
||||
optionalDependencies:
|
||||
'@esbuild/android-arm': 0.15.10
|
||||
'@esbuild/linux-loong64': 0.15.10
|
||||
esbuild-android-64: 0.15.10
|
||||
esbuild-android-arm64: 0.15.10
|
||||
esbuild-darwin-64: 0.15.10
|
||||
esbuild-darwin-arm64: 0.15.10
|
||||
esbuild-freebsd-64: 0.15.10
|
||||
esbuild-freebsd-arm64: 0.15.10
|
||||
esbuild-linux-32: 0.15.10
|
||||
esbuild-linux-64: 0.15.10
|
||||
esbuild-linux-arm: 0.15.10
|
||||
esbuild-linux-arm64: 0.15.10
|
||||
esbuild-linux-mips64le: 0.15.10
|
||||
esbuild-linux-ppc64le: 0.15.10
|
||||
esbuild-linux-riscv64: 0.15.10
|
||||
esbuild-linux-s390x: 0.15.10
|
||||
esbuild-netbsd-64: 0.15.10
|
||||
esbuild-openbsd-64: 0.15.10
|
||||
esbuild-sunos-64: 0.15.10
|
||||
esbuild-windows-32: 0.15.10
|
||||
esbuild-windows-64: 0.15.10
|
||||
esbuild-windows-arm64: 0.15.10
|
||||
'@esbuild/android-arm': 0.15.12
|
||||
'@esbuild/linux-loong64': 0.15.12
|
||||
esbuild-android-64: 0.15.12
|
||||
esbuild-android-arm64: 0.15.12
|
||||
esbuild-darwin-64: 0.15.12
|
||||
esbuild-darwin-arm64: 0.15.12
|
||||
esbuild-freebsd-64: 0.15.12
|
||||
esbuild-freebsd-arm64: 0.15.12
|
||||
esbuild-linux-32: 0.15.12
|
||||
esbuild-linux-64: 0.15.12
|
||||
esbuild-linux-arm: 0.15.12
|
||||
esbuild-linux-arm64: 0.15.12
|
||||
esbuild-linux-mips64le: 0.15.12
|
||||
esbuild-linux-ppc64le: 0.15.12
|
||||
esbuild-linux-riscv64: 0.15.12
|
||||
esbuild-linux-s390x: 0.15.12
|
||||
esbuild-netbsd-64: 0.15.12
|
||||
esbuild-openbsd-64: 0.15.12
|
||||
esbuild-sunos-64: 0.15.12
|
||||
esbuild-windows-32: 0.15.12
|
||||
esbuild-windows-64: 0.15.12
|
||||
esbuild-windows-arm64: 0.15.12
|
||||
dev: true
|
||||
|
||||
/escalade/3.1.1:
|
||||
@@ -3460,7 +3460,7 @@ packages:
|
||||
dependencies:
|
||||
acorn: 8.8.1
|
||||
pathe: 0.3.9
|
||||
pkg-types: 0.3.5
|
||||
pkg-types: 0.3.6
|
||||
ufo: 0.8.6
|
||||
dev: true
|
||||
|
||||
@@ -3881,8 +3881,8 @@ packages:
|
||||
vue: 3.2.41
|
||||
vue-demi: 0.13.11_vue@3.2.41
|
||||
|
||||
/pkg-types/0.3.5:
|
||||
resolution: {integrity: sha512-VkxCBFVgQhNHYk9subx+HOhZ4jzynH11ah63LZsprTKwPCWG9pfWBlkElWFbvkP9BVR0dP1jS9xPdhaHQNK74Q==}
|
||||
/pkg-types/0.3.6:
|
||||
resolution: {integrity: sha512-uQZutkkh6axl1GxDm5/+8ivVdwuJ5pyDGqJeSiIWIUWIqYiK3p9QKozN/Rv6eVvFoeSWkN1uoYeSDBwwBJBtbg==}
|
||||
dependencies:
|
||||
jsonc-parser: 3.2.0
|
||||
mlly: 0.5.16
|
||||
@@ -4182,8 +4182,8 @@ packages:
|
||||
glob: 7.2.3
|
||||
dev: true
|
||||
|
||||
/rollup/2.78.1:
|
||||
resolution: {integrity: sha512-VeeCgtGi4P+o9hIg+xz4qQpRl6R401LWEXBmxYKOV4zlF82lyhgh2hTZnheFUbANE8l2A41F458iwj2vEYaXJg==}
|
||||
/rollup/2.79.1:
|
||||
resolution: {integrity: sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==}
|
||||
engines: {node: '>=10.0.0'}
|
||||
hasBin: true
|
||||
optionalDependencies:
|
||||
@@ -4432,8 +4432,8 @@ packages:
|
||||
resolution: {integrity: sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g==}
|
||||
dev: true
|
||||
|
||||
/splitpanes/3.1.1:
|
||||
resolution: {integrity: sha512-VUkxDJfIGSvTM/fm/+OSrx8ha9URwE/9B8FPvfzoBuAxVELIHBWpsfnJXIXv77zVwuex//QQL4kTU9SDBPeHjA==}
|
||||
/splitpanes/3.1.5:
|
||||
resolution: {integrity: sha512-r3Mq2ITFQ5a2VXLOy4/Sb2Ptp7OfEO8YIbhVJqJXoFc9hc5nTXXkCvtVDjIGbvC0vdE7tse+xTM9BMjsszP6bw==}
|
||||
dev: false
|
||||
|
||||
/statuses/2.0.1:
|
||||
@@ -4633,7 +4633,7 @@ packages:
|
||||
punycode: 2.1.1
|
||||
dev: true
|
||||
|
||||
/ts-node/10.9.1_6hf6ijjdmrvgn4gwd23tocsh2m:
|
||||
/ts-node/10.9.1_evej5wzm4hojmu6uzxwpspdmsu:
|
||||
resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@@ -4652,7 +4652,7 @@ packages:
|
||||
'@tsconfig/node12': 1.0.11
|
||||
'@tsconfig/node14': 1.0.3
|
||||
'@tsconfig/node16': 1.0.3
|
||||
'@types/node': 18.11.4
|
||||
'@types/node': 18.11.7
|
||||
acorn: 8.7.1
|
||||
acorn-walk: 8.2.0
|
||||
arg: 4.1.3
|
||||
@@ -4719,19 +4719,22 @@ packages:
|
||||
which-boxed-primitive: 1.0.2
|
||||
dev: true
|
||||
|
||||
/unimport/0.6.8:
|
||||
resolution: {integrity: sha512-MWkaPYvN0j+6jfEuiVFhfmy+aOtgAP11CozSbu/I3Cx+8ybjXIueB7GVlKofHabtjzSlPeAvWKJSFjHWsG2JaA==}
|
||||
/unimport/0.7.0:
|
||||
resolution: {integrity: sha512-Cr0whz4toYVid3JHlni/uThwavDVVCk6Zw0Gxnol1c7DprTA+Isr4T+asO6rDGkhkgV7r3vSdSs5Ym8F15JA+w==}
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 4.2.1
|
||||
'@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.9.6
|
||||
unplugin: 0.10.2
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
dev: true
|
||||
|
||||
/unique-string/3.0.0:
|
||||
@@ -4760,8 +4763,8 @@ packages:
|
||||
engines: {node: '>= 0.8'}
|
||||
dev: true
|
||||
|
||||
/unplugin-auto-import/0.11.3_@vueuse+core@9.3.1:
|
||||
resolution: {integrity: sha512-hYE7jgwytkstwixrwqcjYd7fLmhpfv3/sqZXN2fT6noZiY3eFhC5erFlHfrN5HLq8/4/sKS6+plvaCk3HB2Stw==}
|
||||
/unplugin-auto-import/0.11.4_@vueuse+core@9.4.0:
|
||||
resolution: {integrity: sha512-lh/bRDRYwgnb9Cm5ur8TlTMGxA1GRZvgzCvBIf0vyuVRy7ebWcWefFElpUDpr8vLl+ZRGsPVCOGiYJ8TCR625Q==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
'@vueuse/core': '*'
|
||||
@@ -4771,11 +4774,11 @@ packages:
|
||||
dependencies:
|
||||
'@antfu/utils': 0.6.0
|
||||
'@rollup/pluginutils': 5.0.2
|
||||
'@vueuse/core': 9.3.1_vue@3.2.41
|
||||
'@vueuse/core': 9.4.0_vue@3.2.41
|
||||
local-pkg: 0.4.2
|
||||
magic-string: 0.26.7
|
||||
unimport: 0.6.8
|
||||
unplugin: 0.10.1
|
||||
unimport: 0.7.0
|
||||
unplugin: 0.10.2
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
dev: true
|
||||
@@ -4844,6 +4847,15 @@ packages:
|
||||
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
|
||||
dev: true
|
||||
|
||||
/unplugin/0.9.6:
|
||||
resolution: {integrity: sha512-YYLtfoNiie/lxswy1GOsKXgnLJTE27la/PeCGznSItk+8METYZErO+zzV9KQ/hXhPwzIJsfJ4s0m1Rl7ZCWZ4Q==}
|
||||
dependencies:
|
||||
@@ -4909,7 +4921,7 @@ packages:
|
||||
spdx-expression-parse: 3.0.1
|
||||
dev: true
|
||||
|
||||
/vite-plugin-pages/0.27.1_y7chuddh2i4swuczuywc2tye34:
|
||||
/vite-plugin-pages/0.27.1_mcesy7jerftbko5juhf5kewwti:
|
||||
resolution: {integrity: sha512-KXfeG9aQSNsSXBs1mPeeuC0rwkLti+MgoJ3GknrwRDNrdrojb9czcFAVlnoPNVdfuvTHcWdf5zqN7+vuvz2JZQ==}
|
||||
peerDependencies:
|
||||
'@vue/compiler-sfc': ^2.7.0 || ^3.0.0
|
||||
@@ -4927,13 +4939,13 @@ packages:
|
||||
json5: 2.2.1
|
||||
local-pkg: 0.4.2
|
||||
picocolors: 1.0.0
|
||||
vite: 3.1.8_sass@1.55.0
|
||||
vite: 3.2.1_sass@1.55.0
|
||||
yaml: 2.1.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-plugin-vue-layouts/0.7.0_ecdnvyvwgikoc66bazlhpeez6y:
|
||||
/vite-plugin-vue-layouts/0.7.0_7xp2x5fpv2vkd2lif76kmq2cey:
|
||||
resolution: {integrity: sha512-k5XDmRNFo4M/GmUjhbRXj2WmJiFcGoVI8l/uZ72RHyRDQr4wE/6Zq/KFq0lqXomWQxTSzakQRUswzNwtvZLE8A==}
|
||||
peerDependencies:
|
||||
vite: ^2.5.0 || ^3.0.0-0
|
||||
@@ -4943,21 +4955,22 @@ packages:
|
||||
'@vue/compiler-sfc': 3.2.41
|
||||
debug: 4.3.4
|
||||
fast-glob: 3.2.11
|
||||
vite: 3.1.8_sass@1.55.0
|
||||
vite: 3.2.1_sass@1.55.0
|
||||
vue: 3.2.41
|
||||
vue-router: 4.1.6_vue@3.2.41
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite/3.1.8_sass@1.55.0:
|
||||
resolution: {integrity: sha512-m7jJe3nufUbuOfotkntGFupinL/fmuTNuQmiVE7cH2IZMuf4UbfbGYMUT3jVWgGYuRVLY9j8NnrRqgw5rr5QTg==}
|
||||
/vite/3.2.1_sass@1.55.0:
|
||||
resolution: {integrity: sha512-ADtMkfHuWq4tskJsri2n2FZkORO8ZyhI+zIz7zTrDAgDEtct1jdxOg3YsZBfHhKjmMoWLOSCr+64qrEDGo/DbQ==}
|
||||
engines: {node: ^14.18.0 || >=16.0.0}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
less: '*'
|
||||
sass: '*'
|
||||
stylus: '*'
|
||||
sugarss: '*'
|
||||
terser: ^5.4.0
|
||||
peerDependenciesMeta:
|
||||
less:
|
||||
@@ -4966,13 +4979,15 @@ packages:
|
||||
optional: true
|
||||
stylus:
|
||||
optional: true
|
||||
sugarss:
|
||||
optional: true
|
||||
terser:
|
||||
optional: true
|
||||
dependencies:
|
||||
esbuild: 0.15.10
|
||||
esbuild: 0.15.12
|
||||
postcss: 8.4.18
|
||||
resolve: 1.22.1
|
||||
rollup: 2.78.1
|
||||
rollup: 2.79.1
|
||||
sass: 1.55.0
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
@@ -5002,7 +5017,7 @@ packages:
|
||||
dependencies:
|
||||
'@types/chai': 4.3.3
|
||||
'@types/chai-subset': 1.3.3
|
||||
'@types/node': 18.11.4
|
||||
'@types/node': 18.11.7
|
||||
chai: 4.3.6
|
||||
debug: 4.3.4
|
||||
jsdom: 20.0.1
|
||||
@@ -5011,11 +5026,12 @@ packages:
|
||||
tinybench: 2.3.0
|
||||
tinypool: 0.3.0
|
||||
tinyspy: 1.0.2
|
||||
vite: 3.1.8_sass@1.55.0
|
||||
vite: 3.2.1_sass@1.55.0
|
||||
transitivePeerDependencies:
|
||||
- less
|
||||
- sass
|
||||
- stylus
|
||||
- sugarss
|
||||
- supports-color
|
||||
- terser
|
||||
dev: true
|
||||
|
||||
Reference in New Issue
Block a user