Compare commits
1 Commits
679a1422f1
...
a59cfbb263
Author | SHA1 | Date | |
---|---|---|---|
a59cfbb263 |
14
package.json
14
package.json
@ -16,15 +16,15 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mdi/font": "7.4.47",
|
"@mdi/font": "7.4.47",
|
||||||
"@types/js-cookie": "3.0.6",
|
"@types/js-cookie": "3.0.6",
|
||||||
"@types/uuid": "10.0.0",
|
"@types/uuid": "9.0.8",
|
||||||
"axios": "1.7.2",
|
"axios": "1.7.2",
|
||||||
"jose": "5.6.2",
|
"jose": "5.4.1",
|
||||||
"js-cookie": "3.0.5",
|
"js-cookie": "3.0.5",
|
||||||
"pinia": "2.1.7",
|
"pinia": "2.1.7",
|
||||||
"pinia-plugin-persistedstate": "3.2.1",
|
"pinia-plugin-persistedstate": "3.2.1",
|
||||||
"roboto-fontface": "^0.10.0",
|
"roboto-fontface": "^0.10.0",
|
||||||
"uuid": "10.0.0",
|
"uuid": "10.0.0",
|
||||||
"vue": "3.4.30",
|
"vue": "3.4.27",
|
||||||
"vue-router": "4.4.0",
|
"vue-router": "4.4.0",
|
||||||
"vuetify": "3.6.10",
|
"vuetify": "3.6.10",
|
||||||
"webfontloader": "1.6.28"
|
"webfontloader": "1.6.28"
|
||||||
@ -32,14 +32,14 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@rushstack/eslint-patch": "1.10.3",
|
"@rushstack/eslint-patch": "1.10.3",
|
||||||
"@types/jsdom": "21.1.7",
|
"@types/jsdom": "21.1.7",
|
||||||
"@types/node": "20.14.9",
|
"@types/node": "20.14.7",
|
||||||
"@types/webfontloader": "1.6.38",
|
"@types/webfontloader": "1.6.38",
|
||||||
"@vitejs/plugin-vue": "5.0.5",
|
"@vitejs/plugin-vue": "5.0.5",
|
||||||
"@vue/eslint-config-prettier": "9.0.0",
|
"@vue/eslint-config-prettier": "9.0.0",
|
||||||
"@vue/eslint-config-typescript": "13.0.0",
|
"@vue/eslint-config-typescript": "13.0.0",
|
||||||
"@vue/test-utils": "2.4.6",
|
"@vue/test-utils": "2.4.6",
|
||||||
"@vue/tsconfig": "0.5.1",
|
"@vue/tsconfig": "0.5.1",
|
||||||
"eslint": "9.6.0",
|
"eslint": "9.5.0",
|
||||||
"eslint-plugin-vue": "9.26.0",
|
"eslint-plugin-vue": "9.26.0",
|
||||||
"husky": "9.0.11",
|
"husky": "9.0.11",
|
||||||
"jsdom": "24.1.0",
|
"jsdom": "24.1.0",
|
||||||
@ -49,11 +49,11 @@
|
|||||||
"sass": "1.77.6",
|
"sass": "1.77.6",
|
||||||
"sass-loader": "14.2.1",
|
"sass-loader": "14.2.1",
|
||||||
"typescript": "5.5.2",
|
"typescript": "5.5.2",
|
||||||
"vite": "5.3.2",
|
"vite": "5.3.1",
|
||||||
"vite-plugin-vuetify": "2.0.3",
|
"vite-plugin-vuetify": "2.0.3",
|
||||||
"vitest": "1.6.0",
|
"vitest": "1.6.0",
|
||||||
"vue-cli-plugin-vuetify": "2.5.8",
|
"vue-cli-plugin-vuetify": "2.5.8",
|
||||||
"vue-tsc": "2.0.22",
|
"vue-tsc": "2.0.21",
|
||||||
"webpack-plugin-vuetify": "3.0.3"
|
"webpack-plugin-vuetify": "3.0.3"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
|
450
pnpm-lock.yaml
450
pnpm-lock.yaml
@ -15,23 +15,23 @@ importers:
|
|||||||
specifier: 3.0.6
|
specifier: 3.0.6
|
||||||
version: 3.0.6
|
version: 3.0.6
|
||||||
'@types/uuid':
|
'@types/uuid':
|
||||||
specifier: 10.0.0
|
specifier: 9.0.8
|
||||||
version: 10.0.0
|
version: 9.0.8
|
||||||
axios:
|
axios:
|
||||||
specifier: 1.7.2
|
specifier: 1.7.2
|
||||||
version: 1.7.2
|
version: 1.7.2
|
||||||
jose:
|
jose:
|
||||||
specifier: 5.6.2
|
specifier: 5.4.1
|
||||||
version: 5.6.2
|
version: 5.4.1
|
||||||
js-cookie:
|
js-cookie:
|
||||||
specifier: 3.0.5
|
specifier: 3.0.5
|
||||||
version: 3.0.5
|
version: 3.0.5
|
||||||
pinia:
|
pinia:
|
||||||
specifier: 2.1.7
|
specifier: 2.1.7
|
||||||
version: 2.1.7(typescript@5.5.2)(vue@3.4.30(typescript@5.5.2))
|
version: 2.1.7(typescript@5.5.2)(vue@3.4.27(typescript@5.5.2))
|
||||||
pinia-plugin-persistedstate:
|
pinia-plugin-persistedstate:
|
||||||
specifier: 3.2.1
|
specifier: 3.2.1
|
||||||
version: 3.2.1(pinia@2.1.7(typescript@5.5.2)(vue@3.4.30(typescript@5.5.2)))
|
version: 3.2.1(pinia@2.1.7(typescript@5.5.2)(vue@3.4.27(typescript@5.5.2)))
|
||||||
roboto-fontface:
|
roboto-fontface:
|
||||||
specifier: ^0.10.0
|
specifier: ^0.10.0
|
||||||
version: 0.10.0
|
version: 0.10.0
|
||||||
@ -39,14 +39,14 @@ importers:
|
|||||||
specifier: 10.0.0
|
specifier: 10.0.0
|
||||||
version: 10.0.0
|
version: 10.0.0
|
||||||
vue:
|
vue:
|
||||||
specifier: 3.4.30
|
specifier: 3.4.27
|
||||||
version: 3.4.30(typescript@5.5.2)
|
version: 3.4.27(typescript@5.5.2)
|
||||||
vue-router:
|
vue-router:
|
||||||
specifier: 4.4.0
|
specifier: 4.4.0
|
||||||
version: 4.4.0(vue@3.4.30(typescript@5.5.2))
|
version: 4.4.0(vue@3.4.27(typescript@5.5.2))
|
||||||
vuetify:
|
vuetify:
|
||||||
specifier: 3.6.10
|
specifier: 3.6.10
|
||||||
version: 3.6.10(typescript@5.5.2)(vite-plugin-vuetify@2.0.3)(vue@3.4.30(typescript@5.5.2))(webpack-plugin-vuetify@3.0.3)
|
version: 3.6.10(typescript@5.5.2)(vite-plugin-vuetify@2.0.3)(vue@3.4.27(typescript@5.5.2))(webpack-plugin-vuetify@3.0.3)
|
||||||
webfontloader:
|
webfontloader:
|
||||||
specifier: 1.6.28
|
specifier: 1.6.28
|
||||||
version: 1.6.28
|
version: 1.6.28
|
||||||
@ -58,20 +58,20 @@ importers:
|
|||||||
specifier: 21.1.7
|
specifier: 21.1.7
|
||||||
version: 21.1.7
|
version: 21.1.7
|
||||||
'@types/node':
|
'@types/node':
|
||||||
specifier: 20.14.9
|
specifier: 20.14.7
|
||||||
version: 20.14.9
|
version: 20.14.7
|
||||||
'@types/webfontloader':
|
'@types/webfontloader':
|
||||||
specifier: 1.6.38
|
specifier: 1.6.38
|
||||||
version: 1.6.38
|
version: 1.6.38
|
||||||
'@vitejs/plugin-vue':
|
'@vitejs/plugin-vue':
|
||||||
specifier: 5.0.5
|
specifier: 5.0.5
|
||||||
version: 5.0.5(vite@5.3.2(@types/node@20.14.9)(sass@1.77.6)(terser@5.26.0))(vue@3.4.30(typescript@5.5.2))
|
version: 5.0.5(vite@5.3.1(@types/node@20.14.7)(sass@1.77.6)(terser@5.26.0))(vue@3.4.27(typescript@5.5.2))
|
||||||
'@vue/eslint-config-prettier':
|
'@vue/eslint-config-prettier':
|
||||||
specifier: 9.0.0
|
specifier: 9.0.0
|
||||||
version: 9.0.0(@types/eslint@8.44.9)(eslint@9.6.0)(prettier@3.3.2)
|
version: 9.0.0(@types/eslint@8.44.9)(eslint@9.5.0)(prettier@3.3.2)
|
||||||
'@vue/eslint-config-typescript':
|
'@vue/eslint-config-typescript':
|
||||||
specifier: 13.0.0
|
specifier: 13.0.0
|
||||||
version: 13.0.0(eslint-plugin-vue@9.26.0(eslint@9.6.0))(eslint@9.6.0)(typescript@5.5.2)
|
version: 13.0.0(eslint-plugin-vue@9.26.0(eslint@9.5.0))(eslint@9.5.0)(typescript@5.5.2)
|
||||||
'@vue/test-utils':
|
'@vue/test-utils':
|
||||||
specifier: 2.4.6
|
specifier: 2.4.6
|
||||||
version: 2.4.6
|
version: 2.4.6
|
||||||
@ -79,11 +79,11 @@ importers:
|
|||||||
specifier: 0.5.1
|
specifier: 0.5.1
|
||||||
version: 0.5.1
|
version: 0.5.1
|
||||||
eslint:
|
eslint:
|
||||||
specifier: 9.6.0
|
specifier: 9.5.0
|
||||||
version: 9.6.0
|
version: 9.5.0
|
||||||
eslint-plugin-vue:
|
eslint-plugin-vue:
|
||||||
specifier: 9.26.0
|
specifier: 9.26.0
|
||||||
version: 9.26.0(eslint@9.6.0)
|
version: 9.26.0(eslint@9.5.0)
|
||||||
husky:
|
husky:
|
||||||
specifier: 9.0.11
|
specifier: 9.0.11
|
||||||
version: 9.0.11
|
version: 9.0.11
|
||||||
@ -109,23 +109,23 @@ importers:
|
|||||||
specifier: 5.5.2
|
specifier: 5.5.2
|
||||||
version: 5.5.2
|
version: 5.5.2
|
||||||
vite:
|
vite:
|
||||||
specifier: 5.3.2
|
specifier: 5.3.1
|
||||||
version: 5.3.2(@types/node@20.14.9)(sass@1.77.6)(terser@5.26.0)
|
version: 5.3.1(@types/node@20.14.7)(sass@1.77.6)(terser@5.26.0)
|
||||||
vite-plugin-vuetify:
|
vite-plugin-vuetify:
|
||||||
specifier: 2.0.3
|
specifier: 2.0.3
|
||||||
version: 2.0.3(vite@5.3.2(@types/node@20.14.9)(sass@1.77.6)(terser@5.26.0))(vue@3.4.30(typescript@5.5.2))(vuetify@3.6.10)
|
version: 2.0.3(vite@5.3.1(@types/node@20.14.7)(sass@1.77.6)(terser@5.26.0))(vue@3.4.27(typescript@5.5.2))(vuetify@3.6.10)
|
||||||
vitest:
|
vitest:
|
||||||
specifier: 1.6.0
|
specifier: 1.6.0
|
||||||
version: 1.6.0(@types/node@20.14.9)(jsdom@24.1.0)(sass@1.77.6)(terser@5.26.0)
|
version: 1.6.0(@types/node@20.14.7)(jsdom@24.1.0)(sass@1.77.6)(terser@5.26.0)
|
||||||
vue-cli-plugin-vuetify:
|
vue-cli-plugin-vuetify:
|
||||||
specifier: 2.5.8
|
specifier: 2.5.8
|
||||||
version: 2.5.8(sass-loader@14.2.1(sass@1.77.6)(webpack@5.89.0))(vue@3.4.30(typescript@5.5.2))(webpack@5.89.0)
|
version: 2.5.8(sass-loader@14.2.1(sass@1.77.6)(webpack@5.89.0))(vue@3.4.27(typescript@5.5.2))(webpack@5.89.0)
|
||||||
vue-tsc:
|
vue-tsc:
|
||||||
specifier: 2.0.22
|
specifier: 2.0.21
|
||||||
version: 2.0.22(typescript@5.5.2)
|
version: 2.0.21(typescript@5.5.2)
|
||||||
webpack-plugin-vuetify:
|
webpack-plugin-vuetify:
|
||||||
specifier: 3.0.3
|
specifier: 3.0.3
|
||||||
version: 3.0.3(@vue/compiler-sfc@3.4.30)(vue@3.4.30(typescript@5.5.2))(vuetify@3.6.10)(webpack@5.89.0)
|
version: 3.0.3(@vue/compiler-sfc@3.4.27)(vue@3.4.27(typescript@5.5.2))(vuetify@3.6.10)(webpack@5.89.0)
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
@ -146,11 +146,6 @@ packages:
|
|||||||
engines: {node: '>=6.0.0'}
|
engines: {node: '>=6.0.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
'@babel/parser@7.24.7':
|
|
||||||
resolution: {integrity: sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==}
|
|
||||||
engines: {node: '>=6.0.0'}
|
|
||||||
hasBin: true
|
|
||||||
|
|
||||||
'@babel/types@7.23.6':
|
'@babel/types@7.23.6':
|
||||||
resolution: {integrity: sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==}
|
resolution: {integrity: sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
@ -303,16 +298,16 @@ packages:
|
|||||||
resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==}
|
resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==}
|
||||||
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
||||||
|
|
||||||
'@eslint/config-array@0.17.0':
|
'@eslint/config-array@0.16.0':
|
||||||
resolution: {integrity: sha512-A68TBu6/1mHHuc5YJL0U0VVeGNiklLAL6rRmhTCP2B5XjWLMnrX+HkO+IAXyHvks5cyyY1jjK5ITPQ1HGS2EVA==}
|
resolution: {integrity: sha512-/jmuSd74i4Czf1XXn7wGRWZCuyaUZ330NH1Bek0Pplatt4Sy1S5haN21SCLLdbeKslQ+S0wEJ+++v5YibSi+Lg==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@eslint/eslintrc@3.1.0':
|
'@eslint/eslintrc@3.1.0':
|
||||||
resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==}
|
resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@eslint/js@9.6.0':
|
'@eslint/js@9.5.0':
|
||||||
resolution: {integrity: sha512-D9B0/3vNg44ZeWbYMpBoXqNP4j6eQD5vNwIlGAuFRRzK/WtT/jvDQW3Bi9kkf3PMDMlM7Yi+73VLUsn5bJcl8A==}
|
resolution: {integrity: sha512-A7+AOT2ICkodvtsWnxZP4Xxk3NbZ3VMHd8oihydLRGrJgqqdEz1qSeEgXYyT/Cu8h1TWWsQRejIx48mtjZ5y1w==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@eslint/object-schema@2.1.4':
|
'@eslint/object-schema@2.1.4':
|
||||||
@ -471,8 +466,8 @@ packages:
|
|||||||
'@types/json-schema@7.0.15':
|
'@types/json-schema@7.0.15':
|
||||||
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
|
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
|
||||||
|
|
||||||
'@types/node@20.14.9':
|
'@types/node@20.14.7':
|
||||||
resolution: {integrity: sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==}
|
resolution: {integrity: sha512-uTr2m2IbJJucF3KUxgnGOZvYbN0QgkGyWxG6973HCpMYFy2KfcgYuIwkJQMQkt1VbBMlvWRbpshFTLxnxCZjKQ==}
|
||||||
|
|
||||||
'@types/semver@7.5.6':
|
'@types/semver@7.5.6':
|
||||||
resolution: {integrity: sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==}
|
resolution: {integrity: sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==}
|
||||||
@ -480,8 +475,8 @@ packages:
|
|||||||
'@types/tough-cookie@4.0.5':
|
'@types/tough-cookie@4.0.5':
|
||||||
resolution: {integrity: sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==}
|
resolution: {integrity: sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==}
|
||||||
|
|
||||||
'@types/uuid@10.0.0':
|
'@types/uuid@9.0.8':
|
||||||
resolution: {integrity: sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==}
|
resolution: {integrity: sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==}
|
||||||
|
|
||||||
'@types/webfontloader@1.6.38':
|
'@types/webfontloader@1.6.38':
|
||||||
resolution: {integrity: sha512-kUaF72Fv202suFx6yBrwXqeVRMx7hGtJTesyESZgn9sEPCUeDXm2p0SiyS1MTqW74nQP4p7JyrOCwZ7pNFns4w==}
|
resolution: {integrity: sha512-kUaF72Fv202suFx6yBrwXqeVRMx7hGtJTesyESZgn9sEPCUeDXm2p0SiyS1MTqW74nQP4p7JyrOCwZ7pNFns4w==}
|
||||||
@ -566,32 +561,26 @@ packages:
|
|||||||
'@vitest/utils@1.6.0':
|
'@vitest/utils@1.6.0':
|
||||||
resolution: {integrity: sha512-21cPiuGMoMZwiOHa2i4LXkMkMkCGzA+MVFV70jRwHo95dL4x/ts5GZhML1QWuy7yfp3WzK3lRvZi3JnXTYqrBw==}
|
resolution: {integrity: sha512-21cPiuGMoMZwiOHa2i4LXkMkMkCGzA+MVFV70jRwHo95dL4x/ts5GZhML1QWuy7yfp3WzK3lRvZi3JnXTYqrBw==}
|
||||||
|
|
||||||
'@volar/language-core@2.3.1':
|
'@volar/language-core@2.3.0':
|
||||||
resolution: {integrity: sha512-25CZ3ulM6jWgQsPQjKb7maKDlryvXWvsl7ytw4uj1Yyy17BgdiTWqMuNSxIODC3+/7IBOOGYoINC/1OOLACLLw==}
|
resolution: {integrity: sha512-pvhL24WUh3VDnv7Yw5N1sjhPtdx7q9g+Wl3tggmnkMcyK8GcCNElF2zHiKznryn0DiUGk+eez/p2qQhz+puuHw==}
|
||||||
|
|
||||||
'@volar/source-map@2.3.1':
|
'@volar/source-map@2.3.0':
|
||||||
resolution: {integrity: sha512-fU3IL19wRy5S5OaGq67ejSl+/xdMuOHgp9Rsp3OiOhLyg25CctLYDdGZ9Y3+MJ1iqTLDh94PdvdR1BZX6I0hNQ==}
|
resolution: {integrity: sha512-G/228aZjAOGhDjhlyZ++nDbKrS9uk+5DMaEstjvzglaAw7nqtDyhnQAsYzUg6BMP9BtwZ59RIw5HGePrutn00Q==}
|
||||||
|
|
||||||
'@volar/typescript@2.3.1':
|
'@volar/typescript@2.3.0':
|
||||||
resolution: {integrity: sha512-OrUV6dYt/1h92+aWElexra6dp++gF/IEddvwyxeobyYfKAoKDUMsWU0iJCj0clZlfdyYaLmNEAkulJlVimxnOw==}
|
resolution: {integrity: sha512-PtUwMM87WsKVeLJN33GSTUjBexlKfKgouWlOUIv7pjrOnTwhXHZNSmpc312xgXdTjQPpToK6KXSIcKu9sBQ5LQ==}
|
||||||
|
|
||||||
'@vue/compiler-core@3.4.27':
|
'@vue/compiler-core@3.4.27':
|
||||||
resolution: {integrity: sha512-E+RyqY24KnyDXsCuQrI+mlcdW3ALND6U7Gqa/+bVwbcpcR3BRRIckFoz7Qyd4TTlnugtwuI7YgjbvsLmxb+yvg==}
|
resolution: {integrity: sha512-E+RyqY24KnyDXsCuQrI+mlcdW3ALND6U7Gqa/+bVwbcpcR3BRRIckFoz7Qyd4TTlnugtwuI7YgjbvsLmxb+yvg==}
|
||||||
|
|
||||||
'@vue/compiler-core@3.4.30':
|
|
||||||
resolution: {integrity: sha512-ZL8y4Xxdh8O6PSwfdZ1IpQ24PjTAieOz3jXb/MDTfDtANcKBMxg1KLm6OX2jofsaQGYfIVzd3BAG22i56/cF1w==}
|
|
||||||
|
|
||||||
'@vue/compiler-dom@3.4.27':
|
'@vue/compiler-dom@3.4.27':
|
||||||
resolution: {integrity: sha512-kUTvochG/oVgE1w5ViSr3KUBh9X7CWirebA3bezTbB5ZKBQZwR2Mwj9uoSKRMFcz4gSMzzLXBPD6KpCLb9nvWw==}
|
resolution: {integrity: sha512-kUTvochG/oVgE1w5ViSr3KUBh9X7CWirebA3bezTbB5ZKBQZwR2Mwj9uoSKRMFcz4gSMzzLXBPD6KpCLb9nvWw==}
|
||||||
|
|
||||||
'@vue/compiler-dom@3.4.30':
|
'@vue/compiler-sfc@3.4.27':
|
||||||
resolution: {integrity: sha512-+16Sd8lYr5j/owCbr9dowcNfrHd+pz+w2/b5Lt26Oz/kB90C9yNbxQ3bYOvt7rI2bxk0nqda39hVcwDFw85c2Q==}
|
resolution: {integrity: sha512-nDwntUEADssW8e0rrmE0+OrONwmRlegDA1pD6QhVeXxjIytV03yDqTey9SBDiALsvAd5U4ZrEKbMyVXhX6mCGA==}
|
||||||
|
|
||||||
'@vue/compiler-sfc@3.4.30':
|
'@vue/compiler-ssr@3.4.27':
|
||||||
resolution: {integrity: sha512-8vElKklHn/UY8+FgUFlQrYAPbtiSB2zcgeRKW7HkpSRn/JjMRmZvuOtwDx036D1aqKNSTtXkWRfqx53Qb+HmMg==}
|
resolution: {integrity: sha512-CVRzSJIltzMG5FcidsW0jKNQnNRYC8bT21VegyMMtHmhW3UOI7knmUehzswXLrExDLE6lQCZdrhD4ogI7c+vuw==}
|
||||||
|
|
||||||
'@vue/compiler-ssr@3.4.30':
|
|
||||||
resolution: {integrity: sha512-ZJ56YZGXJDd6jky4mmM0rNaNP6kIbQu9LTKZDhcpddGe/3QIalB1WHHmZ6iZfFNyj5mSypTa4+qDJa5VIuxMSg==}
|
|
||||||
|
|
||||||
'@vue/devtools-api@6.5.1':
|
'@vue/devtools-api@6.5.1':
|
||||||
resolution: {integrity: sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==}
|
resolution: {integrity: sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==}
|
||||||
@ -613,34 +602,31 @@ packages:
|
|||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@vue/language-core@2.0.22':
|
'@vue/language-core@2.0.21':
|
||||||
resolution: {integrity: sha512-dNTAAtEOuMiz7N1s5tKpypnVVCtawxVSF5BukD0ELcYSw+DSbrSlYYSw8GuwvurodCeYFSHsmslE+c2sYDNoiA==}
|
resolution: {integrity: sha512-vjs6KwnCK++kIXT+eI63BGpJHfHNVJcUCr3RnvJsccT3vbJnZV5IhHR2puEkoOkIbDdp0Gqi1wEnv3hEd3WsxQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
typescript: '*'
|
typescript: '*'
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@vue/reactivity@3.4.30':
|
'@vue/reactivity@3.4.27':
|
||||||
resolution: {integrity: sha512-bVJurnCe3LS0JII8PPoAA63Zd2MBzcKrEzwdQl92eHCcxtIbxD2fhNwJpa+KkM3Y/A4T5FUnmdhgKwOf6BfbcA==}
|
resolution: {integrity: sha512-kK0g4NknW6JX2yySLpsm2jlunZJl2/RJGZ0H9ddHdfBVHcNzxmQ0sS0b09ipmBoQpY8JM2KmUw+a6sO8Zo+zIA==}
|
||||||
|
|
||||||
'@vue/runtime-core@3.4.30':
|
'@vue/runtime-core@3.4.27':
|
||||||
resolution: {integrity: sha512-qaFEbnNpGz+tlnkaualomogzN8vBLkgzK55uuWjYXbYn039eOBZrWxyXWq/7qh9Bz2FPifZqGjVDl/FXiq9L2g==}
|
resolution: {integrity: sha512-7aYA9GEbOOdviqVvcuweTLe5Za4qBZkUY7SvET6vE8kyypxVgaT1ixHLg4urtOlrApdgcdgHoTZCUuTGap/5WA==}
|
||||||
|
|
||||||
'@vue/runtime-dom@3.4.30':
|
'@vue/runtime-dom@3.4.27':
|
||||||
resolution: {integrity: sha512-tV6B4YiZRj5QsaJgw2THCy5C1H+2UeywO9tqgWEc21tn85qHEERndHN/CxlyXvSBFrpmlexCIdnqPuR9RM9thw==}
|
resolution: {integrity: sha512-ScOmP70/3NPM+TW9hvVAz6VWWtZJqkbdf7w6ySsws+EsqtHvkhxaWLecrTorFxsawelM5Ys9FnDEMt6BPBDS0Q==}
|
||||||
|
|
||||||
'@vue/server-renderer@3.4.30':
|
'@vue/server-renderer@3.4.27':
|
||||||
resolution: {integrity: sha512-TBD3eqR1DeDc0cMrXS/vEs/PWzq1uXxnvjoqQuDGFIEHFIwuDTX/KWAQKIBjyMWLFHEeTDGYVsYci85z2UbTDg==}
|
resolution: {integrity: sha512-dlAMEuvmeA3rJsOMJ2J1kXU7o7pOxgsNHVr9K8hB3ImIkSuBrIdy0vF66h8gf8Tuinf1TK3mPAz2+2sqyf3KzA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vue: 3.4.30
|
vue: 3.4.27
|
||||||
|
|
||||||
'@vue/shared@3.4.27':
|
'@vue/shared@3.4.27':
|
||||||
resolution: {integrity: sha512-DL3NmY2OFlqmYYrzp39yi3LDkKxa5vZVwxWdQ3rG0ekuWscHraeIbnI8t+aZK7qhYqEqWKTUdijadunb9pnrgA==}
|
resolution: {integrity: sha512-DL3NmY2OFlqmYYrzp39yi3LDkKxa5vZVwxWdQ3rG0ekuWscHraeIbnI8t+aZK7qhYqEqWKTUdijadunb9pnrgA==}
|
||||||
|
|
||||||
'@vue/shared@3.4.30':
|
|
||||||
resolution: {integrity: sha512-CLg+f8RQCHQnKvuHY9adMsMaQOcqclh6Z5V9TaoMgy0ut0tz848joZ7/CYFFyF/yZ5i2yaw7Fn498C+CNZVHIg==}
|
|
||||||
|
|
||||||
'@vue/test-utils@2.4.6':
|
'@vue/test-utils@2.4.6':
|
||||||
resolution: {integrity: sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==}
|
resolution: {integrity: sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==}
|
||||||
|
|
||||||
@ -727,11 +713,6 @@ packages:
|
|||||||
engines: {node: '>=0.4.0'}
|
engines: {node: '>=0.4.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
acorn@8.12.0:
|
|
||||||
resolution: {integrity: sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==}
|
|
||||||
engines: {node: '>=0.4.0'}
|
|
||||||
hasBin: true
|
|
||||||
|
|
||||||
agent-base@7.1.0:
|
agent-base@7.1.0:
|
||||||
resolution: {integrity: sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==}
|
resolution: {integrity: sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==}
|
||||||
engines: {node: '>= 14'}
|
engines: {node: '>= 14'}
|
||||||
@ -1076,13 +1057,13 @@ packages:
|
|||||||
resolution: {integrity: sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==}
|
resolution: {integrity: sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
eslint@9.6.0:
|
eslint@9.5.0:
|
||||||
resolution: {integrity: sha512-ElQkdLMEEqQNM9Njff+2Y4q2afHk7JpkPvrd7Xh7xefwgQynqPxwf55J7di9+MEibWUGdNjFF9ITG9Pck5M84w==}
|
resolution: {integrity: sha512-+NAOZFrW/jFTS3dASCGBxX1pkFD0/fsO+hfAkJ4TyYKwgsXZbqzrw+seCYFCcPCYXvnD67tAnglU7GQTz6kcVw==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
espree@10.1.0:
|
espree@10.0.1:
|
||||||
resolution: {integrity: sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==}
|
resolution: {integrity: sha512-MWkrWZbJsL2UwnjxTX3gG8FneachS/Mwg7tdGXce011sJd5b0JG54vat5KHnfSBODZ3Wvzd2WnjxyzsRoVv+ww==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
espree@9.6.1:
|
espree@9.6.1:
|
||||||
@ -1417,8 +1398,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==}
|
resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==}
|
||||||
engines: {node: '>= 10.13.0'}
|
engines: {node: '>= 10.13.0'}
|
||||||
|
|
||||||
jose@5.6.2:
|
jose@5.4.1:
|
||||||
resolution: {integrity: sha512-F1t1/WZJ4JdmCE/XoMYw1dPOW5g8JF0xGm6Ox2fwaCAPlCzt+4Bh0EWP59iQuZNHHauDkCdjx+kCZSh5z/PGow==}
|
resolution: {integrity: sha512-U6QajmpV/nhL9SyfAewo000fkiRQ+Yd2H0lBxJJ9apjpOgkOcBQJWOrMo917lxLptdS/n/o/xPzMkXhF46K8hQ==}
|
||||||
|
|
||||||
js-beautify@1.14.11:
|
js-beautify@1.14.11:
|
||||||
resolution: {integrity: sha512-rPogWqAfoYh1Ryqqh2agUpVfbxAhbjuN1SmU86dskQUKouRiggUTCO4+2ym9UPXllc2WAp0J+T5qxn7Um3lCdw==}
|
resolution: {integrity: sha512-rPogWqAfoYh1Ryqqh2agUpVfbxAhbjuN1SmU86dskQUKouRiggUTCO4+2ym9UPXllc2WAp0J+T5qxn7Um3lCdw==}
|
||||||
@ -2158,8 +2139,8 @@ packages:
|
|||||||
vue: ^3.0.0
|
vue: ^3.0.0
|
||||||
vuetify: ^3.0.0
|
vuetify: ^3.0.0
|
||||||
|
|
||||||
vite@5.3.2:
|
vite@5.3.1:
|
||||||
resolution: {integrity: sha512-6lA7OBHBlXUxiJxbO5aAY2fsHHzDr1q7DvXYnyZycRs2Dz+dXBWuhpWHvmljTRTpQC2uvGmUFFkSHF2vGo90MA==}
|
resolution: {integrity: sha512-XBmSKRLXLxiaPYamLv3/hnP/KXDai1NDexN0FpkTaZXTfycHvkRHoenpgl/fvuK/kPbB6xAgoyiryAhQNxYmAQ==}
|
||||||
engines: {node: ^18.0.0 || >=20.0.0}
|
engines: {node: ^18.0.0 || >=20.0.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -2255,14 +2236,14 @@ packages:
|
|||||||
vue-template-compiler@2.7.15:
|
vue-template-compiler@2.7.15:
|
||||||
resolution: {integrity: sha512-yQxjxMptBL7UAog00O8sANud99C6wJF+7kgbcwqkvA38vCGF7HWE66w0ZFnS/kX5gSoJr/PQ4/oS3Ne2pW37Og==}
|
resolution: {integrity: sha512-yQxjxMptBL7UAog00O8sANud99C6wJF+7kgbcwqkvA38vCGF7HWE66w0ZFnS/kX5gSoJr/PQ4/oS3Ne2pW37Og==}
|
||||||
|
|
||||||
vue-tsc@2.0.22:
|
vue-tsc@2.0.21:
|
||||||
resolution: {integrity: sha512-lMBIwPBO0sxCcmvu45yt1b035AaQ8/XSXQDk8m75y4j0jSXY/y/XzfEtssQ9JMS47lDaR10O3/926oCs8OeGUw==}
|
resolution: {integrity: sha512-E6x1p1HaHES6Doy8pqtm7kQern79zRtIewkf9fiv7Y43Zo4AFDS5hKi+iHi2RwEhqRmuiwliB1LCEFEGwvxQnw==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
typescript: '*'
|
typescript: '*'
|
||||||
|
|
||||||
vue@3.4.30:
|
vue@3.4.27:
|
||||||
resolution: {integrity: sha512-NcxtKCwkdf1zPsr7Y8+QlDBCGqxvjLXF2EX+yi76rV5rrz90Y6gK1cq0olIhdWGgrlhs9ElHuhi9t3+W5sG5Xw==}
|
resolution: {integrity: sha512-8s/56uK6r01r1icG/aEOHqyMVxd1bkYcSe9j8HcKtr/xTOFWvnzIVTehNW+5Yt89f+DLBe4A569pnZLS5HzAMA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
typescript: '*'
|
typescript: '*'
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
@ -2414,10 +2395,6 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@babel/types': 7.23.6
|
'@babel/types': 7.23.6
|
||||||
|
|
||||||
'@babel/parser@7.24.7':
|
|
||||||
dependencies:
|
|
||||||
'@babel/types': 7.23.6
|
|
||||||
|
|
||||||
'@babel/types@7.23.6':
|
'@babel/types@7.23.6':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/helper-string-parser': 7.23.4
|
'@babel/helper-string-parser': 7.23.4
|
||||||
@ -2493,14 +2470,14 @@ snapshots:
|
|||||||
'@esbuild/win32-x64@0.21.5':
|
'@esbuild/win32-x64@0.21.5':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@eslint-community/eslint-utils@4.4.0(eslint@9.6.0)':
|
'@eslint-community/eslint-utils@4.4.0(eslint@9.5.0)':
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.6.0
|
eslint: 9.5.0
|
||||||
eslint-visitor-keys: 3.4.3
|
eslint-visitor-keys: 3.4.3
|
||||||
|
|
||||||
'@eslint-community/regexpp@4.10.0': {}
|
'@eslint-community/regexpp@4.10.0': {}
|
||||||
|
|
||||||
'@eslint/config-array@0.17.0':
|
'@eslint/config-array@0.16.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint/object-schema': 2.1.4
|
'@eslint/object-schema': 2.1.4
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
@ -2512,7 +2489,7 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
ajv: 6.12.6
|
ajv: 6.12.6
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
espree: 10.1.0
|
espree: 10.0.1
|
||||||
globals: 14.0.0
|
globals: 14.0.0
|
||||||
ignore: 5.3.0
|
ignore: 5.3.0
|
||||||
import-fresh: 3.3.0
|
import-fresh: 3.3.0
|
||||||
@ -2522,7 +2499,7 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@eslint/js@9.6.0': {}
|
'@eslint/js@9.5.0': {}
|
||||||
|
|
||||||
'@eslint/object-schema@2.1.4': {}
|
'@eslint/object-schema@2.1.4': {}
|
||||||
|
|
||||||
@ -2652,13 +2629,13 @@ snapshots:
|
|||||||
|
|
||||||
'@types/jsdom@21.1.7':
|
'@types/jsdom@21.1.7':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 20.14.9
|
'@types/node': 20.14.7
|
||||||
'@types/tough-cookie': 4.0.5
|
'@types/tough-cookie': 4.0.5
|
||||||
parse5: 7.1.2
|
parse5: 7.1.2
|
||||||
|
|
||||||
'@types/json-schema@7.0.15': {}
|
'@types/json-schema@7.0.15': {}
|
||||||
|
|
||||||
'@types/node@20.14.9':
|
'@types/node@20.14.7':
|
||||||
dependencies:
|
dependencies:
|
||||||
undici-types: 5.26.5
|
undici-types: 5.26.5
|
||||||
|
|
||||||
@ -2666,20 +2643,20 @@ snapshots:
|
|||||||
|
|
||||||
'@types/tough-cookie@4.0.5': {}
|
'@types/tough-cookie@4.0.5': {}
|
||||||
|
|
||||||
'@types/uuid@10.0.0': {}
|
'@types/uuid@9.0.8': {}
|
||||||
|
|
||||||
'@types/webfontloader@1.6.38': {}
|
'@types/webfontloader@1.6.38': {}
|
||||||
|
|
||||||
'@typescript-eslint/eslint-plugin@7.2.0(@typescript-eslint/parser@7.2.0(eslint@9.6.0)(typescript@5.5.2))(eslint@9.6.0)(typescript@5.5.2)':
|
'@typescript-eslint/eslint-plugin@7.2.0(@typescript-eslint/parser@7.2.0(eslint@9.5.0)(typescript@5.5.2))(eslint@9.5.0)(typescript@5.5.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/regexpp': 4.10.0
|
'@eslint-community/regexpp': 4.10.0
|
||||||
'@typescript-eslint/parser': 7.2.0(eslint@9.6.0)(typescript@5.5.2)
|
'@typescript-eslint/parser': 7.2.0(eslint@9.5.0)(typescript@5.5.2)
|
||||||
'@typescript-eslint/scope-manager': 7.2.0
|
'@typescript-eslint/scope-manager': 7.2.0
|
||||||
'@typescript-eslint/type-utils': 7.2.0(eslint@9.6.0)(typescript@5.5.2)
|
'@typescript-eslint/type-utils': 7.2.0(eslint@9.5.0)(typescript@5.5.2)
|
||||||
'@typescript-eslint/utils': 7.2.0(eslint@9.6.0)(typescript@5.5.2)
|
'@typescript-eslint/utils': 7.2.0(eslint@9.5.0)(typescript@5.5.2)
|
||||||
'@typescript-eslint/visitor-keys': 7.2.0
|
'@typescript-eslint/visitor-keys': 7.2.0
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
eslint: 9.6.0
|
eslint: 9.5.0
|
||||||
graphemer: 1.4.0
|
graphemer: 1.4.0
|
||||||
ignore: 5.3.0
|
ignore: 5.3.0
|
||||||
natural-compare: 1.4.0
|
natural-compare: 1.4.0
|
||||||
@ -2690,14 +2667,14 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/parser@7.2.0(eslint@9.6.0)(typescript@5.5.2)':
|
'@typescript-eslint/parser@7.2.0(eslint@9.5.0)(typescript@5.5.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/scope-manager': 7.2.0
|
'@typescript-eslint/scope-manager': 7.2.0
|
||||||
'@typescript-eslint/types': 7.2.0
|
'@typescript-eslint/types': 7.2.0
|
||||||
'@typescript-eslint/typescript-estree': 7.2.0(typescript@5.5.2)
|
'@typescript-eslint/typescript-estree': 7.2.0(typescript@5.5.2)
|
||||||
'@typescript-eslint/visitor-keys': 7.2.0
|
'@typescript-eslint/visitor-keys': 7.2.0
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
eslint: 9.6.0
|
eslint: 9.5.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 5.5.2
|
typescript: 5.5.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@ -2708,12 +2685,12 @@ snapshots:
|
|||||||
'@typescript-eslint/types': 7.2.0
|
'@typescript-eslint/types': 7.2.0
|
||||||
'@typescript-eslint/visitor-keys': 7.2.0
|
'@typescript-eslint/visitor-keys': 7.2.0
|
||||||
|
|
||||||
'@typescript-eslint/type-utils@7.2.0(eslint@9.6.0)(typescript@5.5.2)':
|
'@typescript-eslint/type-utils@7.2.0(eslint@9.5.0)(typescript@5.5.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/typescript-estree': 7.2.0(typescript@5.5.2)
|
'@typescript-eslint/typescript-estree': 7.2.0(typescript@5.5.2)
|
||||||
'@typescript-eslint/utils': 7.2.0(eslint@9.6.0)(typescript@5.5.2)
|
'@typescript-eslint/utils': 7.2.0(eslint@9.5.0)(typescript@5.5.2)
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
eslint: 9.6.0
|
eslint: 9.5.0
|
||||||
ts-api-utils: 1.0.3(typescript@5.5.2)
|
ts-api-utils: 1.0.3(typescript@5.5.2)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 5.5.2
|
typescript: 5.5.2
|
||||||
@ -2737,15 +2714,15 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/utils@7.2.0(eslint@9.6.0)(typescript@5.5.2)':
|
'@typescript-eslint/utils@7.2.0(eslint@9.5.0)(typescript@5.5.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0)
|
'@eslint-community/eslint-utils': 4.4.0(eslint@9.5.0)
|
||||||
'@types/json-schema': 7.0.15
|
'@types/json-schema': 7.0.15
|
||||||
'@types/semver': 7.5.6
|
'@types/semver': 7.5.6
|
||||||
'@typescript-eslint/scope-manager': 7.2.0
|
'@typescript-eslint/scope-manager': 7.2.0
|
||||||
'@typescript-eslint/types': 7.2.0
|
'@typescript-eslint/types': 7.2.0
|
||||||
'@typescript-eslint/typescript-estree': 7.2.0(typescript@5.5.2)
|
'@typescript-eslint/typescript-estree': 7.2.0(typescript@5.5.2)
|
||||||
eslint: 9.6.0
|
eslint: 9.5.0
|
||||||
semver: 7.6.0
|
semver: 7.6.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
@ -2756,10 +2733,10 @@ snapshots:
|
|||||||
'@typescript-eslint/types': 7.2.0
|
'@typescript-eslint/types': 7.2.0
|
||||||
eslint-visitor-keys: 3.4.3
|
eslint-visitor-keys: 3.4.3
|
||||||
|
|
||||||
'@vitejs/plugin-vue@5.0.5(vite@5.3.2(@types/node@20.14.9)(sass@1.77.6)(terser@5.26.0))(vue@3.4.30(typescript@5.5.2))':
|
'@vitejs/plugin-vue@5.0.5(vite@5.3.1(@types/node@20.14.7)(sass@1.77.6)(terser@5.26.0))(vue@3.4.27(typescript@5.5.2))':
|
||||||
dependencies:
|
dependencies:
|
||||||
vite: 5.3.2(@types/node@20.14.9)(sass@1.77.6)(terser@5.26.0)
|
vite: 5.3.1(@types/node@20.14.7)(sass@1.77.6)(terser@5.26.0)
|
||||||
vue: 3.4.30(typescript@5.5.2)
|
vue: 3.4.27(typescript@5.5.2)
|
||||||
|
|
||||||
'@vitest/expect@1.6.0':
|
'@vitest/expect@1.6.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -2790,15 +2767,17 @@ snapshots:
|
|||||||
loupe: 2.3.7
|
loupe: 2.3.7
|
||||||
pretty-format: 29.7.0
|
pretty-format: 29.7.0
|
||||||
|
|
||||||
'@volar/language-core@2.3.1':
|
'@volar/language-core@2.3.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@volar/source-map': 2.3.1
|
'@volar/source-map': 2.3.0
|
||||||
|
|
||||||
'@volar/source-map@2.3.1': {}
|
'@volar/source-map@2.3.0':
|
||||||
|
|
||||||
'@volar/typescript@2.3.1':
|
|
||||||
dependencies:
|
dependencies:
|
||||||
'@volar/language-core': 2.3.1
|
muggle-string: 0.4.1
|
||||||
|
|
||||||
|
'@volar/typescript@2.3.0':
|
||||||
|
dependencies:
|
||||||
|
'@volar/language-core': 2.3.0
|
||||||
path-browserify: 1.0.1
|
path-browserify: 1.0.1
|
||||||
vscode-uri: 3.0.8
|
vscode-uri: 3.0.8
|
||||||
|
|
||||||
@ -2810,103 +2789,86 @@ snapshots:
|
|||||||
estree-walker: 2.0.2
|
estree-walker: 2.0.2
|
||||||
source-map-js: 1.2.0
|
source-map-js: 1.2.0
|
||||||
|
|
||||||
'@vue/compiler-core@3.4.30':
|
|
||||||
dependencies:
|
|
||||||
'@babel/parser': 7.24.7
|
|
||||||
'@vue/shared': 3.4.30
|
|
||||||
entities: 4.5.0
|
|
||||||
estree-walker: 2.0.2
|
|
||||||
source-map-js: 1.2.0
|
|
||||||
|
|
||||||
'@vue/compiler-dom@3.4.27':
|
'@vue/compiler-dom@3.4.27':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-core': 3.4.27
|
'@vue/compiler-core': 3.4.27
|
||||||
'@vue/shared': 3.4.27
|
'@vue/shared': 3.4.27
|
||||||
|
|
||||||
'@vue/compiler-dom@3.4.30':
|
'@vue/compiler-sfc@3.4.27':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-core': 3.4.30
|
'@babel/parser': 7.24.4
|
||||||
'@vue/shared': 3.4.30
|
'@vue/compiler-core': 3.4.27
|
||||||
|
'@vue/compiler-dom': 3.4.27
|
||||||
'@vue/compiler-sfc@3.4.30':
|
'@vue/compiler-ssr': 3.4.27
|
||||||
dependencies:
|
'@vue/shared': 3.4.27
|
||||||
'@babel/parser': 7.24.7
|
|
||||||
'@vue/compiler-core': 3.4.30
|
|
||||||
'@vue/compiler-dom': 3.4.30
|
|
||||||
'@vue/compiler-ssr': 3.4.30
|
|
||||||
'@vue/shared': 3.4.30
|
|
||||||
estree-walker: 2.0.2
|
estree-walker: 2.0.2
|
||||||
magic-string: 0.30.10
|
magic-string: 0.30.10
|
||||||
postcss: 8.4.38
|
postcss: 8.4.38
|
||||||
source-map-js: 1.2.0
|
source-map-js: 1.2.0
|
||||||
|
|
||||||
'@vue/compiler-ssr@3.4.30':
|
'@vue/compiler-ssr@3.4.27':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-dom': 3.4.30
|
'@vue/compiler-dom': 3.4.27
|
||||||
'@vue/shared': 3.4.30
|
'@vue/shared': 3.4.27
|
||||||
|
|
||||||
'@vue/devtools-api@6.5.1': {}
|
'@vue/devtools-api@6.5.1': {}
|
||||||
|
|
||||||
'@vue/eslint-config-prettier@9.0.0(@types/eslint@8.44.9)(eslint@9.6.0)(prettier@3.3.2)':
|
'@vue/eslint-config-prettier@9.0.0(@types/eslint@8.44.9)(eslint@9.5.0)(prettier@3.3.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.6.0
|
eslint: 9.5.0
|
||||||
eslint-config-prettier: 9.1.0(eslint@9.6.0)
|
eslint-config-prettier: 9.1.0(eslint@9.5.0)
|
||||||
eslint-plugin-prettier: 5.0.1(@types/eslint@8.44.9)(eslint-config-prettier@9.1.0(eslint@9.6.0))(eslint@9.6.0)(prettier@3.3.2)
|
eslint-plugin-prettier: 5.0.1(@types/eslint@8.44.9)(eslint-config-prettier@9.1.0(eslint@9.5.0))(eslint@9.5.0)(prettier@3.3.2)
|
||||||
prettier: 3.3.2
|
prettier: 3.3.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@types/eslint'
|
- '@types/eslint'
|
||||||
|
|
||||||
'@vue/eslint-config-typescript@13.0.0(eslint-plugin-vue@9.26.0(eslint@9.6.0))(eslint@9.6.0)(typescript@5.5.2)':
|
'@vue/eslint-config-typescript@13.0.0(eslint-plugin-vue@9.26.0(eslint@9.5.0))(eslint@9.5.0)(typescript@5.5.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/eslint-plugin': 7.2.0(@typescript-eslint/parser@7.2.0(eslint@9.6.0)(typescript@5.5.2))(eslint@9.6.0)(typescript@5.5.2)
|
'@typescript-eslint/eslint-plugin': 7.2.0(@typescript-eslint/parser@7.2.0(eslint@9.5.0)(typescript@5.5.2))(eslint@9.5.0)(typescript@5.5.2)
|
||||||
'@typescript-eslint/parser': 7.2.0(eslint@9.6.0)(typescript@5.5.2)
|
'@typescript-eslint/parser': 7.2.0(eslint@9.5.0)(typescript@5.5.2)
|
||||||
eslint: 9.6.0
|
eslint: 9.5.0
|
||||||
eslint-plugin-vue: 9.26.0(eslint@9.6.0)
|
eslint-plugin-vue: 9.26.0(eslint@9.5.0)
|
||||||
vue-eslint-parser: 9.4.2(eslint@9.6.0)
|
vue-eslint-parser: 9.4.2(eslint@9.5.0)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 5.5.2
|
typescript: 5.5.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@vue/language-core@2.0.22(typescript@5.5.2)':
|
'@vue/language-core@2.0.21(typescript@5.5.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@volar/language-core': 2.3.1
|
'@volar/language-core': 2.3.0
|
||||||
'@vue/compiler-dom': 3.4.27
|
'@vue/compiler-dom': 3.4.27
|
||||||
'@vue/shared': 3.4.27
|
'@vue/shared': 3.4.27
|
||||||
computeds: 0.0.1
|
computeds: 0.0.1
|
||||||
minimatch: 9.0.3
|
minimatch: 9.0.3
|
||||||
muggle-string: 0.4.1
|
|
||||||
path-browserify: 1.0.1
|
path-browserify: 1.0.1
|
||||||
vue-template-compiler: 2.7.15
|
vue-template-compiler: 2.7.15
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 5.5.2
|
typescript: 5.5.2
|
||||||
|
|
||||||
'@vue/reactivity@3.4.30':
|
'@vue/reactivity@3.4.27':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/shared': 3.4.30
|
'@vue/shared': 3.4.27
|
||||||
|
|
||||||
'@vue/runtime-core@3.4.30':
|
'@vue/runtime-core@3.4.27':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/reactivity': 3.4.30
|
'@vue/reactivity': 3.4.27
|
||||||
'@vue/shared': 3.4.30
|
'@vue/shared': 3.4.27
|
||||||
|
|
||||||
'@vue/runtime-dom@3.4.30':
|
'@vue/runtime-dom@3.4.27':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/reactivity': 3.4.30
|
'@vue/runtime-core': 3.4.27
|
||||||
'@vue/runtime-core': 3.4.30
|
'@vue/shared': 3.4.27
|
||||||
'@vue/shared': 3.4.30
|
|
||||||
csstype: 3.1.3
|
csstype: 3.1.3
|
||||||
|
|
||||||
'@vue/server-renderer@3.4.30(vue@3.4.30(typescript@5.5.2))':
|
'@vue/server-renderer@3.4.27(vue@3.4.27(typescript@5.5.2))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-ssr': 3.4.30
|
'@vue/compiler-ssr': 3.4.27
|
||||||
'@vue/shared': 3.4.30
|
'@vue/shared': 3.4.27
|
||||||
vue: 3.4.30(typescript@5.5.2)
|
vue: 3.4.27(typescript@5.5.2)
|
||||||
|
|
||||||
'@vue/shared@3.4.27': {}
|
'@vue/shared@3.4.27': {}
|
||||||
|
|
||||||
'@vue/shared@3.4.30': {}
|
|
||||||
|
|
||||||
'@vue/test-utils@2.4.6':
|
'@vue/test-utils@2.4.6':
|
||||||
dependencies:
|
dependencies:
|
||||||
js-beautify: 1.14.11
|
js-beautify: 1.14.11
|
||||||
@ -2914,11 +2876,11 @@ snapshots:
|
|||||||
|
|
||||||
'@vue/tsconfig@0.5.1': {}
|
'@vue/tsconfig@0.5.1': {}
|
||||||
|
|
||||||
'@vuetify/loader-shared@2.0.3(vue@3.4.30(typescript@5.5.2))(vuetify@3.6.10(typescript@5.5.2)(vite-plugin-vuetify@2.0.3)(vue@3.4.30(typescript@5.5.2))(webpack-plugin-vuetify@3.0.3))':
|
'@vuetify/loader-shared@2.0.3(vue@3.4.27(typescript@5.5.2))(vuetify@3.6.10(typescript@5.5.2)(vite-plugin-vuetify@2.0.3)(vue@3.4.27(typescript@5.5.2))(webpack-plugin-vuetify@3.0.3))':
|
||||||
dependencies:
|
dependencies:
|
||||||
upath: 2.0.1
|
upath: 2.0.1
|
||||||
vue: 3.4.30(typescript@5.5.2)
|
vue: 3.4.27(typescript@5.5.2)
|
||||||
vuetify: 3.6.10(typescript@5.5.2)(vite-plugin-vuetify@2.0.3)(vue@3.4.30(typescript@5.5.2))(webpack-plugin-vuetify@3.0.3)
|
vuetify: 3.6.10(typescript@5.5.2)(vite-plugin-vuetify@2.0.3)(vue@3.4.27(typescript@5.5.2))(webpack-plugin-vuetify@3.0.3)
|
||||||
|
|
||||||
'@webassemblyjs/ast@1.11.6':
|
'@webassemblyjs/ast@1.11.6':
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -3002,24 +2964,18 @@ snapshots:
|
|||||||
|
|
||||||
abbrev@2.0.0: {}
|
abbrev@2.0.0: {}
|
||||||
|
|
||||||
acorn-import-assertions@1.9.0(acorn@8.12.0):
|
acorn-import-assertions@1.9.0(acorn@8.11.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
acorn: 8.12.0
|
acorn: 8.11.3
|
||||||
|
|
||||||
acorn-jsx@5.3.2(acorn@8.11.3):
|
acorn-jsx@5.3.2(acorn@8.11.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
acorn: 8.11.3
|
acorn: 8.11.3
|
||||||
|
|
||||||
acorn-jsx@5.3.2(acorn@8.12.0):
|
|
||||||
dependencies:
|
|
||||||
acorn: 8.12.0
|
|
||||||
|
|
||||||
acorn-walk@8.3.2: {}
|
acorn-walk@8.3.2: {}
|
||||||
|
|
||||||
acorn@8.11.3: {}
|
acorn@8.11.3: {}
|
||||||
|
|
||||||
acorn@8.12.0: {}
|
|
||||||
|
|
||||||
agent-base@7.1.0:
|
agent-base@7.1.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
@ -3312,30 +3268,30 @@ snapshots:
|
|||||||
|
|
||||||
escape-string-regexp@4.0.0: {}
|
escape-string-regexp@4.0.0: {}
|
||||||
|
|
||||||
eslint-config-prettier@9.1.0(eslint@9.6.0):
|
eslint-config-prettier@9.1.0(eslint@9.5.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.6.0
|
eslint: 9.5.0
|
||||||
|
|
||||||
eslint-plugin-prettier@5.0.1(@types/eslint@8.44.9)(eslint-config-prettier@9.1.0(eslint@9.6.0))(eslint@9.6.0)(prettier@3.3.2):
|
eslint-plugin-prettier@5.0.1(@types/eslint@8.44.9)(eslint-config-prettier@9.1.0(eslint@9.5.0))(eslint@9.5.0)(prettier@3.3.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.6.0
|
eslint: 9.5.0
|
||||||
prettier: 3.3.2
|
prettier: 3.3.2
|
||||||
prettier-linter-helpers: 1.0.0
|
prettier-linter-helpers: 1.0.0
|
||||||
synckit: 0.8.6
|
synckit: 0.8.6
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@types/eslint': 8.44.9
|
'@types/eslint': 8.44.9
|
||||||
eslint-config-prettier: 9.1.0(eslint@9.6.0)
|
eslint-config-prettier: 9.1.0(eslint@9.5.0)
|
||||||
|
|
||||||
eslint-plugin-vue@9.26.0(eslint@9.6.0):
|
eslint-plugin-vue@9.26.0(eslint@9.5.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0)
|
'@eslint-community/eslint-utils': 4.4.0(eslint@9.5.0)
|
||||||
eslint: 9.6.0
|
eslint: 9.5.0
|
||||||
globals: 13.24.0
|
globals: 13.24.0
|
||||||
natural-compare: 1.4.0
|
natural-compare: 1.4.0
|
||||||
nth-check: 2.1.1
|
nth-check: 2.1.1
|
||||||
postcss-selector-parser: 6.0.15
|
postcss-selector-parser: 6.0.15
|
||||||
semver: 7.6.0
|
semver: 7.6.0
|
||||||
vue-eslint-parser: 9.4.2(eslint@9.6.0)
|
vue-eslint-parser: 9.4.2(eslint@9.5.0)
|
||||||
xml-name-validator: 4.0.0
|
xml-name-validator: 4.0.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
@ -3359,13 +3315,13 @@ snapshots:
|
|||||||
|
|
||||||
eslint-visitor-keys@4.0.0: {}
|
eslint-visitor-keys@4.0.0: {}
|
||||||
|
|
||||||
eslint@9.6.0:
|
eslint@9.5.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0)
|
'@eslint-community/eslint-utils': 4.4.0(eslint@9.5.0)
|
||||||
'@eslint-community/regexpp': 4.10.0
|
'@eslint-community/regexpp': 4.10.0
|
||||||
'@eslint/config-array': 0.17.0
|
'@eslint/config-array': 0.16.0
|
||||||
'@eslint/eslintrc': 3.1.0
|
'@eslint/eslintrc': 3.1.0
|
||||||
'@eslint/js': 9.6.0
|
'@eslint/js': 9.5.0
|
||||||
'@humanwhocodes/module-importer': 1.0.1
|
'@humanwhocodes/module-importer': 1.0.1
|
||||||
'@humanwhocodes/retry': 0.3.0
|
'@humanwhocodes/retry': 0.3.0
|
||||||
'@nodelib/fs.walk': 1.2.8
|
'@nodelib/fs.walk': 1.2.8
|
||||||
@ -3376,7 +3332,7 @@ snapshots:
|
|||||||
escape-string-regexp: 4.0.0
|
escape-string-regexp: 4.0.0
|
||||||
eslint-scope: 8.0.1
|
eslint-scope: 8.0.1
|
||||||
eslint-visitor-keys: 4.0.0
|
eslint-visitor-keys: 4.0.0
|
||||||
espree: 10.1.0
|
espree: 10.0.1
|
||||||
esquery: 1.5.0
|
esquery: 1.5.0
|
||||||
esutils: 2.0.3
|
esutils: 2.0.3
|
||||||
fast-deep-equal: 3.1.3
|
fast-deep-equal: 3.1.3
|
||||||
@ -3398,10 +3354,10 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
espree@10.1.0:
|
espree@10.0.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
acorn: 8.12.0
|
acorn: 8.11.3
|
||||||
acorn-jsx: 5.3.2(acorn@8.12.0)
|
acorn-jsx: 5.3.2(acorn@8.11.3)
|
||||||
eslint-visitor-keys: 4.0.0
|
eslint-visitor-keys: 4.0.0
|
||||||
|
|
||||||
espree@9.6.1:
|
espree@9.6.1:
|
||||||
@ -3714,11 +3670,11 @@ snapshots:
|
|||||||
|
|
||||||
jest-worker@27.5.1:
|
jest-worker@27.5.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 20.14.9
|
'@types/node': 20.14.7
|
||||||
merge-stream: 2.0.0
|
merge-stream: 2.0.0
|
||||||
supports-color: 8.1.1
|
supports-color: 8.1.1
|
||||||
|
|
||||||
jose@5.6.2: {}
|
jose@5.4.1: {}
|
||||||
|
|
||||||
js-beautify@1.14.11:
|
js-beautify@1.14.11:
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -4024,15 +3980,15 @@ snapshots:
|
|||||||
|
|
||||||
pidtree@0.6.0: {}
|
pidtree@0.6.0: {}
|
||||||
|
|
||||||
pinia-plugin-persistedstate@3.2.1(pinia@2.1.7(typescript@5.5.2)(vue@3.4.30(typescript@5.5.2))):
|
pinia-plugin-persistedstate@3.2.1(pinia@2.1.7(typescript@5.5.2)(vue@3.4.27(typescript@5.5.2))):
|
||||||
dependencies:
|
dependencies:
|
||||||
pinia: 2.1.7(typescript@5.5.2)(vue@3.4.30(typescript@5.5.2))
|
pinia: 2.1.7(typescript@5.5.2)(vue@3.4.27(typescript@5.5.2))
|
||||||
|
|
||||||
pinia@2.1.7(typescript@5.5.2)(vue@3.4.30(typescript@5.5.2)):
|
pinia@2.1.7(typescript@5.5.2)(vue@3.4.27(typescript@5.5.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/devtools-api': 6.5.1
|
'@vue/devtools-api': 6.5.1
|
||||||
vue: 3.4.30(typescript@5.5.2)
|
vue: 3.4.27(typescript@5.5.2)
|
||||||
vue-demi: 0.14.6(vue@3.4.30(typescript@5.5.2))
|
vue-demi: 0.14.6(vue@3.4.27(typescript@5.5.2))
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 5.5.2
|
typescript: 5.5.2
|
||||||
|
|
||||||
@ -4302,7 +4258,7 @@ snapshots:
|
|||||||
terser@5.26.0:
|
terser@5.26.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jridgewell/source-map': 0.3.5
|
'@jridgewell/source-map': 0.3.5
|
||||||
acorn: 8.12.0
|
acorn: 8.11.3
|
||||||
commander: 2.20.3
|
commander: 2.20.3
|
||||||
source-map-support: 0.5.21
|
source-map-support: 0.5.21
|
||||||
|
|
||||||
@ -4380,13 +4336,13 @@ snapshots:
|
|||||||
|
|
||||||
uuid@10.0.0: {}
|
uuid@10.0.0: {}
|
||||||
|
|
||||||
vite-node@1.6.0(@types/node@20.14.9)(sass@1.77.6)(terser@5.26.0):
|
vite-node@1.6.0(@types/node@20.14.7)(sass@1.77.6)(terser@5.26.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
cac: 6.7.14
|
cac: 6.7.14
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
pathe: 1.1.1
|
pathe: 1.1.1
|
||||||
picocolors: 1.0.0
|
picocolors: 1.0.0
|
||||||
vite: 5.3.2(@types/node@20.14.9)(sass@1.77.6)(terser@5.26.0)
|
vite: 5.3.1(@types/node@20.14.7)(sass@1.77.6)(terser@5.26.0)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@types/node'
|
- '@types/node'
|
||||||
- less
|
- less
|
||||||
@ -4397,29 +4353,29 @@ snapshots:
|
|||||||
- supports-color
|
- supports-color
|
||||||
- terser
|
- terser
|
||||||
|
|
||||||
vite-plugin-vuetify@2.0.3(vite@5.3.2(@types/node@20.14.9)(sass@1.77.6)(terser@5.26.0))(vue@3.4.30(typescript@5.5.2))(vuetify@3.6.10):
|
vite-plugin-vuetify@2.0.3(vite@5.3.1(@types/node@20.14.7)(sass@1.77.6)(terser@5.26.0))(vue@3.4.27(typescript@5.5.2))(vuetify@3.6.10):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vuetify/loader-shared': 2.0.3(vue@3.4.30(typescript@5.5.2))(vuetify@3.6.10(typescript@5.5.2)(vite-plugin-vuetify@2.0.3)(vue@3.4.30(typescript@5.5.2))(webpack-plugin-vuetify@3.0.3))
|
'@vuetify/loader-shared': 2.0.3(vue@3.4.27(typescript@5.5.2))(vuetify@3.6.10(typescript@5.5.2)(vite-plugin-vuetify@2.0.3)(vue@3.4.27(typescript@5.5.2))(webpack-plugin-vuetify@3.0.3))
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
upath: 2.0.1
|
upath: 2.0.1
|
||||||
vite: 5.3.2(@types/node@20.14.9)(sass@1.77.6)(terser@5.26.0)
|
vite: 5.3.1(@types/node@20.14.7)(sass@1.77.6)(terser@5.26.0)
|
||||||
vue: 3.4.30(typescript@5.5.2)
|
vue: 3.4.27(typescript@5.5.2)
|
||||||
vuetify: 3.6.10(typescript@5.5.2)(vite-plugin-vuetify@2.0.3)(vue@3.4.30(typescript@5.5.2))(webpack-plugin-vuetify@3.0.3)
|
vuetify: 3.6.10(typescript@5.5.2)(vite-plugin-vuetify@2.0.3)(vue@3.4.27(typescript@5.5.2))(webpack-plugin-vuetify@3.0.3)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
vite@5.3.2(@types/node@20.14.9)(sass@1.77.6)(terser@5.26.0):
|
vite@5.3.1(@types/node@20.14.7)(sass@1.77.6)(terser@5.26.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
esbuild: 0.21.5
|
esbuild: 0.21.5
|
||||||
postcss: 8.4.38
|
postcss: 8.4.38
|
||||||
rollup: 4.13.0
|
rollup: 4.13.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@types/node': 20.14.9
|
'@types/node': 20.14.7
|
||||||
fsevents: 2.3.3
|
fsevents: 2.3.3
|
||||||
sass: 1.77.6
|
sass: 1.77.6
|
||||||
terser: 5.26.0
|
terser: 5.26.0
|
||||||
|
|
||||||
vitest@1.6.0(@types/node@20.14.9)(jsdom@24.1.0)(sass@1.77.6)(terser@5.26.0):
|
vitest@1.6.0(@types/node@20.14.7)(jsdom@24.1.0)(sass@1.77.6)(terser@5.26.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vitest/expect': 1.6.0
|
'@vitest/expect': 1.6.0
|
||||||
'@vitest/runner': 1.6.0
|
'@vitest/runner': 1.6.0
|
||||||
@ -4438,11 +4394,11 @@ snapshots:
|
|||||||
strip-literal: 2.0.0
|
strip-literal: 2.0.0
|
||||||
tinybench: 2.5.1
|
tinybench: 2.5.1
|
||||||
tinypool: 0.8.3
|
tinypool: 0.8.3
|
||||||
vite: 5.3.2(@types/node@20.14.9)(sass@1.77.6)(terser@5.26.0)
|
vite: 5.3.1(@types/node@20.14.7)(sass@1.77.6)(terser@5.26.0)
|
||||||
vite-node: 1.6.0(@types/node@20.14.9)(sass@1.77.6)(terser@5.26.0)
|
vite-node: 1.6.0(@types/node@20.14.7)(sass@1.77.6)(terser@5.26.0)
|
||||||
why-is-node-running: 2.2.2
|
why-is-node-running: 2.2.2
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@types/node': 20.14.9
|
'@types/node': 20.14.7
|
||||||
jsdom: 24.1.0
|
jsdom: 24.1.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- less
|
- less
|
||||||
@ -4455,26 +4411,26 @@ snapshots:
|
|||||||
|
|
||||||
vscode-uri@3.0.8: {}
|
vscode-uri@3.0.8: {}
|
||||||
|
|
||||||
vue-cli-plugin-vuetify@2.5.8(sass-loader@14.2.1(sass@1.77.6)(webpack@5.89.0))(vue@3.4.30(typescript@5.5.2))(webpack@5.89.0):
|
vue-cli-plugin-vuetify@2.5.8(sass-loader@14.2.1(sass@1.77.6)(webpack@5.89.0))(vue@3.4.27(typescript@5.5.2))(webpack@5.89.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
null-loader: 4.0.1(webpack@5.89.0)
|
null-loader: 4.0.1(webpack@5.89.0)
|
||||||
semver: 7.5.4
|
semver: 7.5.4
|
||||||
shelljs: 0.8.5
|
shelljs: 0.8.5
|
||||||
vue: 3.4.30(typescript@5.5.2)
|
vue: 3.4.27(typescript@5.5.2)
|
||||||
webpack: 5.89.0
|
webpack: 5.89.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
sass-loader: 14.2.1(sass@1.77.6)(webpack@5.89.0)
|
sass-loader: 14.2.1(sass@1.77.6)(webpack@5.89.0)
|
||||||
|
|
||||||
vue-component-type-helpers@2.0.6: {}
|
vue-component-type-helpers@2.0.6: {}
|
||||||
|
|
||||||
vue-demi@0.14.6(vue@3.4.30(typescript@5.5.2)):
|
vue-demi@0.14.6(vue@3.4.27(typescript@5.5.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
vue: 3.4.30(typescript@5.5.2)
|
vue: 3.4.27(typescript@5.5.2)
|
||||||
|
|
||||||
vue-eslint-parser@9.4.2(eslint@9.6.0):
|
vue-eslint-parser@9.4.2(eslint@9.5.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
eslint: 9.6.0
|
eslint: 9.5.0
|
||||||
eslint-scope: 7.2.2
|
eslint-scope: 7.2.2
|
||||||
eslint-visitor-keys: 3.4.3
|
eslint-visitor-keys: 3.4.3
|
||||||
espree: 9.6.1
|
espree: 9.6.1
|
||||||
@ -4484,40 +4440,40 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
vue-router@4.4.0(vue@3.4.30(typescript@5.5.2)):
|
vue-router@4.4.0(vue@3.4.27(typescript@5.5.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/devtools-api': 6.5.1
|
'@vue/devtools-api': 6.5.1
|
||||||
vue: 3.4.30(typescript@5.5.2)
|
vue: 3.4.27(typescript@5.5.2)
|
||||||
|
|
||||||
vue-template-compiler@2.7.15:
|
vue-template-compiler@2.7.15:
|
||||||
dependencies:
|
dependencies:
|
||||||
de-indent: 1.0.2
|
de-indent: 1.0.2
|
||||||
he: 1.2.0
|
he: 1.2.0
|
||||||
|
|
||||||
vue-tsc@2.0.22(typescript@5.5.2):
|
vue-tsc@2.0.21(typescript@5.5.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@volar/typescript': 2.3.1
|
'@volar/typescript': 2.3.0
|
||||||
'@vue/language-core': 2.0.22(typescript@5.5.2)
|
'@vue/language-core': 2.0.21(typescript@5.5.2)
|
||||||
semver: 7.6.0
|
semver: 7.6.0
|
||||||
typescript: 5.5.2
|
typescript: 5.5.2
|
||||||
|
|
||||||
vue@3.4.30(typescript@5.5.2):
|
vue@3.4.27(typescript@5.5.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-dom': 3.4.30
|
'@vue/compiler-dom': 3.4.27
|
||||||
'@vue/compiler-sfc': 3.4.30
|
'@vue/compiler-sfc': 3.4.27
|
||||||
'@vue/runtime-dom': 3.4.30
|
'@vue/runtime-dom': 3.4.27
|
||||||
'@vue/server-renderer': 3.4.30(vue@3.4.30(typescript@5.5.2))
|
'@vue/server-renderer': 3.4.27(vue@3.4.27(typescript@5.5.2))
|
||||||
'@vue/shared': 3.4.30
|
'@vue/shared': 3.4.27
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 5.5.2
|
typescript: 5.5.2
|
||||||
|
|
||||||
vuetify@3.6.10(typescript@5.5.2)(vite-plugin-vuetify@2.0.3)(vue@3.4.30(typescript@5.5.2))(webpack-plugin-vuetify@3.0.3):
|
vuetify@3.6.10(typescript@5.5.2)(vite-plugin-vuetify@2.0.3)(vue@3.4.27(typescript@5.5.2))(webpack-plugin-vuetify@3.0.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
vue: 3.4.30(typescript@5.5.2)
|
vue: 3.4.27(typescript@5.5.2)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 5.5.2
|
typescript: 5.5.2
|
||||||
vite-plugin-vuetify: 2.0.3(vite@5.3.2(@types/node@20.14.9)(sass@1.77.6)(terser@5.26.0))(vue@3.4.30(typescript@5.5.2))(vuetify@3.6.10)
|
vite-plugin-vuetify: 2.0.3(vite@5.3.1(@types/node@20.14.7)(sass@1.77.6)(terser@5.26.0))(vue@3.4.27(typescript@5.5.2))(vuetify@3.6.10)
|
||||||
webpack-plugin-vuetify: 3.0.3(@vue/compiler-sfc@3.4.30)(vue@3.4.30(typescript@5.5.2))(vuetify@3.6.10)(webpack@5.89.0)
|
webpack-plugin-vuetify: 3.0.3(@vue/compiler-sfc@3.4.27)(vue@3.4.27(typescript@5.5.2))(vuetify@3.6.10)(webpack@5.89.0)
|
||||||
|
|
||||||
w3c-xmlserializer@5.0.0:
|
w3c-xmlserializer@5.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -4532,10 +4488,10 @@ snapshots:
|
|||||||
|
|
||||||
webidl-conversions@7.0.0: {}
|
webidl-conversions@7.0.0: {}
|
||||||
|
|
||||||
webpack-plugin-vuetify@3.0.3(@vue/compiler-sfc@3.4.30)(vue@3.4.30(typescript@5.5.2))(vuetify@3.6.10)(webpack@5.89.0):
|
webpack-plugin-vuetify@3.0.3(@vue/compiler-sfc@3.4.27)(vue@3.4.27(typescript@5.5.2))(vuetify@3.6.10)(webpack@5.89.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-sfc': 3.4.30
|
'@vue/compiler-sfc': 3.4.27
|
||||||
'@vuetify/loader-shared': 2.0.3(vue@3.4.30(typescript@5.5.2))(vuetify@3.6.10(typescript@5.5.2)(vite-plugin-vuetify@2.0.3)(vue@3.4.30(typescript@5.5.2))(webpack-plugin-vuetify@3.0.3))
|
'@vuetify/loader-shared': 2.0.3(vue@3.4.27(typescript@5.5.2))(vuetify@3.6.10(typescript@5.5.2)(vite-plugin-vuetify@2.0.3)(vue@3.4.27(typescript@5.5.2))(webpack-plugin-vuetify@3.0.3))
|
||||||
decache: 4.6.2
|
decache: 4.6.2
|
||||||
file-loader: 6.2.0(webpack@5.89.0)
|
file-loader: 6.2.0(webpack@5.89.0)
|
||||||
find-cache-dir: 5.0.0
|
find-cache-dir: 5.0.0
|
||||||
@ -4543,8 +4499,8 @@ snapshots:
|
|||||||
mkdirp: 1.0.4
|
mkdirp: 1.0.4
|
||||||
null-loader: 4.0.1(webpack@5.89.0)
|
null-loader: 4.0.1(webpack@5.89.0)
|
||||||
upath: 2.0.1
|
upath: 2.0.1
|
||||||
vue: 3.4.30(typescript@5.5.2)
|
vue: 3.4.27(typescript@5.5.2)
|
||||||
vuetify: 3.6.10(typescript@5.5.2)(vite-plugin-vuetify@2.0.3)(vue@3.4.30(typescript@5.5.2))(webpack-plugin-vuetify@3.0.3)
|
vuetify: 3.6.10(typescript@5.5.2)(vite-plugin-vuetify@2.0.3)(vue@3.4.27(typescript@5.5.2))(webpack-plugin-vuetify@3.0.3)
|
||||||
webpack: 5.89.0
|
webpack: 5.89.0
|
||||||
|
|
||||||
webpack-sources@3.2.3: {}
|
webpack-sources@3.2.3: {}
|
||||||
@ -4556,8 +4512,8 @@ snapshots:
|
|||||||
'@webassemblyjs/ast': 1.11.6
|
'@webassemblyjs/ast': 1.11.6
|
||||||
'@webassemblyjs/wasm-edit': 1.11.6
|
'@webassemblyjs/wasm-edit': 1.11.6
|
||||||
'@webassemblyjs/wasm-parser': 1.11.6
|
'@webassemblyjs/wasm-parser': 1.11.6
|
||||||
acorn: 8.12.0
|
acorn: 8.11.3
|
||||||
acorn-import-assertions: 1.9.0(acorn@8.12.0)
|
acorn-import-assertions: 1.9.0(acorn@8.11.3)
|
||||||
browserslist: 4.22.2
|
browserslist: 4.22.2
|
||||||
chrome-trace-event: 1.0.3
|
chrome-trace-event: 1.0.3
|
||||||
enhanced-resolve: 5.15.0
|
enhanced-resolve: 5.15.0
|
||||||
|
Loading…
Reference in New Issue
Block a user