提交 36359acf 作者: 方治民

Merge branch '3.x' of https://gitlab.yiring.com/basic/basic-vue-admin into electron

......@@ -77,9 +77,9 @@
"@vueuse/electron": "^10.1.0",
"@vueuse/shared": "^10.1.0",
"@zxcvbn-ts/core": "^2.2.1",
"ant-design-vue": "^3.2.19",
"ant-design-vue": "^3.2.20",
"axios": "^0.26.1",
"codemirror": "^5.65.12",
"codemirror": "^5.65.13",
"cropperjs": "^1.5.13",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.7",
......@@ -127,7 +127,7 @@
"@types/lodash": "^4.14.194",
"@types/lodash-es": "^4.17.7",
"@types/mockjs": "^1.0.7",
"@types/node": "^18.16.1",
"@types/node": "^18.16.2",
"@types/nprogress": "^0.2.0",
"@types/qrcode": "^1.5.0",
"@types/qs": "^6.9.7",
......@@ -151,7 +151,7 @@
"cz-git": "^1.6.1",
"czg": "^1.6.1",
"dotenv": "^16.0.3",
"electron": "^23.2.4",
"electron": "^23.3.0",
"electron-builder": "^23.6.0",
"electron-vite": "^1.0.22",
"eslint": "^8.39.0",
......@@ -163,7 +163,7 @@
"husky": "^8.0.3",
"inquirer": "^9.2.0",
"less": "^4.1.3",
"lint-staged": "^13.2.1",
"lint-staged": "^13.2.2",
"lodash": "^4.17.21",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
......@@ -172,7 +172,7 @@
"postcss-html": "^1.5.0",
"postcss-less": "^6.0.0",
"prettier": "^2.8.8",
"rimraf": "^4.4.1",
"rimraf": "^5.0.0",
"rollup": "^3.21.0",
"rollup-plugin-visualizer": "^5.9.0",
"sort-package-json": "^2.4.1",
......@@ -185,10 +185,10 @@
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"unplugin-auto-import": "^0.15.3",
"vite": "^4.3.2",
"vite": "^4.3.3",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mkcert": "^1.14.0",
"vite-plugin-mkcert": "^1.14.1",
"vite-plugin-mock": "^2.9.8",
"vite-plugin-purge-icons": "^0.9.2",
"vite-plugin-pwa": "^0.14.7",
......@@ -198,7 +198,7 @@
"vite-plugin-vue-setup-extend": "^0.4.0",
"vite-plugin-windicss": "^1.8.10",
"vue-eslint-parser": "^9.1.1",
"vue-tsc": "^1.4.4"
"vue-tsc": "^1.6.1"
},
"engines": {
"node": ">=14"
......
......@@ -9,10 +9,10 @@ dependencies:
version: 6.1.0(vue@3.2.47)
'@electron-toolkit/preload':
specifier: ^1.0.3
version: 1.0.3(electron@23.2.4)
version: 1.0.3(electron@23.3.0)
'@electron-toolkit/utils':
specifier: ^1.0.2
version: 1.0.2(electron@23.2.4)
version: 1.0.2(electron@23.3.0)
'@iconify/iconify':
specifier: ^3.1.0
version: 3.1.0
......@@ -39,7 +39,7 @@ dependencies:
version: 10.1.0(vue@3.2.47)
'@vueuse/electron':
specifier: ^10.1.0
version: 10.1.0(electron@23.2.4)(vue@3.2.47)
version: 10.1.0(electron@23.3.0)(vue@3.2.47)
'@vueuse/shared':
specifier: ^10.1.0
version: 10.1.0(vue@3.2.47)
......@@ -47,14 +47,14 @@ dependencies:
specifier: ^2.2.1
version: 2.2.1
ant-design-vue:
specifier: ^3.2.19
version: 3.2.19(vue@3.2.47)
specifier: ^3.2.20
version: 3.2.20(vue@3.2.47)
axios:
specifier: ^0.26.1
version: 0.26.1(debug@4.3.4)
codemirror:
specifier: ^5.65.12
version: 5.65.12
specifier: ^5.65.13
version: 5.65.13
cropperjs:
specifier: ^1.5.13
version: 1.5.13
......@@ -161,7 +161,7 @@ devDependencies:
version: 17.6.1
'@electron-toolkit/tsconfig':
specifier: ^1.0.1
version: 1.0.1(@types/node@18.16.1)
version: 1.0.1(@types/node@18.16.2)
'@electron/notarize':
specifier: ^1.2.3
version: 1.2.3
......@@ -193,8 +193,8 @@ devDependencies:
specifier: ^1.0.7
version: 1.0.7
'@types/node':
specifier: ^18.16.1
version: 18.16.1
specifier: ^18.16.2
version: 18.16.2
'@types/nprogress':
specifier: ^0.2.0
version: 0.2.0
......@@ -224,13 +224,13 @@ devDependencies:
version: 5.59.1(eslint@8.39.0)(typescript@5.0.4)
'@vitejs/plugin-legacy':
specifier: ^4.0.3
version: 4.0.3(terser@5.17.1)(vite@4.3.2)
version: 4.0.3(terser@5.17.1)(vite@4.3.3)
'@vitejs/plugin-vue':
specifier: ^4.2.1
version: 4.2.1(vite@4.3.2)(vue@3.2.47)
version: 4.2.1(vite@4.3.3)(vue@3.2.47)
'@vitejs/plugin-vue-jsx':
specifier: ^3.0.1
version: 3.0.1(vite@4.3.2)(vue@3.2.47)
version: 3.0.1(vite@4.3.3)(vue@3.2.47)
'@vue/compiler-dom':
specifier: ^3.2.47
version: 3.2.47
......@@ -265,14 +265,14 @@ devDependencies:
specifier: ^16.0.3
version: 16.0.3
electron:
specifier: ^23.2.4
version: 23.2.4
specifier: ^23.3.0
version: 23.3.0
electron-builder:
specifier: ^23.6.0
version: 23.6.0
electron-vite:
specifier: ^1.0.22
version: 1.0.22(vite@4.3.2)
version: 1.0.22(vite@4.3.3)
eslint:
specifier: ^8.39.0
version: 8.39.0
......@@ -301,8 +301,8 @@ devDependencies:
specifier: ^4.1.3
version: 4.1.3
lint-staged:
specifier: ^13.2.1
version: 13.2.1
specifier: ^13.2.2
version: 13.2.2
lodash:
specifier: ^4.17.21
version: 4.17.21
......@@ -328,8 +328,8 @@ devDependencies:
specifier: ^2.8.8
version: 2.8.8
rimraf:
specifier: ^4.4.1
version: 4.4.1
specifier: ^5.0.0
version: 5.0.0
rollup:
specifier: ^3.21.0
version: 3.21.0
......@@ -359,7 +359,7 @@ devDependencies:
version: 5.17.1
ts-node:
specifier: ^10.9.1
version: 10.9.1(@types/node@18.16.1)(typescript@5.0.4)
version: 10.9.1(@types/node@18.16.2)(typescript@5.0.4)
typescript:
specifier: ^5.0.4
version: 5.0.4
......@@ -367,47 +367,47 @@ devDependencies:
specifier: ^0.15.3
version: 0.15.3(@vueuse/core@10.1.0)(rollup@3.21.0)
vite:
specifier: ^4.3.2
version: 4.3.2(@types/node@18.16.1)(less@4.1.3)(terser@5.17.1)
specifier: ^4.3.3
version: 4.3.3(@types/node@18.16.2)(less@4.1.3)(terser@5.17.1)
vite-plugin-compression:
specifier: ^0.5.1
version: 0.5.1(vite@4.3.2)
version: 0.5.1(vite@4.3.3)
vite-plugin-html:
specifier: ^3.2.0
version: 3.2.0(vite@4.3.2)
version: 3.2.0(vite@4.3.3)
vite-plugin-mkcert:
specifier: ^1.14.0
version: 1.14.0(vite@4.3.2)
specifier: ^1.14.1
version: 1.14.1(vite@4.3.3)
vite-plugin-mock:
specifier: ^2.9.8
version: 2.9.8(mockjs@1.1.0)(vite@4.3.2)
version: 2.9.8(mockjs@1.1.0)(vite@4.3.3)
vite-plugin-purge-icons:
specifier: ^0.9.2
version: 0.9.2(vite@4.3.2)
version: 0.9.2(vite@4.3.3)
vite-plugin-pwa:
specifier: ^0.14.7
version: 0.14.7(vite@4.3.2)(workbox-build@6.5.4)(workbox-window@6.5.4)
version: 0.14.7(vite@4.3.3)(workbox-build@6.5.4)(workbox-window@6.5.4)
vite-plugin-style-import:
specifier: ^2.0.0
version: 2.0.0(vite@4.3.2)
version: 2.0.0(vite@4.3.3)
vite-plugin-svg-icons:
specifier: ^2.0.1
version: 2.0.1(vite@4.3.2)
version: 2.0.1(vite@4.3.3)
vite-plugin-theme:
specifier: ^0.8.6
version: 0.8.6(vite@4.3.2)
version: 0.8.6(vite@4.3.3)
vite-plugin-vue-setup-extend:
specifier: ^0.4.0
version: 0.4.0(vite@4.3.2)
version: 0.4.0(vite@4.3.3)
vite-plugin-windicss:
specifier: ^1.8.10
version: 1.8.10(vite@4.3.2)
version: 1.8.10(vite@4.3.3)
vue-eslint-parser:
specifier: ^9.1.1
version: 9.1.1(eslint@8.39.0)
vue-tsc:
specifier: ^1.4.4
version: 1.4.4(typescript@5.0.4)
specifier: ^1.6.1
version: 1.6.1(typescript@5.0.4)
packages:
......@@ -1751,7 +1751,7 @@ packages:
lodash.isfunction: 3.0.9
resolve-from: 5.0.0
resolve-global: 1.0.0
yargs: 17.7.1
yargs: 17.7.2
transitivePeerDependencies:
- '@swc/core'
- '@swc/wasm'
......@@ -1823,15 +1823,15 @@ packages:
'@commitlint/execute-rule': 17.4.0
'@commitlint/resolve-extends': 17.4.4
'@commitlint/types': 17.4.4
'@types/node': 18.16.1
'@types/node': 18.16.2
chalk: 4.1.2
cosmiconfig: 8.1.3
cosmiconfig-typescript-loader: 4.3.0(@types/node@18.16.1)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@5.0.4)
cosmiconfig-typescript-loader: 4.3.0(@types/node@18.16.2)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@5.0.4)
lodash.isplainobject: 4.0.6
lodash.merge: 4.6.2
lodash.uniq: 4.5.0
resolve-from: 5.0.0
ts-node: 10.9.1(@types/node@18.16.1)(typescript@5.0.4)
ts-node: 10.9.1(@types/node@18.16.2)(typescript@5.0.4)
typescript: 5.0.4
transitivePeerDependencies:
- '@swc/core'
......@@ -1959,28 +1959,28 @@ packages:
ajv-keywords: 3.5.2(ajv@6.12.6)
dev: true
/@electron-toolkit/preload@1.0.3(electron@23.2.4):
/@electron-toolkit/preload@1.0.3(electron@23.3.0):
resolution: {integrity: sha512-3V/BS5Rg+Yd8lJyPA6kvHJe7zznPx9A5QrJ7AZlmnEkVWadiGSLrD87xyEaDlzgWKFuLJsyE9E4E0uNIJLWSvQ==}
peerDependencies:
electron: '>=13.0.0'
dependencies:
electron: 23.2.4
electron: 23.3.0
dev: false
/@electron-toolkit/tsconfig@1.0.1(@types/node@18.16.1):
/@electron-toolkit/tsconfig@1.0.1(@types/node@18.16.2):
resolution: {integrity: sha512-M0Mol3odspvtCuheyujLNAW7bXq7KFNYVMRtpjFa4ZfES4MuklXBC7Nli/omvc+PRKlrklgAGx3l4VakjNo8jg==}
peerDependencies:
'@types/node': '*'
dependencies:
'@types/node': 18.16.1
'@types/node': 18.16.2
dev: true
/@electron-toolkit/utils@1.0.2(electron@23.2.4):
/@electron-toolkit/utils@1.0.2(electron@23.3.0):
resolution: {integrity: sha512-EHqVijVPdjBJBivxJH5E/Gu6Dzd5GfoUH0Ilbtx+EQarwaeJLPLxRM5DzD54uuhs1b8TGDI7uMYmcJW2CKrijg==}
peerDependencies:
electron: '>=13.0.0'
dependencies:
electron: 23.2.4
electron: 23.3.0
jszip: 3.10.1
dev: false
......@@ -2490,7 +2490,7 @@ packages:
resolution: {integrity: sha512-/aFM2M4HVDBT/jjDBa84sJniv1t9Gm/rLkalaz9htOm+L+8JMj1k9w0CkUdcxNyNxZPlTxKPVko+m1VlM58ZVA==}
engines: {node: '>= 14'}
dependencies:
'@octokit/types': 9.1.2
'@octokit/types': 9.1.4
dev: true
/@octokit/core@4.2.0:
......@@ -2501,7 +2501,7 @@ packages:
'@octokit/graphql': 5.0.5
'@octokit/request': 6.2.3
'@octokit/request-error': 3.0.3
'@octokit/types': 9.1.2
'@octokit/types': 9.1.4
before-after-hook: 2.2.3
universal-user-agent: 6.0.0
transitivePeerDependencies:
......@@ -2512,7 +2512,7 @@ packages:
resolution: {integrity: sha512-LG4o4HMY1Xoaec87IqQ41TQ+glvIeTKqfjkCEmt5AIwDZJwQeVZFIEYXrYY6yLwK+pAScb9Gj4q+Nz2qSw1roA==}
engines: {node: '>= 14'}
dependencies:
'@octokit/types': 9.1.2
'@octokit/types': 9.1.4
is-plain-object: 5.0.0
universal-user-agent: 6.0.0
dev: true
......@@ -2522,7 +2522,7 @@ packages:
engines: {node: '>= 14'}
dependencies:
'@octokit/request': 6.2.3
'@octokit/types': 9.1.2
'@octokit/types': 9.1.4
universal-user-agent: 6.0.0
transitivePeerDependencies:
- encoding
......@@ -2539,7 +2539,7 @@ packages:
'@octokit/core': '>=4'
dependencies:
'@octokit/core': 4.2.0
'@octokit/types': 9.1.2
'@octokit/types': 9.1.4
dev: true
/@octokit/plugin-request-log@1.0.4(@octokit/core@4.2.0):
......@@ -2557,7 +2557,7 @@ packages:
'@octokit/core': '>=3'
dependencies:
'@octokit/core': 4.2.0
'@octokit/types': 9.1.2
'@octokit/types': 9.1.4
deprecation: 2.3.1
dev: true
......@@ -2565,7 +2565,7 @@ packages:
resolution: {integrity: sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ==}
engines: {node: '>= 14'}
dependencies:
'@octokit/types': 9.1.2
'@octokit/types': 9.1.4
deprecation: 2.3.1
once: 1.4.0
dev: true
......@@ -2576,7 +2576,7 @@ packages:
dependencies:
'@octokit/endpoint': 7.0.5
'@octokit/request-error': 3.0.3
'@octokit/types': 9.1.2
'@octokit/types': 9.1.4
is-plain-object: 5.0.0
node-fetch: 2.6.9
universal-user-agent: 6.0.0
......@@ -2596,12 +2596,19 @@ packages:
- encoding
dev: true
/@octokit/types@9.1.2:
resolution: {integrity: sha512-LPbJIuu1WNoRHbN4UMysEdlissRFpTCWyoKT7kHPufI8T+XX33/qilfMWJo3mCOjNIKu0+43oSQPf+HJa0+TTQ==}
/@octokit/types@9.1.4:
resolution: {integrity: sha512-5d9vYHzC/yG9eyYBO2Pis4BM4tQfFcyFUWBquDgCzcmFG+sgBiRQ2JCY55HG/hdxvESt9IZUoRtzOm66Qv/GWw==}
dependencies:
'@octokit/openapi-types': 17.0.0
dev: true
/@pkgjs/parseargs@0.11.0:
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
engines: {node: '>=14'}
requiresBuild: true
dev: true
optional: true
/@purge-icons/core@0.9.1:
resolution: {integrity: sha512-sx8/a30MbbqQVEqhuMPE1wJpdVRRbEmwEPZpFzVkcDixzX4p+R2A0WVxqkb0xfHUBAVQwrSE2SeAyniIQLqbLw==}
dependencies:
......@@ -2776,7 +2783,7 @@ packages:
dependencies:
'@types/http-cache-semantics': 4.0.1
'@types/keyv': 3.1.4
'@types/node': 18.16.1
'@types/node': 18.16.2
'@types/responselike': 1.0.0
/@types/codemirror@5.60.7:
......@@ -2807,13 +2814,13 @@ packages:
resolution: {integrity: sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA==}
dependencies:
'@types/jsonfile': 6.1.1
'@types/node': 18.16.1
'@types/node': 18.16.2
dev: true
/@types/fs-extra@9.0.13:
resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==}
dependencies:
'@types/node': 18.16.1
'@types/node': 18.16.2
dev: true
/@types/glob@7.2.0:
......@@ -2821,7 +2828,7 @@ packages:
requiresBuild: true
dependencies:
'@types/minimatch': 5.1.2
'@types/node': 18.16.1
'@types/node': 18.16.2
dev: true
optional: true
......@@ -2832,7 +2839,7 @@ packages:
resolution: {integrity: sha512-CzNkWqQftcmk2jaCWdBTf9Sm7xSw4rkI1zpU/Udw3HX5//adEZUIm9STtoRP1qgWj0CWQtJ9UTvqmO2NNjhMJw==}
dependencies:
'@types/through': 0.0.30
rxjs: 7.8.0
rxjs: 7.8.1
dev: true
/@types/intro.js@5.1.1:
......@@ -2850,13 +2857,13 @@ packages:
/@types/jsonfile@6.1.1:
resolution: {integrity: sha512-GSgiRCVeapDN+3pqA35IkQwasaCh/0YFH5dEF6S88iDvEn901DjOeH3/QPY+XYP1DFzDZPvIvfeEgk+7br5png==}
dependencies:
'@types/node': 18.16.1
'@types/node': 18.16.2
dev: true
/@types/keyv@3.1.4:
resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==}
dependencies:
'@types/node': 18.16.1
'@types/node': 18.16.2
/@types/lodash-es@4.17.7:
resolution: {integrity: sha512-z0ptr6UI10VlU6l5MYhGwS4mC8DZyYer2mCoyysZtSF7p26zOX8UpbrV0YpNYLGS8K4PUFIyEr62IMFFjveSiQ==}
......@@ -2906,8 +2913,8 @@ packages:
/@types/node@16.18.25:
resolution: {integrity: sha512-rUDO6s9Q/El1R1I21HG4qw/LstTHCPO/oQNAwI/4b2f9EWvMnqt4d3HJwPMawfZ3UvodB8516Yg+VAq54YM+eA==}
/@types/node@18.16.1:
resolution: {integrity: sha512-DZxSZWXxFfOlx7k7Rv4LAyiMroaxa3Ly/7OOzZO8cBNho0YzAi4qlbrx8W27JGqG57IgR/6J7r+nOJWw6kcvZA==}
/@types/node@18.16.2:
resolution: {integrity: sha512-GQW/JL/5Fz/0I8RpeBG9lKp0+aNcXEaVL71c0D2Q0QHDTFvlYKT7an0onCUXj85anv7b4/WesqdfchLc0jtsCg==}
/@types/normalize-package-data@2.4.1:
resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==}
......@@ -2921,7 +2928,7 @@ packages:
resolution: {integrity: sha512-ULqvZNGMv0zRFvqn8/4LSPtnmN4MfhlPNtJCTpKuIIxGVGZ2rYWzFXrvEBoh9CVyqSE7D6YFRJ1hydLHI6kbWw==}
requiresBuild: true
dependencies:
'@types/node': 18.16.1
'@types/node': 18.16.2
xmlbuilder: 15.1.1
dev: true
optional: true
......@@ -2929,7 +2936,7 @@ packages:
/@types/qrcode@1.5.0:
resolution: {integrity: sha512-x5ilHXRxUPIMfjtM+1vf/GPTRWZ81nqscursm5gMznJeK9M0YnZ1c3bEvRLQ0zSSgedLx1J6MGL231ObQGGhaA==}
dependencies:
'@types/node': 18.16.1
'@types/node': 18.16.2
dev: true
/@types/qs@6.9.7:
......@@ -2939,13 +2946,13 @@ packages:
/@types/resolve@1.17.1:
resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==}
dependencies:
'@types/node': 18.16.1
'@types/node': 18.16.2
dev: true
/@types/responselike@1.0.0:
resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==}
dependencies:
'@types/node': 18.16.1
'@types/node': 18.16.2
/@types/semver@7.3.13:
resolution: {integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==}
......@@ -2965,13 +2972,13 @@ packages:
/@types/stompjs@2.3.5:
resolution: {integrity: sha512-0WkL8RlB1uuZt8XJEdnwdFdV5RIFcQw9UhNQfTpiJYcjqC6QQpFqc5YcIrlH+K/843EGJVIaOFANjs7u7bmTlw==}
dependencies:
'@types/node': 18.16.1
'@types/node': 18.16.2
dev: true
/@types/svgo@2.6.4:
resolution: {integrity: sha512-l4cmyPEckf8moNYHdJ+4wkHvFxjyW6ulm9l4YGaOxeyBWPhBOT0gvni1InpFPdzx1dKf/2s62qGITwxNWnPQng==}
dependencies:
'@types/node': 18.16.1
'@types/node': 18.16.2
dev: true
/@types/tern@0.23.4:
......@@ -2983,7 +2990,7 @@ packages:
/@types/through@0.0.30:
resolution: {integrity: sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==}
dependencies:
'@types/node': 18.16.1
'@types/node': 18.16.2
dev: true
/@types/tinycolor2@1.4.3:
......@@ -3021,7 +3028,7 @@ packages:
resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==}
requiresBuild: true
dependencies:
'@types/node': 18.16.1
'@types/node': 18.16.2
optional: true
/@typescript-eslint/eslint-plugin@5.59.1(@typescript-eslint/parser@5.59.1)(eslint@8.39.0)(typescript@5.0.4):
......@@ -3154,7 +3161,7 @@ packages:
eslint-visitor-keys: 3.4.0
dev: true
/@vitejs/plugin-legacy@4.0.3(terser@5.17.1)(vite@4.3.2):
/@vitejs/plugin-legacy@4.0.3(terser@5.17.1)(vite@4.3.3):
resolution: {integrity: sha512-RqDQOSEmFSNL42vITkNp8HE8Ak1yjGgaav4B6BGcZ8/URK0wikzwSyhNRirHDkp+snflEEk7iPZXTXUYA9exbg==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
......@@ -3169,12 +3176,12 @@ packages:
regenerator-runtime: 0.13.11
systemjs: 6.14.1
terser: 5.17.1
vite: 4.3.2(@types/node@18.16.1)(less@4.1.3)(terser@5.17.1)
vite: 4.3.3(@types/node@18.16.2)(less@4.1.3)(terser@5.17.1)
transitivePeerDependencies:
- supports-color
dev: true
/@vitejs/plugin-vue-jsx@3.0.1(vite@4.3.2)(vue@3.2.47):
/@vitejs/plugin-vue-jsx@3.0.1(vite@4.3.3)(vue@3.2.47):
resolution: {integrity: sha512-+Jb7ggL48FSPS1uhPnJbJwWa9Sr90vQ+d0InW+AhBM22n+cfuYqJZDckBc+W3QSHe1WDvewMZfa4wZOtk5pRgw==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
......@@ -3184,20 +3191,20 @@ packages:
'@babel/core': 7.21.4
'@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.21.4)
'@vue/babel-plugin-jsx': 1.1.1(@babel/core@7.21.4)
vite: 4.3.2(@types/node@18.16.1)(less@4.1.3)(terser@5.17.1)
vite: 4.3.3(@types/node@18.16.2)(less@4.1.3)(terser@5.17.1)
vue: 3.2.47
transitivePeerDependencies:
- supports-color
dev: true
/@vitejs/plugin-vue@4.2.1(vite@4.3.2)(vue@3.2.47):
/@vitejs/plugin-vue@4.2.1(vite@4.3.3)(vue@3.2.47):
resolution: {integrity: sha512-ZTZjzo7bmxTRTkb8GSTwkPOYDIP7pwuyV+RV53c9PYUouwcbkIZIvWvNWlX2b1dYZqtOv7D6iUAnJLVNGcLrSw==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
vite: ^4.0.0
vue: ^3.2.25
dependencies:
vite: 4.3.2(@types/node@18.16.1)(less@4.1.3)(terser@5.17.1)
vite: 4.3.3(@types/node@18.16.2)(less@4.1.3)(terser@5.17.1)
vue: 3.2.47
dev: true
......@@ -3222,8 +3229,8 @@ packages:
typescript: 5.0.4
dev: true
/@volar/vue-language-core@1.4.4:
resolution: {integrity: sha512-c3hL6un+CfoOlusGvpypcodmk9ke/ImrWIUc0GkgI+imoQpUGzgu3tEQWlPs604R7AhxeZwWUi8hQNfax0R/zA==}
/@volar/vue-language-core@1.6.1:
resolution: {integrity: sha512-lIuxzvIx5U8MfoF+vrXNG1aZgmk8T0uyPEwI8g3EUJdESuU0qIKM84o+L4TUw77IQCYXiSefaJmsSSY87/VWnA==}
dependencies:
'@volar/language-core': 1.4.1
'@volar/source-map': 1.4.1
......@@ -3236,13 +3243,13 @@ packages:
vue-template-compiler: 2.7.14
dev: true
/@volar/vue-typescript@1.4.4(typescript@5.0.4):
resolution: {integrity: sha512-L61Fk15jlJw3QtIddD4cVE5jei5i6zbLJRiaEMYDDnUKB259/qUrdvnMfnZUFVyDwlevzdstjtaUyreeG/0nPQ==}
/@volar/vue-typescript@1.6.1(typescript@5.0.4):
resolution: {integrity: sha512-5mhG6Lv2niq/AGNvHy4RSAGlJhkR+EcH7zRQ19JlffzhWDVXEdDp8luSSabCkrJzejXIMh0rsTGlKy2EFYy7vQ==}
peerDependencies:
typescript: '*'
dependencies:
'@volar/typescript': 1.4.1(typescript@5.0.4)
'@volar/vue-language-core': 1.4.4
'@volar/vue-language-core': 1.6.1
typescript: 5.0.4
dev: true
......@@ -3367,13 +3374,13 @@ packages:
- '@vue/composition-api'
- vue
/@vueuse/electron@10.1.0(electron@23.2.4)(vue@3.2.47):
/@vueuse/electron@10.1.0(electron@23.3.0)(vue@3.2.47):
resolution: {integrity: sha512-Y8PlZISpS+Wj3uM5eHW2WtSh3T9BZysnTKuCGxr2JcnyNfsl7K9QtSNSkZkrXEYX2NsBz6WK6VzXpOocDo0NEg==}
peerDependencies:
electron: '>=9.0.0'
dependencies:
'@vueuse/shared': 10.1.0(vue@3.2.47)
electron: 23.2.4
electron: 23.3.0
vue-demi: 0.14.0(vue@3.2.47)
transitivePeerDependencies:
- '@vue/composition-api'
......@@ -3555,8 +3562,8 @@ packages:
engines: {node: '>=12'}
dev: true
/ant-design-vue@3.2.19(vue@3.2.47):
resolution: {integrity: sha512-weizTa70qNhyj8tOoplTcpt85OkVHpnreK2skdTmORFAGDGvF15zyoqCNg2tByzn2xxf2DloQQvZYKlN/i0CGw==}
/ant-design-vue@3.2.20(vue@3.2.47):
resolution: {integrity: sha512-YWpMfGaGoRastIXEYfCoJiaRiDHk4chqtYhlKQM5GqPt6NfvrM1Vg2e60yHtjxlZjed91wCMm0rAmyUr7Hwzdg==}
engines: {node: '>=12.22.0'}
peerDependencies:
vue: '>=3.2.0'
......@@ -3797,8 +3804,8 @@ packages:
transitivePeerDependencies:
- debug
/axios@1.3.6(debug@4.3.4):
resolution: {integrity: sha512-PEcdkk7JcdPiMDkvM4K6ZBRYq9keuVJsToxm2zQIM70Qqo2WHTdJZMXcG9X+RmRp2VPNUQC8W1RAGbgt6b1yMg==}
/axios@1.4.0(debug@4.3.4):
resolution: {integrity: sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==}
dependencies:
follow-redirects: 1.15.2(debug@4.3.4)
form-data: 4.0.0
......@@ -3963,7 +3970,7 @@ packages:
hasBin: true
dependencies:
caniuse-lite: 1.0.30001481
electron-to-chromium: 1.4.372
electron-to-chromium: 1.4.376
node-releases: 2.0.10
update-browserslist-db: 1.0.11(browserslist@4.21.5)
dev: true
......@@ -4368,8 +4375,8 @@ packages:
engines: {node: '>=0.8'}
dev: true
/codemirror@5.65.12:
resolution: {integrity: sha512-z2jlHBocElRnPYysN2HAuhXbO3DNB0bcSKmNz3hcWR2Js2Dkhc1bEOxG93Z3DeUrnm+qx56XOY5wQmbP5KY0sw==}
/codemirror@5.65.13:
resolution: {integrity: sha512-SVWEzKXmbHmTQQWaz03Shrh4nybG0wXx2MEu3FO4ezbPW8IbnZEd5iGHGEffSUaitKYa3i+pHpBsSvw8sPHtzg==}
dev: false
/codepage@1.15.0:
......@@ -4765,7 +4772,7 @@ packages:
vary: 1.1.2
dev: true
/cosmiconfig-typescript-loader@4.3.0(@types/node@18.16.1)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@5.0.4):
/cosmiconfig-typescript-loader@4.3.0(@types/node@18.16.2)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@5.0.4):
resolution: {integrity: sha512-NTxV1MFfZDLPiBMjxbHRwSh5LaLcPMwNdCutmnHJCKoVnlvldPWlllonKwrsRJ5pYZBIBGRWWU2tfvzxgeSW5Q==}
engines: {node: '>=12', npm: '>=6'}
peerDependencies:
......@@ -4774,9 +4781,9 @@ packages:
ts-node: '>=10'
typescript: '>=3'
dependencies:
'@types/node': 18.16.1
'@types/node': 18.16.2
cosmiconfig: 8.1.3
ts-node: 10.9.1(@types/node@18.16.1)(typescript@5.0.4)
ts-node: 10.9.1(@types/node@18.16.2)(typescript@5.0.4)
typescript: 5.0.4
dev: true
......@@ -5349,7 +5356,7 @@ packages:
lazy-val: 1.0.5
read-config-file: 6.2.0
simple-update-notifier: 1.1.0
yargs: 17.7.1
yargs: 17.7.2
transitivePeerDependencies:
- supports-color
dev: true
......@@ -5388,8 +5395,8 @@ packages:
- supports-color
dev: true
/electron-to-chromium@1.4.372:
resolution: {integrity: sha512-MrlFq/j+TYHOjeWsWGYfzevc25HNeJdsF6qaLFrqBTRWZQtWkb1myq/Q2veLWezVaa5OcSZ99CFwTT4aF4Mung==}
/electron-to-chromium@1.4.376:
resolution: {integrity: sha512-TFeOKd98TpJzRHkr4Aorn16QkMnuCQuGAE6IZ0wYF+qkbSfMPqjplvRppR02tMUpVxZz8nyBNvVm9lIZsqrbPQ==}
dev: true
/electron-updater@5.3.0:
......@@ -5408,7 +5415,7 @@ packages:
- supports-color
dev: false
/electron-vite@1.0.22(vite@4.3.2):
/electron-vite@1.0.22(vite@4.3.3):
resolution: {integrity: sha512-RMzMIkOhjk7Lq7NuMk6kMTYta8Zy8mg8AxApgpL3kUJxfCQGJH4oODcNUuAAn49kuD+Zy4W2lQbpn5aDHsGfLg==}
engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true
......@@ -5425,13 +5432,13 @@ packages:
esbuild: 0.17.18
magic-string: 0.30.0
picocolors: 1.0.0
vite: 4.3.2(@types/node@18.16.1)(less@4.1.3)(terser@5.17.1)
vite: 4.3.3(@types/node@18.16.2)(less@4.1.3)(terser@5.17.1)
transitivePeerDependencies:
- supports-color
dev: true
/electron@23.2.4:
resolution: {integrity: sha512-ceFd+KIhzK3srGY22kcBu8QH7hV1G3DHlgrg2LGjg7mgtzxlXeyKzk2Efq0iFNu3ly14QKfiN5gYdvEenmzOAA==}
/electron@23.3.0:
resolution: {integrity: sha512-DVAtptpOSxM7ycgriphSxzlkb3R92d28sFKG1hMtmPkAwHl/e87reaHXhGwyj8Xu4GY69e6yUoAJqma20w0Vgw==}
engines: {node: '>= 12.20.55'}
hasBin: true
requiresBuild: true
......@@ -6626,6 +6633,14 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
/foreground-child@3.1.1:
resolution: {integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==}
engines: {node: '>=14'}
dependencies:
cross-spawn: 7.0.3
signal-exit: 4.0.1
dev: true
/form-data@4.0.0:
resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==}
engines: {node: '>= 6'}
......@@ -6842,6 +6857,18 @@ packages:
is-glob: 4.0.3
dev: true
/glob@10.2.2:
resolution: {integrity: sha512-Xsa0BcxIC6th9UwNjZkhrMtNo/MnyRL8jGCP+uEwhA5oFOCY1f2s1/oNKY47xQ0Bg5nkjsfAEIej1VeH62bDDQ==}
engines: {node: '>=16 || 14 >=14.17'}
hasBin: true
dependencies:
foreground-child: 3.1.1
jackspeak: 2.1.0
minimatch: 9.0.0
minipass: 5.0.0
path-scurry: 1.7.0
dev: true
/glob@7.2.3:
resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
dependencies:
......@@ -6864,16 +6891,6 @@ packages:
once: 1.4.0
dev: true
/glob@9.3.5:
resolution: {integrity: sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==}
engines: {node: '>=16 || 14 >=14.17'}
dependencies:
fs.realpath: 1.0.0
minimatch: 8.0.4
minipass: 4.2.8
path-scurry: 1.7.0
dev: true
/global-agent@3.0.0:
resolution: {integrity: sha512-PT6XReJ+D07JvGoxQMkT6qji/jVNfX/h364XHZOWeRzy64sSFr+xJ5OX7LI3b4MPQzdL4H8Y8M0xzPpsVMwA8Q==}
engines: {node: '>=10.0'}
......@@ -7352,7 +7369,7 @@ packages:
mute-stream: 0.0.8
ora: 5.4.1
run-async: 2.4.1
rxjs: 7.8.0
rxjs: 7.8.1
string-width: 4.2.3
strip-ansi: 6.0.1
through: 2.3.8
......@@ -7373,7 +7390,7 @@ packages:
mute-stream: 1.0.0
ora: 6.3.0
run-async: 2.4.1
rxjs: 7.8.0
rxjs: 7.8.1
string-width: 5.1.2
strip-ansi: 7.0.1
through: 2.3.8
......@@ -7778,6 +7795,15 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
/jackspeak@2.1.0:
resolution: {integrity: sha512-DiEwVPqsieUzZBNxQ2cxznmFzfg/AMgJUjYw5xl6rSmCxAQXECcbSdwcLM6Ds6T09+SBfSNCGPhYUoQ96P4h7A==}
engines: {node: '>=14'}
dependencies:
cliui: 7.0.4
optionalDependencies:
'@pkgjs/parseargs': 0.11.0
dev: true
/jake@10.8.5:
resolution: {integrity: sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==}
engines: {node: '>=10'}
......@@ -7793,7 +7819,7 @@ packages:
resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==}
engines: {node: '>= 10.13.0'}
dependencies:
'@types/node': 18.16.1
'@types/node': 18.16.2
merge-stream: 2.0.0
supports-color: 7.2.0
dev: true
......@@ -8032,8 +8058,8 @@ packages:
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
dev: true
/lint-staged@13.2.1:
resolution: {integrity: sha512-8gfzinVXoPfga5Dz/ZOn8I2GOhf81Wvs+KwbEXQn/oWZAvCVS2PivrXfVbFJc93zD16uC0neS47RXHIjXKYZQw==}
/lint-staged@13.2.2:
resolution: {integrity: sha512-71gSwXKy649VrSU09s10uAT0rWCcY3aewhMaHyl2N84oBk4Xs9HgxvUp3AYu+bNsK4NrOYYxvSgg7FyGJ+jGcA==}
engines: {node: ^14.13.1 || >=16.0.0}
hasBin: true
dependencies:
......@@ -8069,7 +8095,7 @@ packages:
log-update: 4.0.0
p-map: 4.0.0
rfdc: 1.3.0
rxjs: 7.8.0
rxjs: 7.8.1
through: 2.3.8
wrap-ansi: 7.0.0
dev: true
......@@ -8522,13 +8548,6 @@ packages:
brace-expansion: 2.0.1
dev: true
/minimatch@8.0.4:
resolution: {integrity: sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==}
engines: {node: '>=16 || 14 >=14.17'}
dependencies:
brace-expansion: 2.0.1
dev: true
/minimatch@9.0.0:
resolution: {integrity: sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==}
engines: {node: '>=16 || 14 >=14.17'}
......@@ -9798,12 +9817,12 @@ packages:
glob: 7.2.3
dev: true
/rimraf@4.4.1:
resolution: {integrity: sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==}
/rimraf@5.0.0:
resolution: {integrity: sha512-Jf9llaP+RvaEVS5nPShYFhtXIrb3LRKP281ib3So0KkeZKo2wIKyq0Re7TOSwanasA423PSr6CCIL4bP6T040g==}
engines: {node: '>=14'}
hasBin: true
dependencies:
glob: 9.3.5
glob: 10.2.2
dev: true
/roarr@2.15.4:
......@@ -9856,7 +9875,7 @@ packages:
picomatch: 2.3.1
rollup: 3.21.0
source-map: 0.7.4
yargs: 17.7.1
yargs: 17.7.2
dev: true
/rollup@2.79.1:
......@@ -9893,8 +9912,8 @@ packages:
tslib: 1.14.1
dev: true
/rxjs@7.8.0:
resolution: {integrity: sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==}
/rxjs@7.8.1:
resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==}
dependencies:
tslib: 2.5.0
......@@ -10073,6 +10092,11 @@ packages:
resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
dev: true
/signal-exit@4.0.1:
resolution: {integrity: sha512-uUWsN4aOxJAS8KOuf3QMyFtgm1pkb6I+KRZbRF/ghdf5T7sM+B1lLLzPDxswUjkmHyxQAVzEgG35E3NzDM9GVw==}
engines: {node: '>=14'}
dev: true
/simple-update-notifier@1.1.0:
resolution: {integrity: sha512-VpsrsJSUcJEseSbMHkrsrAVSdvVS5I96Qo1QAQ4FxQ9wXFcB+pjj7FB7/us9+GcgfW4ziHtYMc1J0PLczb55mg==}
engines: {node: '>=8.10.0'}
......@@ -10596,7 +10620,7 @@ packages:
svg-tags: 1.0.0
table: 6.8.1
v8-compile-cache: 2.3.0
write-file-atomic: 5.0.0
write-file-atomic: 5.0.1
transitivePeerDependencies:
- supports-color
dev: true
......@@ -10878,7 +10902,7 @@ packages:
utf8-byte-length: 1.0.4
dev: true
/ts-node@10.9.1(@types/node@18.16.1)(typescript@5.0.4):
/ts-node@10.9.1(@types/node@18.16.2)(typescript@5.0.4):
resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
hasBin: true
peerDependencies:
......@@ -10897,7 +10921,7 @@ packages:
'@tsconfig/node12': 1.0.11
'@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.3
'@types/node': 18.16.1
'@types/node': 18.16.2
acorn: 8.8.2
acorn-walk: 8.2.0
arg: 4.1.3
......@@ -11018,7 +11042,7 @@ packages:
/typed-emitter@2.1.0:
resolution: {integrity: sha512-g/KzbYKbH5C2vPkaXGu8DJlHrGKHLsM25Zg9WuC9pMGfuvT+X25tZQWo5fK1BjBm8+UrVE9LDCvaY0CQk+fXDA==}
optionalDependencies:
rxjs: 7.8.0
rxjs: 7.8.1
dev: false
/typedarray-to-buffer@3.1.5:
......@@ -11297,7 +11321,7 @@ packages:
dev: true
optional: true
/vite-plugin-compression@0.5.1(vite@4.3.2):
/vite-plugin-compression@0.5.1(vite@4.3.3):
resolution: {integrity: sha512-5QJKBDc+gNYVqL/skgFAP81Yuzo9R+EAf19d+EtsMF/i8kFUpNi3J/H01QD3Oo8zBQn+NzoCIFkpPLynoOzaJg==}
peerDependencies:
vite: '>=2.0.0'
......@@ -11305,12 +11329,12 @@ packages:
chalk: 4.1.2
debug: 4.3.4
fs-extra: 10.1.0
vite: 4.3.2(@types/node@18.16.1)(less@4.1.3)(terser@5.17.1)
vite: 4.3.3(@types/node@18.16.2)(less@4.1.3)(terser@5.17.1)
transitivePeerDependencies:
- supports-color
dev: true
/vite-plugin-html@3.2.0(vite@4.3.2):
/vite-plugin-html@3.2.0(vite@4.3.3):
resolution: {integrity: sha512-2VLCeDiHmV/BqqNn5h2V+4280KRgQzCFN47cst3WiNK848klESPQnzuC3okH5XHtgwHH/6s1Ho/YV6yIO0pgoQ==}
peerDependencies:
vite: '>=2.0.0'
......@@ -11327,26 +11351,26 @@ packages:
html-minifier-terser: 6.1.0
node-html-parser: 5.4.2
pathe: 0.2.0
vite: 4.3.2(@types/node@18.16.1)(less@4.1.3)(terser@5.17.1)
vite: 4.3.3(@types/node@18.16.2)(less@4.1.3)(terser@5.17.1)
dev: true
/vite-plugin-mkcert@1.14.0(vite@4.3.2):
resolution: {integrity: sha512-TXLqRYeKKv2kGIpDVMXPLAlTQLXfZ5/VtC4VVhV0ky2vKt5W/TDvFKpmelQPmn0IB7uz9KXvQj8Op+pkT9Ln9A==}
/vite-plugin-mkcert@1.14.1(vite@4.3.3):
resolution: {integrity: sha512-s/TmH62VA3DYXaqX2230PomrHXSRwfYyXur1c8hN5fGEUrT+w9KnXHnurZ53AMSUc/bI7RF6bQ1K5J+hZQTjoQ==}
engines: {node: '>=v16.7.0'}
peerDependencies:
vite: '>=3'
dependencies:
'@octokit/rest': 19.0.7
axios: 1.3.6(debug@4.3.4)
axios: 1.4.0(debug@4.3.4)
debug: 4.3.4
picocolors: 1.0.0
vite: 4.3.2(@types/node@18.16.1)(less@4.1.3)(terser@5.17.1)
vite: 4.3.3(@types/node@18.16.2)(less@4.1.3)(terser@5.17.1)
transitivePeerDependencies:
- encoding
- supports-color
dev: true
/vite-plugin-mock@2.9.8(mockjs@1.1.0)(vite@4.3.2):
/vite-plugin-mock@2.9.8(mockjs@1.1.0)(vite@4.3.3):
resolution: {integrity: sha512-YTQM5Sn7t+/DNOwTkr+W26QGTCk1PrDkhGHslTJ90lIPJhJtDTwuSkEYMAuLP9TcVQ/qExTFx/x/GE3kxJ05sw==}
engines: {node: '>=12.0.0'}
peerDependencies:
......@@ -11362,12 +11386,12 @@ packages:
fast-glob: 3.2.12
mockjs: 1.1.0
path-to-regexp: 6.2.1
vite: 4.3.2(@types/node@18.16.1)(less@4.1.3)(terser@5.17.1)
vite: 4.3.3(@types/node@18.16.2)(less@4.1.3)(terser@5.17.1)
transitivePeerDependencies:
- supports-color
dev: true
/vite-plugin-purge-icons@0.9.2(vite@4.3.2):
/vite-plugin-purge-icons@0.9.2(vite@4.3.3):
resolution: {integrity: sha512-vxJEMyNyckqLr/4HPsW9P6BMLUvOVMvjjFz3jLl4Wke1KWE8ITJUxIUwodxaOmEp9L2lxVk5an3TYeycZCfqFw==}
engines: {node: '>= 12'}
peerDependencies:
......@@ -11376,13 +11400,13 @@ packages:
'@purge-icons/core': 0.9.1
'@purge-icons/generated': 0.9.0
rollup-plugin-purge-icons: 0.9.1
vite: 4.3.2(@types/node@18.16.1)(less@4.1.3)(terser@5.17.1)
vite: 4.3.3(@types/node@18.16.2)(less@4.1.3)(terser@5.17.1)
transitivePeerDependencies:
- encoding
- supports-color
dev: true
/vite-plugin-pwa@0.14.7(vite@4.3.2)(workbox-build@6.5.4)(workbox-window@6.5.4):
/vite-plugin-pwa@0.14.7(vite@4.3.3)(workbox-build@6.5.4)(workbox-window@6.5.4):
resolution: {integrity: sha512-dNJaf0fYOWncmjxv9HiSa2xrSjipjff7IkYE5oIUJ2x5HKu3cXgA8LRgzOwTc5MhwyFYRSU0xyN0Phbx3NsQYw==}
peerDependencies:
vite: ^3.1.0 || ^4.0.0
......@@ -11394,14 +11418,14 @@ packages:
fast-glob: 3.2.12
pretty-bytes: 6.1.0
rollup: 3.21.0
vite: 4.3.2(@types/node@18.16.1)(less@4.1.3)(terser@5.17.1)
vite: 4.3.3(@types/node@18.16.2)(less@4.1.3)(terser@5.17.1)
workbox-build: 6.5.4
workbox-window: 6.5.4
transitivePeerDependencies:
- supports-color
dev: true
/vite-plugin-style-import@2.0.0(vite@4.3.2):
/vite-plugin-style-import@2.0.0(vite@4.3.3):
resolution: {integrity: sha512-qtoHQae5dSUQPo/rYz/8p190VU5y19rtBaeV7ryLa/AYAU/e9CG89NrN/3+k7MR8mJy/GPIu91iJ3zk9foUOSA==}
peerDependencies:
vite: '>=2.0.0'
......@@ -11413,10 +11437,10 @@ packages:
fs-extra: 10.1.0
magic-string: 0.25.9
pathe: 0.2.0
vite: 4.3.2(@types/node@18.16.1)(less@4.1.3)(terser@5.17.1)
vite: 4.3.3(@types/node@18.16.2)(less@4.1.3)(terser@5.17.1)
dev: true
/vite-plugin-svg-icons@2.0.1(vite@4.3.2):
/vite-plugin-svg-icons@2.0.1(vite@4.3.3):
resolution: {integrity: sha512-6ktD+DhV6Rz3VtedYvBKKVA2eXF+sAQVaKkKLDSqGUfnhqXl3bj5PPkVTl3VexfTuZy66PmINi8Q6eFnVfRUmA==}
peerDependencies:
vite: '>=2.0.0'
......@@ -11429,12 +11453,12 @@ packages:
pathe: 0.2.0
svg-baker: 1.7.0
svgo: 2.8.0
vite: 4.3.2(@types/node@18.16.1)(less@4.1.3)(terser@5.17.1)
vite: 4.3.3(@types/node@18.16.2)(less@4.1.3)(terser@5.17.1)
transitivePeerDependencies:
- supports-color
dev: true
/vite-plugin-theme@0.8.6(vite@4.3.2):
/vite-plugin-theme@0.8.6(vite@4.3.3):
resolution: {integrity: sha512-GyoP9JjGkF106AawBh1kvw2eQZ/CCPeZKN5p5XhQe1ah1LO7A/6aVGY5gYGWk2qHG9nXpM1IvxjdbMsg94bvYg==}
peerDependencies:
vite: '>=2.0.0-beta.49'
......@@ -11447,22 +11471,22 @@ packages:
esbuild: 0.11.23
esbuild-plugin-alias: 0.1.2
tinycolor2: 1.6.0
vite: 4.3.2(@types/node@18.16.1)(less@4.1.3)(terser@5.17.1)
vite: 4.3.3(@types/node@18.16.2)(less@4.1.3)(terser@5.17.1)
transitivePeerDependencies:
- supports-color
dev: true
/vite-plugin-vue-setup-extend@0.4.0(vite@4.3.2):
/vite-plugin-vue-setup-extend@0.4.0(vite@4.3.3):
resolution: {integrity: sha512-WMbjPCui75fboFoUTHhdbXzu4Y/bJMv5N9QT9a7do3wNMNHHqrk+Tn2jrSJU0LS5fGl/EG+FEDBYVUeWIkDqXQ==}
peerDependencies:
vite: '>=2.0.0'
dependencies:
'@vue/compiler-sfc': 3.2.47
magic-string: 0.25.9
vite: 4.3.2(@types/node@18.16.1)(less@4.1.3)(terser@5.17.1)
vite: 4.3.3(@types/node@18.16.2)(less@4.1.3)(terser@5.17.1)
dev: true
/vite-plugin-windicss@1.8.10(vite@4.3.2):
/vite-plugin-windicss@1.8.10(vite@4.3.3):
resolution: {integrity: sha512-scywsuzo46lcTBohspmF0WiwhWEte6p+OUVrX4yr7VMRvLHMHVfLtJReyD5pppjijG7YOwVsZn7XBWWZtF658Q==}
peerDependencies:
vite: ^2.0.1 || ^3.0.0 || ^4.0.0
......@@ -11470,14 +11494,14 @@ packages:
'@windicss/plugin-utils': 1.8.10
debug: 4.3.4
kolorist: 1.8.0
vite: 4.3.2(@types/node@18.16.1)(less@4.1.3)(terser@5.17.1)
vite: 4.3.3(@types/node@18.16.2)(less@4.1.3)(terser@5.17.1)
windicss: 3.5.6
transitivePeerDependencies:
- supports-color
dev: true
/vite@4.3.2(@types/node@18.16.1)(less@4.1.3)(terser@5.17.1):
resolution: {integrity: sha512-9R53Mf+TBoXCYejcL+qFbZde+eZveQLDYd9XgULILLC1a5ZwPaqgmdVpL8/uvw2BM/1TzetWjglwm+3RO+xTyw==}
/vite@4.3.3(@types/node@18.16.2)(less@4.1.3)(terser@5.17.1):
resolution: {integrity: sha512-MwFlLBO4udZXd+VBcezo3u8mC77YQk+ik+fbc0GZWGgzfbPP+8Kf0fldhARqvSYmtIWoAJ5BXPClUbMTlqFxrA==}
engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true
peerDependencies:
......@@ -11501,7 +11525,7 @@ packages:
terser:
optional: true
dependencies:
'@types/node': 18.16.1
'@types/node': 18.16.2
esbuild: 0.17.18
less: 4.1.3
postcss: 8.4.23
......@@ -11581,14 +11605,14 @@ packages:
he: 1.2.0
dev: true
/vue-tsc@1.4.4(typescript@5.0.4):
resolution: {integrity: sha512-2XsCjF2mLo6gwOVcOpngwJkP8GzYQjNh20A+Pr2FGdsWzr9jjXJ0k08/DfcslfncsuCrTrnWtb4KEL3gcDtlNA==}
/vue-tsc@1.6.1(typescript@5.0.4):
resolution: {integrity: sha512-cKKKrv98MdU9kgd434fkjcIpU7a5bUflhklF9usf/GzebjmZpaht7tYGm/MNdBz7V9icySceCzCr3RiG02mOJg==}
hasBin: true
peerDependencies:
typescript: '*'
dependencies:
'@volar/vue-language-core': 1.4.4
'@volar/vue-typescript': 1.4.4(typescript@5.0.4)
'@volar/vue-language-core': 1.6.1
'@volar/vue-typescript': 1.6.1(typescript@5.0.4)
semver: 7.5.0
typescript: 5.0.4
dev: true
......@@ -11940,12 +11964,12 @@ packages:
/wrappy@1.0.2:
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
/write-file-atomic@5.0.0:
resolution: {integrity: sha512-R7NYMnHSlV42K54lwY9lvW6MnSm1HSJqZL3xiSgi9E7//FYaI74r2G0rd+/X6VAMkHEdzxQaU5HUOXWUz5kA/w==}
/write-file-atomic@5.0.1:
resolution: {integrity: sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
dependencies:
imurmurhash: 0.1.4
signal-exit: 3.0.7
signal-exit: 4.0.1
dev: true
/xlsx@0.18.5:
......@@ -12066,8 +12090,8 @@ packages:
yargs-parser: 20.2.9
dev: true
/yargs@17.7.1:
resolution: {integrity: sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==}
/yargs@17.7.2:
resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==}
engines: {node: '>=12'}
dependencies:
cliui: 8.0.1
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论