Compare commits
6 Commits
dc879ad2e2
...
0353340586
Author | SHA1 | Date | |
---|---|---|---|
0353340586 | |||
6fd0b8b45f | |||
c7cb1012a5 | |||
bea985ed1a | |||
081721376f | |||
cbdf83ccb1 |
12
package.json
12
package.json
@ -24,7 +24,7 @@
|
||||
"pinia-plugin-persistedstate": "3.2.1",
|
||||
"roboto-fontface": "^0.10.0",
|
||||
"uuid": "10.0.0",
|
||||
"vue": "3.4.32",
|
||||
"vue": "3.4.33",
|
||||
"vue-router": "4.4.0",
|
||||
"vuetify": "3.6.13",
|
||||
"webfontloader": "1.6.28"
|
||||
@ -32,7 +32,7 @@
|
||||
"devDependencies": {
|
||||
"@rushstack/eslint-patch": "1.10.3",
|
||||
"@types/jsdom": "21.1.7",
|
||||
"@types/node": "20.14.11",
|
||||
"@types/node": "20.14.12",
|
||||
"@types/webfontloader": "1.6.38",
|
||||
"@vitejs/plugin-vue": "5.0.5",
|
||||
"@vue/eslint-config-prettier": "9.0.0",
|
||||
@ -42,16 +42,16 @@
|
||||
"eslint": "9.7.0",
|
||||
"eslint-plugin-vue": "9.27.0",
|
||||
"husky": "9.1.1",
|
||||
"jsdom": "24.1.0",
|
||||
"jsdom": "24.1.1",
|
||||
"lint-staged": "15.2.7",
|
||||
"pinst": "3.0.0",
|
||||
"prettier": "3.3.3",
|
||||
"sass": "1.77.8",
|
||||
"sass-loader": "14.2.1",
|
||||
"typescript": "5.5.3",
|
||||
"typescript": "5.5.4",
|
||||
"vite": "5.3.4",
|
||||
"vite-plugin-vuetify": "2.0.3",
|
||||
"vitest": "2.0.3",
|
||||
"vitest": "2.0.4",
|
||||
"vue-cli-plugin-vuetify": "2.5.8",
|
||||
"vue-tsc": "2.0.26",
|
||||
"webpack-plugin-vuetify": "3.0.3"
|
||||
@ -60,5 +60,5 @@
|
||||
"*.{vue,js,jsx,cjs,mjs,ts,tsx,cts,mts}": "eslint --cache --fix",
|
||||
"*.{vue,js,jsx,cjs,mjs,ts,tsx,cts,mts,css,scss,md,yml,yaml,json}": "prettier --write"
|
||||
},
|
||||
"packageManager": "pnpm@9.5.0"
|
||||
"packageManager": "pnpm@9.6.0"
|
||||
}
|
||||
|
428
pnpm-lock.yaml
428
pnpm-lock.yaml
@ -28,10 +28,10 @@ importers:
|
||||
version: 3.0.5
|
||||
pinia:
|
||||
specifier: 2.1.7
|
||||
version: 2.1.7(typescript@5.5.3)(vue@3.4.32(typescript@5.5.3))
|
||||
version: 2.1.7(typescript@5.5.4)(vue@3.4.33(typescript@5.5.4))
|
||||
pinia-plugin-persistedstate:
|
||||
specifier: 3.2.1
|
||||
version: 3.2.1(pinia@2.1.7(typescript@5.5.3)(vue@3.4.32(typescript@5.5.3)))
|
||||
version: 3.2.1(pinia@2.1.7(typescript@5.5.4)(vue@3.4.33(typescript@5.5.4)))
|
||||
roboto-fontface:
|
||||
specifier: ^0.10.0
|
||||
version: 0.10.0
|
||||
@ -39,14 +39,14 @@ importers:
|
||||
specifier: 10.0.0
|
||||
version: 10.0.0
|
||||
vue:
|
||||
specifier: 3.4.32
|
||||
version: 3.4.32(typescript@5.5.3)
|
||||
specifier: 3.4.33
|
||||
version: 3.4.33(typescript@5.5.4)
|
||||
vue-router:
|
||||
specifier: 4.4.0
|
||||
version: 4.4.0(vue@3.4.32(typescript@5.5.3))
|
||||
version: 4.4.0(vue@3.4.33(typescript@5.5.4))
|
||||
vuetify:
|
||||
specifier: 3.6.13
|
||||
version: 3.6.13(typescript@5.5.3)(vite-plugin-vuetify@2.0.3)(vue@3.4.32(typescript@5.5.3))(webpack-plugin-vuetify@3.0.3)
|
||||
version: 3.6.13(typescript@5.5.4)(vite-plugin-vuetify@2.0.3)(vue@3.4.33(typescript@5.5.4))(webpack-plugin-vuetify@3.0.3)
|
||||
webfontloader:
|
||||
specifier: 1.6.28
|
||||
version: 1.6.28
|
||||
@ -58,20 +58,20 @@ importers:
|
||||
specifier: 21.1.7
|
||||
version: 21.1.7
|
||||
'@types/node':
|
||||
specifier: 20.14.11
|
||||
version: 20.14.11
|
||||
specifier: 20.14.12
|
||||
version: 20.14.12
|
||||
'@types/webfontloader':
|
||||
specifier: 1.6.38
|
||||
version: 1.6.38
|
||||
'@vitejs/plugin-vue':
|
||||
specifier: 5.0.5
|
||||
version: 5.0.5(vite@5.3.4(@types/node@20.14.11)(sass@1.77.8)(terser@5.26.0))(vue@3.4.32(typescript@5.5.3))
|
||||
version: 5.0.5(vite@5.3.4(@types/node@20.14.12)(sass@1.77.8)(terser@5.26.0))(vue@3.4.33(typescript@5.5.4))
|
||||
'@vue/eslint-config-prettier':
|
||||
specifier: 9.0.0
|
||||
version: 9.0.0(@types/eslint@8.44.9)(eslint@9.7.0)(prettier@3.3.3)
|
||||
'@vue/eslint-config-typescript':
|
||||
specifier: 13.0.0
|
||||
version: 13.0.0(eslint-plugin-vue@9.27.0(eslint@9.7.0))(eslint@9.7.0)(typescript@5.5.3)
|
||||
version: 13.0.0(eslint-plugin-vue@9.27.0(eslint@9.7.0))(eslint@9.7.0)(typescript@5.5.4)
|
||||
'@vue/test-utils':
|
||||
specifier: 2.4.6
|
||||
version: 2.4.6
|
||||
@ -88,8 +88,8 @@ importers:
|
||||
specifier: 9.1.1
|
||||
version: 9.1.1
|
||||
jsdom:
|
||||
specifier: 24.1.0
|
||||
version: 24.1.0
|
||||
specifier: 24.1.1
|
||||
version: 24.1.1
|
||||
lint-staged:
|
||||
specifier: 15.2.7
|
||||
version: 15.2.7
|
||||
@ -106,26 +106,26 @@ importers:
|
||||
specifier: 14.2.1
|
||||
version: 14.2.1(sass@1.77.8)(webpack@5.89.0)
|
||||
typescript:
|
||||
specifier: 5.5.3
|
||||
version: 5.5.3
|
||||
specifier: 5.5.4
|
||||
version: 5.5.4
|
||||
vite:
|
||||
specifier: 5.3.4
|
||||
version: 5.3.4(@types/node@20.14.11)(sass@1.77.8)(terser@5.26.0)
|
||||
version: 5.3.4(@types/node@20.14.12)(sass@1.77.8)(terser@5.26.0)
|
||||
vite-plugin-vuetify:
|
||||
specifier: 2.0.3
|
||||
version: 2.0.3(vite@5.3.4(@types/node@20.14.11)(sass@1.77.8)(terser@5.26.0))(vue@3.4.32(typescript@5.5.3))(vuetify@3.6.13)
|
||||
version: 2.0.3(vite@5.3.4(@types/node@20.14.12)(sass@1.77.8)(terser@5.26.0))(vue@3.4.33(typescript@5.5.4))(vuetify@3.6.13)
|
||||
vitest:
|
||||
specifier: 2.0.3
|
||||
version: 2.0.3(@types/node@20.14.11)(jsdom@24.1.0)(sass@1.77.8)(terser@5.26.0)
|
||||
specifier: 2.0.4
|
||||
version: 2.0.4(@types/node@20.14.12)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0)
|
||||
vue-cli-plugin-vuetify:
|
||||
specifier: 2.5.8
|
||||
version: 2.5.8(sass-loader@14.2.1(sass@1.77.8)(webpack@5.89.0))(vue@3.4.32(typescript@5.5.3))(webpack@5.89.0)
|
||||
version: 2.5.8(sass-loader@14.2.1(sass@1.77.8)(webpack@5.89.0))(vue@3.4.33(typescript@5.5.4))(webpack@5.89.0)
|
||||
vue-tsc:
|
||||
specifier: 2.0.26
|
||||
version: 2.0.26(typescript@5.5.3)
|
||||
version: 2.0.26(typescript@5.5.4)
|
||||
webpack-plugin-vuetify:
|
||||
specifier: 3.0.3
|
||||
version: 3.0.3(@vue/compiler-sfc@3.4.32)(vue@3.4.32(typescript@5.5.3))(vuetify@3.6.13)(webpack@5.89.0)
|
||||
version: 3.0.3(@vue/compiler-sfc@3.4.33)(vue@3.4.33(typescript@5.5.4))(vuetify@3.6.13)(webpack@5.89.0)
|
||||
|
||||
packages:
|
||||
|
||||
@ -467,8 +467,8 @@ packages:
|
||||
'@types/json-schema@7.0.15':
|
||||
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
|
||||
|
||||
'@types/node@20.14.11':
|
||||
resolution: {integrity: sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==}
|
||||
'@types/node@20.14.12':
|
||||
resolution: {integrity: sha512-r7wNXakLeSsGT0H1AU863vS2wa5wBOK4bWMjZz2wj+8nBx+m5PeIn0k8AloSLpRuiwdRQZwarZqHE4FNArPuJQ==}
|
||||
|
||||
'@types/semver@7.5.6':
|
||||
resolution: {integrity: sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==}
|
||||
@ -547,23 +547,23 @@ packages:
|
||||
vite: ^5.0.0
|
||||
vue: ^3.2.25
|
||||
|
||||
'@vitest/expect@2.0.3':
|
||||
resolution: {integrity: sha512-X6AepoOYePM0lDNUPsGXTxgXZAl3EXd0GYe/MZyVE4HzkUqyUVC6S3PrY5mClDJ6/7/7vALLMV3+xD/Ko60Hqg==}
|
||||
'@vitest/expect@2.0.4':
|
||||
resolution: {integrity: sha512-39jr5EguIoanChvBqe34I8m1hJFI4+jxvdOpD7gslZrVQBKhh8H9eD7J/LJX4zakrw23W+dITQTDqdt43xVcJw==}
|
||||
|
||||
'@vitest/pretty-format@2.0.3':
|
||||
resolution: {integrity: sha512-URM4GLsB2xD37nnTyvf6kfObFafxmycCL8un3OC9gaCs5cti2u+5rJdIflZ2fUJUen4NbvF6jCufwViAFLvz1g==}
|
||||
'@vitest/pretty-format@2.0.4':
|
||||
resolution: {integrity: sha512-RYZl31STbNGqf4l2eQM1nvKPXE0NhC6Eq0suTTePc4mtMQ1Fn8qZmjV4emZdEdG2NOWGKSCrHZjmTqDCDoeFBw==}
|
||||
|
||||
'@vitest/runner@2.0.3':
|
||||
resolution: {integrity: sha512-EmSP4mcjYhAcuBWwqgpjR3FYVeiA4ROzRunqKltWjBfLNs1tnMLtF+qtgd5ClTwkDP6/DGlKJTNa6WxNK0bNYQ==}
|
||||
'@vitest/runner@2.0.4':
|
||||
resolution: {integrity: sha512-Gk+9Su/2H2zNfNdeJR124gZckd5st4YoSuhF1Rebi37qTXKnqYyFCd9KP4vl2cQHbtuVKjfEKrNJxHHCW8thbQ==}
|
||||
|
||||
'@vitest/snapshot@2.0.3':
|
||||
resolution: {integrity: sha512-6OyA6v65Oe3tTzoSuRPcU6kh9m+mPL1vQ2jDlPdn9IQoUxl8rXhBnfICNOC+vwxWY684Vt5UPgtcA2aPFBb6wg==}
|
||||
'@vitest/snapshot@2.0.4':
|
||||
resolution: {integrity: sha512-or6Mzoz/pD7xTvuJMFYEtso1vJo1S5u6zBTinfl+7smGUhqybn6VjzCDMhmTyVOFWwkCMuNjmNNxnyXPgKDoPw==}
|
||||
|
||||
'@vitest/spy@2.0.3':
|
||||
resolution: {integrity: sha512-sfqyAw/ypOXlaj4S+w8689qKM1OyPOqnonqOc9T91DsoHbfN5mU7FdifWWv3MtQFf0lEUstEwR9L/q/M390C+A==}
|
||||
'@vitest/spy@2.0.4':
|
||||
resolution: {integrity: sha512-uTXU56TNoYrTohb+6CseP8IqNwlNdtPwEO0AWl+5j7NelS6x0xZZtP0bDWaLvOfUbaYwhhWp1guzXUxkC7mW7Q==}
|
||||
|
||||
'@vitest/utils@2.0.3':
|
||||
resolution: {integrity: sha512-c/UdELMuHitQbbc/EVctlBaxoYAwQPQdSNwv7z/vHyBKy2edYZaFgptE27BRueZB7eW8po+cllotMNTDpL3HWg==}
|
||||
'@vitest/utils@2.0.4':
|
||||
resolution: {integrity: sha512-Zc75QuuoJhOBnlo99ZVUkJIuq4Oj0zAkrQ2VzCqNCx6wAwViHEh5Fnp4fiJTE9rA+sAoXRf00Z9xGgfEzV6fzQ==}
|
||||
|
||||
'@volar/language-core@2.4.0-alpha.15':
|
||||
resolution: {integrity: sha512-mt8z4Fm2WxfQYoQHPcKVjLQV6PgPqyKLbkCVY2cr5RSaamqCHjhKEpsFX66aL4D/7oYguuaUw9Bx03Vt0TpIIA==}
|
||||
@ -577,20 +577,20 @@ packages:
|
||||
'@vue/compiler-core@3.4.30':
|
||||
resolution: {integrity: sha512-ZL8y4Xxdh8O6PSwfdZ1IpQ24PjTAieOz3jXb/MDTfDtANcKBMxg1KLm6OX2jofsaQGYfIVzd3BAG22i56/cF1w==}
|
||||
|
||||
'@vue/compiler-core@3.4.32':
|
||||
resolution: {integrity: sha512-8tCVWkkLe/QCWIsrIvExUGnhYCAOroUs5dzhSoKL5w4MJS8uIYiou+pOPSVIOALOQ80B0jBs+Ri+kd5+MBnCDw==}
|
||||
'@vue/compiler-core@3.4.33':
|
||||
resolution: {integrity: sha512-MoIREbkdPQlnGfSKDMgzTqzqx5nmEjIc0ydLVYlTACGBsfvOJ4tHSbZXKVF536n6fB+0eZaGEOqsGThPpdvF5A==}
|
||||
|
||||
'@vue/compiler-dom@3.4.30':
|
||||
resolution: {integrity: sha512-+16Sd8lYr5j/owCbr9dowcNfrHd+pz+w2/b5Lt26Oz/kB90C9yNbxQ3bYOvt7rI2bxk0nqda39hVcwDFw85c2Q==}
|
||||
|
||||
'@vue/compiler-dom@3.4.32':
|
||||
resolution: {integrity: sha512-PbSgt9KuYo4fyb90dynuPc0XFTfFPs3sCTbPLOLlo+PrUESW1gn/NjSsUvhR+mI2AmmEzexwYMxbHDldxSOr2A==}
|
||||
'@vue/compiler-dom@3.4.33':
|
||||
resolution: {integrity: sha512-GzB8fxEHKw0gGet5BKlpfXEqoBnzSVWwMnT+dc25wE7pFEfrU/QsvjZMP9rD4iVXHBBoemTct8mN0GJEI6ZX5A==}
|
||||
|
||||
'@vue/compiler-sfc@3.4.32':
|
||||
resolution: {integrity: sha512-STy9im/WHfaguJnfKjjVpMHukxHUrOKjm2vVCxiojQJyo3Sb6Os8SMXBr/MI+ekpstEGkDONfqAQoSbZhspLYw==}
|
||||
'@vue/compiler-sfc@3.4.33':
|
||||
resolution: {integrity: sha512-7rk7Vbkn21xMwIUpHQR4hCVejwE6nvhBOiDgoBcR03qvGqRKA7dCBSsHZhwhYUsmjlbJ7OtD5UFIyhP6BY+c8A==}
|
||||
|
||||
'@vue/compiler-ssr@3.4.32':
|
||||
resolution: {integrity: sha512-nyu/txTecF6DrxLrpLcI34xutrvZPtHPBj9yRoPxstIquxeeyywXpYZrQMsIeDfBhlw1abJb9CbbyZvDw2kjdg==}
|
||||
'@vue/compiler-ssr@3.4.33':
|
||||
resolution: {integrity: sha512-0WveC9Ai+eT/1b6LCV5IfsufBZ0HP7pSSTdDjcuW302tTEgoBw8rHVHKPbGUtzGReUFCRXbv6zQDDgucnV2WzQ==}
|
||||
|
||||
'@vue/devtools-api@6.5.1':
|
||||
resolution: {integrity: sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==}
|
||||
@ -620,25 +620,25 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
|
||||
'@vue/reactivity@3.4.32':
|
||||
resolution: {integrity: sha512-1P7QvghAzhSIWmiNmh4MNkLVjr2QTNDcFv2sKmytEWhR6t7BZzNicgm5ENER4uU++wbWxgRh/pSEYgdI3MDcvg==}
|
||||
'@vue/reactivity@3.4.33':
|
||||
resolution: {integrity: sha512-B24QIelahDbyHipBgbUItQblbd4w5HpG3KccL+YkGyo3maXyS253FzcTR3pSz739OTphmzlxP7JxEMWBpewilA==}
|
||||
|
||||
'@vue/runtime-core@3.4.32':
|
||||
resolution: {integrity: sha512-FxT2dTHUs1Hki8Ui/B1Hu339mx4H5kRJooqrNM32tGUHBPStJxwMzLIRbeGO/B1NMplU4Pg9fwOqrJtrOzkdfA==}
|
||||
'@vue/runtime-core@3.4.33':
|
||||
resolution: {integrity: sha512-6wavthExzT4iAxpe8q37/rDmf44nyOJGISJPxCi9YsQO+8w9v0gLCFLfH5TzD1V1AYrTAdiF4Y1cgUmP68jP6w==}
|
||||
|
||||
'@vue/runtime-dom@3.4.32':
|
||||
resolution: {integrity: sha512-Xz9G+ZViRyPFQtRBCPFkhMzKn454ihCPMKUiacNaUhuTIXvyfkAq8l89IZ/kegFVyw/7KkJGRGqYdEZrf27Xsg==}
|
||||
'@vue/runtime-dom@3.4.33':
|
||||
resolution: {integrity: sha512-iHsMCUSFJ+4z432Bn9kZzHX+zOXa6+iw36DaVRmKYZpPt9jW9riF32SxNwB124i61kp9+AZtheQ/mKoJLerAaQ==}
|
||||
|
||||
'@vue/server-renderer@3.4.32':
|
||||
resolution: {integrity: sha512-3c4rd0522Ao8hKjzgmUAbcjv2mBnvnw0Ld2f8HOMCuWJZjYie/p8cpIoYJbeP0VV2JYmrJJMwGQDO5RH4iQ30A==}
|
||||
'@vue/server-renderer@3.4.33':
|
||||
resolution: {integrity: sha512-jTH0d6gQcaYideFP/k0WdEu8PpRS9MF8d0b6SfZzNi+ap972pZ0TNIeTaESwdOtdY0XPVj54XEJ6K0wXxir4fw==}
|
||||
peerDependencies:
|
||||
vue: 3.4.32
|
||||
vue: 3.4.33
|
||||
|
||||
'@vue/shared@3.4.30':
|
||||
resolution: {integrity: sha512-CLg+f8RQCHQnKvuHY9adMsMaQOcqclh6Z5V9TaoMgy0ut0tz848joZ7/CYFFyF/yZ5i2yaw7Fn498C+CNZVHIg==}
|
||||
|
||||
'@vue/shared@3.4.32':
|
||||
resolution: {integrity: sha512-ep4mF1IVnX/pYaNwxwOpJHyBtOMKWoKZMbnUyd+z0udqIxLUh7YCCd/JfDna8aUrmnG9SFORyIq2HzEATRrQsg==}
|
||||
'@vue/shared@3.4.33':
|
||||
resolution: {integrity: sha512-aoRY0jQk3A/cuvdkodTrM4NMfxco8n55eG4H7ML/CRy7OryHfiqvug4xrCBBMbbN+dvXAetDDwZW9DXWWjBntA==}
|
||||
|
||||
'@vue/test-utils@2.4.6':
|
||||
resolution: {integrity: sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==}
|
||||
@ -1280,8 +1280,8 @@ packages:
|
||||
resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==}
|
||||
engines: {node: '>= 14'}
|
||||
|
||||
https-proxy-agent@7.0.4:
|
||||
resolution: {integrity: sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==}
|
||||
https-proxy-agent@7.0.5:
|
||||
resolution: {integrity: sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==}
|
||||
engines: {node: '>= 14'}
|
||||
|
||||
human-signals@2.1.0:
|
||||
@ -1426,8 +1426,8 @@ packages:
|
||||
resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
|
||||
hasBin: true
|
||||
|
||||
jsdom@24.1.0:
|
||||
resolution: {integrity: sha512-6gpM7pRXCwIOKxX47cgOyvyQDN/Eh0f1MeKySBV2xGdKtqJBLj8P25eY3EVCWo2mglDDzozR2r2MW4T+JiNUZA==}
|
||||
jsdom@24.1.1:
|
||||
resolution: {integrity: sha512-5O1wWV99Jhq4DV7rCLIoZ/UIhyQeDR7wHVyZAHAshbrvZsLs+Xzz7gtwnlJTJDjleiTKh54F4dXrX70vJQTyJQ==}
|
||||
engines: {node: '>=18'}
|
||||
peerDependencies:
|
||||
canvas: ^2.11.2
|
||||
@ -1605,8 +1605,8 @@ packages:
|
||||
peerDependencies:
|
||||
webpack: ^4.0.0 || ^5.0.0
|
||||
|
||||
nwsapi@2.2.10:
|
||||
resolution: {integrity: sha512-QK0sRs7MKv0tKe1+5uZIQk/C8XGza4DAnztJG8iD+TpJIORARrCxczA738awHrZoHeTjSSoHqao2teO0dC/gFQ==}
|
||||
nwsapi@2.2.12:
|
||||
resolution: {integrity: sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==}
|
||||
|
||||
once@1.4.0:
|
||||
resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
|
||||
@ -1816,8 +1816,8 @@ packages:
|
||||
rrweb-cssom@0.6.0:
|
||||
resolution: {integrity: sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==}
|
||||
|
||||
rrweb-cssom@0.7.0:
|
||||
resolution: {integrity: sha512-KlSv0pm9kgQSRxXEMgtivPJ4h826YHsuob8pSHcfSZsSXGtvpEAie8S0AnXuObEJ7nhikOb4ahwxDm0H2yW17g==}
|
||||
rrweb-cssom@0.7.1:
|
||||
resolution: {integrity: sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==}
|
||||
|
||||
run-applescript@5.0.0:
|
||||
resolution: {integrity: sha512-XcT5rBksx1QdIhlFOCtgZkB99ZEouFZ1E2Kc2LHqNW13U3/74YGdkQRmThTwxy4QIyookibDKYZOPqX//6BlAg==}
|
||||
@ -2070,8 +2070,8 @@ packages:
|
||||
resolution: {integrity: sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==}
|
||||
engines: {node: '>=14.16'}
|
||||
|
||||
typescript@5.5.3:
|
||||
resolution: {integrity: sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==}
|
||||
typescript@5.5.4:
|
||||
resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==}
|
||||
engines: {node: '>=14.17'}
|
||||
hasBin: true
|
||||
|
||||
@ -2109,8 +2109,8 @@ packages:
|
||||
resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==}
|
||||
hasBin: true
|
||||
|
||||
vite-node@2.0.3:
|
||||
resolution: {integrity: sha512-14jzwMx7XTcMB+9BhGQyoEAmSl0eOr3nrnn+Z12WNERtOvLN+d2scbRUvyni05rT3997Bg+rZb47NyP4IQPKXg==}
|
||||
vite-node@2.0.4:
|
||||
resolution: {integrity: sha512-ZpJVkxcakYtig5iakNeL7N3trufe3M6vGuzYAr4GsbCTwobDeyPJpE4cjDhhPluv8OvQCFzu2LWp6GkoKRITXA==}
|
||||
engines: {node: ^18.0.0 || >=20.0.0}
|
||||
hasBin: true
|
||||
|
||||
@ -2150,15 +2150,15 @@ packages:
|
||||
terser:
|
||||
optional: true
|
||||
|
||||
vitest@2.0.3:
|
||||
resolution: {integrity: sha512-o3HRvU93q6qZK4rI2JrhKyZMMuxg/JRt30E6qeQs6ueaiz5hr1cPj+Sk2kATgQzMMqsa2DiNI0TIK++1ULx8Jw==}
|
||||
vitest@2.0.4:
|
||||
resolution: {integrity: sha512-luNLDpfsnxw5QSW4bISPe6tkxVvv5wn2BBs/PuDRkhXZ319doZyLOBr1sjfB5yCEpTiU7xCAdViM8TNVGPwoog==}
|
||||
engines: {node: ^18.0.0 || >=20.0.0}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
'@edge-runtime/vm': '*'
|
||||
'@types/node': ^18.0.0 || >=20.0.0
|
||||
'@vitest/browser': 2.0.3
|
||||
'@vitest/ui': 2.0.3
|
||||
'@vitest/browser': 2.0.4
|
||||
'@vitest/ui': 2.0.4
|
||||
happy-dom: '*'
|
||||
jsdom: '*'
|
||||
peerDependenciesMeta:
|
||||
@ -2231,8 +2231,8 @@ packages:
|
||||
peerDependencies:
|
||||
typescript: '>=5.0.0'
|
||||
|
||||
vue@3.4.32:
|
||||
resolution: {integrity: sha512-9mCGIAi/CAq7GtaLLLp2J92pEic+HArstG+pq6F+H7+/jB9a0Z7576n4Bh4k79/50L1cKMIhZC3MC0iGpl+1IA==}
|
||||
vue@3.4.33:
|
||||
resolution: {integrity: sha512-VdMCWQOummbhctl4QFMcW6eNtXHsFyDlX60O/tsSQuCcuDOnJ1qPOhhVla65Niece7xq/P2zyZReIO5mP+LGTQ==}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
peerDependenciesMeta:
|
||||
@ -2313,8 +2313,8 @@ packages:
|
||||
engines: {node: '>= 8'}
|
||||
hasBin: true
|
||||
|
||||
why-is-node-running@2.2.2:
|
||||
resolution: {integrity: sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==}
|
||||
why-is-node-running@2.3.0:
|
||||
resolution: {integrity: sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==}
|
||||
engines: {node: '>=8'}
|
||||
hasBin: true
|
||||
|
||||
@ -2333,8 +2333,8 @@ packages:
|
||||
wrappy@1.0.2:
|
||||
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
|
||||
|
||||
ws@8.17.0:
|
||||
resolution: {integrity: sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==}
|
||||
ws@8.18.0:
|
||||
resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==}
|
||||
engines: {node: '>=10.0.0'}
|
||||
peerDependencies:
|
||||
bufferutil: ^4.0.1
|
||||
@ -2619,13 +2619,13 @@ snapshots:
|
||||
|
||||
'@types/jsdom@21.1.7':
|
||||
dependencies:
|
||||
'@types/node': 20.14.11
|
||||
'@types/node': 20.14.12
|
||||
'@types/tough-cookie': 4.0.5
|
||||
parse5: 7.1.2
|
||||
|
||||
'@types/json-schema@7.0.15': {}
|
||||
|
||||
'@types/node@20.14.11':
|
||||
'@types/node@20.14.12':
|
||||
dependencies:
|
||||
undici-types: 5.26.5
|
||||
|
||||
@ -2637,13 +2637,13 @@ snapshots:
|
||||
|
||||
'@types/webfontloader@1.6.38': {}
|
||||
|
||||
'@typescript-eslint/eslint-plugin@7.2.0(@typescript-eslint/parser@7.2.0(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0)(typescript@5.5.3)':
|
||||
'@typescript-eslint/eslint-plugin@7.2.0(@typescript-eslint/parser@7.2.0(eslint@9.7.0)(typescript@5.5.4))(eslint@9.7.0)(typescript@5.5.4)':
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.10.0
|
||||
'@typescript-eslint/parser': 7.2.0(eslint@9.7.0)(typescript@5.5.3)
|
||||
'@typescript-eslint/parser': 7.2.0(eslint@9.7.0)(typescript@5.5.4)
|
||||
'@typescript-eslint/scope-manager': 7.2.0
|
||||
'@typescript-eslint/type-utils': 7.2.0(eslint@9.7.0)(typescript@5.5.3)
|
||||
'@typescript-eslint/utils': 7.2.0(eslint@9.7.0)(typescript@5.5.3)
|
||||
'@typescript-eslint/type-utils': 7.2.0(eslint@9.7.0)(typescript@5.5.4)
|
||||
'@typescript-eslint/utils': 7.2.0(eslint@9.7.0)(typescript@5.5.4)
|
||||
'@typescript-eslint/visitor-keys': 7.2.0
|
||||
debug: 4.3.5
|
||||
eslint: 9.7.0
|
||||
@ -2651,22 +2651,22 @@ snapshots:
|
||||
ignore: 5.3.0
|
||||
natural-compare: 1.4.0
|
||||
semver: 7.6.0
|
||||
ts-api-utils: 1.0.3(typescript@5.5.3)
|
||||
ts-api-utils: 1.0.3(typescript@5.5.4)
|
||||
optionalDependencies:
|
||||
typescript: 5.5.3
|
||||
typescript: 5.5.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/parser@7.2.0(eslint@9.7.0)(typescript@5.5.3)':
|
||||
'@typescript-eslint/parser@7.2.0(eslint@9.7.0)(typescript@5.5.4)':
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 7.2.0
|
||||
'@typescript-eslint/types': 7.2.0
|
||||
'@typescript-eslint/typescript-estree': 7.2.0(typescript@5.5.3)
|
||||
'@typescript-eslint/typescript-estree': 7.2.0(typescript@5.5.4)
|
||||
'@typescript-eslint/visitor-keys': 7.2.0
|
||||
debug: 4.3.5
|
||||
eslint: 9.7.0
|
||||
optionalDependencies:
|
||||
typescript: 5.5.3
|
||||
typescript: 5.5.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
@ -2675,21 +2675,21 @@ snapshots:
|
||||
'@typescript-eslint/types': 7.2.0
|
||||
'@typescript-eslint/visitor-keys': 7.2.0
|
||||
|
||||
'@typescript-eslint/type-utils@7.2.0(eslint@9.7.0)(typescript@5.5.3)':
|
||||
'@typescript-eslint/type-utils@7.2.0(eslint@9.7.0)(typescript@5.5.4)':
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 7.2.0(typescript@5.5.3)
|
||||
'@typescript-eslint/utils': 7.2.0(eslint@9.7.0)(typescript@5.5.3)
|
||||
'@typescript-eslint/typescript-estree': 7.2.0(typescript@5.5.4)
|
||||
'@typescript-eslint/utils': 7.2.0(eslint@9.7.0)(typescript@5.5.4)
|
||||
debug: 4.3.5
|
||||
eslint: 9.7.0
|
||||
ts-api-utils: 1.0.3(typescript@5.5.3)
|
||||
ts-api-utils: 1.0.3(typescript@5.5.4)
|
||||
optionalDependencies:
|
||||
typescript: 5.5.3
|
||||
typescript: 5.5.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/types@7.2.0': {}
|
||||
|
||||
'@typescript-eslint/typescript-estree@7.2.0(typescript@5.5.3)':
|
||||
'@typescript-eslint/typescript-estree@7.2.0(typescript@5.5.4)':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 7.2.0
|
||||
'@typescript-eslint/visitor-keys': 7.2.0
|
||||
@ -2698,20 +2698,20 @@ snapshots:
|
||||
is-glob: 4.0.3
|
||||
minimatch: 9.0.3
|
||||
semver: 7.6.0
|
||||
ts-api-utils: 1.0.3(typescript@5.5.3)
|
||||
ts-api-utils: 1.0.3(typescript@5.5.4)
|
||||
optionalDependencies:
|
||||
typescript: 5.5.3
|
||||
typescript: 5.5.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/utils@7.2.0(eslint@9.7.0)(typescript@5.5.3)':
|
||||
'@typescript-eslint/utils@7.2.0(eslint@9.7.0)(typescript@5.5.4)':
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.7.0)
|
||||
'@types/json-schema': 7.0.15
|
||||
'@types/semver': 7.5.6
|
||||
'@typescript-eslint/scope-manager': 7.2.0
|
||||
'@typescript-eslint/types': 7.2.0
|
||||
'@typescript-eslint/typescript-estree': 7.2.0(typescript@5.5.3)
|
||||
'@typescript-eslint/typescript-estree': 7.2.0(typescript@5.5.4)
|
||||
eslint: 9.7.0
|
||||
semver: 7.6.0
|
||||
transitivePeerDependencies:
|
||||
@ -2723,40 +2723,40 @@ snapshots:
|
||||
'@typescript-eslint/types': 7.2.0
|
||||
eslint-visitor-keys: 3.4.3
|
||||
|
||||
'@vitejs/plugin-vue@5.0.5(vite@5.3.4(@types/node@20.14.11)(sass@1.77.8)(terser@5.26.0))(vue@3.4.32(typescript@5.5.3))':
|
||||
'@vitejs/plugin-vue@5.0.5(vite@5.3.4(@types/node@20.14.12)(sass@1.77.8)(terser@5.26.0))(vue@3.4.33(typescript@5.5.4))':
|
||||
dependencies:
|
||||
vite: 5.3.4(@types/node@20.14.11)(sass@1.77.8)(terser@5.26.0)
|
||||
vue: 3.4.32(typescript@5.5.3)
|
||||
vite: 5.3.4(@types/node@20.14.12)(sass@1.77.8)(terser@5.26.0)
|
||||
vue: 3.4.33(typescript@5.5.4)
|
||||
|
||||
'@vitest/expect@2.0.3':
|
||||
'@vitest/expect@2.0.4':
|
||||
dependencies:
|
||||
'@vitest/spy': 2.0.3
|
||||
'@vitest/utils': 2.0.3
|
||||
'@vitest/spy': 2.0.4
|
||||
'@vitest/utils': 2.0.4
|
||||
chai: 5.1.1
|
||||
tinyrainbow: 1.2.0
|
||||
|
||||
'@vitest/pretty-format@2.0.3':
|
||||
'@vitest/pretty-format@2.0.4':
|
||||
dependencies:
|
||||
tinyrainbow: 1.2.0
|
||||
|
||||
'@vitest/runner@2.0.3':
|
||||
'@vitest/runner@2.0.4':
|
||||
dependencies:
|
||||
'@vitest/utils': 2.0.3
|
||||
'@vitest/utils': 2.0.4
|
||||
pathe: 1.1.2
|
||||
|
||||
'@vitest/snapshot@2.0.3':
|
||||
'@vitest/snapshot@2.0.4':
|
||||
dependencies:
|
||||
'@vitest/pretty-format': 2.0.3
|
||||
'@vitest/pretty-format': 2.0.4
|
||||
magic-string: 0.30.10
|
||||
pathe: 1.1.2
|
||||
|
||||
'@vitest/spy@2.0.3':
|
||||
'@vitest/spy@2.0.4':
|
||||
dependencies:
|
||||
tinyspy: 3.0.0
|
||||
|
||||
'@vitest/utils@2.0.3':
|
||||
'@vitest/utils@2.0.4':
|
||||
dependencies:
|
||||
'@vitest/pretty-format': 2.0.3
|
||||
'@vitest/pretty-format': 2.0.4
|
||||
estree-walker: 3.0.3
|
||||
loupe: 3.1.1
|
||||
tinyrainbow: 1.2.0
|
||||
@ -2781,10 +2781,10 @@ snapshots:
|
||||
estree-walker: 2.0.2
|
||||
source-map-js: 1.2.0
|
||||
|
||||
'@vue/compiler-core@3.4.32':
|
||||
'@vue/compiler-core@3.4.33':
|
||||
dependencies:
|
||||
'@babel/parser': 7.24.7
|
||||
'@vue/shared': 3.4.32
|
||||
'@vue/shared': 3.4.33
|
||||
entities: 4.5.0
|
||||
estree-walker: 2.0.2
|
||||
source-map-js: 1.2.0
|
||||
@ -2794,27 +2794,27 @@ snapshots:
|
||||
'@vue/compiler-core': 3.4.30
|
||||
'@vue/shared': 3.4.30
|
||||
|
||||
'@vue/compiler-dom@3.4.32':
|
||||
'@vue/compiler-dom@3.4.33':
|
||||
dependencies:
|
||||
'@vue/compiler-core': 3.4.32
|
||||
'@vue/shared': 3.4.32
|
||||
'@vue/compiler-core': 3.4.33
|
||||
'@vue/shared': 3.4.33
|
||||
|
||||
'@vue/compiler-sfc@3.4.32':
|
||||
'@vue/compiler-sfc@3.4.33':
|
||||
dependencies:
|
||||
'@babel/parser': 7.24.7
|
||||
'@vue/compiler-core': 3.4.32
|
||||
'@vue/compiler-dom': 3.4.32
|
||||
'@vue/compiler-ssr': 3.4.32
|
||||
'@vue/shared': 3.4.32
|
||||
'@vue/compiler-core': 3.4.33
|
||||
'@vue/compiler-dom': 3.4.33
|
||||
'@vue/compiler-ssr': 3.4.33
|
||||
'@vue/shared': 3.4.33
|
||||
estree-walker: 2.0.2
|
||||
magic-string: 0.30.10
|
||||
postcss: 8.4.39
|
||||
source-map-js: 1.2.0
|
||||
|
||||
'@vue/compiler-ssr@3.4.32':
|
||||
'@vue/compiler-ssr@3.4.33':
|
||||
dependencies:
|
||||
'@vue/compiler-dom': 3.4.32
|
||||
'@vue/shared': 3.4.32
|
||||
'@vue/compiler-dom': 3.4.33
|
||||
'@vue/shared': 3.4.33
|
||||
|
||||
'@vue/devtools-api@6.5.1': {}
|
||||
|
||||
@ -2827,19 +2827,19 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- '@types/eslint'
|
||||
|
||||
'@vue/eslint-config-typescript@13.0.0(eslint-plugin-vue@9.27.0(eslint@9.7.0))(eslint@9.7.0)(typescript@5.5.3)':
|
||||
'@vue/eslint-config-typescript@13.0.0(eslint-plugin-vue@9.27.0(eslint@9.7.0))(eslint@9.7.0)(typescript@5.5.4)':
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 7.2.0(@typescript-eslint/parser@7.2.0(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0)(typescript@5.5.3)
|
||||
'@typescript-eslint/parser': 7.2.0(eslint@9.7.0)(typescript@5.5.3)
|
||||
'@typescript-eslint/eslint-plugin': 7.2.0(@typescript-eslint/parser@7.2.0(eslint@9.7.0)(typescript@5.5.4))(eslint@9.7.0)(typescript@5.5.4)
|
||||
'@typescript-eslint/parser': 7.2.0(eslint@9.7.0)(typescript@5.5.4)
|
||||
eslint: 9.7.0
|
||||
eslint-plugin-vue: 9.27.0(eslint@9.7.0)
|
||||
vue-eslint-parser: 9.4.2(eslint@9.7.0)
|
||||
optionalDependencies:
|
||||
typescript: 5.5.3
|
||||
typescript: 5.5.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@vue/language-core@2.0.26(typescript@5.5.3)':
|
||||
'@vue/language-core@2.0.26(typescript@5.5.4)':
|
||||
dependencies:
|
||||
'@volar/language-core': 2.4.0-alpha.15
|
||||
'@vue/compiler-dom': 3.4.30
|
||||
@ -2850,33 +2850,33 @@ snapshots:
|
||||
path-browserify: 1.0.1
|
||||
vue-template-compiler: 2.7.15
|
||||
optionalDependencies:
|
||||
typescript: 5.5.3
|
||||
typescript: 5.5.4
|
||||
|
||||
'@vue/reactivity@3.4.32':
|
||||
'@vue/reactivity@3.4.33':
|
||||
dependencies:
|
||||
'@vue/shared': 3.4.32
|
||||
'@vue/shared': 3.4.33
|
||||
|
||||
'@vue/runtime-core@3.4.32':
|
||||
'@vue/runtime-core@3.4.33':
|
||||
dependencies:
|
||||
'@vue/reactivity': 3.4.32
|
||||
'@vue/shared': 3.4.32
|
||||
'@vue/reactivity': 3.4.33
|
||||
'@vue/shared': 3.4.33
|
||||
|
||||
'@vue/runtime-dom@3.4.32':
|
||||
'@vue/runtime-dom@3.4.33':
|
||||
dependencies:
|
||||
'@vue/reactivity': 3.4.32
|
||||
'@vue/runtime-core': 3.4.32
|
||||
'@vue/shared': 3.4.32
|
||||
'@vue/reactivity': 3.4.33
|
||||
'@vue/runtime-core': 3.4.33
|
||||
'@vue/shared': 3.4.33
|
||||
csstype: 3.1.3
|
||||
|
||||
'@vue/server-renderer@3.4.32(vue@3.4.32(typescript@5.5.3))':
|
||||
'@vue/server-renderer@3.4.33(vue@3.4.33(typescript@5.5.4))':
|
||||
dependencies:
|
||||
'@vue/compiler-ssr': 3.4.32
|
||||
'@vue/shared': 3.4.32
|
||||
vue: 3.4.32(typescript@5.5.3)
|
||||
'@vue/compiler-ssr': 3.4.33
|
||||
'@vue/shared': 3.4.33
|
||||
vue: 3.4.33(typescript@5.5.4)
|
||||
|
||||
'@vue/shared@3.4.30': {}
|
||||
|
||||
'@vue/shared@3.4.32': {}
|
||||
'@vue/shared@3.4.33': {}
|
||||
|
||||
'@vue/test-utils@2.4.6':
|
||||
dependencies:
|
||||
@ -2885,11 +2885,11 @@ snapshots:
|
||||
|
||||
'@vue/tsconfig@0.5.1': {}
|
||||
|
||||
'@vuetify/loader-shared@2.0.3(vue@3.4.32(typescript@5.5.3))(vuetify@3.6.13(typescript@5.5.3)(vite-plugin-vuetify@2.0.3)(vue@3.4.32(typescript@5.5.3))(webpack-plugin-vuetify@3.0.3))':
|
||||
'@vuetify/loader-shared@2.0.3(vue@3.4.33(typescript@5.5.4))(vuetify@3.6.13(typescript@5.5.4)(vite-plugin-vuetify@2.0.3)(vue@3.4.33(typescript@5.5.4))(webpack-plugin-vuetify@3.0.3))':
|
||||
dependencies:
|
||||
upath: 2.0.1
|
||||
vue: 3.4.32(typescript@5.5.3)
|
||||
vuetify: 3.6.13(typescript@5.5.3)(vite-plugin-vuetify@2.0.3)(vue@3.4.32(typescript@5.5.3))(webpack-plugin-vuetify@3.0.3)
|
||||
vue: 3.4.33(typescript@5.5.4)
|
||||
vuetify: 3.6.13(typescript@5.5.4)(vite-plugin-vuetify@2.0.3)(vue@3.4.33(typescript@5.5.4))(webpack-plugin-vuetify@3.0.3)
|
||||
|
||||
'@webassemblyjs/ast@1.11.6':
|
||||
dependencies:
|
||||
@ -3576,7 +3576,7 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
https-proxy-agent@7.0.4:
|
||||
https-proxy-agent@7.0.5:
|
||||
dependencies:
|
||||
agent-base: 7.1.0
|
||||
debug: 4.3.5
|
||||
@ -3671,7 +3671,7 @@ snapshots:
|
||||
|
||||
jest-worker@27.5.1:
|
||||
dependencies:
|
||||
'@types/node': 20.14.11
|
||||
'@types/node': 20.14.12
|
||||
merge-stream: 2.0.0
|
||||
supports-color: 8.1.1
|
||||
|
||||
@ -3690,7 +3690,7 @@ snapshots:
|
||||
dependencies:
|
||||
argparse: 2.0.1
|
||||
|
||||
jsdom@24.1.0:
|
||||
jsdom@24.1.1:
|
||||
dependencies:
|
||||
cssstyle: 4.0.1
|
||||
data-urls: 5.0.0
|
||||
@ -3698,11 +3698,11 @@ snapshots:
|
||||
form-data: 4.0.0
|
||||
html-encoding-sniffer: 4.0.0
|
||||
http-proxy-agent: 7.0.2
|
||||
https-proxy-agent: 7.0.4
|
||||
https-proxy-agent: 7.0.5
|
||||
is-potential-custom-element-name: 1.0.1
|
||||
nwsapi: 2.2.10
|
||||
nwsapi: 2.2.12
|
||||
parse5: 7.1.2
|
||||
rrweb-cssom: 0.7.0
|
||||
rrweb-cssom: 0.7.1
|
||||
saxes: 6.0.0
|
||||
symbol-tree: 3.2.4
|
||||
tough-cookie: 4.1.4
|
||||
@ -3711,7 +3711,7 @@ snapshots:
|
||||
whatwg-encoding: 3.1.1
|
||||
whatwg-mimetype: 4.0.0
|
||||
whatwg-url: 14.0.0
|
||||
ws: 8.17.0
|
||||
ws: 8.18.0
|
||||
xml-name-validator: 5.0.0
|
||||
transitivePeerDependencies:
|
||||
- bufferutil
|
||||
@ -3876,7 +3876,7 @@ snapshots:
|
||||
schema-utils: 3.3.0
|
||||
webpack: 5.89.0
|
||||
|
||||
nwsapi@2.2.10: {}
|
||||
nwsapi@2.2.12: {}
|
||||
|
||||
once@1.4.0:
|
||||
dependencies:
|
||||
@ -3963,17 +3963,17 @@ snapshots:
|
||||
|
||||
pidtree@0.6.0: {}
|
||||
|
||||
pinia-plugin-persistedstate@3.2.1(pinia@2.1.7(typescript@5.5.3)(vue@3.4.32(typescript@5.5.3))):
|
||||
pinia-plugin-persistedstate@3.2.1(pinia@2.1.7(typescript@5.5.4)(vue@3.4.33(typescript@5.5.4))):
|
||||
dependencies:
|
||||
pinia: 2.1.7(typescript@5.5.3)(vue@3.4.32(typescript@5.5.3))
|
||||
pinia: 2.1.7(typescript@5.5.4)(vue@3.4.33(typescript@5.5.4))
|
||||
|
||||
pinia@2.1.7(typescript@5.5.3)(vue@3.4.32(typescript@5.5.3)):
|
||||
pinia@2.1.7(typescript@5.5.4)(vue@3.4.33(typescript@5.5.4)):
|
||||
dependencies:
|
||||
'@vue/devtools-api': 6.5.1
|
||||
vue: 3.4.32(typescript@5.5.3)
|
||||
vue-demi: 0.14.6(vue@3.4.32(typescript@5.5.3))
|
||||
vue: 3.4.33(typescript@5.5.4)
|
||||
vue-demi: 0.14.6(vue@3.4.33(typescript@5.5.4))
|
||||
optionalDependencies:
|
||||
typescript: 5.5.3
|
||||
typescript: 5.5.4
|
||||
|
||||
pinst@3.0.0: {}
|
||||
|
||||
@ -4066,7 +4066,7 @@ snapshots:
|
||||
|
||||
rrweb-cssom@0.6.0: {}
|
||||
|
||||
rrweb-cssom@0.7.0: {}
|
||||
rrweb-cssom@0.7.1: {}
|
||||
|
||||
run-applescript@5.0.0:
|
||||
dependencies:
|
||||
@ -4256,9 +4256,9 @@ snapshots:
|
||||
dependencies:
|
||||
punycode: 2.3.1
|
||||
|
||||
ts-api-utils@1.0.3(typescript@5.5.3):
|
||||
ts-api-utils@1.0.3(typescript@5.5.4):
|
||||
dependencies:
|
||||
typescript: 5.5.3
|
||||
typescript: 5.5.4
|
||||
|
||||
tslib@2.6.2: {}
|
||||
|
||||
@ -4270,7 +4270,7 @@ snapshots:
|
||||
|
||||
type-fest@3.13.1: {}
|
||||
|
||||
typescript@5.5.3: {}
|
||||
typescript@5.5.4: {}
|
||||
|
||||
undici-types@5.26.5: {}
|
||||
|
||||
@ -4299,13 +4299,13 @@ snapshots:
|
||||
|
||||
uuid@10.0.0: {}
|
||||
|
||||
vite-node@2.0.3(@types/node@20.14.11)(sass@1.77.8)(terser@5.26.0):
|
||||
vite-node@2.0.4(@types/node@20.14.12)(sass@1.77.8)(terser@5.26.0):
|
||||
dependencies:
|
||||
cac: 6.7.14
|
||||
debug: 4.3.5
|
||||
pathe: 1.1.2
|
||||
tinyrainbow: 1.2.0
|
||||
vite: 5.3.4(@types/node@20.14.11)(sass@1.77.8)(terser@5.26.0)
|
||||
vite: 5.3.4(@types/node@20.14.12)(sass@1.77.8)(terser@5.26.0)
|
||||
transitivePeerDependencies:
|
||||
- '@types/node'
|
||||
- less
|
||||
@ -4316,37 +4316,37 @@ snapshots:
|
||||
- supports-color
|
||||
- terser
|
||||
|
||||
vite-plugin-vuetify@2.0.3(vite@5.3.4(@types/node@20.14.11)(sass@1.77.8)(terser@5.26.0))(vue@3.4.32(typescript@5.5.3))(vuetify@3.6.13):
|
||||
vite-plugin-vuetify@2.0.3(vite@5.3.4(@types/node@20.14.12)(sass@1.77.8)(terser@5.26.0))(vue@3.4.33(typescript@5.5.4))(vuetify@3.6.13):
|
||||
dependencies:
|
||||
'@vuetify/loader-shared': 2.0.3(vue@3.4.32(typescript@5.5.3))(vuetify@3.6.13(typescript@5.5.3)(vite-plugin-vuetify@2.0.3)(vue@3.4.32(typescript@5.5.3))(webpack-plugin-vuetify@3.0.3))
|
||||
'@vuetify/loader-shared': 2.0.3(vue@3.4.33(typescript@5.5.4))(vuetify@3.6.13(typescript@5.5.4)(vite-plugin-vuetify@2.0.3)(vue@3.4.33(typescript@5.5.4))(webpack-plugin-vuetify@3.0.3))
|
||||
debug: 4.3.4
|
||||
upath: 2.0.1
|
||||
vite: 5.3.4(@types/node@20.14.11)(sass@1.77.8)(terser@5.26.0)
|
||||
vue: 3.4.32(typescript@5.5.3)
|
||||
vuetify: 3.6.13(typescript@5.5.3)(vite-plugin-vuetify@2.0.3)(vue@3.4.32(typescript@5.5.3))(webpack-plugin-vuetify@3.0.3)
|
||||
vite: 5.3.4(@types/node@20.14.12)(sass@1.77.8)(terser@5.26.0)
|
||||
vue: 3.4.33(typescript@5.5.4)
|
||||
vuetify: 3.6.13(typescript@5.5.4)(vite-plugin-vuetify@2.0.3)(vue@3.4.33(typescript@5.5.4))(webpack-plugin-vuetify@3.0.3)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
vite@5.3.4(@types/node@20.14.11)(sass@1.77.8)(terser@5.26.0):
|
||||
vite@5.3.4(@types/node@20.14.12)(sass@1.77.8)(terser@5.26.0):
|
||||
dependencies:
|
||||
esbuild: 0.21.5
|
||||
postcss: 8.4.39
|
||||
rollup: 4.13.0
|
||||
optionalDependencies:
|
||||
'@types/node': 20.14.11
|
||||
'@types/node': 20.14.12
|
||||
fsevents: 2.3.3
|
||||
sass: 1.77.8
|
||||
terser: 5.26.0
|
||||
|
||||
vitest@2.0.3(@types/node@20.14.11)(jsdom@24.1.0)(sass@1.77.8)(terser@5.26.0):
|
||||
vitest@2.0.4(@types/node@20.14.12)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0):
|
||||
dependencies:
|
||||
'@ampproject/remapping': 2.3.0
|
||||
'@vitest/expect': 2.0.3
|
||||
'@vitest/pretty-format': 2.0.3
|
||||
'@vitest/runner': 2.0.3
|
||||
'@vitest/snapshot': 2.0.3
|
||||
'@vitest/spy': 2.0.3
|
||||
'@vitest/utils': 2.0.3
|
||||
'@vitest/expect': 2.0.4
|
||||
'@vitest/pretty-format': 2.0.4
|
||||
'@vitest/runner': 2.0.4
|
||||
'@vitest/snapshot': 2.0.4
|
||||
'@vitest/spy': 2.0.4
|
||||
'@vitest/utils': 2.0.4
|
||||
chai: 5.1.1
|
||||
debug: 4.3.5
|
||||
execa: 8.0.1
|
||||
@ -4356,12 +4356,12 @@ snapshots:
|
||||
tinybench: 2.8.0
|
||||
tinypool: 1.0.0
|
||||
tinyrainbow: 1.2.0
|
||||
vite: 5.3.4(@types/node@20.14.11)(sass@1.77.8)(terser@5.26.0)
|
||||
vite-node: 2.0.3(@types/node@20.14.11)(sass@1.77.8)(terser@5.26.0)
|
||||
why-is-node-running: 2.2.2
|
||||
vite: 5.3.4(@types/node@20.14.12)(sass@1.77.8)(terser@5.26.0)
|
||||
vite-node: 2.0.4(@types/node@20.14.12)(sass@1.77.8)(terser@5.26.0)
|
||||
why-is-node-running: 2.3.0
|
||||
optionalDependencies:
|
||||
'@types/node': 20.14.11
|
||||
jsdom: 24.1.0
|
||||
'@types/node': 20.14.12
|
||||
jsdom: 24.1.1
|
||||
transitivePeerDependencies:
|
||||
- less
|
||||
- lightningcss
|
||||
@ -4373,21 +4373,21 @@ snapshots:
|
||||
|
||||
vscode-uri@3.0.8: {}
|
||||
|
||||
vue-cli-plugin-vuetify@2.5.8(sass-loader@14.2.1(sass@1.77.8)(webpack@5.89.0))(vue@3.4.32(typescript@5.5.3))(webpack@5.89.0):
|
||||
vue-cli-plugin-vuetify@2.5.8(sass-loader@14.2.1(sass@1.77.8)(webpack@5.89.0))(vue@3.4.33(typescript@5.5.4))(webpack@5.89.0):
|
||||
dependencies:
|
||||
null-loader: 4.0.1(webpack@5.89.0)
|
||||
semver: 7.5.4
|
||||
shelljs: 0.8.5
|
||||
vue: 3.4.32(typescript@5.5.3)
|
||||
vue: 3.4.33(typescript@5.5.4)
|
||||
webpack: 5.89.0
|
||||
optionalDependencies:
|
||||
sass-loader: 14.2.1(sass@1.77.8)(webpack@5.89.0)
|
||||
|
||||
vue-component-type-helpers@2.0.6: {}
|
||||
|
||||
vue-demi@0.14.6(vue@3.4.32(typescript@5.5.3)):
|
||||
vue-demi@0.14.6(vue@3.4.33(typescript@5.5.4)):
|
||||
dependencies:
|
||||
vue: 3.4.32(typescript@5.5.3)
|
||||
vue: 3.4.33(typescript@5.5.4)
|
||||
|
||||
vue-eslint-parser@9.4.2(eslint@9.7.0):
|
||||
dependencies:
|
||||
@ -4415,40 +4415,40 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
vue-router@4.4.0(vue@3.4.32(typescript@5.5.3)):
|
||||
vue-router@4.4.0(vue@3.4.33(typescript@5.5.4)):
|
||||
dependencies:
|
||||
'@vue/devtools-api': 6.5.1
|
||||
vue: 3.4.32(typescript@5.5.3)
|
||||
vue: 3.4.33(typescript@5.5.4)
|
||||
|
||||
vue-template-compiler@2.7.15:
|
||||
dependencies:
|
||||
de-indent: 1.0.2
|
||||
he: 1.2.0
|
||||
|
||||
vue-tsc@2.0.26(typescript@5.5.3):
|
||||
vue-tsc@2.0.26(typescript@5.5.4):
|
||||
dependencies:
|
||||
'@volar/typescript': 2.4.0-alpha.15
|
||||
'@vue/language-core': 2.0.26(typescript@5.5.3)
|
||||
'@vue/language-core': 2.0.26(typescript@5.5.4)
|
||||
semver: 7.6.0
|
||||
typescript: 5.5.3
|
||||
typescript: 5.5.4
|
||||
|
||||
vue@3.4.32(typescript@5.5.3):
|
||||
vue@3.4.33(typescript@5.5.4):
|
||||
dependencies:
|
||||
'@vue/compiler-dom': 3.4.32
|
||||
'@vue/compiler-sfc': 3.4.32
|
||||
'@vue/runtime-dom': 3.4.32
|
||||
'@vue/server-renderer': 3.4.32(vue@3.4.32(typescript@5.5.3))
|
||||
'@vue/shared': 3.4.32
|
||||
'@vue/compiler-dom': 3.4.33
|
||||
'@vue/compiler-sfc': 3.4.33
|
||||
'@vue/runtime-dom': 3.4.33
|
||||
'@vue/server-renderer': 3.4.33(vue@3.4.33(typescript@5.5.4))
|
||||
'@vue/shared': 3.4.33
|
||||
optionalDependencies:
|
||||
typescript: 5.5.3
|
||||
typescript: 5.5.4
|
||||
|
||||
vuetify@3.6.13(typescript@5.5.3)(vite-plugin-vuetify@2.0.3)(vue@3.4.32(typescript@5.5.3))(webpack-plugin-vuetify@3.0.3):
|
||||
vuetify@3.6.13(typescript@5.5.4)(vite-plugin-vuetify@2.0.3)(vue@3.4.33(typescript@5.5.4))(webpack-plugin-vuetify@3.0.3):
|
||||
dependencies:
|
||||
vue: 3.4.32(typescript@5.5.3)
|
||||
vue: 3.4.33(typescript@5.5.4)
|
||||
optionalDependencies:
|
||||
typescript: 5.5.3
|
||||
vite-plugin-vuetify: 2.0.3(vite@5.3.4(@types/node@20.14.11)(sass@1.77.8)(terser@5.26.0))(vue@3.4.32(typescript@5.5.3))(vuetify@3.6.13)
|
||||
webpack-plugin-vuetify: 3.0.3(@vue/compiler-sfc@3.4.32)(vue@3.4.32(typescript@5.5.3))(vuetify@3.6.13)(webpack@5.89.0)
|
||||
typescript: 5.5.4
|
||||
vite-plugin-vuetify: 2.0.3(vite@5.3.4(@types/node@20.14.12)(sass@1.77.8)(terser@5.26.0))(vue@3.4.33(typescript@5.5.4))(vuetify@3.6.13)
|
||||
webpack-plugin-vuetify: 3.0.3(@vue/compiler-sfc@3.4.33)(vue@3.4.33(typescript@5.5.4))(vuetify@3.6.13)(webpack@5.89.0)
|
||||
|
||||
w3c-xmlserializer@5.0.0:
|
||||
dependencies:
|
||||
@ -4463,10 +4463,10 @@ snapshots:
|
||||
|
||||
webidl-conversions@7.0.0: {}
|
||||
|
||||
webpack-plugin-vuetify@3.0.3(@vue/compiler-sfc@3.4.32)(vue@3.4.32(typescript@5.5.3))(vuetify@3.6.13)(webpack@5.89.0):
|
||||
webpack-plugin-vuetify@3.0.3(@vue/compiler-sfc@3.4.33)(vue@3.4.33(typescript@5.5.4))(vuetify@3.6.13)(webpack@5.89.0):
|
||||
dependencies:
|
||||
'@vue/compiler-sfc': 3.4.32
|
||||
'@vuetify/loader-shared': 2.0.3(vue@3.4.32(typescript@5.5.3))(vuetify@3.6.13(typescript@5.5.3)(vite-plugin-vuetify@2.0.3)(vue@3.4.32(typescript@5.5.3))(webpack-plugin-vuetify@3.0.3))
|
||||
'@vue/compiler-sfc': 3.4.33
|
||||
'@vuetify/loader-shared': 2.0.3(vue@3.4.33(typescript@5.5.4))(vuetify@3.6.13(typescript@5.5.4)(vite-plugin-vuetify@2.0.3)(vue@3.4.33(typescript@5.5.4))(webpack-plugin-vuetify@3.0.3))
|
||||
decache: 4.6.2
|
||||
file-loader: 6.2.0(webpack@5.89.0)
|
||||
find-cache-dir: 5.0.0
|
||||
@ -4474,8 +4474,8 @@ snapshots:
|
||||
mkdirp: 1.0.4
|
||||
null-loader: 4.0.1(webpack@5.89.0)
|
||||
upath: 2.0.1
|
||||
vue: 3.4.32(typescript@5.5.3)
|
||||
vuetify: 3.6.13(typescript@5.5.3)(vite-plugin-vuetify@2.0.3)(vue@3.4.32(typescript@5.5.3))(webpack-plugin-vuetify@3.0.3)
|
||||
vue: 3.4.33(typescript@5.5.4)
|
||||
vuetify: 3.6.13(typescript@5.5.4)(vite-plugin-vuetify@2.0.3)(vue@3.4.33(typescript@5.5.4))(webpack-plugin-vuetify@3.0.3)
|
||||
webpack: 5.89.0
|
||||
|
||||
webpack-sources@3.2.3: {}
|
||||
@ -4526,7 +4526,7 @@ snapshots:
|
||||
dependencies:
|
||||
isexe: 2.0.0
|
||||
|
||||
why-is-node-running@2.2.2:
|
||||
why-is-node-running@2.3.0:
|
||||
dependencies:
|
||||
siginfo: 2.0.0
|
||||
stackback: 0.0.2
|
||||
@ -4551,7 +4551,7 @@ snapshots:
|
||||
|
||||
wrappy@1.0.2: {}
|
||||
|
||||
ws@8.17.0: {}
|
||||
ws@8.18.0: {}
|
||||
|
||||
xml-name-validator@4.0.0: {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user