Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-21 11:29:20 +08:00

chore: updates all dependencies && vue-tsc 1.4.2

This commit is contained in:
pany 2023-04-22 10:27:59 +08:00
parent 93b20e8dcb
commit 4cb8080328
2 changed files with 178 additions and 172 deletions

View File

@ -28,24 +28,24 @@
"axios": "^1.3.6",
"dayjs": "^1.11.7",
"element-plus": "^2.3.3",
"js-cookie": "^3.0.1",
"js-cookie": "^3.0.4",
"lodash-es": "^4.17.21",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.1",
"pinia": "^2.0.34",
"pinia": "^2.0.35",
"screenfull": "^6.0.2",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"vxe-table": "^4.3.11",
"vxe-table": "^4.3.12",
"vxe-table-plugin-element": "^3.0.6",
"xe-utils": "^3.5.7"
},
"devDependencies": {
"@types/js-cookie": "^3.0.3",
"@types/lodash-es": "^4.17.7",
"@types/node": "^18.15.12",
"@types/node": "^18.15.13",
"@types/nprogress": "^0.2.0",
"@types/path-browserify": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
@ -56,7 +56,7 @@
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/test-utils": "^2.3.2",
"eslint": "^8.38.0",
"eslint": "^8.39.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.11.0",
"husky": "^8.0.3",
@ -68,12 +68,12 @@
"typescript": "^5.0.4",
"unocss": "^0.51.5",
"unplugin-vue-define-options": "^1.3.3",
"vite": "^4.3.0",
"vite": "^4.3.1",
"vite-plugin-svg-icons": "^2.0.1",
"vite-svg-loader": "^4.0.0",
"vitest": "^0.30.1",
"vue-eslint-parser": "^9.1.1",
"vue-tsc": "^1.2.0"
"vue-tsc": "^1.4.2"
},
"lint-staged": {
"*.{js,jsx,vue,ts,tsx}": [

336
pnpm-lock.yaml generated
View File

@ -14,8 +14,8 @@ dependencies:
specifier: ^2.3.3
version: 2.3.3(vue@3.2.47)
js-cookie:
specifier: ^3.0.1
version: 3.0.1
specifier: ^3.0.4
version: 3.0.4
lodash-es:
specifier: ^4.17.21
version: 4.17.21
@ -32,8 +32,8 @@ dependencies:
specifier: ^6.2.1
version: 6.2.1
pinia:
specifier: ^2.0.34
version: 2.0.34(typescript@5.0.4)(vue@3.2.47)
specifier: ^2.0.35
version: 2.0.35(typescript@5.0.4)(vue@3.2.47)
screenfull:
specifier: ^6.0.2
version: 6.0.2
@ -44,11 +44,11 @@ dependencies:
specifier: ^4.1.6
version: 4.1.6(vue@3.2.47)
vxe-table:
specifier: ^4.3.11
version: 4.3.11(vue@3.2.47)(xe-utils@3.5.7)
specifier: ^4.3.12
version: 4.3.12(vue@3.2.47)(xe-utils@3.5.7)
vxe-table-plugin-element:
specifier: ^3.0.6
version: 3.0.6(vxe-table@4.3.11)
version: 3.0.6(vxe-table@4.3.12)
xe-utils:
specifier: ^3.5.7
version: 3.5.7
@ -61,8 +61,8 @@ devDependencies:
specifier: ^4.17.7
version: 4.17.7
'@types/node':
specifier: ^18.15.12
version: 18.15.12
specifier: ^18.15.13
version: 18.15.13
'@types/nprogress':
specifier: ^0.2.0
version: 0.2.0
@ -71,37 +71,37 @@ devDependencies:
version: 1.0.0
'@typescript-eslint/eslint-plugin':
specifier: ^5.59.0
version: 5.59.0(@typescript-eslint/parser@5.59.0)(eslint@8.38.0)(typescript@5.0.4)
version: 5.59.0(@typescript-eslint/parser@5.59.0)(eslint@8.39.0)(typescript@5.0.4)
'@typescript-eslint/parser':
specifier: ^5.59.0
version: 5.59.0(eslint@8.38.0)(typescript@5.0.4)
version: 5.59.0(eslint@8.39.0)(typescript@5.0.4)
'@vitejs/plugin-vue':
specifier: ^4.1.0
version: 4.1.0(vite@4.3.0)(vue@3.2.47)
version: 4.1.0(vite@4.3.1)(vue@3.2.47)
'@vitejs/plugin-vue-jsx':
specifier: ^3.0.1
version: 3.0.1(vite@4.3.0)(vue@3.2.47)
version: 3.0.1(vite@4.3.1)(vue@3.2.47)
'@vue-macros/volar':
specifier: ^0.9.5
version: 0.9.5(@vue-macros/reactivity-transform@0.3.4)(vue-tsc@1.2.0)(vue@3.2.47)
version: 0.9.5(@vue-macros/reactivity-transform@0.3.4)(vue-tsc@1.4.2)(vue@3.2.47)
'@vue/eslint-config-prettier':
specifier: ^7.1.0
version: 7.1.0(eslint@8.38.0)(prettier@2.8.7)
version: 7.1.0(eslint@8.39.0)(prettier@2.8.7)
'@vue/eslint-config-typescript':
specifier: ^11.0.2
version: 11.0.2(eslint-plugin-vue@9.11.0)(eslint@8.38.0)(typescript@5.0.4)
version: 11.0.2(eslint-plugin-vue@9.11.0)(eslint@8.39.0)(typescript@5.0.4)
'@vue/test-utils':
specifier: ^2.3.2
version: 2.3.2(vue@3.2.47)
eslint:
specifier: ^8.38.0
version: 8.38.0
specifier: ^8.39.0
version: 8.39.0
eslint-plugin-prettier:
specifier: ^4.2.1
version: 4.2.1(eslint-config-prettier@8.8.0)(eslint@8.38.0)(prettier@2.8.7)
version: 4.2.1(eslint-config-prettier@8.8.0)(eslint@8.39.0)(prettier@2.8.7)
eslint-plugin-vue:
specifier: ^9.11.0
version: 9.11.0(eslint@8.38.0)
version: 9.11.0(eslint@8.39.0)
husky:
specifier: ^8.0.3
version: 8.0.3
@ -125,16 +125,16 @@ devDependencies:
version: 5.0.4
unocss:
specifier: ^0.51.5
version: 0.51.5(postcss@8.4.23)(vite@4.3.0)
version: 0.51.5(postcss@8.4.23)(vite@4.3.1)
unplugin-vue-define-options:
specifier: ^1.3.3
version: 1.3.3(vue@3.2.47)
vite:
specifier: ^4.3.0
version: 4.3.0(@types/node@18.15.12)(sass@1.62.0)(terser@5.17.1)
specifier: ^4.3.1
version: 4.3.1(@types/node@18.15.13)(sass@1.62.0)(terser@5.17.1)
vite-plugin-svg-icons:
specifier: ^2.0.1
version: 2.0.1(vite@4.3.0)
version: 2.0.1(vite@4.3.1)
vite-svg-loader:
specifier: ^4.0.0
version: 4.0.0
@ -143,10 +143,10 @@ devDependencies:
version: 0.30.1(jsdom@21.1.1)(sass@1.62.0)(terser@5.17.1)
vue-eslint-parser:
specifier: ^9.1.1
version: 9.1.1(eslint@8.38.0)
version: 9.1.1(eslint@8.39.0)
vue-tsc:
specifier: ^1.2.0
version: 1.2.0(typescript@5.0.4)
specifier: ^1.4.2
version: 1.4.2(typescript@5.0.4)
packages:
@ -676,13 +676,13 @@ packages:
dev: true
optional: true
/@eslint-community/eslint-utils@4.4.0(eslint@8.38.0):
/@eslint-community/eslint-utils@4.4.0(eslint@8.39.0):
resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
dependencies:
eslint: 8.38.0
eslint: 8.39.0
eslint-visitor-keys: 3.4.0
dev: true
@ -708,8 +708,8 @@ packages:
- supports-color
dev: true
/@eslint/js@8.38.0:
resolution: {integrity: sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g==}
/@eslint/js@8.39.0:
resolution: {integrity: sha512-kf9RB0Fg7NZfap83B3QOqOGg9QmD9yBudqQXzzOtn3i4y7ZUXe5ONeW34Gwi+TxhH4mvj72R1Zc300KUMa9Bng==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
@ -884,8 +884,8 @@ packages:
/@types/lodash@4.14.194:
resolution: {integrity: sha512-r22s9tAS7imvBt2lyHC9B8AGwWnXaYb1tY09oyLkXDs4vArpYJzw09nj8MLx5VfciBPGIb+ZwG0ssYnEPJxn/g==}
/@types/node@18.15.12:
resolution: {integrity: sha512-Wha1UwsB3CYdqUm2PPzh/1gujGCNtWVUYF0mB00fJFoR4gTyWTDPjSm+zBF787Ahw8vSGgBja90MkgFwvB86Dg==}
/@types/node@18.15.13:
resolution: {integrity: sha512-N+0kuo9KgrUQ1Sn/ifDXsvg0TTleP7rIy4zOBGECxAljqvqfqpTfzx0Q1NUedOixRMBfe2Whhb056a42cWs26Q==}
dev: true
/@types/nprogress@0.2.0:
@ -903,14 +903,14 @@ packages:
/@types/svgo@2.6.4:
resolution: {integrity: sha512-l4cmyPEckf8moNYHdJ+4wkHvFxjyW6ulm9l4YGaOxeyBWPhBOT0gvni1InpFPdzx1dKf/2s62qGITwxNWnPQng==}
dependencies:
'@types/node': 18.15.12
'@types/node': 18.15.13
dev: true
/@types/web-bluetooth@0.0.16:
resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==}
dev: false
/@typescript-eslint/eslint-plugin@5.59.0(@typescript-eslint/parser@5.59.0)(eslint@8.38.0)(typescript@5.0.4):
/@typescript-eslint/eslint-plugin@5.59.0(@typescript-eslint/parser@5.59.0)(eslint@8.39.0)(typescript@5.0.4):
resolution: {integrity: sha512-p0QgrEyrxAWBecR56gyn3wkG15TJdI//eetInP3zYRewDh0XS+DhB3VUAd3QqvziFsfaQIoIuZMxZRB7vXYaYw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
@ -922,12 +922,12 @@ packages:
optional: true
dependencies:
'@eslint-community/regexpp': 4.5.0
'@typescript-eslint/parser': 5.59.0(eslint@8.38.0)(typescript@5.0.4)
'@typescript-eslint/parser': 5.59.0(eslint@8.39.0)(typescript@5.0.4)
'@typescript-eslint/scope-manager': 5.59.0
'@typescript-eslint/type-utils': 5.59.0(eslint@8.38.0)(typescript@5.0.4)
'@typescript-eslint/utils': 5.59.0(eslint@8.38.0)(typescript@5.0.4)
'@typescript-eslint/type-utils': 5.59.0(eslint@8.39.0)(typescript@5.0.4)
'@typescript-eslint/utils': 5.59.0(eslint@8.39.0)(typescript@5.0.4)
debug: 4.3.4
eslint: 8.38.0
eslint: 8.39.0
grapheme-splitter: 1.0.4
ignore: 5.2.4
natural-compare-lite: 1.4.0
@ -938,7 +938,7 @@ packages:
- supports-color
dev: true
/@typescript-eslint/parser@5.59.0(eslint@8.38.0)(typescript@5.0.4):
/@typescript-eslint/parser@5.59.0(eslint@8.39.0)(typescript@5.0.4):
resolution: {integrity: sha512-qK9TZ70eJtjojSUMrrEwA9ZDQ4N0e/AuoOIgXuNBorXYcBDk397D2r5MIe1B3cok/oCtdNC5j+lUUpVB+Dpb+w==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
@ -952,7 +952,7 @@ packages:
'@typescript-eslint/types': 5.59.0
'@typescript-eslint/typescript-estree': 5.59.0(typescript@5.0.4)
debug: 4.3.4
eslint: 8.38.0
eslint: 8.39.0
typescript: 5.0.4
transitivePeerDependencies:
- supports-color
@ -966,7 +966,7 @@ packages:
'@typescript-eslint/visitor-keys': 5.59.0
dev: true
/@typescript-eslint/type-utils@5.59.0(eslint@8.38.0)(typescript@5.0.4):
/@typescript-eslint/type-utils@5.59.0(eslint@8.39.0)(typescript@5.0.4):
resolution: {integrity: sha512-d/B6VSWnZwu70kcKQSCqjcXpVH+7ABKH8P1KNn4K7j5PXXuycZTPXF44Nui0TEm6rbWGi8kc78xRgOC4n7xFgA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
@ -977,9 +977,9 @@ packages:
optional: true
dependencies:
'@typescript-eslint/typescript-estree': 5.59.0(typescript@5.0.4)
'@typescript-eslint/utils': 5.59.0(eslint@8.38.0)(typescript@5.0.4)
'@typescript-eslint/utils': 5.59.0(eslint@8.39.0)(typescript@5.0.4)
debug: 4.3.4
eslint: 8.38.0
eslint: 8.39.0
tsutils: 3.21.0(typescript@5.0.4)
typescript: 5.0.4
transitivePeerDependencies:
@ -1012,19 +1012,19 @@ packages:
- supports-color
dev: true
/@typescript-eslint/utils@5.59.0(eslint@8.38.0)(typescript@5.0.4):
/@typescript-eslint/utils@5.59.0(eslint@8.39.0)(typescript@5.0.4):
resolution: {integrity: sha512-GGLFd+86drlHSvPgN/el6dRQNYYGOvRSDVydsUaQluwIW3HvbXuxyuD5JETvBt/9qGYe+lOrDk6gRrWOHb/FvA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@8.38.0)
'@eslint-community/eslint-utils': 4.4.0(eslint@8.39.0)
'@types/json-schema': 7.0.11
'@types/semver': 7.3.13
'@typescript-eslint/scope-manager': 5.59.0
'@typescript-eslint/types': 5.59.0
'@typescript-eslint/typescript-estree': 5.59.0(typescript@5.0.4)
eslint: 8.38.0
eslint: 8.39.0
eslint-scope: 5.1.1
semver: 7.5.0
transitivePeerDependencies:
@ -1040,12 +1040,12 @@ packages:
eslint-visitor-keys: 3.4.0
dev: true
/@unocss/astro@0.51.5(vite@4.3.0):
/@unocss/astro@0.51.5(vite@4.3.1):
resolution: {integrity: sha512-NQ3KrhtmTWXBk7a/RuZvMTK2e4L83W/TZ5v5ok82mdooOAdOrxmwpdU9qUixISDSxCPDOCs3NLxYutw66ErC3g==}
dependencies:
'@unocss/core': 0.51.5
'@unocss/reset': 0.51.5
'@unocss/vite': 0.51.5(vite@4.3.0)
'@unocss/vite': 0.51.5(vite@4.3.1)
transitivePeerDependencies:
- rollup
- vite
@ -1209,7 +1209,7 @@ packages:
'@unocss/core': 0.51.5
dev: true
/@unocss/vite@0.51.5(vite@4.3.0):
/@unocss/vite@0.51.5(vite@4.3.1):
resolution: {integrity: sha512-Esg7PnQ93Ao7i9EZdfDNysaOpfIUgbYmKkTVWs/yi0R7wnEPCRS24PhNAEysC1x1B+JHnfsddPSisS3RDrGQSg==}
peerDependencies:
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0
@ -1224,12 +1224,12 @@ packages:
chokidar: 3.5.3
fast-glob: 3.2.12
magic-string: 0.30.0
vite: 4.3.0(@types/node@18.15.12)(sass@1.62.0)(terser@5.17.1)
vite: 4.3.1(@types/node@18.15.13)(sass@1.62.0)(terser@5.17.1)
transitivePeerDependencies:
- rollup
dev: true
/@vitejs/plugin-vue-jsx@3.0.1(vite@4.3.0)(vue@3.2.47):
/@vitejs/plugin-vue-jsx@3.0.1(vite@4.3.1)(vue@3.2.47):
resolution: {integrity: sha512-+Jb7ggL48FSPS1uhPnJbJwWa9Sr90vQ+d0InW+AhBM22n+cfuYqJZDckBc+W3QSHe1WDvewMZfa4wZOtk5pRgw==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
@ -1239,20 +1239,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.0(@types/node@18.15.12)(sass@1.62.0)(terser@5.17.1)
vite: 4.3.1(@types/node@18.15.13)(sass@1.62.0)(terser@5.17.1)
vue: 3.2.47
transitivePeerDependencies:
- supports-color
dev: true
/@vitejs/plugin-vue@4.1.0(vite@4.3.0)(vue@3.2.47):
/@vitejs/plugin-vue@4.1.0(vite@4.3.1)(vue@3.2.47):
resolution: {integrity: sha512-++9JOAFdcXI3lyer9UKUV4rfoQ3T1RN8yDqoCLar86s0xQct5yblxAE+yWgRnU5/0FOlVCpTZpYSBV/bGWrSrQ==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
vite: ^4.0.0
vue: ^3.2.25
dependencies:
vite: 4.3.0(@types/node@18.15.12)(sass@1.62.0)(terser@5.17.1)
vite: 4.3.1(@types/node@18.15.13)(sass@1.62.0)(terser@5.17.1)
vue: 3.2.47
dev: true
@ -1295,10 +1295,10 @@ packages:
pretty-format: 27.5.1
dev: true
/@volar/language-core@1.3.0-alpha.0:
resolution: {integrity: sha512-W3uMzecHPcbwddPu4SJpUcPakRBK/y/BP+U0U6NiPpUX1tONLC4yCawt+QBJqtgJ+sfD6ztf5PyvPL3hQRqfOA==}
/@volar/language-core@1.4.0:
resolution: {integrity: sha512-zZg771L/v4MCPwM1KJxvnQ3q3QgbGJtEytivqf+PsxPr0kQ7XtwB1J30dd+YSGN869pXXZ0V6vWdHkDpWC8F3A==}
dependencies:
'@volar/source-map': 1.3.0-alpha.0
'@volar/source-map': 1.4.0
dev: true
/@volar/language-core@1.4.0-alpha.5:
@ -1307,8 +1307,8 @@ packages:
'@volar/source-map': 1.4.0-alpha.5
dev: true
/@volar/source-map@1.3.0-alpha.0:
resolution: {integrity: sha512-jSdizxWFvDTvkPYZnO6ew3sBZUnS0abKCbuopkc0JrIlFbznWC/fPH3iPFIMS8/IIkRxq1Jh9VVG60SmtsdaMQ==}
/@volar/source-map@1.4.0:
resolution: {integrity: sha512-gkV8ol9qtP7aMdgijc8a5Yoxxoo90TT55YCi9bsMbKxEUDsOAnlciFNlijR9Ebe42d67GV3w15/RzjveTRNGBw==}
dependencies:
muggle-string: 0.2.2
dev: true
@ -1319,31 +1319,36 @@ packages:
muggle-string: 0.2.2
dev: true
/@volar/typescript@1.3.0-alpha.0:
resolution: {integrity: sha512-5UItyW2cdH2mBLu4RrECRNJRgtvvzKrSCn2y3v/D61QwIDkGx4aeil6x8RFuUL5TFtV6QvVHXnsOHxNgd+sCow==}
/@volar/typescript@1.4.0(typescript@5.0.4):
resolution: {integrity: sha512-r6OMHj/LeS86iQy3LEjjS+qpmHr9I7BiH8gAwp9WEJP76FHlMPi/EPDQxhf3VcMQ/w6Pi5aBczqI+I3akr9t4g==}
peerDependencies:
typescript: '*'
dependencies:
'@volar/language-core': 1.3.0-alpha.0
'@volar/language-core': 1.4.0
typescript: 5.0.4
dev: true
/@volar/vue-language-core@1.2.0:
resolution: {integrity: sha512-w7yEiaITh2WzKe6u8ZdeLKCUz43wdmY/OqAmsB/PGDvvhTcVhCJ6f0W/RprZL1IhqH8wALoWiwEh/Wer7ZviMQ==}
/@volar/vue-language-core@1.4.2:
resolution: {integrity: sha512-bDdFowfnyHI7udELEgUWukOh4l9jVTaxb9jZtj0GxUp0Mjj0u81d9+jE2UC3fFJpbndQLGFR6F+ffguHgmrj6Q==}
dependencies:
'@volar/language-core': 1.3.0-alpha.0
'@volar/source-map': 1.3.0-alpha.0
'@volar/language-core': 1.4.0
'@volar/source-map': 1.4.0
'@vue/compiler-dom': 3.2.47
'@vue/compiler-sfc': 3.2.47
'@vue/reactivity': 3.2.47
'@vue/shared': 3.2.47
minimatch: 6.2.0
minimatch: 9.0.0
muggle-string: 0.2.2
vue-template-compiler: 2.7.14
dev: true
/@volar/vue-typescript@1.2.0:
resolution: {integrity: sha512-zjmRi9y3J1EkG+pfuHp8IbHmibihrKK485cfzsHjiuvJMGrpkWvlO5WVEk8oslMxxeGC5XwBFE9AOlvh378EPA==}
/@volar/vue-typescript@1.4.2(typescript@5.0.4):
resolution: {integrity: sha512-A1m1cSvS0Pf7Sm9q0S/1riV4RQQeH2h5gGo0vR9fGK2SrAStvh4HuuxPOX4N9uMDbRsNMhC0ILXwtlvjQ/IXJA==}
dependencies:
'@volar/typescript': 1.3.0-alpha.0
'@volar/vue-language-core': 1.2.0
'@volar/typescript': 1.4.0(typescript@5.0.4)
'@volar/vue-language-core': 1.4.2
transitivePeerDependencies:
- typescript
dev: true
/@vue-macros/common@1.2.0(vue@3.2.47):
@ -1357,7 +1362,7 @@ packages:
dependencies:
'@babel/types': 7.21.4
'@rollup/pluginutils': 5.0.2
'@vue/compiler-sfc': 3.3.0-alpha.12
'@vue/compiler-sfc': 3.3.0-beta.1
local-pkg: 0.4.3
magic-string-ast: 0.1.2
vue: 3.2.47
@ -1388,8 +1393,8 @@ packages:
dependencies:
'@babel/parser': 7.21.4
'@vue-macros/common': 1.2.0(vue@3.2.47)
'@vue/compiler-core': 3.3.0-alpha.12
'@vue/shared': 3.3.0-alpha.12
'@vue/compiler-core': 3.3.0-beta.1
'@vue/shared': 3.3.0-beta.1
magic-string: 0.30.0
unplugin: 1.3.1
vue: 3.2.47
@ -1402,13 +1407,13 @@ packages:
engines: {node: '>=14.19.0'}
dependencies:
'@vue-macros/common': 1.2.0(vue@3.2.47)
'@vue/compiler-core': 3.3.0-alpha.12
'@vue/compiler-core': 3.3.0-beta.1
transitivePeerDependencies:
- rollup
- vue
dev: true
/@vue-macros/volar@0.9.5(@vue-macros/reactivity-transform@0.3.4)(vue-tsc@1.2.0)(vue@3.2.47):
/@vue-macros/volar@0.9.5(@vue-macros/reactivity-transform@0.3.4)(vue-tsc@1.4.2)(vue@3.2.47):
resolution: {integrity: sha512-+alRBRwezUWHrZZ0sxI4RUQVtkkvS7jX4v6XO26VoT0/oUmgyffuhG6ahRWJicbHajBhXqruzTGWAVR26QhEyQ==}
engines: {node: '>=14.19.0'}
peerDependencies:
@ -1422,7 +1427,7 @@ packages:
'@vue-macros/define-props': 1.0.3(@vue-macros/reactivity-transform@0.3.4)(vue@3.2.47)
'@vue-macros/short-vmodel': 1.2.4(vue@3.2.47)
muggle-string: 0.2.2
vue-tsc: 1.2.0(typescript@5.0.4)
vue-tsc: 1.4.2(typescript@5.0.4)
transitivePeerDependencies:
- '@vue-macros/reactivity-transform'
- rollup
@ -1458,11 +1463,11 @@ packages:
estree-walker: 2.0.2
source-map: 0.6.1
/@vue/compiler-core@3.3.0-alpha.12:
resolution: {integrity: sha512-jAcjlvNR5e+rZ8nzJ8S3t6vpINctQhnLEjqeubvPRPgIRxnzAl6NzWgOCfqz81WO8tRoyYXyN5YF5lEyj+Ku2Q==}
/@vue/compiler-core@3.3.0-beta.1:
resolution: {integrity: sha512-p3rSZPmukFBAZ+4VzhqfdikrAJw/t8rdlobkTYbzk26qSNV1NhBFy9qusOU9e1szHBXGNQe7z5cp8PzDrXOEBA==}
dependencies:
'@babel/parser': 7.21.4
'@vue/shared': 3.3.0-alpha.12
'@vue/shared': 3.3.0-beta.1
estree-walker: 2.0.2
source-map-js: 1.0.2
dev: true
@ -1473,11 +1478,11 @@ packages:
'@vue/compiler-core': 3.2.47
'@vue/shared': 3.2.47
/@vue/compiler-dom@3.3.0-alpha.12:
resolution: {integrity: sha512-jti83D32xoyAIkvPwf3V1c/r4K498OZpJxEJCUYizsr9WAN1vI1Mm85JKTFF/phH7CDu7wqxALx/uti6SsnEtA==}
/@vue/compiler-dom@3.3.0-beta.1:
resolution: {integrity: sha512-dscMLhH7nm/WJ5VtpHEuOiwFt5ttzqOYvHGIckXWBOgJtyOhLeM4ccPsSjEAd6AgN7spD6XVlwJDBdTeZ/Ow6g==}
dependencies:
'@vue/compiler-core': 3.3.0-alpha.12
'@vue/shared': 3.3.0-alpha.12
'@vue/compiler-core': 3.3.0-beta.1
'@vue/shared': 3.3.0-beta.1
dev: true
/@vue/compiler-sfc@3.2.47:
@ -1494,15 +1499,15 @@ packages:
postcss: 8.4.23
source-map: 0.6.1
/@vue/compiler-sfc@3.3.0-alpha.12:
resolution: {integrity: sha512-JevlKXtRuvwl5iTgCyCxOVD9Bge9Ck4pnOY03V1Vikx+Smtf/QIqJI/XMK2aFxgoPXUBj3/ueqy9kz6yW2CgNQ==}
/@vue/compiler-sfc@3.3.0-beta.1:
resolution: {integrity: sha512-BanO3Lbgo75Mqbb9VSM/SS+Pw2U9CuGFV9fiwZ73JCOvpOtolY+q/1Rz7mHOnKZq7hoSe+8C5ktLZZfmNj6N9Q==}
dependencies:
'@babel/parser': 7.21.4
'@vue/compiler-core': 3.3.0-alpha.12
'@vue/compiler-dom': 3.3.0-alpha.12
'@vue/compiler-ssr': 3.3.0-alpha.12
'@vue/reactivity-transform': 3.3.0-alpha.12
'@vue/shared': 3.3.0-alpha.12
'@vue/compiler-core': 3.3.0-beta.1
'@vue/compiler-dom': 3.3.0-beta.1
'@vue/compiler-ssr': 3.3.0-beta.1
'@vue/reactivity-transform': 3.3.0-beta.1
'@vue/shared': 3.3.0-beta.1
estree-walker: 2.0.2
magic-string: 0.30.0
postcss: 8.4.23
@ -1515,30 +1520,30 @@ packages:
'@vue/compiler-dom': 3.2.47
'@vue/shared': 3.2.47
/@vue/compiler-ssr@3.3.0-alpha.12:
resolution: {integrity: sha512-PlitVo8v+rzQ9SxTqY+88N0kOEWbgsRj5oGrgxcACEJxt5oLvKm6eIJuFtwm4im/QtUk3SqMLTKRqTZ+CVywbg==}
/@vue/compiler-ssr@3.3.0-beta.1:
resolution: {integrity: sha512-/GjsTQd2MaKeogB53f9LNtni6qEPqSQ+jfOJD/YZqzGGsDgEakWXVFxmTfDXDjZFgXKuXUMfFWkMvlieHBftow==}
dependencies:
'@vue/compiler-dom': 3.3.0-alpha.12
'@vue/shared': 3.3.0-alpha.12
'@vue/compiler-dom': 3.3.0-beta.1
'@vue/shared': 3.3.0-beta.1
dev: true
/@vue/devtools-api@6.5.0:
resolution: {integrity: sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==}
dev: false
/@vue/eslint-config-prettier@7.1.0(eslint@8.38.0)(prettier@2.8.7):
/@vue/eslint-config-prettier@7.1.0(eslint@8.39.0)(prettier@2.8.7):
resolution: {integrity: sha512-Pv/lVr0bAzSIHLd9iz0KnvAr4GKyCEl+h52bc4e5yWuDVtLgFwycF7nrbWTAQAS+FU6q1geVd07lc6EWfJiWKQ==}
peerDependencies:
eslint: '>= 7.28.0'
prettier: '>= 2.0.0'
dependencies:
eslint: 8.38.0
eslint-config-prettier: 8.8.0(eslint@8.38.0)
eslint-plugin-prettier: 4.2.1(eslint-config-prettier@8.8.0)(eslint@8.38.0)(prettier@2.8.7)
eslint: 8.39.0
eslint-config-prettier: 8.8.0(eslint@8.39.0)
eslint-plugin-prettier: 4.2.1(eslint-config-prettier@8.8.0)(eslint@8.39.0)(prettier@2.8.7)
prettier: 2.8.7
dev: true
/@vue/eslint-config-typescript@11.0.2(eslint-plugin-vue@9.11.0)(eslint@8.38.0)(typescript@5.0.4):
/@vue/eslint-config-typescript@11.0.2(eslint-plugin-vue@9.11.0)(eslint@8.39.0)(typescript@5.0.4):
resolution: {integrity: sha512-EiKud1NqlWmSapBFkeSrE994qpKx7/27uCGnhdqzllYDpQZroyX/O6bwjEpeuyKamvLbsGdO6PMR2faIf+zFnw==}
engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies:
@ -1549,12 +1554,12 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/eslint-plugin': 5.59.0(@typescript-eslint/parser@5.59.0)(eslint@8.38.0)(typescript@5.0.4)
'@typescript-eslint/parser': 5.59.0(eslint@8.38.0)(typescript@5.0.4)
eslint: 8.38.0
eslint-plugin-vue: 9.11.0(eslint@8.38.0)
'@typescript-eslint/eslint-plugin': 5.59.0(@typescript-eslint/parser@5.59.0)(eslint@8.39.0)(typescript@5.0.4)
'@typescript-eslint/parser': 5.59.0(eslint@8.39.0)(typescript@5.0.4)
eslint: 8.39.0
eslint-plugin-vue: 9.11.0(eslint@8.39.0)
typescript: 5.0.4
vue-eslint-parser: 9.1.1(eslint@8.38.0)
vue-eslint-parser: 9.1.1(eslint@8.39.0)
transitivePeerDependencies:
- supports-color
dev: true
@ -1568,12 +1573,12 @@ packages:
estree-walker: 2.0.2
magic-string: 0.25.9
/@vue/reactivity-transform@3.3.0-alpha.12:
resolution: {integrity: sha512-t+vK8WOK8NXLpl6YBOpGh3sTx54j6G2NQsWjFFEv4BEMYtrPYTZswFRfT6eth8eY4X5jI5np/vHGUMCaUnf3BA==}
/@vue/reactivity-transform@3.3.0-beta.1:
resolution: {integrity: sha512-ooTP1oF4MnRzsfkYnqfykiUNvO+98Wd7fYLzU6sExV5sHtJ6EgHD5I0J1gjtZc2ktO3k7xwTTZdpCvjyrdRfDQ==}
dependencies:
'@babel/parser': 7.21.4
'@vue/compiler-core': 3.3.0-alpha.12
'@vue/shared': 3.3.0-alpha.12
'@vue/compiler-core': 3.3.0-beta.1
'@vue/shared': 3.3.0-beta.1
estree-walker: 2.0.2
magic-string: 0.30.0
dev: true
@ -1608,8 +1613,8 @@ packages:
/@vue/shared@3.2.47:
resolution: {integrity: sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ==}
/@vue/shared@3.3.0-alpha.12:
resolution: {integrity: sha512-5Kw7f53F+Vxl8F61fsrTg056mhhHchDmSK8fRdHlfuEuNz2EICi8ehaD+0A3PMo+Zd/S9OBhkOyG4oI6g+O9PA==}
/@vue/shared@3.3.0-beta.1:
resolution: {integrity: sha512-wTl8hAhxe3Y4sO1Z0aiRWjcHso4eNM+Esmj6bK5IjZYN1jh9wnuOnZqKhW9OKW6+fhZemVFTdM0lCcTaaeqxdg==}
dev: true
/@vue/test-utils@2.3.2(vue@3.2.47):
@ -1923,8 +1928,8 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
caniuse-lite: 1.0.30001480
electron-to-chromium: 1.4.368
caniuse-lite: 1.0.30001481
electron-to-chromium: 1.4.369
node-releases: 2.0.10
update-browserslist-db: 1.0.11(browserslist@4.21.5)
dev: true
@ -1963,8 +1968,8 @@ packages:
engines: {node: '>=10'}
dev: true
/caniuse-lite@1.0.30001480:
resolution: {integrity: sha512-q7cpoPPvZYgtyC4VaBSN0Bt+PJ4c4EYRf0DrduInOz2SkFpHD5p3LnvEpqBp7UnJn+8x1Ogl1s38saUxe+ihQQ==}
/caniuse-lite@1.0.30001481:
resolution: {integrity: sha512-KCqHwRnaa1InZBtqXzP98LPg0ajCVujMKjqKDhZEthIpAsJl/YEIa3YvXjGXPVqzZVguccuu7ga9KOE1J9rKPQ==}
dev: true
/chai@4.3.7:
@ -2480,8 +2485,8 @@ packages:
sigmund: 1.0.1
dev: true
/electron-to-chromium@1.4.368:
resolution: {integrity: sha512-e2aeCAixCj9M7nJxdB/wDjO6mbYX+lJJxSJCXDzlr5YPGYVofuJwGN9nKg2o6wWInjX6XmxRinn3AeJMK81ltw==}
/electron-to-chromium@1.4.369:
resolution: {integrity: sha512-LfxbHXdA/S+qyoTEA4EbhxGjrxx7WK2h6yb5K2v0UCOufUKX+VZaHbl3svlzZfv9sGseym/g3Ne4DpsgRULmqg==}
dev: true
/element-plus@2.3.3(vue@3.2.47):
@ -2597,16 +2602,16 @@ packages:
source-map: 0.6.1
dev: true
/eslint-config-prettier@8.8.0(eslint@8.38.0):
/eslint-config-prettier@8.8.0(eslint@8.39.0):
resolution: {integrity: sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==}
hasBin: true
peerDependencies:
eslint: '>=7.0.0'
dependencies:
eslint: 8.38.0
eslint: 8.39.0
dev: true
/eslint-plugin-prettier@4.2.1(eslint-config-prettier@8.8.0)(eslint@8.38.0)(prettier@2.8.7):
/eslint-plugin-prettier@4.2.1(eslint-config-prettier@8.8.0)(eslint@8.39.0)(prettier@2.8.7):
resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==}
engines: {node: '>=12.0.0'}
peerDependencies:
@ -2617,25 +2622,25 @@ packages:
eslint-config-prettier:
optional: true
dependencies:
eslint: 8.38.0
eslint-config-prettier: 8.8.0(eslint@8.38.0)
eslint: 8.39.0
eslint-config-prettier: 8.8.0(eslint@8.39.0)
prettier: 2.8.7
prettier-linter-helpers: 1.0.0
dev: true
/eslint-plugin-vue@9.11.0(eslint@8.38.0):
/eslint-plugin-vue@9.11.0(eslint@8.39.0):
resolution: {integrity: sha512-bBCJAZnkBV7ATH4Z1E7CvN3nmtS4H7QUU3UBxPdo8WohRU+yHjnQRALpTbxMVcz0e4Mx3IyxIdP5HYODMxK9cQ==}
engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@8.38.0)
eslint: 8.38.0
'@eslint-community/eslint-utils': 4.4.0(eslint@8.39.0)
eslint: 8.39.0
natural-compare: 1.4.0
nth-check: 2.1.1
postcss-selector-parser: 6.0.11
semver: 7.5.0
vue-eslint-parser: 9.1.1(eslint@8.38.0)
vue-eslint-parser: 9.1.1(eslint@8.39.0)
xml-name-validator: 4.0.0
transitivePeerDependencies:
- supports-color
@ -2662,15 +2667,15 @@ packages:
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
/eslint@8.38.0:
resolution: {integrity: sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg==}
/eslint@8.39.0:
resolution: {integrity: sha512-mwiok6cy7KTW7rBpo05k6+p4YVZByLNjAZ/ACB9DRCu4YDRwjXI01tWHp6KAUWelsBetTxKK/2sHB0vdS8Z2Og==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
hasBin: true
dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@8.38.0)
'@eslint-community/eslint-utils': 4.4.0(eslint@8.39.0)
'@eslint-community/regexpp': 4.5.0
'@eslint/eslintrc': 2.0.2
'@eslint/js': 8.38.0
'@eslint/js': 8.39.0
'@humanwhocodes/config-array': 0.11.8
'@humanwhocodes/module-importer': 1.0.1
'@nodelib/fs.walk': 1.2.8
@ -3413,9 +3418,9 @@ packages:
nopt: 6.0.0
dev: true
/js-cookie@3.0.1:
resolution: {integrity: sha512-+0rgsUXZu4ncpPxRL+lNEptWMOWl9etvPHc/koSRp6MPwpRYAhmk0dUG00J4bxVV3r9uUzfo24wW0knS07SKSw==}
engines: {node: '>=12'}
/js-cookie@3.0.4:
resolution: {integrity: sha512-tlu5VGqPFMP5eBefnmszCFZkPXG2n527NRN9XdNtN6FZ5n/0e98TdDm8BOz290OIIsxtXb9XTJjfqE6gVhOHQw==}
engines: {node: '>=14', npm: '>=9.5.0'}
dev: false
/js-sdsl@4.4.0:
@ -3821,9 +3826,9 @@ packages:
brace-expansion: 2.0.1
dev: true
/minimatch@6.2.0:
resolution: {integrity: sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==}
engines: {node: '>=10'}
/minimatch@9.0.0:
resolution: {integrity: sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==}
engines: {node: '>=16 || 14 >=14.17'}
dependencies:
brace-expansion: 2.0.1
dev: true
@ -4148,8 +4153,8 @@ packages:
hasBin: true
dev: true
/pinia@2.0.34(typescript@5.0.4)(vue@3.2.47):
resolution: {integrity: sha512-cgOoGUiyqX0SSgX8XelK9+Ri4XA2/YyNtgjogwfzIx1g7iZTaZPxm7/bZYMCLU2qHRiHhxG7SuQO0eBacFNc2Q==}
/pinia@2.0.35(typescript@5.0.4)(vue@3.2.47):
resolution: {integrity: sha512-P1IKKQWhxGXiiZ3atOaNI75bYlFUbRxtJdhPLX059Z7+b9Z04rnTZdSY8Aph1LA+/4QEMAYHsTQ638Wfe+6K5g==}
peerDependencies:
'@vue/composition-api': ^1.4.0
typescript: '>=4.4.4'
@ -4398,8 +4403,8 @@ packages:
glob: 7.2.3
dev: true
/rollup@3.20.6:
resolution: {integrity: sha512-2yEB3nQXp/tBQDN0hJScJQheXdvU2wFhh6ld7K/aiZ1vYcak6N/BKjY1QrU6BvO2JWYS8bEs14FRaxXosxy2zw==}
/rollup@3.20.7:
resolution: {integrity: sha512-P7E2zezKSLhWnTz46XxjSmInrbOCiul1yf+kJccMxT56vxjHwCbDfoLbiqFgu+WQoo9ij2PkraYaBstgB2prBA==}
engines: {node: '>=14.18.0', npm: '>=8.0.0'}
hasBin: true
optionalDependencies:
@ -4991,7 +4996,7 @@ packages:
engines: {node: '>= 10.0.0'}
dev: true
/unocss@0.51.5(postcss@8.4.23)(vite@4.3.0):
/unocss@0.51.5(postcss@8.4.23)(vite@4.3.1):
resolution: {integrity: sha512-stHCKGlkGAaKdjr18lAysEy+Zjk02nBIwHSg5IzQ9AaHQNRuBpcIeDZelW3+AKwaxDjH6FHasfE/SDJ09wZdGA==}
engines: {node: '>=14'}
peerDependencies:
@ -5000,7 +5005,7 @@ packages:
'@unocss/webpack':
optional: true
dependencies:
'@unocss/astro': 0.51.5(vite@4.3.0)
'@unocss/astro': 0.51.5(vite@4.3.1)
'@unocss/cli': 0.51.5
'@unocss/core': 0.51.5
'@unocss/extractor-arbitrary-variants': 0.51.5
@ -5019,7 +5024,7 @@ packages:
'@unocss/transformer-compile-class': 0.51.5
'@unocss/transformer-directives': 0.51.5
'@unocss/transformer-variant-group': 0.51.5
'@unocss/vite': 0.51.5(vite@4.3.0)
'@unocss/vite': 0.51.5(vite@4.3.1)
transitivePeerDependencies:
- postcss
- rollup
@ -5099,7 +5104,7 @@ packages:
engines: {node: '>= 0.8'}
dev: true
/vite-node@0.30.1(@types/node@18.15.12)(sass@1.62.0)(terser@5.17.1):
/vite-node@0.30.1(@types/node@18.15.13)(sass@1.62.0)(terser@5.17.1):
resolution: {integrity: sha512-vTikpU/J7e6LU/8iM3dzBo8ZhEiKZEKRznEMm+mJh95XhWaPrJQraT/QsT2NWmuEf+zgAoMe64PKT7hfZ1Njmg==}
engines: {node: '>=v14.18.0'}
hasBin: true
@ -5109,7 +5114,7 @@ packages:
mlly: 1.2.0
pathe: 1.1.0
picocolors: 1.0.0
vite: 4.3.0(@types/node@18.15.12)(sass@1.62.0)(terser@5.17.1)
vite: 4.3.1(@types/node@18.15.13)(sass@1.62.0)(terser@5.17.1)
transitivePeerDependencies:
- '@types/node'
- less
@ -5120,7 +5125,7 @@ packages:
- terser
dev: true
/vite-plugin-svg-icons@2.0.1(vite@4.3.0):
/vite-plugin-svg-icons@2.0.1(vite@4.3.1):
resolution: {integrity: sha512-6ktD+DhV6Rz3VtedYvBKKVA2eXF+sAQVaKkKLDSqGUfnhqXl3bj5PPkVTl3VexfTuZy66PmINi8Q6eFnVfRUmA==}
peerDependencies:
vite: '>=2.0.0'
@ -5133,7 +5138,7 @@ packages:
pathe: 0.2.0
svg-baker: 1.7.0
svgo: 2.8.0
vite: 4.3.0(@types/node@18.15.12)(sass@1.62.0)(terser@5.17.1)
vite: 4.3.1(@types/node@18.15.13)(sass@1.62.0)(terser@5.17.1)
transitivePeerDependencies:
- supports-color
dev: true
@ -5145,8 +5150,8 @@ packages:
svgo: 3.0.2
dev: true
/vite@4.3.0(@types/node@18.15.12)(sass@1.62.0)(terser@5.17.1):
resolution: {integrity: sha512-JTGFgDh3dVxeGBpuQX04Up+JZmuG6wu9414Ei36vQzaEruY/M4K0AgwtuB2b4HaBgB7R8l+LHxjB0jcgz4d2qQ==}
/vite@4.3.1(@types/node@18.15.13)(sass@1.62.0)(terser@5.17.1):
resolution: {integrity: sha512-EPmfPLAI79Z/RofuMvkIS0Yr091T2ReUoXQqc5ppBX/sjFRhHKiPPF/R46cTdoci/XgeQpB23diiJxq5w30vdg==}
engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true
peerDependencies:
@ -5170,10 +5175,10 @@ packages:
terser:
optional: true
dependencies:
'@types/node': 18.15.12
'@types/node': 18.15.13
esbuild: 0.17.17
postcss: 8.4.23
rollup: 3.20.6
rollup: 3.20.7
sass: 1.62.0
terser: 5.17.1
optionalDependencies:
@ -5213,7 +5218,7 @@ packages:
dependencies:
'@types/chai': 4.3.4
'@types/chai-subset': 1.3.3
'@types/node': 18.15.12
'@types/node': 18.15.13
'@vitest/expect': 0.30.1
'@vitest/runner': 0.30.1
'@vitest/snapshot': 0.30.1
@ -5235,8 +5240,8 @@ packages:
strip-literal: 1.0.1
tinybench: 2.4.0
tinypool: 0.4.0
vite: 4.3.0(@types/node@18.15.12)(sass@1.62.0)(terser@5.17.1)
vite-node: 0.30.1(@types/node@18.15.12)(sass@1.62.0)(terser@5.17.1)
vite: 4.3.1(@types/node@18.15.13)(sass@1.62.0)(terser@5.17.1)
vite-node: 0.30.1(@types/node@18.15.13)(sass@1.62.0)(terser@5.17.1)
why-is-node-running: 2.2.2
transitivePeerDependencies:
- less
@ -5262,14 +5267,14 @@ packages:
vue: 3.2.47
dev: false
/vue-eslint-parser@9.1.1(eslint@8.38.0):
/vue-eslint-parser@9.1.1(eslint@8.39.0):
resolution: {integrity: sha512-C2aI/r85Q6tYcz4dpgvrs4wH/MqVrRAVIdpYedrxnATDHHkb+TroeRcDpKWGZCx/OcECMWfz7tVwQ8e+Opy6rA==}
engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '>=6.0.0'
dependencies:
debug: 4.3.4
eslint: 8.38.0
eslint: 8.39.0
eslint-scope: 7.2.0
eslint-visitor-keys: 3.4.0
espree: 9.5.1
@ -5296,14 +5301,15 @@ packages:
he: 1.2.0
dev: true
/vue-tsc@1.2.0(typescript@5.0.4):
resolution: {integrity: sha512-rIlzqdrhyPYyLG9zxsVRa+JEseeS9s8F2BbVVVWRRsTZvJO2BbhLEb2HW3MY+DFma0378tnIqs+vfTzbcQtRFw==}
/vue-tsc@1.4.2(typescript@5.0.4):
resolution: {integrity: sha512-8VFjVekJuFtFG+N4rEimoR0OvNubhoTIMl2dlvbpyAD40LVPR1PN2SUc2qZPnWGGRsXZAVmFgiBHX0RB20HGyA==}
hasBin: true
peerDependencies:
typescript: '*'
dependencies:
'@volar/vue-language-core': 1.2.0
'@volar/vue-typescript': 1.2.0
'@volar/vue-language-core': 1.4.2
'@volar/vue-typescript': 1.4.2(typescript@5.0.4)
semver: 7.5.0
typescript: 5.0.4
dev: true
@ -5316,16 +5322,16 @@ packages:
'@vue/server-renderer': 3.2.47(vue@3.2.47)
'@vue/shared': 3.2.47
/vxe-table-plugin-element@3.0.6(vxe-table@4.3.11):
/vxe-table-plugin-element@3.0.6(vxe-table@4.3.12):
resolution: {integrity: sha512-V0SQ2TGXmooDbHTiRSJHSHnFFBatp7fFP4vEDNPHQlGDgypo2stOJ8KXKENQznZxpNWKkmxSBNFZaMFEr+ycEQ==}
peerDependencies:
vxe-table: ^4.2.0
dependencies:
vxe-table: 4.3.11(vue@3.2.47)(xe-utils@3.5.7)
vxe-table: 4.3.12(vue@3.2.47)(xe-utils@3.5.7)
dev: false
/vxe-table@4.3.11(vue@3.2.47)(xe-utils@3.5.7):
resolution: {integrity: sha512-n2OXuUaKurVxxhRz0b1DojLdvtYwKkidRAqI9oGDw2IQ0y2IPs2Oq+lX2V6ar3glFdjjkS3BqnDBAk0elt6e0Q==}
/vxe-table@4.3.12(vue@3.2.47)(xe-utils@3.5.7):
resolution: {integrity: sha512-JYSlJH1Ht2u2eHRTzHH5S9q+4I4ogiC/gx6VXEpUH2uZZkOECBOWGOOgDhBmL9CdxH6ip7zK1Y+sIZFd61ByRQ==}
peerDependencies:
vue: ^3.2.28
xe-utils: ^3.5.0