mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-28 07:56:37 +01:00
Updates node modules
This commit is contained in:
20
package.json
20
package.json
@@ -24,13 +24,13 @@
|
||||
"dependencies": {
|
||||
"@iconify-json/carbon": "^1.0.11",
|
||||
"@iconify-json/cil": "^1.0.1",
|
||||
"@iconify-json/mdi": "^1.0.10",
|
||||
"@iconify-json/mdi": "^1.0.11",
|
||||
"@iconify-json/mdi-light": "^1.0.1",
|
||||
"@iconify-json/octicon": "^1.0.5",
|
||||
"@oruga-ui/oruga-next": "^0.4.8",
|
||||
"@oruga-ui/theme-bulma": "^0.1.4",
|
||||
"@vitejs/plugin-vue": "^1.9.4",
|
||||
"@vueuse/core": "^7.0.0",
|
||||
"@oruga-ui/theme-bulma": "^0.1.5",
|
||||
"@vitejs/plugin-vue": "^1.10.1",
|
||||
"@vueuse/core": "^7.1.2",
|
||||
"ansi-to-html": "^0.7.2",
|
||||
"bulma": "^0.9.3",
|
||||
"date-fns": "^2.26.0",
|
||||
@@ -39,12 +39,12 @@
|
||||
"lodash.debounce": "^4.0.8",
|
||||
"lodash.throttle": "^4.1.1",
|
||||
"pinia": "^2.0.4",
|
||||
"sass": "^1.43.4",
|
||||
"sass": "^1.43.5",
|
||||
"semver": "^7.3.5",
|
||||
"splitpanes": "^3.0.6",
|
||||
"typescript": "^4.5.2",
|
||||
"unplugin-auto-import": "^0.4.14",
|
||||
"unplugin-icons": "^0.12.18",
|
||||
"unplugin-auto-import": "^0.4.20",
|
||||
"unplugin-icons": "^0.12.20",
|
||||
"unplugin-vue-components": "^0.17.2",
|
||||
"vite": "^2.6.14",
|
||||
"vue": "^3.2.22",
|
||||
@@ -58,16 +58,16 @@
|
||||
"@types/lodash.debounce": "^4.0.6",
|
||||
"@types/lodash.throttle": "^4.1.6",
|
||||
"@types/semver": "^7.3.9",
|
||||
"@vue/compiler-sfc": "^3.2.22",
|
||||
"@vue/compiler-sfc": "^3.2.23",
|
||||
"@vue/test-utils": "^2.0.0-rc.16",
|
||||
"@vue/vue3-jest": "^27.0.0-alpha.3",
|
||||
"eventsourcemock": "^2.0.0",
|
||||
"husky": "^7.0.4",
|
||||
"jest": "^27.3.1",
|
||||
"jest-serializer-vue": "^2.0.2",
|
||||
"lint-staged": "^12.1.1",
|
||||
"lint-staged": "^12.1.2",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^2.4.1",
|
||||
"prettier": "^2.5.0",
|
||||
"release-it": "^14.11.8",
|
||||
"ts-jest": "^27.0.7",
|
||||
"ts-node": "^10.4.0"
|
||||
|
||||
276
pnpm-lock.yaml
generated
276
pnpm-lock.yaml
generated
@@ -5,21 +5,21 @@ specifiers:
|
||||
'@babel/preset-env': ^7.16.4
|
||||
'@iconify-json/carbon': ^1.0.11
|
||||
'@iconify-json/cil': ^1.0.1
|
||||
'@iconify-json/mdi': ^1.0.10
|
||||
'@iconify-json/mdi': ^1.0.11
|
||||
'@iconify-json/mdi-light': ^1.0.1
|
||||
'@iconify-json/octicon': ^1.0.5
|
||||
'@oruga-ui/oruga-next': ^0.4.8
|
||||
'@oruga-ui/theme-bulma': ^0.1.4
|
||||
'@oruga-ui/theme-bulma': ^0.1.5
|
||||
'@pinia/testing': ^0.0.6
|
||||
'@types/jest': ^27.0.3
|
||||
'@types/lodash.debounce': ^4.0.6
|
||||
'@types/lodash.throttle': ^4.1.6
|
||||
'@types/semver': ^7.3.9
|
||||
'@vitejs/plugin-vue': ^1.9.4
|
||||
'@vue/compiler-sfc': ^3.2.22
|
||||
'@vitejs/plugin-vue': ^1.10.1
|
||||
'@vue/compiler-sfc': ^3.2.23
|
||||
'@vue/test-utils': ^2.0.0-rc.16
|
||||
'@vue/vue3-jest': ^27.0.0-alpha.3
|
||||
'@vueuse/core': ^7.0.0
|
||||
'@vueuse/core': ^7.1.2
|
||||
ansi-to-html: ^0.7.2
|
||||
bulma: ^0.9.3
|
||||
date-fns: ^2.26.0
|
||||
@@ -29,21 +29,21 @@ specifiers:
|
||||
husky: ^7.0.4
|
||||
jest: ^27.3.1
|
||||
jest-serializer-vue: ^2.0.2
|
||||
lint-staged: ^12.1.1
|
||||
lint-staged: ^12.1.2
|
||||
lodash.debounce: ^4.0.8
|
||||
lodash.throttle: ^4.1.1
|
||||
npm-run-all: ^4.1.5
|
||||
pinia: ^2.0.4
|
||||
prettier: ^2.4.1
|
||||
prettier: ^2.5.0
|
||||
release-it: ^14.11.8
|
||||
sass: ^1.43.4
|
||||
sass: ^1.43.5
|
||||
semver: ^7.3.5
|
||||
splitpanes: ^3.0.6
|
||||
ts-jest: ^27.0.7
|
||||
ts-node: ^10.4.0
|
||||
typescript: ^4.5.2
|
||||
unplugin-auto-import: ^0.4.14
|
||||
unplugin-icons: ^0.12.18
|
||||
unplugin-auto-import: ^0.4.20
|
||||
unplugin-icons: ^0.12.20
|
||||
unplugin-vue-components: ^0.17.2
|
||||
vite: ^2.6.14
|
||||
vue: ^3.2.22
|
||||
@@ -52,13 +52,13 @@ specifiers:
|
||||
dependencies:
|
||||
'@iconify-json/carbon': 1.0.11
|
||||
'@iconify-json/cil': 1.0.1
|
||||
'@iconify-json/mdi': 1.0.10
|
||||
'@iconify-json/mdi': 1.0.11
|
||||
'@iconify-json/mdi-light': 1.0.1
|
||||
'@iconify-json/octicon': 1.0.5
|
||||
'@oruga-ui/oruga-next': 0.4.8_vue@3.2.22
|
||||
'@oruga-ui/theme-bulma': 0.1.4
|
||||
'@vitejs/plugin-vue': 1.9.4_vite@2.6.14
|
||||
'@vueuse/core': 7.0.0_vue@3.2.22
|
||||
'@oruga-ui/theme-bulma': 0.1.5
|
||||
'@vitejs/plugin-vue': 1.10.1_vite@2.6.14
|
||||
'@vueuse/core': 7.1.2_vue@3.2.22
|
||||
ansi-to-html: 0.7.2
|
||||
bulma: 0.9.3
|
||||
date-fns: 2.26.0
|
||||
@@ -67,14 +67,14 @@ dependencies:
|
||||
lodash.debounce: 4.0.8
|
||||
lodash.throttle: 4.1.1
|
||||
pinia: 2.0.4_typescript@4.5.2+vue@3.2.22
|
||||
sass: 1.43.4
|
||||
sass: 1.43.5
|
||||
semver: 7.3.5
|
||||
splitpanes: 3.0.6
|
||||
typescript: 4.5.2
|
||||
unplugin-auto-import: 0.4.14_@vueuse+core@7.0.0+vite@2.6.14
|
||||
unplugin-icons: 0.12.18_744c3dc4f4777e47e76c501a561da7bf
|
||||
unplugin-auto-import: 0.4.20_@vueuse+core@7.1.2+vite@2.6.14
|
||||
unplugin-icons: 0.12.20_9417d93c2d611a99e242fff8baf59806
|
||||
unplugin-vue-components: 0.17.2_vite@2.6.14+vue@3.2.22
|
||||
vite: 2.6.14_sass@1.43.4
|
||||
vite: 2.6.14_sass@1.43.5
|
||||
vue: 3.2.22
|
||||
vue-router: 4.0.12_vue@3.2.22
|
||||
|
||||
@@ -86,16 +86,16 @@ devDependencies:
|
||||
'@types/lodash.debounce': 4.0.6
|
||||
'@types/lodash.throttle': 4.1.6
|
||||
'@types/semver': 7.3.9
|
||||
'@vue/compiler-sfc': 3.2.22
|
||||
'@vue/compiler-sfc': 3.2.23
|
||||
'@vue/test-utils': 2.0.0-rc.16_vue@3.2.22
|
||||
'@vue/vue3-jest': 27.0.0-alpha.3_2aa927d9e5c70099d9e9ab020bd2b8a6
|
||||
eventsourcemock: 2.0.0
|
||||
husky: 7.0.4
|
||||
jest: 27.3.1_ts-node@10.4.0
|
||||
jest-serializer-vue: 2.0.2
|
||||
lint-staged: 12.1.1
|
||||
lint-staged: 12.1.2
|
||||
npm-run-all: 4.1.5
|
||||
prettier: 2.4.1
|
||||
prettier: 2.5.0
|
||||
release-it: 14.11.8
|
||||
ts-jest: 27.0.7_7e2a439bb7b53c38ff0c1a3c5e04c2c5
|
||||
ts-node: 10.4.0_typescript@4.5.2
|
||||
@@ -148,7 +148,7 @@ packages:
|
||||
'@babel/traverse': 7.16.3
|
||||
'@babel/types': 7.16.0
|
||||
convert-source-map: 1.8.0
|
||||
debug: 4.3.2
|
||||
debug: 4.3.3
|
||||
gensync: 1.0.0-beta.2
|
||||
json5: 2.2.0
|
||||
semver: 6.3.0
|
||||
@@ -422,18 +422,12 @@ packages:
|
||||
resolution: {integrity: sha512-RUVpT0G2h6rOZwqLDTrKk7ksNv7YpAilTnYe1/Q+eDjxEceRMKVWbCsX7t8h6C1qCFi/1Y8WZjcEPBAFG27GPw==}
|
||||
engines: {node: '>=6.0.0'}
|
||||
hasBin: true
|
||||
|
||||
/@babel/parser/7.16.3:
|
||||
resolution: {integrity: sha512-dcNwU1O4sx57ClvLBVFbEgx0UZWfd0JQX5X6fxFRCLHelFBGXFfSz6Y0FAq2PEwUqlqLkdVjVr4VASEOuUnLJw==}
|
||||
engines: {node: '>=6.0.0'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
dev: false
|
||||
|
||||
/@babel/parser/7.16.4:
|
||||
resolution: {integrity: sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng==}
|
||||
engines: {node: '>=6.0.0'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.2:
|
||||
resolution: {integrity: sha512-h37CvpLSf8gb2lIJ2CgC3t+EjFbi0t8qS7LCS1xcJIlEXE4czlofwaW7W1HA8zpgOCzI9C1nmoqNR1zWkk0pQg==}
|
||||
@@ -1374,10 +1368,10 @@ packages:
|
||||
'@iconify/types': 1.0.10
|
||||
dev: false
|
||||
|
||||
/@iconify-json/mdi/1.0.10:
|
||||
resolution: {integrity: sha512-qX2IZAh4nrDlJ/3J5m/OWUf0Y6QQq7fJriFHG0JWf1ZyfQCArCOT9s+HBmdZKxhXYPYn58Jf+Pg/KbKK6M7tiQ==}
|
||||
/@iconify-json/mdi/1.0.11:
|
||||
resolution: {integrity: sha512-Pw1C2ucxdfrijj/GqrT1sEvLgM+/PAlK/rQUp6enVtkvhiyFBeQmfHEYr6igL58TumQxM1q83xfZ4obFVCD59w==}
|
||||
dependencies:
|
||||
'@iconify/types': 1.0.10
|
||||
'@iconify/types': 1.0.12
|
||||
dev: false
|
||||
|
||||
/@iconify-json/octicon/1.0.5:
|
||||
@@ -1390,10 +1384,14 @@ packages:
|
||||
resolution: {integrity: sha512-SN3z6einVeUckDQiE8p4POF7X4hk4/y2+a7a4ogJOCxX5XT6z1zXNN8dwS5O1vloXpc6mkHizRZm2qPnhK6NnQ==}
|
||||
dev: false
|
||||
|
||||
/@iconify/utils/1.0.18:
|
||||
resolution: {integrity: sha512-uCfJ7FdTxDk1DLKsvynTsYX4LnkGIDw+LCpoY0mRdl+NrNPCjYZ8HHYs4xzmo7cryRe0ZT0yuF2f3oipPIHn8w==}
|
||||
/@iconify/types/1.0.12:
|
||||
resolution: {integrity: sha512-6er6wSGF3hgc1JEZqiGpg21CTCjHBYOUwqLmb2Idzkjiw6ogalGP0ZMLVutCzah+0WB4yP+Zd2oVPN8jvJ+Ftg==}
|
||||
dev: false
|
||||
|
||||
/@iconify/utils/1.0.20:
|
||||
resolution: {integrity: sha512-J5IriR8KeANs8vIEFKWzOlOvNgZHkwqkmqaIwvqtuDbBeFHtXGfM/LYMDmjtRJ0AAa7f254qw6TK7gAibYfHUA==}
|
||||
dependencies:
|
||||
'@iconify/types': 1.0.10
|
||||
'@iconify/types': 1.0.12
|
||||
dev: false
|
||||
|
||||
/@istanbuljs/load-nyc-config/1.1.0:
|
||||
@@ -1728,8 +1726,8 @@ packages:
|
||||
vue: 3.2.22
|
||||
dev: false
|
||||
|
||||
/@oruga-ui/theme-bulma/0.1.4:
|
||||
resolution: {integrity: sha512-QlAtkL0Q2eOyAvdhZlt5318ihDLkKee5tIyBdSqaNQuYqZI3Ud4YCrLa3mqs5UYqy1bzyzhVfGEduW2vIvsjIg==}
|
||||
/@oruga-ui/theme-bulma/0.1.5:
|
||||
resolution: {integrity: sha512-bcOl7zl8fZNqw3m8i+IWrOKQiFe1xt/L5kP+X+asOSV0qj0TSUuKuCQS+AQMpy0iYusMm2Kv0hW7DiQUNKHglw==}
|
||||
dependencies:
|
||||
bulma: 0.9.3
|
||||
dev: false
|
||||
@@ -1956,28 +1954,46 @@ packages:
|
||||
'@types/yargs-parser': 20.2.1
|
||||
dev: true
|
||||
|
||||
/@vitejs/plugin-vue/1.9.4_vite@2.6.14:
|
||||
resolution: {integrity: sha512-0CZqaCoChriPTTtGkERy1LGPcYjGFpi2uYRhBPIkqJqUGV5JnJFhQAgh6oH9j5XZHfrRaisX8W0xSpO4T7S78A==}
|
||||
/@vitejs/plugin-vue/1.10.1_vite@2.6.14:
|
||||
resolution: {integrity: sha512-oL76QETMSpVE9jIScirGB2bYJEVU/+r+g+K7oG+sXPs9TZljqveoVRsmLyXlMZTjpQkLL8gz527cW80NMGVKJg==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
peerDependencies:
|
||||
vite: ^2.5.10
|
||||
dependencies:
|
||||
vite: 2.6.14_sass@1.43.4
|
||||
vite: 2.6.14_sass@1.43.5
|
||||
dev: false
|
||||
|
||||
/@vue/compiler-core/3.2.22:
|
||||
resolution: {integrity: sha512-uAkovrVeTcjzpiM4ECmVaMrv/bjdgAaLzvjcGqQPBEyUrcqsCgccT9fHJ/+hWVGhyMahmBwLqcn4guULNx7sdw==}
|
||||
dependencies:
|
||||
'@babel/parser': 7.16.2
|
||||
'@babel/parser': 7.16.4
|
||||
'@vue/shared': 3.2.22
|
||||
estree-walker: 2.0.2
|
||||
source-map: 0.6.1
|
||||
dev: false
|
||||
|
||||
/@vue/compiler-core/3.2.23:
|
||||
resolution: {integrity: sha512-4ZhiI/orx+7EJ1B+0zjgvXMV2uRN+XBfG06UN2sJfND9rH5gtEQT3QmO4erum1o6Irl7y754W8/KSaDJh4EUQg==}
|
||||
dependencies:
|
||||
'@babel/parser': 7.16.4
|
||||
'@vue/shared': 3.2.23
|
||||
estree-walker: 2.0.2
|
||||
source-map: 0.6.1
|
||||
dev: true
|
||||
|
||||
/@vue/compiler-dom/3.2.22:
|
||||
resolution: {integrity: sha512-VZdsw/VuO1ODs8K7NQwnMQzKITDkIFlYYC03SVnunuf6eNRxBPEonSyqbWNoo6qNaHAEBTG6VVcZC5xC9bAx1g==}
|
||||
dependencies:
|
||||
'@vue/compiler-core': 3.2.22
|
||||
'@vue/shared': 3.2.22
|
||||
dev: false
|
||||
|
||||
/@vue/compiler-dom/3.2.23:
|
||||
resolution: {integrity: sha512-X2Nw8QFc5lgoK3kio5ktM95nqmLUH+q+N/PbV4kCHzF1avqv/EGLnAhaaF0Iu4bewNvHJAAhhwPZFeoV/22nbw==}
|
||||
dependencies:
|
||||
'@vue/compiler-core': 3.2.23
|
||||
'@vue/shared': 3.2.23
|
||||
dev: true
|
||||
|
||||
/@vue/compiler-sfc/3.2.22:
|
||||
resolution: {integrity: sha512-tWRQ5ge1tsTDhUwHgueicKJ8rYm6WUVAPTaIpFW3GSwZKcOEJ2rXdfkHFShNVGupeRALz2ET2H84OL0GeRxY0A==}
|
||||
@@ -1992,12 +2008,36 @@ packages:
|
||||
magic-string: 0.25.7
|
||||
postcss: 8.3.11
|
||||
source-map: 0.6.1
|
||||
dev: false
|
||||
|
||||
/@vue/compiler-sfc/3.2.23:
|
||||
resolution: {integrity: sha512-Aw+pb50Q5zTjyvWod8mNKmYZDRGHJBptmNNWE+84ZxrzEztPgMz8cNYIzWGbwcFVkmJlhvioAMvKnB+LM/sjSA==}
|
||||
dependencies:
|
||||
'@babel/parser': 7.16.4
|
||||
'@vue/compiler-core': 3.2.23
|
||||
'@vue/compiler-dom': 3.2.23
|
||||
'@vue/compiler-ssr': 3.2.23
|
||||
'@vue/ref-transform': 3.2.23
|
||||
'@vue/shared': 3.2.23
|
||||
estree-walker: 2.0.2
|
||||
magic-string: 0.25.7
|
||||
postcss: 8.4.4
|
||||
source-map: 0.6.1
|
||||
dev: true
|
||||
|
||||
/@vue/compiler-ssr/3.2.22:
|
||||
resolution: {integrity: sha512-Cl6aoLJtXzzBkk1sKod8S0WBJLts3+ugVC91d22gGpbkw/64WnF12tOZi7Rg54PPLi1NovqyNWPsLH/SAFcu+w==}
|
||||
dependencies:
|
||||
'@vue/compiler-dom': 3.2.22
|
||||
'@vue/shared': 3.2.22
|
||||
dev: false
|
||||
|
||||
/@vue/compiler-ssr/3.2.23:
|
||||
resolution: {integrity: sha512-Bqzn4jFyXPK1Ehqiq7e/czS8n62gtYF1Zfeu0DrR5uv+SBllh7LIvZjZU6+c8qbocAd3/T3I3gn2cZGmnDb6zg==}
|
||||
dependencies:
|
||||
'@vue/compiler-dom': 3.2.23
|
||||
'@vue/shared': 3.2.23
|
||||
dev: true
|
||||
|
||||
/@vue/devtools-api/6.0.0-beta.20:
|
||||
resolution: {integrity: sha512-21u2jFOk8jbAneeGpDwZQ0W66RJa0IBDUyVl6SgKnn2cRFjLWzKj+ukXjpLhYr1KASyCe5E5U4jXwChVo0YUAw==}
|
||||
@@ -2021,6 +2061,17 @@ packages:
|
||||
'@vue/shared': 3.2.22
|
||||
estree-walker: 2.0.2
|
||||
magic-string: 0.25.7
|
||||
dev: false
|
||||
|
||||
/@vue/ref-transform/3.2.23:
|
||||
resolution: {integrity: sha512-gW0GD2PSAs/th7mC7tPB/UwpIQxclbApVtsDtscDmOJXb2+cdu60ny+SuHNgfrlUT/JqWKQHq7jFKO4woxLNaA==}
|
||||
dependencies:
|
||||
'@babel/parser': 7.16.4
|
||||
'@vue/compiler-core': 3.2.23
|
||||
'@vue/shared': 3.2.23
|
||||
estree-walker: 2.0.2
|
||||
magic-string: 0.25.7
|
||||
dev: true
|
||||
|
||||
/@vue/runtime-core/3.2.22:
|
||||
resolution: {integrity: sha512-e7WOC55wmHPvmoVUk9VBe/Z9k5bJfWJfVIlkUkiADJn0bOgQD29oh/GS14Kb3aEJXIHLI17Em6+HxNut1sIh7Q==}
|
||||
@@ -2049,6 +2100,11 @@ packages:
|
||||
|
||||
/@vue/shared/3.2.22:
|
||||
resolution: {integrity: sha512-qWVav014mpjEtbWbEgl0q9pEyrrIySKum8UVYjwhC6njrKzknLZPvfuYdQyVbApsqr94tf/3dP4pCuZmmjdCWQ==}
|
||||
dev: false
|
||||
|
||||
/@vue/shared/3.2.23:
|
||||
resolution: {integrity: sha512-U+/Jefa0QfXUF2qVy9Dqlrb6HKJSr9/wJcM66wXmWcTOoqg7hOWzF4qruDle51pyF4x3wMn6TSH54UdjKjCKMA==}
|
||||
dev: true
|
||||
|
||||
/@vue/test-utils/2.0.0-rc.16_vue@3.2.22:
|
||||
resolution: {integrity: sha512-TubikDVkI2LuRKRPSLv3lYpbpvvucT2DIcGqfBVpvYs4W19u0EBTJEdmfwmSuLY7H1TyAr9Stur3PI1sWWvTGQ==}
|
||||
@@ -2087,8 +2143,8 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@vueuse/core/7.0.0_vue@3.2.22:
|
||||
resolution: {integrity: sha512-dhf10icxd7w16AVaOtriVkum+CdCjskV0wht/kpGnOb2NbYBeXuiZNruMA+w8DaRPO4oXW8UhAix/S8HCz9OlQ==}
|
||||
/@vueuse/core/7.1.2_vue@3.2.22:
|
||||
resolution: {integrity: sha512-SLoOPfhZdNRNUkZfx+wrHj6WycWdSw2RmNS8E4ngQ2kmBoJjRarGy51/GkGdjqHQqmhuwuFoNO2WaU0yBn3ffg==}
|
||||
peerDependencies:
|
||||
'@vue/composition-api': ^1.1.0
|
||||
vue: ^2.6.0 || ^3.2.0
|
||||
@@ -2098,13 +2154,13 @@ packages:
|
||||
vue:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@vueuse/shared': 7.0.0_vue@3.2.22
|
||||
'@vueuse/shared': 7.1.2_vue@3.2.22
|
||||
vue: 3.2.22
|
||||
vue-demi: 0.12.1_vue@3.2.22
|
||||
dev: false
|
||||
|
||||
/@vueuse/shared/7.0.0_vue@3.2.22:
|
||||
resolution: {integrity: sha512-TG4FSjiFCTn4srJO8j9Ax4OOVKrBWgcRJY54+mHqYINEk95FFuCvk7cE642Byxq6eGTMTZRw+f8ufFIA9tqXig==}
|
||||
/@vueuse/shared/7.1.2_vue@3.2.22:
|
||||
resolution: {integrity: sha512-AjYh4y9S5FMOoHDsysqcXY/1mpqNTrnWUD50yaaiyf+5kGWQVIpAkkjKZlYSC/NHKxxCRn0cLR4nWMzceUWewQ==}
|
||||
peerDependencies:
|
||||
'@vue/composition-api': ^1.1.0
|
||||
vue: ^2.6.0 || ^3.2.0
|
||||
@@ -2159,7 +2215,7 @@ packages:
|
||||
resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==}
|
||||
engines: {node: '>= 6.0.0'}
|
||||
dependencies:
|
||||
debug: 4.3.2
|
||||
debug: 4.3.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
@@ -2659,11 +2715,6 @@ packages:
|
||||
engines: {node: '>=0.8'}
|
||||
dev: true
|
||||
|
||||
/clone/2.1.2:
|
||||
resolution: {integrity: sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=}
|
||||
engines: {node: '>=0.8'}
|
||||
dev: true
|
||||
|
||||
/co/4.6.0:
|
||||
resolution: {integrity: sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=}
|
||||
engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'}
|
||||
@@ -2850,8 +2901,8 @@ packages:
|
||||
dependencies:
|
||||
ms: 2.1.2
|
||||
|
||||
/debug/4.3.2_supports-color@9.1.0:
|
||||
resolution: {integrity: sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==}
|
||||
/debug/4.3.3:
|
||||
resolution: {integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==}
|
||||
engines: {node: '>=6.0'}
|
||||
peerDependencies:
|
||||
supports-color: '*'
|
||||
@@ -2860,7 +2911,18 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
ms: 2.1.2
|
||||
supports-color: 9.1.0
|
||||
|
||||
/debug/4.3.3_supports-color@9.2.1:
|
||||
resolution: {integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==}
|
||||
engines: {node: '>=6.0'}
|
||||
peerDependencies:
|
||||
supports-color: '*'
|
||||
peerDependenciesMeta:
|
||||
supports-color:
|
||||
optional: true
|
||||
dependencies:
|
||||
ms: 2.1.2
|
||||
supports-color: 9.2.1
|
||||
dev: true
|
||||
|
||||
/decimal.js/10.3.1:
|
||||
@@ -3664,7 +3726,7 @@ packages:
|
||||
dependencies:
|
||||
'@tootallnate/once': 1.1.2
|
||||
agent-base: 6.0.2
|
||||
debug: 4.3.2
|
||||
debug: 4.3.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
@@ -3682,7 +3744,7 @@ packages:
|
||||
engines: {node: '>= 6'}
|
||||
dependencies:
|
||||
agent-base: 6.0.2
|
||||
debug: 4.3.2
|
||||
debug: 4.3.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
@@ -4086,7 +4148,7 @@ packages:
|
||||
resolution: {integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==}
|
||||
engines: {node: '>=10'}
|
||||
dependencies:
|
||||
debug: 4.3.2
|
||||
debug: 4.3.3
|
||||
istanbul-lib-coverage: 3.2.0
|
||||
source-map: 0.6.1
|
||||
transitivePeerDependencies:
|
||||
@@ -4486,7 +4548,7 @@ packages:
|
||||
dependencies:
|
||||
'@babel/core': 7.16.0
|
||||
'@babel/generator': 7.16.0
|
||||
'@babel/parser': 7.16.3
|
||||
'@babel/parser': 7.16.4
|
||||
'@babel/plugin-syntax-typescript': 7.14.5_@babel+core@7.16.0
|
||||
'@babel/traverse': 7.16.3
|
||||
'@babel/types': 7.16.0
|
||||
@@ -4736,29 +4798,29 @@ packages:
|
||||
resolution: {integrity: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=}
|
||||
dev: true
|
||||
|
||||
/lint-staged/12.1.1:
|
||||
resolution: {integrity: sha512-zOmteWgJwTfZXcj6vXSnjeDDI/fvkKI2KOqRdc84ZFc2ZMDKXEeiTITtaskE3HiNrHraFmYVBpnMSZHngLoogA==}
|
||||
/lint-staged/12.1.2:
|
||||
resolution: {integrity: sha512-bSMcQVqMW98HLLLR2c2tZ+vnDCnx4fd+0QJBQgN/4XkdspGRPc8DGp7UuOEBe1ApCfJ+wXXumYnJmU+wDo7j9A==}
|
||||
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
cli-truncate: 3.1.0
|
||||
colorette: 2.0.16
|
||||
commander: 8.3.0
|
||||
debug: 4.3.2_supports-color@9.1.0
|
||||
debug: 4.3.3_supports-color@9.2.1
|
||||
enquirer: 2.3.6
|
||||
execa: 5.1.1
|
||||
lilconfig: 2.0.4
|
||||
listr2: 3.13.4_enquirer@2.3.6
|
||||
listr2: 3.13.5_enquirer@2.3.6
|
||||
micromatch: 4.0.4
|
||||
normalize-path: 3.0.0
|
||||
object-inspect: 1.11.0
|
||||
string-argv: 0.3.1
|
||||
supports-color: 9.1.0
|
||||
supports-color: 9.2.1
|
||||
yaml: 1.10.2
|
||||
dev: true
|
||||
|
||||
/listr2/3.13.4_enquirer@2.3.6:
|
||||
resolution: {integrity: sha512-lZ1Rut1DSIRwbxQbI8qaUBfOWJ1jEYRgltIM97j6kKOCI2pHVWMyxZvkU/JKmRBWcIYgDS2PK+yDgVqm7u3crw==}
|
||||
/listr2/3.13.5_enquirer@2.3.6:
|
||||
resolution: {integrity: sha512-3n8heFQDSk+NcwBn3CgxEibZGaRzx+pC64n3YjpMD1qguV4nWus3Al+Oo3KooqFKTQEJ1v7MmnbnyyNspgx3NA==}
|
||||
engines: {node: '>=10.0.0'}
|
||||
peerDependencies:
|
||||
enquirer: '>= 2.3.0 < 3'
|
||||
@@ -4767,11 +4829,11 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
cli-truncate: 2.1.0
|
||||
clone: 2.1.2
|
||||
colorette: 2.0.16
|
||||
enquirer: 2.3.6
|
||||
log-update: 4.0.0
|
||||
p-map: 4.0.0
|
||||
rfdc: 1.3.0
|
||||
rxjs: 7.4.0
|
||||
through: 2.3.8
|
||||
wrap-ansi: 7.0.0
|
||||
@@ -5337,6 +5399,16 @@ packages:
|
||||
nanoid: 3.1.30
|
||||
picocolors: 1.0.0
|
||||
source-map-js: 0.6.2
|
||||
dev: false
|
||||
|
||||
/postcss/8.4.4:
|
||||
resolution: {integrity: sha512-joU6fBsN6EIer28Lj6GDFoC/5yOZzLCfn0zHAn/MYXI7aPt4m4hK5KC5ovEZXy+lnCjmYIbQWngvju2ddyEr8Q==}
|
||||
engines: {node: ^10 || ^12 || >=14}
|
||||
dependencies:
|
||||
nanoid: 3.1.30
|
||||
picocolors: 1.0.0
|
||||
source-map-js: 1.0.1
|
||||
dev: true
|
||||
|
||||
/prelude-ls/1.1.2:
|
||||
resolution: {integrity: sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=}
|
||||
@@ -5348,8 +5420,8 @@ packages:
|
||||
engines: {node: '>=4'}
|
||||
dev: true
|
||||
|
||||
/prettier/2.4.1:
|
||||
resolution: {integrity: sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA==}
|
||||
/prettier/2.5.0:
|
||||
resolution: {integrity: sha512-FM/zAKgWTxj40rH03VxzIPdXmj39SwSjwG0heUcNFwI+EMZJnY93yAiKXM3dObIKAM5TA88werc8T/EwhB45eg==}
|
||||
engines: {node: '>=10.13.0'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
@@ -5654,6 +5726,10 @@ packages:
|
||||
resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==}
|
||||
engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
|
||||
|
||||
/rfdc/1.3.0:
|
||||
resolution: {integrity: sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==}
|
||||
dev: true
|
||||
|
||||
/rimraf/3.0.2:
|
||||
resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
|
||||
hasBin: true
|
||||
@@ -5697,8 +5773,8 @@ packages:
|
||||
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
|
||||
dev: true
|
||||
|
||||
/sass/1.43.4:
|
||||
resolution: {integrity: sha512-/ptG7KE9lxpGSYiXn7Ar+lKOv37xfWsZRtFYal2QHNigyVQDx685VFT/h7ejVr+R8w7H4tmUgtulsKl5YpveOg==}
|
||||
/sass/1.43.5:
|
||||
resolution: {integrity: sha512-WuNm+eAryMgQluL7Mbq9M4EruyGGMyal7Lu58FfnRMVWxgUzIvI7aSn60iNt3kn5yZBMR7G84fAGDcwqOF5JOg==}
|
||||
engines: {node: '>=8.9.0'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
@@ -5830,6 +5906,12 @@ packages:
|
||||
/source-map-js/0.6.2:
|
||||
resolution: {integrity: sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dev: false
|
||||
|
||||
/source-map-js/1.0.1:
|
||||
resolution: {integrity: sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dev: true
|
||||
|
||||
/source-map-resolve/0.5.3:
|
||||
resolution: {integrity: sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==}
|
||||
@@ -6035,8 +6117,8 @@ packages:
|
||||
has-flag: 4.0.0
|
||||
dev: true
|
||||
|
||||
/supports-color/9.1.0:
|
||||
resolution: {integrity: sha512-lOCGOTmBSN54zKAoPWhHkjoqVQ0MqgzPE5iirtoSixhr0ZieR/6l7WZ32V53cvy9+1qghFnIk7k52p991lKd6g==}
|
||||
/supports-color/9.2.1:
|
||||
resolution: {integrity: sha512-Obv7ycoCTG51N7y175StI9BlAXrmgZrFhZOb0/PyjHBher/NmsdBgbbQ1Inhq+gIhz6+7Gb+jWF2Vqi7Mf1xnQ==}
|
||||
engines: {node: '>=12'}
|
||||
dev: true
|
||||
|
||||
@@ -6284,30 +6366,30 @@ packages:
|
||||
engines: {node: '>= 4.0.0'}
|
||||
dev: true
|
||||
|
||||
/unplugin-auto-import/0.4.14_@vueuse+core@7.0.0+vite@2.6.14:
|
||||
resolution: {integrity: sha512-ui+M+E30xrdbXGt0+MMEM4fKhDqoBlv+xVKiYllVqUplqg/sFuXe28DBxM2xi2zAbwd/Vw3KUcLdvSmjzpA7+A==}
|
||||
/unplugin-auto-import/0.4.20_@vueuse+core@7.1.2+vite@2.6.14:
|
||||
resolution: {integrity: sha512-8JdSJXn16cHnWEtEDCY6A5EkewDyUiZjEM07eE70BofEc+cVBmF6wFtxgoHIXEh4A327ZL5Shw6ajatYtDbynw==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
'@vueuse/core': ^6.0.0
|
||||
'@vueuse/core': '*'
|
||||
peerDependenciesMeta:
|
||||
'@vueuse/core':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@antfu/utils': 0.3.0
|
||||
'@rollup/pluginutils': 4.1.1
|
||||
'@vueuse/core': 7.0.0_vue@3.2.22
|
||||
local-pkg: 0.1.0
|
||||
'@vueuse/core': 7.1.2_vue@3.2.22
|
||||
local-pkg: 0.4.0
|
||||
magic-string: 0.25.7
|
||||
resolve: 1.20.0
|
||||
unplugin: 0.2.20_vite@2.6.14
|
||||
unplugin: 0.2.21_vite@2.6.14
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
- vite
|
||||
- webpack
|
||||
dev: false
|
||||
|
||||
/unplugin-icons/0.12.18_744c3dc4f4777e47e76c501a561da7bf:
|
||||
resolution: {integrity: sha512-o2nc6AGGk4StTx5xMTndVBylszRg/hJvHMO1eEFfrfw9yh+eedre2S4F8EHltn3FjADL2a17GpXcvCAwmONgXA==}
|
||||
/unplugin-icons/0.12.20_9417d93c2d611a99e242fff8baf59806:
|
||||
resolution: {integrity: sha512-7gHxygp1iRbh85/43yqSbzImo5Y7KmVZFV8k79XL/SYNuIPsn19A10Mn2X1YUWm/uQWu/0J9ouq/083Mo4gyPg==}
|
||||
peerDependencies:
|
||||
'@svgr/core': ^5.5.0
|
||||
'@vue/compiler-sfc': ^3.0.2
|
||||
@@ -6325,12 +6407,12 @@ packages:
|
||||
dependencies:
|
||||
'@antfu/install-pkg': 0.1.0
|
||||
'@antfu/utils': 0.3.0
|
||||
'@iconify/utils': 1.0.18
|
||||
'@vue/compiler-sfc': 3.2.22
|
||||
debug: 4.3.2
|
||||
'@iconify/utils': 1.0.20
|
||||
'@vue/compiler-sfc': 3.2.23
|
||||
debug: 4.3.3
|
||||
kolorist: 1.5.0
|
||||
local-pkg: 0.4.0
|
||||
unplugin: 0.2.20_vite@2.6.14
|
||||
unplugin: 0.2.21_vite@2.6.14
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
- supports-color
|
||||
@@ -6383,7 +6465,25 @@ packages:
|
||||
webpack:
|
||||
optional: true
|
||||
dependencies:
|
||||
vite: 2.6.14_sass@1.43.4
|
||||
vite: 2.6.14_sass@1.43.5
|
||||
webpack-virtual-modules: 0.4.3
|
||||
dev: false
|
||||
|
||||
/unplugin/0.2.21_vite@2.6.14:
|
||||
resolution: {integrity: sha512-IJ15/L5XbhnV7J09Zjk0FT5HEkBjkXucWAXQWRsmEtUxmmxwh23yavrmDbCF6ZPxWiVB28+wnKIHePTRRpQPbQ==}
|
||||
peerDependencies:
|
||||
rollup: ^2.50.0
|
||||
vite: ^2.3.0
|
||||
webpack: 4 || 5
|
||||
peerDependenciesMeta:
|
||||
rollup:
|
||||
optional: true
|
||||
vite:
|
||||
optional: true
|
||||
webpack:
|
||||
optional: true
|
||||
dependencies:
|
||||
vite: 2.6.14_sass@1.43.5
|
||||
webpack-virtual-modules: 0.4.3
|
||||
dev: false
|
||||
|
||||
@@ -6448,7 +6548,7 @@ packages:
|
||||
spdx-expression-parse: 3.0.1
|
||||
dev: true
|
||||
|
||||
/vite/2.6.14_sass@1.43.4:
|
||||
/vite/2.6.14_sass@1.43.5:
|
||||
resolution: {integrity: sha512-2HA9xGyi+EhY2MXo0+A2dRsqsAG3eFNEVIo12olkWhOmc8LfiM+eMdrXf+Ruje9gdXgvSqjLI9freec1RUM5EA==}
|
||||
engines: {node: '>=12.2.0'}
|
||||
hasBin: true
|
||||
@@ -6468,7 +6568,7 @@ packages:
|
||||
postcss: 8.3.11
|
||||
resolve: 1.20.0
|
||||
rollup: 2.59.0
|
||||
sass: 1.43.4
|
||||
sass: 1.43.5
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
dev: false
|
||||
|
||||
Reference in New Issue
Block a user