1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 06:49:23 +01:00

Updates modules

This commit is contained in:
Amir Raminfar
2022-01-31 15:56:22 -08:00
parent d51a4630fd
commit 3bb2f9fd7b
2 changed files with 108 additions and 115 deletions

View File

@@ -24,28 +24,28 @@
"dependencies": {
"@iconify-json/carbon": "^1.0.14",
"@iconify-json/cil": "^1.0.1",
"@iconify-json/mdi": "^1.0.12",
"@iconify-json/mdi": "^1.0.15",
"@iconify-json/mdi-light": "^1.0.1",
"@iconify-json/octicon": "^1.0.7",
"@oruga-ui/oruga-next": "^0.5.2",
"@iconify-json/octicon": "^1.0.9",
"@oruga-ui/oruga-next": "^0.5.3",
"@oruga-ui/theme-bulma": "^0.2.1",
"@vitejs/plugin-vue": "^2.1.0",
"@vue/compiler-sfc": "^3.2.29",
"@vueuse/core": "^7.5.4",
"@vueuse/core": "^7.5.5",
"ansi-to-html": "^0.7.2",
"bulma": "^0.9.3",
"date-fns": "^2.28.0",
"fuzzysort": "^1.1.4",
"hotkeys-js": "^3.8.7",
"lodash.debounce": "^4.0.8",
"pinia": "^2.0.9",
"sass": "^1.49.0",
"pinia": "^2.0.11",
"sass": "^1.49.1",
"semver": "^7.3.5",
"splitpanes": "^3.0.6",
"typescript": "^4.5.5",
"unplugin-auto-import": "^0.5.11",
"unplugin-icons": "^0.13.0",
"unplugin-vue-components": "^0.17.14",
"unplugin-vue-components": "^0.17.15",
"vite": "^2.7.13",
"vue": "^3.2.26",
"vue-router": "^4.0.12"
@@ -54,7 +54,7 @@
"@pinia/testing": "^0.0.9",
"@types/jest": "^27.4.0",
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^17.0.10",
"@types/node": "^17.0.13",
"@types/semver": "^7.3.9",
"@vue/test-utils": "^2.0.0-rc.18",
"c8": "^7.11.0",
@@ -62,12 +62,12 @@
"husky": "^7.0.4",
"jest-serializer-vue": "^2.0.2",
"jsdom": "^19.0.0",
"lint-staged": "^12.3.1",
"lint-staged": "^12.3.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"release-it": "^14.12.3",
"release-it": "^14.12.4",
"ts-node": "^10.4.0",
"vitest": "^0.2.0"
"vitest": "^0.2.5"
},
"lint-staged": {
"*.{js,vue,css}": [

201
pnpm-lock.yaml generated
View File

@@ -3,20 +3,20 @@ lockfileVersion: 5.3
specifiers:
'@iconify-json/carbon': ^1.0.14
'@iconify-json/cil': ^1.0.1
'@iconify-json/mdi': ^1.0.12
'@iconify-json/mdi': ^1.0.15
'@iconify-json/mdi-light': ^1.0.1
'@iconify-json/octicon': ^1.0.7
'@oruga-ui/oruga-next': ^0.5.2
'@iconify-json/octicon': ^1.0.9
'@oruga-ui/oruga-next': ^0.5.3
'@oruga-ui/theme-bulma': ^0.2.1
'@pinia/testing': ^0.0.9
'@types/jest': ^27.4.0
'@types/lodash.debounce': ^4.0.6
'@types/node': ^17.0.10
'@types/node': ^17.0.13
'@types/semver': ^7.3.9
'@vitejs/plugin-vue': ^2.1.0
'@vue/compiler-sfc': ^3.2.29
'@vue/test-utils': ^2.0.0-rc.18
'@vueuse/core': ^7.5.4
'@vueuse/core': ^7.5.5
ansi-to-html: ^0.7.2
bulma: ^0.9.3
c8: ^7.11.0
@@ -27,59 +27,59 @@ specifiers:
husky: ^7.0.4
jest-serializer-vue: ^2.0.2
jsdom: ^19.0.0
lint-staged: ^12.3.1
lint-staged: ^12.3.2
lodash.debounce: ^4.0.8
npm-run-all: ^4.1.5
pinia: ^2.0.9
pinia: ^2.0.11
prettier: ^2.5.1
release-it: ^14.12.3
sass: ^1.49.0
release-it: ^14.12.4
sass: ^1.49.1
semver: ^7.3.5
splitpanes: ^3.0.6
ts-node: ^10.4.0
typescript: ^4.5.5
unplugin-auto-import: ^0.5.11
unplugin-icons: ^0.13.0
unplugin-vue-components: ^0.17.14
unplugin-vue-components: ^0.17.15
vite: ^2.7.13
vitest: ^0.2.0
vitest: ^0.2.5
vue: ^3.2.26
vue-router: ^4.0.12
dependencies:
'@iconify-json/carbon': 1.0.14
'@iconify-json/cil': 1.0.1
'@iconify-json/mdi': 1.0.12
'@iconify-json/mdi': 1.0.15
'@iconify-json/mdi-light': 1.0.1
'@iconify-json/octicon': 1.0.7
'@oruga-ui/oruga-next': 0.5.2_vue@3.2.26
'@iconify-json/octicon': 1.0.9
'@oruga-ui/oruga-next': 0.5.3_vue@3.2.26
'@oruga-ui/theme-bulma': 0.2.1
'@vitejs/plugin-vue': 2.1.0_vite@2.7.13+vue@3.2.26
'@vue/compiler-sfc': 3.2.29
'@vueuse/core': 7.5.4_vue@3.2.26
'@vueuse/core': 7.5.5_vue@3.2.26
ansi-to-html: 0.7.2
bulma: 0.9.3
date-fns: 2.28.0
fuzzysort: 1.1.4
hotkeys-js: 3.8.7
lodash.debounce: 4.0.8
pinia: 2.0.9_typescript@4.5.5+vue@3.2.26
sass: 1.49.0
pinia: 2.0.11_typescript@4.5.5+vue@3.2.26
sass: 1.49.1
semver: 7.3.5
splitpanes: 3.0.6
typescript: 4.5.5
unplugin-auto-import: 0.5.11_@vueuse+core@7.5.4+vite@2.7.13
unplugin-auto-import: 0.5.11_@vueuse+core@7.5.5+vite@2.7.13
unplugin-icons: 0.13.0_156ab524000ac0f29e01f162b9943b71
unplugin-vue-components: 0.17.14_vite@2.7.13+vue@3.2.26
vite: 2.7.13_sass@1.49.0
unplugin-vue-components: 0.17.15_vite@2.7.13+vue@3.2.26
vite: 2.7.13_sass@1.49.1
vue: 3.2.26
vue-router: 4.0.12_vue@3.2.26
devDependencies:
'@pinia/testing': 0.0.9_pinia@2.0.9+vue@3.2.26
'@pinia/testing': 0.0.9_pinia@2.0.11+vue@3.2.26
'@types/jest': 27.4.0
'@types/lodash.debounce': 4.0.6
'@types/node': 17.0.10
'@types/node': 17.0.13
'@types/semver': 7.3.9
'@vue/test-utils': 2.0.0-rc.18_vue@3.2.26
c8: 7.11.0
@@ -87,12 +87,12 @@ devDependencies:
husky: 7.0.4
jest-serializer-vue: 2.0.2
jsdom: 19.0.0
lint-staged: 12.3.1
lint-staged: 12.3.2
npm-run-all: 4.1.5
prettier: 2.5.1
release-it: 14.12.3
ts-node: 10.4.0_9d6cd740eceb93d711351e2e9548d1bd
vitest: 0.2.0_514a2925abd8a99184787b43c2d04480
release-it: 14.12.4
ts-node: 10.4.0_40146b36d18138e3202fbb722e5f65e4
vitest: 0.2.5_05f2560ef29531b3d2c63d1c9d11d95b
packages:
@@ -119,7 +119,7 @@ packages:
resolution: {integrity: sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/highlight': 7.16.7
'@babel/highlight': 7.16.10
dev: true
/@babel/helper-validator-identifier/7.16.7:
@@ -127,8 +127,8 @@ packages:
engines: {node: '>=6.9.0'}
dev: true
/@babel/highlight/7.16.7:
resolution: {integrity: sha512-aKpPMfLvGO3Q97V0qhw/V2SWNWlwfJknuwAunU7wZLSfrM4xTBvg7E5opUVi1kJTBKihE38CPg4nBiqX83PWYw==}
/@babel/highlight/7.16.10:
resolution: {integrity: sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-validator-identifier': 7.16.7
@@ -186,14 +186,14 @@ packages:
'@iconify/types': 1.0.12
dev: false
/@iconify-json/mdi/1.0.12:
resolution: {integrity: sha512-smYQpxDqSCUdySFSYZpH0BAEVbgFnU4IE/Hb36zavseOl3zFlKDvGOEFPC7djkEabrIWi9KDAUdbtIREcgVE8A==}
/@iconify-json/mdi/1.0.15:
resolution: {integrity: sha512-koiuzFiuFme2uvXl9ZH1uuhPzESw34Fr1K5RLdbtTY9CSOMpe8rVcQCUB3n4lQrHplXlm6DyyFIgCIUCFP+ciA==}
dependencies:
'@iconify/types': 1.0.12
dev: false
/@iconify-json/octicon/1.0.7:
resolution: {integrity: sha512-6yOqQGs/XcRGrtWadAExDuDVGMgCwxROzX0Tdz1CFH4QAPEGfJs8QecfbyCQQlQS8RrU8wK95O8AoxI+cB+slA==}
/@iconify-json/octicon/1.0.9:
resolution: {integrity: sha512-e2fP6v8fYGs5QHSrYNWiLNiUeHMR+HM/g05gGoon1turwWlw5+8KUypMNaW7o0XnJN9bGWxiWWzKFDG1zA03MA==}
dependencies:
'@iconify/types': 1.0.12
dev: false
@@ -249,7 +249,7 @@ packages:
dependencies:
'@octokit/auth-token': 2.5.0
'@octokit/graphql': 4.8.0
'@octokit/request': 5.6.2
'@octokit/request': 5.6.3
'@octokit/request-error': 2.1.0
'@octokit/types': 6.34.0
before-after-hook: 2.2.2
@@ -269,7 +269,7 @@ packages:
/@octokit/graphql/4.8.0:
resolution: {integrity: sha512-0gv+qLSBLKF0z8TKaSKTsS39scVKF9dbMxJpj3U0vC7wjNWFuIpL/z76Qe2fiuCbDRcJSavkXsVtMS6/dtQQsg==}
dependencies:
'@octokit/request': 5.6.2
'@octokit/request': 5.6.3
'@octokit/types': 6.34.0
universal-user-agent: 6.0.0
transitivePeerDependencies:
@@ -315,8 +315,8 @@ packages:
once: 1.4.0
dev: true
/@octokit/request/5.6.2:
resolution: {integrity: sha512-je66CvSEVf0jCpRISxkUcCa0UkxmFs6eGDRSbfJtAVwbLH5ceqF+YEyC8lj8ystKyZTy8adWr0qmkY52EfOeLA==}
/@octokit/request/5.6.3:
resolution: {integrity: sha512-bFJl0I1KVc9jYTe9tdGGpAMPy32dLBXXo1dS/YwSCTL/2nd9XeHsY616RE3HPXDVk+a+dBuzyz5YdlXwcDTr2A==}
dependencies:
'@octokit/endpoint': 6.0.12
'@octokit/request-error': 2.1.0
@@ -345,8 +345,8 @@ packages:
'@octokit/openapi-types': 11.2.0
dev: true
/@oruga-ui/oruga-next/0.5.2_vue@3.2.26:
resolution: {integrity: sha512-zvTMMXkBoLqgrNhyuVulEPG31M0jcJ3oM/ZndKbHDMhhNnMmtpSFOAlF3wYHRPsco5ch8pnDe29PDg6cELgKag==}
/@oruga-ui/oruga-next/0.5.3_vue@3.2.26:
resolution: {integrity: sha512-++WHQDFrsdck/Wey0GWgxs5U6JsRYPkAIvVGlnN+A29u4EcOZphn5l7fc6Tu4LKBduPYQr2122tXuGThCnQ8UA==}
peerDependencies:
vue: ^3.0.0
dependencies:
@@ -359,12 +359,12 @@ packages:
bulma: 0.9.3
dev: false
/@pinia/testing/0.0.9_pinia@2.0.9+vue@3.2.26:
/@pinia/testing/0.0.9_pinia@2.0.11+vue@3.2.26:
resolution: {integrity: sha512-JG+th+BENR89/7vpRxafDApU56AECZ9m+THd8IKsgomyRXaiRRdwt0BLbjStTkksnoNZfZBCz5NszykyNxz/sQ==}
peerDependencies:
pinia: ~2.0.7
dependencies:
pinia: 2.0.9_typescript@4.5.5+vue@3.2.26
pinia: 2.0.11_typescript@4.5.5+vue@3.2.26
vue-demi: 0.12.1_vue@3.2.26
transitivePeerDependencies:
- '@vue/composition-api'
@@ -384,8 +384,8 @@ packages:
engines: {node: '>=6'}
dev: true
/@sindresorhus/is/4.3.0:
resolution: {integrity: sha512-wwOvh0eO3PiTEivGJWiZ+b946SlMSb4pe+y+Ur/4S87cwo09pYi+FWHHnbrM3W9W7cBYKDqQXcrFYjYUCOJUEQ==}
/@sindresorhus/is/4.4.0:
resolution: {integrity: sha512-QppPM/8l3Mawvh4rn9CNEYIU9bxpXUCRMaX9yUpvBk1nMKusLKpfXGDEKExKaPhLzcn3lzil7pR6rnJ11HgeRQ==}
engines: {node: '>=10'}
dev: true
@@ -429,7 +429,7 @@ packages:
dependencies:
'@types/http-cache-semantics': 4.0.1
'@types/keyv': 3.1.3
'@types/node': 17.0.10
'@types/node': 17.0.13
'@types/responselike': 1.0.0
dev: true
@@ -461,7 +461,7 @@ packages:
/@types/keyv/3.1.3:
resolution: {integrity: sha512-FXCJgyyN3ivVgRoml4h94G/p3kY+u/B86La+QptcqJaWtBWtmc6TtkNfS40n9bIvyLteHh7zXOtgbobORKPbDg==}
dependencies:
'@types/node': 17.0.10
'@types/node': 17.0.13
dev: true
/@types/lodash.debounce/4.0.6:
@@ -474,8 +474,8 @@ packages:
resolution: {integrity: sha512-0d5Wd09ItQWH1qFbEyQ7oTQ3GZrMfth5JkbN3EvTKLXcHLRDSXeLnlvlOn0wvxVIwK5o2M8JzP/OWz7T3NRsbw==}
dev: true
/@types/node/17.0.10:
resolution: {integrity: sha512-S/3xB4KzyFxYGCppyDt68yzBU9ysL88lSdIah4D6cptdcltc4NCPCAMc0+PCpg/lLIyC7IPvj2Z52OJWeIUkog==}
/@types/node/17.0.13:
resolution: {integrity: sha512-Y86MAxASe25hNzlDbsviXl8jQHb0RDvKt4c40ZJQ1Don0AAL0STLZSs4N+6gLEO55pedy7r2cLwS+ZDxPm/2Bw==}
dev: true
/@types/parse-json/4.0.0:
@@ -485,7 +485,7 @@ packages:
/@types/responselike/1.0.0:
resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==}
dependencies:
'@types/node': 17.0.10
'@types/node': 17.0.13
dev: true
/@types/semver/7.3.9:
@@ -503,7 +503,7 @@ packages:
vite: ^2.5.10
vue: ^3.2.25
dependencies:
vite: 2.7.13_sass@1.49.0
vite: 2.7.13_sass@1.49.1
vue: 3.2.26
dev: false
@@ -654,8 +654,8 @@ packages:
vue: 3.2.26
dev: true
/@vueuse/core/7.5.4_vue@3.2.26:
resolution: {integrity: sha512-PKmyHN2lZuttGgKmsoMMqiSojSYYKraszilP0gpQIGcLt2YoLABaG3VFjdPs2tY6DM+HG3o70HuzOMEQCY8fqQ==}
/@vueuse/core/7.5.5_vue@3.2.26:
resolution: {integrity: sha512-RBDqmIoGfak4h3xdXa/Av+ibkb8NY044wEy6+PG2FAWNaID8/FkqmSFjbxogrbmpSX1yZ1PBHrM8DUp/FrIpbg==}
peerDependencies:
'@vue/composition-api': ^1.1.0
vue: ^2.6.0 || ^3.2.0
@@ -665,13 +665,13 @@ packages:
vue:
optional: true
dependencies:
'@vueuse/shared': 7.5.4_vue@3.2.26
'@vueuse/shared': 7.5.5_vue@3.2.26
vue: 3.2.26
vue-demi: 0.12.1_vue@3.2.26
dev: false
/@vueuse/shared/7.5.4_vue@3.2.26:
resolution: {integrity: sha512-750RnGUEgg1+K4jGVkv7M5UOStAa/IjAInV6BugyBOvRYL2l1lcIDUi4V/qIKTlhd2oUAByCEnlqIpFD2a3tfw==}
/@vueuse/shared/7.5.5_vue@3.2.26:
resolution: {integrity: sha512-mzzTsotHQRPnPAChy8iCv6ek/90CKYhAFyMRgNsMxpT0afZJkbMO/X0OaOu/1NuGbgb8UVjlsWKmCUgKTOF5hA==}
peerDependencies:
'@vue/composition-api': ^1.1.0
vue: ^2.6.0 || ^3.2.0
@@ -962,14 +962,15 @@ packages:
engines: {node: '>=10'}
dev: true
/chai/4.3.4:
resolution: {integrity: sha512-yS5H68VYOCtN1cjfwumDSuzn/9c+yza4f3reKXlE5rUg7SFcCEy90gJvydNgOYtblyf4Zi6jIWRnXOgErta0KA==}
/chai/4.3.6:
resolution: {integrity: sha512-bbcp3YfHCUzMOvKqsztczerVgBKSsEijCySNlHHbX3VG1nskvqjz5Rfso1gGwD6w6oOV3eI60pKuMOV5MV7p3Q==}
engines: {node: '>=4'}
dependencies:
assertion-error: 1.1.0
check-error: 1.0.2
deep-eql: 3.0.1
get-func-name: 2.0.0
loupe: 2.3.1
pathval: 1.1.1
type-detect: 4.0.8
dev: true
@@ -1324,14 +1325,6 @@ packages:
engines: {node: '>=0.4.0'}
dev: true
/deprecated-obj/2.0.0:
resolution: {integrity: sha512-CkdywZC2rJ8RGh+y3MM1fw1EJ4oO/oNExGbRFv0AQoMS+faTd3nO7slYjkj/6t8OnIMUE+wxh6G97YHhK1ytrw==}
engines: {node: '>=10'}
dependencies:
flat: 5.0.2
lodash: 4.17.21
dev: true
/deprecation/2.3.1:
resolution: {integrity: sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==}
dev: true
@@ -1727,11 +1720,6 @@ packages:
locate-path: 6.0.0
path-exists: 4.0.0
/flat/5.0.2:
resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==}
hasBin: true
dev: true
/foreground-child/2.0.0:
resolution: {integrity: sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==}
engines: {node: '>=8.0.0'}
@@ -1863,7 +1851,7 @@ packages:
resolution: {integrity: sha512-7gtQ5KiPh1RtGS9/Jbv1ofDpBFuq42gyfEib+ejaRBJuj/3tQFeR5+gw57e4ipaU8c/rCjvX6fkQz2lyDlGAOg==}
engines: {node: '>=10.19.0'}
dependencies:
'@sindresorhus/is': 4.3.0
'@sindresorhus/is': 4.4.0
'@szmarczak/http-timer': 4.0.6
'@types/cacheable-request': 6.0.2
'@types/responselike': 1.0.0
@@ -2496,8 +2484,8 @@ packages:
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
dev: true
/lint-staged/12.3.1:
resolution: {integrity: sha512-Ocht/eT+4/siWOZDJpNUKcKX2UeWW/pDbohJ4gRsrafAjBi79JK8kiNVk2ciIVNKdw0Q4ABptl2nr6uQAlRImw==}
/lint-staged/12.3.2:
resolution: {integrity: sha512-gtw4Cbj01SuVSfAOXC6ivd/7VKHTj51yj5xV8TgktFmYNMsZzXuSd5/brqJEA93v63wL7R6iDlunMANOechC0A==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
hasBin: true
dependencies:
@@ -2507,7 +2495,7 @@ packages:
debug: 4.3.3_supports-color@9.2.1
execa: 5.1.1
lilconfig: 2.0.4
listr2: 4.0.1
listr2: 4.0.2
micromatch: 4.0.4
normalize-path: 3.0.0
object-inspect: 1.12.0
@@ -2518,8 +2506,8 @@ packages:
- enquirer
dev: true
/listr2/4.0.1:
resolution: {integrity: sha512-D65Nl+zyYHL2jQBGmxtH/pU8koPZo5C8iCNE8EoB04RwPgQG1wuaKwVbeZv9LJpiH4Nxs0FCp+nNcG8OqpniiA==}
/listr2/4.0.2:
resolution: {integrity: sha512-YcgwfCWpvPbj9FLUGqvdFvd3hrFWKpOeuXznRgfWEJ7RNr8b/IKKIKZABHx3aU+4CWN/iSAFFSReziQG6vTeIA==}
engines: {node: '>=12'}
peerDependencies:
enquirer: '>= 2.3.0 < 3'
@@ -2583,6 +2571,12 @@ packages:
wrap-ansi: 6.2.0
dev: true
/loupe/2.3.1:
resolution: {integrity: sha512-EN1D3jyVmaX4tnajVlfbREU4axL647hLec1h/PXAb8CPDMJiYitcWF2UeLVNttRqaIqQs4x+mRvXf+d+TlDrCA==}
dependencies:
get-func-name: 2.0.0
dev: true
/lowercase-keys/1.0.1:
resolution: {integrity: sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==}
engines: {node: '>=0.10.0'}
@@ -2994,8 +2988,8 @@ packages:
engines: {node: '>=4'}
dev: true
/pinia/2.0.9_typescript@4.5.5+vue@3.2.26:
resolution: {integrity: sha512-iuYdxLJKQ07YPyOHYH05wNG9eKWqkP/4y4GE8+RqEYtz5fwHgPA5kr6zQbg/DoEJGnR2XCm1w1vdt6ppzL9ATg==}
/pinia/2.0.11_typescript@4.5.5+vue@3.2.26:
resolution: {integrity: sha512-JzcmnMqu28PNWOjDgEDK6fTrIzX8eQZKPPKvu/fpHdpXARUj1xeVdFi3YFIMOWswqaBd589cpmAMdSSTryI9iw==}
peerDependencies:
'@vue/composition-api': ^1.4.0
typescript: '>=4.4.4'
@@ -3174,8 +3168,8 @@ packages:
rc: 1.2.8
dev: true
/release-it/14.12.3:
resolution: {integrity: sha512-qek7ml9WaxpXSjLpU4UGCF9nWpDgOODL1gZTuydafs1HdQPAeYOd2od8I8lUL4NlEKW2TirDhH4aFTVIpP3/cQ==}
/release-it/14.12.4:
resolution: {integrity: sha512-lqf9PMsj7ycCqFHGag8Uv7cE1hNsKa+yKUMe+Fkh9fdOfxu2F01On+YUefRCP0DuQthmr/WyLCYdrjThMEkWFQ==}
engines: {node: '>=10'}
hasBin: true
dependencies:
@@ -3185,7 +3179,6 @@ packages:
chalk: 4.1.2
cosmiconfig: 7.0.1
debug: 4.3.3
deprecated-obj: 2.0.0
execa: 5.1.1
form-data: 4.0.0
git-url-parse: 11.6.0
@@ -3324,9 +3317,9 @@ packages:
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
dev: true
/sass/1.49.0:
resolution: {integrity: sha512-TVwVdNDj6p6b4QymJtNtRS2YtLJ/CqZriGg0eIAbAKMlN8Xy6kbv33FsEZSF7FufFFM705SQviHjjThfaQ4VNw==}
engines: {node: '>=8.9.0'}
/sass/1.49.1:
resolution: {integrity: sha512-VF/Ov0LVmcQeeScqAc6NVodjtE1mrXbSutEFKYmiyS/9WL1mKPFpZ9kJHha/D6t4ofWWpCDvk1B75lfu+cF1XQ==}
engines: {node: '>=12.0.0'}
hasBin: true
dependencies:
chokidar: 3.5.3
@@ -3625,8 +3618,8 @@ packages:
engines: {node: '>=14.0.0'}
dev: true
/tinyspy/0.2.8:
resolution: {integrity: sha512-4VXqQzzh9gC5uOLk77cLr9R3wqJq07xJlgM9IUdCNJCet139r+046ETKbU1x7mGs7B0k7eopyH5U6yflbBXNyA==}
/tinyspy/0.2.10:
resolution: {integrity: sha512-Qij6rGWCDjWIejxCXXVi6bNgvrYBp3PbqC4cBP/0fD6WHDOHCw09Zd13CsxrDqSR5PFq01WeqDws8t5lz5sH0A==}
engines: {node: '>=14.0.0'}
dev: true
@@ -3668,7 +3661,7 @@ packages:
punycode: 2.1.1
dev: true
/ts-node/10.4.0_9d6cd740eceb93d711351e2e9548d1bd:
/ts-node/10.4.0_40146b36d18138e3202fbb722e5f65e4:
resolution: {integrity: sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==}
hasBin: true
peerDependencies:
@@ -3687,7 +3680,7 @@ packages:
'@tsconfig/node12': 1.0.9
'@tsconfig/node14': 1.0.1
'@tsconfig/node16': 1.0.2
'@types/node': 17.0.10
'@types/node': 17.0.13
acorn: 8.7.0
acorn-walk: 8.2.0
arg: 4.1.3
@@ -3766,7 +3759,7 @@ packages:
engines: {node: '>= 4.0.0'}
dev: true
/unplugin-auto-import/0.5.11_@vueuse+core@7.5.4+vite@2.7.13:
/unplugin-auto-import/0.5.11_@vueuse+core@7.5.5+vite@2.7.13:
resolution: {integrity: sha512-MJ3POLe/IysRHF4yd32FkKDoxqSRoiuIHm89ys67B8FLuz2Pvh9poeqTVe6IhJsNxwv0+GSdFfj5Dpq24lhm4g==}
engines: {node: '>=14'}
peerDependencies:
@@ -3777,7 +3770,7 @@ packages:
dependencies:
'@antfu/utils': 0.4.0
'@rollup/pluginutils': 4.1.2
'@vueuse/core': 7.5.4_vue@3.2.26
'@vueuse/core': 7.5.5_vue@3.2.26
local-pkg: 0.4.1
magic-string: 0.25.7
resolve: 1.21.0
@@ -3821,8 +3814,8 @@ packages:
- webpack
dev: false
/unplugin-vue-components/0.17.14_vite@2.7.13+vue@3.2.26:
resolution: {integrity: sha512-PSJ2EwFTxFSVg/HhUDyoYa5/s6hWqdQzlbJLOIEr0bv4Qczp5YRpTlObld5cjgieFtgPtq2W21A77ucB/msgeg==}
/unplugin-vue-components/0.17.15_vite@2.7.13+vue@3.2.26:
resolution: {integrity: sha512-KpSlv7BaPRswwlCUy7gdpiqOAaHnMeMTmMOqJPmreYTGupt+6qXH3S3uLEmPmXUcuzRXlL+4eysuVunSAbsn0A==}
engines: {node: '>=14'}
peerDependencies:
'@babel/parser': ^7.15.8
@@ -3843,7 +3836,7 @@ packages:
magic-string: 0.25.7
minimatch: 3.0.4
resolve: 1.22.0
unplugin: 0.3.1_vite@2.7.13
unplugin: 0.3.2_vite@2.7.13
vue: 3.2.26
transitivePeerDependencies:
- esbuild
@@ -3867,7 +3860,7 @@ packages:
webpack:
optional: true
dependencies:
vite: 2.7.13_sass@1.49.0
vite: 2.7.13_sass@1.49.1
webpack-virtual-modules: 0.4.3
dev: false
@@ -3888,12 +3881,12 @@ packages:
webpack:
optional: true
dependencies:
vite: 2.7.13_sass@1.49.0
vite: 2.7.13_sass@1.49.1
webpack-virtual-modules: 0.4.3
dev: false
/unplugin/0.3.1_vite@2.7.13:
resolution: {integrity: sha512-AKagqOA5un8rT0vIoCyQ7ii1XcwAOynLYUmmd+DeyQdT9AkYtmRlk4eEsb0HOtovrufxGprOPOol1CwBTI4HRw==}
/unplugin/0.3.2_vite@2.7.13:
resolution: {integrity: sha512-5d0DMYNKZU+S9eZUiBfw6Co32eRg8myUgBPoWSqG/wDFCUE/WznfSsJnZWi1P9l69x4uLJqt2qVq1xW/AsXFrw==}
peerDependencies:
esbuild: '>=0.13'
rollup: ^2.50.0
@@ -3909,7 +3902,7 @@ packages:
webpack:
optional: true
dependencies:
vite: 2.7.13_sass@1.49.0
vite: 2.7.13_sass@1.49.1
webpack-virtual-modules: 0.4.3
dev: false
@@ -3969,7 +3962,7 @@ packages:
spdx-expression-parse: 3.0.1
dev: true
/vite/2.7.13_sass@1.49.0:
/vite/2.7.13_sass@1.49.1:
resolution: {integrity: sha512-Mq8et7f3aK0SgSxjDNfOAimZGW9XryfHRa/uV0jseQSilg+KhYDSoNb9h1rknOy6SuMkvNDLKCYAYYUMCE+IgQ==}
engines: {node: '>=12.2.0'}
hasBin: true
@@ -3989,12 +3982,12 @@ packages:
postcss: 8.4.5
resolve: 1.22.0
rollup: 2.66.0
sass: 1.49.0
sass: 1.49.1
optionalDependencies:
fsevents: 2.3.2
/vitest/0.2.0_514a2925abd8a99184787b43c2d04480:
resolution: {integrity: sha512-+8c0UN/KKQe/ye0CCCqYuPbOEZl12Fhb5hVkCiL2DdBA4jOEgHDd35AZqdHVBXaAoTedS3MD5G/LhkOxCWB8pw==}
/vitest/0.2.5_05f2560ef29531b3d2c63d1c9d11d95b:
resolution: {integrity: sha512-QruEhsNxy8ycLxYG9rrGUfHZzJ8A6YvA9ULZ4w/ecvm0Zejm1nxUar/XkRWkL2xzrqA5AjmfqDSQZ8q2bFbA0Q==}
engines: {node: '>=14.14.0'}
hasBin: true
peerDependencies:
@@ -4015,12 +4008,12 @@ packages:
'@types/chai': 4.3.0
'@types/chai-subset': 1.3.3
c8: 7.11.0
chai: 4.3.4
chai: 4.3.6
jsdom: 19.0.0
local-pkg: 0.4.1
tinypool: 0.1.1
tinyspy: 0.2.8
vite: 2.7.13_sass@1.49.0
tinyspy: 0.2.10
vite: 2.7.13_sass@1.49.1
transitivePeerDependencies:
- less
- sass