diff --git a/.env b/.env
index b87d64ec7..8b79cb391 100644
--- a/.env
+++ b/.env
@@ -8,3 +8,5 @@ VITE_APP_DESC=SoybeanAdmin是一个中后台管理系统模版
# 权限路由模式: static | dynamic
VITE_AUTH_ROUTE_MODE=dynamic
+
+VITE_VISUALIZER=false
diff --git a/.env.development b/.env.development
index 7573eebcc..705528efe 100644
--- a/.env.development
+++ b/.env.development
@@ -1,3 +1 @@
VITE_HTTP_PROXY=true
-
-VITE_VISUALIZER=false
diff --git a/.env.production b/.env.production
index e69de29bb..8b1378917 100644
--- a/.env.production
+++ b/.env.production
@@ -0,0 +1 @@
+
diff --git a/package.json b/package.json
index 007830b40..d64a7c25a 100644
--- a/package.json
+++ b/package.json
@@ -28,12 +28,12 @@
"dependencies": {
"@antv/g2plot": "^2.4.15",
"@better-scroll/core": "^2.4.2",
- "@vueuse/core": "^8.2.5",
+ "@vueuse/core": "^8.2.6",
"axios": "^0.26.1",
"clipboard": "^2.0.10",
"colord": "^2.9.2",
"crypto-js": "^4.1.1",
- "dayjs": "^1.11.0",
+ "dayjs": "^1.11.1",
"form-data": "^4.0.0",
"lodash-es": "^4.17.21",
"naive-ui": "^2.28.0",
@@ -42,10 +42,10 @@
"qs": "^6.10.3",
"soybean-admin-layout": "^1.0.4",
"soybean-admin-tab": "^1.2.3",
- "swiper": "^8.1.0",
+ "swiper": "^8.1.1",
"ua-parser-js": "^1.0.2",
"vditor": "^3.8.13",
- "vue": "3.2.32",
+ "vue": "3.2.33",
"vue-router": "^4.0.14",
"wangeditor": "^4.7.15",
"xgplayer": "^2.31.6"
@@ -54,11 +54,11 @@
"@amap/amap-jsapi-types": "^0.0.8",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
- "@iconify/json": "^2.1.28",
+ "@iconify/json": "^2.1.29",
"@iconify/vue": "^3.2.1",
"@types/bmapgl": "^0.0.5",
"@types/crypto-js": "^4.1.1",
- "@types/node": "^17.0.23",
+ "@types/node": "^17.0.24",
"@types/qs": "^6.9.7",
"@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/eslint-plugin": "^5.19.0",
@@ -78,7 +78,7 @@
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.6.0",
"husky": "^7.0.4",
- "lint-staged": "^12.3.7",
+ "lint-staged": "^12.3.8",
"mockjs": "^1.1.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
@@ -87,14 +87,14 @@
"sass": "^1.50.0",
"typescript": "^4.6.3",
"unplugin-icons": "^0.14.1",
- "unplugin-vue-components": "~0.18.5",
- "vite": "^2.9.2",
+ "unplugin-vue-components": "0.18.5",
+ "vite": "^2.9.5",
"vite-plugin-html": "^3.2.0",
"vite-plugin-html-template": "^1.1.2",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-windicss": "^1.8.4",
- "vue-tsc": "^0.34.6",
- "vueuc": "^0.4.28",
+ "vue-tsc": "^0.34.7",
+ "vueuc": "^0.4.29",
"windicss": "^3.5.1"
}
}
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 25e0118ba..03c7b0d3d 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -6,11 +6,11 @@ specifiers:
'@better-scroll/core': ^2.4.2
'@commitlint/cli': ^16.2.3
'@commitlint/config-conventional': ^16.2.1
- '@iconify/json': ^2.1.28
+ '@iconify/json': ^2.1.29
'@iconify/vue': ^3.2.1
'@types/bmapgl': ^0.0.5
'@types/crypto-js': ^4.1.1
- '@types/node': ^17.0.23
+ '@types/node': ^17.0.24
'@types/qs': ^6.9.7
'@types/ua-parser-js': ^0.7.36
'@typescript-eslint/eslint-plugin': ^5.19.0
@@ -19,7 +19,7 @@ specifiers:
'@vue/eslint-config-prettier': ^7.0.0
'@vue/eslint-config-typescript': ^10.0.0
'@vue/tsconfig': ^0.1.3
- '@vueuse/core': ^8.2.5
+ '@vueuse/core': ^8.2.6
axios: ^0.26.1
clipboard: ^2.0.10
colord: ^2.9.2
@@ -28,7 +28,7 @@ specifiers:
crypto-js: ^4.1.1
cz-conventional-changelog: ^3.3.0
cz-customizable: ^6.3.0
- dayjs: ^1.11.0
+ dayjs: ^1.11.1
eslint: ^8.13.0
eslint-config-airbnb-base: ^15.0.0
eslint-config-prettier: ^8.5.0
@@ -37,7 +37,7 @@ specifiers:
eslint-plugin-vue: ^8.6.0
form-data: ^4.0.0
husky: ^7.0.4
- lint-staged: ^12.3.7
+ lint-staged: ^12.3.8
lodash-es: ^4.17.21
mockjs: ^1.1.0
naive-ui: ^2.28.0
@@ -51,21 +51,21 @@ specifiers:
sass: ^1.50.0
soybean-admin-layout: ^1.0.4
soybean-admin-tab: ^1.2.3
- swiper: ^8.1.0
+ swiper: ^8.1.1
typescript: ^4.6.3
ua-parser-js: ^1.0.2
unplugin-icons: ^0.14.1
unplugin-vue-components: 0.18.5
vditor: ^3.8.13
- vite: ^2.9.2
+ vite: ^2.9.5
vite-plugin-html: ^3.2.0
vite-plugin-html-template: ^1.1.2
vite-plugin-mock: ^2.9.6
vite-plugin-windicss: ^1.8.4
- vue: 3.2.32
+ vue: 3.2.33
vue-router: ^4.0.14
- vue-tsc: ^0.34.6
- vueuc: ^0.4.28
+ vue-tsc: ^0.34.7
+ vueuc: ^0.4.29
wangeditor: ^4.7.15
windicss: ^3.5.1
xgplayer: ^2.31.6
@@ -73,25 +73,25 @@ specifiers:
dependencies:
'@antv/g2plot': 2.4.15
'@better-scroll/core': registry.nlark.com/@better-scroll/core/2.4.2
- '@vueuse/core': 8.2.5_vue@3.2.32
+ '@vueuse/core': 8.2.6_vue@3.2.33
axios: 0.26.1
clipboard: 2.0.10
colord: 2.9.2
crypto-js: 4.1.1
- dayjs: 1.11.0
+ dayjs: 1.11.1
form-data: registry.nlark.com/form-data/4.0.0
lodash-es: 4.17.21
- naive-ui: 2.28.0_vue@3.2.32
- pinia: 2.0.13_typescript@4.6.3+vue@3.2.32
+ naive-ui: 2.28.0_vue@3.2.33
+ pinia: 2.0.13_typescript@4.6.3+vue@3.2.33
print-js: 1.6.0
qs: 6.10.3
- soybean-admin-layout: 1.0.4_vue@3.2.32
- soybean-admin-tab: 1.2.3_vue@3.2.32
- swiper: 8.1.0
+ soybean-admin-layout: 1.0.4_vue@3.2.33
+ soybean-admin-tab: 1.2.3_vue@3.2.33
+ swiper: 8.1.1
ua-parser-js: 1.0.2
vditor: 3.8.13
- vue: 3.2.32
- vue-router: 4.0.14_vue@3.2.32
+ vue: 3.2.33
+ vue-router: 4.0.14_vue@3.2.33
wangeditor: 4.7.15
xgplayer: 2.31.6
@@ -99,19 +99,19 @@ devDependencies:
'@amap/amap-jsapi-types': 0.0.8
'@commitlint/cli': 16.2.3
'@commitlint/config-conventional': 16.2.1
- '@iconify/json': 2.1.28
- '@iconify/vue': 3.2.1_vue@3.2.32
+ '@iconify/json': 2.1.29
+ '@iconify/vue': 3.2.1_vue@3.2.33
'@types/bmapgl': 0.0.5
'@types/crypto-js': 4.1.1
- '@types/node': 17.0.23
+ '@types/node': 17.0.24
'@types/qs': 6.9.7
'@types/ua-parser-js': 0.7.36
'@typescript-eslint/eslint-plugin': 5.19.0_f34adc8488d2e4f014fe61432d70cbf2
'@typescript-eslint/parser': 5.19.0_eslint@8.13.0+typescript@4.6.3
- '@vitejs/plugin-vue': 2.3.1_vite@2.9.2+vue@3.2.32
+ '@vitejs/plugin-vue': 2.3.1_vite@2.9.5+vue@3.2.33
'@vue/eslint-config-prettier': 7.0.0_eslint@8.13.0+prettier@2.6.2
'@vue/eslint-config-typescript': 10.0.0_a62cbc2f4797496d74696b1f6538012a
- '@vue/tsconfig': 0.1.3_@types+node@17.0.23
+ '@vue/tsconfig': 0.1.3_@types+node@17.0.24
commitizen: 4.2.4
cross-env: registry.nlark.com/cross-env/7.0.3
cz-conventional-changelog: registry.nlark.com/cz-conventional-changelog/3.3.0
@@ -123,7 +123,7 @@ devDependencies:
eslint-plugin-prettier: 4.0.0_1815ac95b7fb26c13c7d48a8eef62d0f
eslint-plugin-vue: 8.6.0_eslint@8.13.0
husky: 7.0.4
- lint-staged: 12.3.7
+ lint-staged: 12.3.8
mockjs: 1.1.0
patch-package: registry.nlark.com/patch-package/6.4.7
postinstall-postinstall: 2.1.0
@@ -131,15 +131,15 @@ devDependencies:
rollup-plugin-visualizer: 5.6.0
sass: 1.50.0
typescript: 4.6.3
- unplugin-icons: 0.14.1_vite@2.9.2
- unplugin-vue-components: 0.18.5_vite@2.9.2+vue@3.2.32
- vite: 2.9.2_sass@1.50.0
- vite-plugin-html: 3.2.0_vite@2.9.2
+ unplugin-icons: 0.14.1_vite@2.9.5
+ unplugin-vue-components: 0.18.5_vite@2.9.5+vue@3.2.33
+ vite: 2.9.5_sass@1.50.0
+ vite-plugin-html: 3.2.0_vite@2.9.5
vite-plugin-html-template: 1.1.2
- vite-plugin-mock: 2.9.6_mockjs@1.1.0+vite@2.9.2
- vite-plugin-windicss: 1.8.4_vite@2.9.2
- vue-tsc: 0.34.6_typescript@4.6.3
- vueuc: 0.4.28_vue@3.2.32
+ vite-plugin-mock: 2.9.6_mockjs@1.1.0+vite@2.9.5
+ vite-plugin-windicss: 1.8.4_vite@2.9.5
+ vue-tsc: 0.34.7_typescript@4.6.3
+ vueuc: 0.4.29_vue@3.2.33
windicss: 3.5.1
packages:
@@ -472,10 +472,10 @@ packages:
'@commitlint/execute-rule': 16.2.1
'@commitlint/resolve-extends': 16.2.1
'@commitlint/types': 16.2.1
- '@types/node': 17.0.23
+ '@types/node': 17.0.24
chalk: 4.1.2
cosmiconfig: 7.0.1
- cosmiconfig-typescript-loader: 1.0.2_ee885bc7281b682b6adbed6ae09ee090
+ cosmiconfig-typescript-loader: 1.0.2_17a82b5ac88a5de7094eac76b4edda13
lodash: 4.17.21
resolve-from: 5.0.0
typescript: 4.6.3
@@ -570,20 +570,12 @@ packages:
css-render: 0.15.9
dev: false
- /@css-render/vue3-ssr/0.15.8_vue@3.2.32:
- resolution: {integrity: sha512-zPFyOH47hEcyRgoIjNEwzYqZEq/LEXPafDXY/9EMpvgCmsPhW1bpC3w8YwAISaP519QesJ/8aNDL/xWKpwXBvQ==}
- peerDependencies:
- vue: ^3.0.11
- dependencies:
- vue: 3.2.32
-
- /@css-render/vue3-ssr/0.15.9_vue@3.2.32:
+ /@css-render/vue3-ssr/0.15.9_vue@3.2.33:
resolution: {integrity: sha512-b3wvEIZYjToOEAV/oUqVtcg+MPF/iSZB9VmVF7fMAAAfvVTc2kB4TZDhGZCMkGjGZxOUm1jia7q/Z9FJnJGLKw==}
peerDependencies:
vue: ^3.0.11
dependencies:
- vue: 3.2.32
- dev: false
+ vue: 3.2.33
/@emotion/hash/0.8.0:
resolution: {integrity: sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==}
@@ -620,8 +612,8 @@ packages:
resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==}
dev: true
- /@iconify/json/2.1.28:
- resolution: {integrity: sha512-6n2SkdiW0DUpGpfq3nKM7V6nlmeLJAz4V3X/lrFOyyVu0cDVOHmtXe4A0/Ur/75NtTDMBtH17jODWHOKmsDz/Q==}
+ /@iconify/json/2.1.29:
+ resolution: {integrity: sha512-xJe97HzJDyq39VK8DgEPGApTlRMmwwa0zinbkV/Yn5M7x6DEFmjW/JdYvLmBYtT2T4l8wNXvuqyrY8vTvNc1EA==}
dependencies:
'@iconify/types': 1.1.0
pathe: 0.2.0
@@ -644,12 +636,12 @@ packages:
- supports-color
dev: true
- /@iconify/vue/3.2.1_vue@3.2.32:
+ /@iconify/vue/3.2.1_vue@3.2.33:
resolution: {integrity: sha512-c4R6ZgFo1JrJ8aPMMgOPgfU7lBswihMGR+yWe/P4ZukC3kTkeT4+lkt9Pc/itVFMkwva/S/7u9YofmYv57fnNQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npm.taobao.org/@iconify/vue/-/vue-3.2.1.tgz}
peerDependencies:
vue: 3.x
dependencies:
- vue: 3.2.32
+ vue: 3.2.33
dev: true
/@jest/types/27.4.2:
@@ -658,7 +650,7 @@ packages:
dependencies:
'@types/istanbul-lib-coverage': 2.0.4
'@types/istanbul-reports': 3.0.1
- '@types/node': 17.0.23
+ '@types/node': 17.0.24
'@types/yargs': 16.0.4
chalk: 4.1.2
@@ -795,9 +787,10 @@ packages:
/@types/node/14.14.45:
resolution: {integrity: sha512-DssMqTV9UnnoxDWu959sDLZzfvqCF0qDNRjaWeYSui9xkFe61kKo4l1TWNTQONpuXEm+gLMRvdlzvNHBamzmEw==}
+ dev: false
- /@types/node/17.0.23:
- resolution: {integrity: sha512-UxDxWn7dl97rKVeVS61vErvw086aCYhDLyvRQZ5Rk65rZKepaFdm53GeqXaKBuOhED4e9uWq34IC3TdSdJJ2Gw==}
+ /@types/node/17.0.24:
+ resolution: {integrity: sha512-aveCYRQbgTH9Pssp1voEP7HiuWlD2jW2BO56w+bVrJn04i61yh6mRfoKO6hEYQD9vF+W8Chkwc6j1M36uPkx4g==}
/@types/normalize-package-data/2.4.1:
resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==}
@@ -814,7 +807,7 @@ packages:
/@types/resolve/1.17.1:
resolution: {integrity: sha1-Ov1q2JZ8d+Q3bFmKgt3Vj0bsRdY=, registry: http://registry.npm.taobao.org/, tarball: http://registry.npm.taobao.org/@types/resolve/download/@types/resolve-1.17.1.tgz}
dependencies:
- '@types/node': 17.0.23
+ '@types/node': 17.0.24
dev: true
/@types/ua-parser-js/0.7.36:
@@ -955,80 +948,80 @@ packages:
eslint-visitor-keys: 3.3.0
dev: true
- /@vitejs/plugin-vue/2.3.1_vite@2.9.2+vue@3.2.32:
+ /@vitejs/plugin-vue/2.3.1_vite@2.9.5+vue@3.2.33:
resolution: {integrity: sha512-YNzBt8+jt6bSwpt7LP890U1UcTOIZZxfpE5WOJ638PNxSEKOqAi0+FSKS0nVeukfdZ0Ai/H7AFd6k3hayfGZqQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npm.taobao.org/@vitejs/plugin-vue/-/plugin-vue-2.3.1.tgz}
engines: {node: '>=12.0.0'}
peerDependencies:
vite: ^2.5.10
vue: ^3.2.25
dependencies:
- vite: 2.9.2_sass@1.50.0
- vue: 3.2.32
+ vite: 2.9.5_sass@1.50.0
+ vue: 3.2.33
dev: true
- /@volar/code-gen/0.34.6:
- resolution: {integrity: sha512-sFgiaN3F+Sy93uVDtnZxfhEdy15ERSZ9qHY9wny4oQHztxS0pscrIGOQcvSoaK3pcyR8xGTouXkNf0BsOUwuXA==}
+ /@volar/code-gen/0.34.7:
+ resolution: {integrity: sha512-E1N1VGlChXd0D7WPmmjKhtcZdUKNpBFC4BRqfY+7FZGh89FZlw3uG6Nn76/DjMBLVhfCIY9vA8pwWIN1lI8nYw==}
dependencies:
- '@volar/source-map': 0.34.6
+ '@volar/source-map': 0.34.7
dev: true
- /@volar/source-map/0.34.6:
- resolution: {integrity: sha512-TIAxtvFIANh0PfQFY7dT/f2MIvpNRzJ7xrvlqwl1oYt7sa8AIposBFGS873s4avOuz15AoubKU7uZnVLYJ5AWg==}
+ /@volar/source-map/0.34.7:
+ resolution: {integrity: sha512-KBNcKCWKsY2f965xuuT4dSbt8GR6nHMzb9gi7ucUHtmRQnvrB31BLBvZNQTHMqkbhRmKArDSuIrbUUG9yu0OXQ==}
dev: true
- /@volar/vue-code-gen/0.34.6:
- resolution: {integrity: sha512-0wh5fhQsxY6GL/zrxabjY+lAsFsaUNWDl+45iVeuczGP9sU07lpHoCwHBHBqCK8kxbvAJZaa3Me66apoq5BEvw==}
+ /@volar/vue-code-gen/0.34.7:
+ resolution: {integrity: sha512-vejzO30QrDAEZKguZI8hlAnKhwNoX1INXrOMurlmwCbNft2oEloT+ikFF8QYDz3vWWrdFSsoOKp3BTHyurJ5Nw==}
dependencies:
- '@volar/code-gen': 0.34.6
- '@volar/source-map': 0.34.6
- '@vue/compiler-core': 3.2.32
- '@vue/compiler-dom': 3.2.32
- '@vue/shared': 3.2.32
+ '@volar/code-gen': 0.34.7
+ '@volar/source-map': 0.34.7
+ '@vue/compiler-core': 3.2.33
+ '@vue/compiler-dom': 3.2.33
+ '@vue/shared': 3.2.33
dev: true
- /@volar/vue-typescript/0.34.6:
- resolution: {integrity: sha512-vKEYnDw9BhIMR6+Rp1Ue/8TpBjYNm4+3fIom4wMxFDlEOCku7fsF169QgZuDDvyPrFlurT878qjKYf88cYFCgA==}
+ /@volar/vue-typescript/0.34.7:
+ resolution: {integrity: sha512-Ebln64LQutjuNs8nk57oFo45JMQVdZKThkNAeFrzaqB0UItazRQpSXet4vHzfV18FMCV3Cc6fEqZ14WZzQAxgQ==}
dependencies:
- '@volar/code-gen': 0.34.6
- '@volar/source-map': 0.34.6
- '@volar/vue-code-gen': 0.34.6
- '@vue/compiler-sfc': 3.2.32
+ '@volar/code-gen': 0.34.7
+ '@volar/source-map': 0.34.7
+ '@volar/vue-code-gen': 0.34.7
+ '@vue/compiler-sfc': 3.2.33
'@vue/reactivity': 3.2.32
dev: true
- /@vue/compiler-core/3.2.32:
- resolution: {integrity: sha512-bRQ8Rkpm/aYFElDWtKkTPHeLnX5pEkNxhPUcqu5crEJIilZH0yeFu/qUAcV4VfSE2AudNPkQSOwMZofhnuutmA==}
+ /@vue/compiler-core/3.2.33:
+ resolution: {integrity: sha512-AAmr52ji3Zhk7IKIuigX2osWWsb2nQE5xsdFYjdnmtQ4gymmqXbjLvkSE174+fF3A3kstYrTgGkqgOEbsdLDpw==}
dependencies:
'@babel/parser': 7.16.7
- '@vue/shared': 3.2.32
+ '@vue/shared': 3.2.33
estree-walker: 2.0.2
source-map: 0.6.1
- /@vue/compiler-dom/3.2.32:
- resolution: {integrity: sha512-maa3PNB/NxR17h2hDQfcmS02o1f9r9QIpN1y6fe8tWPrS1E4+q8MqrvDDQNhYVPd84rc3ybtyumrgm9D5Rf/kg==}
+ /@vue/compiler-dom/3.2.33:
+ resolution: {integrity: sha512-GhiG1C8X98Xz9QUX/RlA6/kgPBWJkjq0Rq6//5XTAGSYrTMBgcLpP9+CnlUg1TFxnnCVughAG+KZl28XJqw8uQ==}
dependencies:
- '@vue/compiler-core': 3.2.32
- '@vue/shared': 3.2.32
+ '@vue/compiler-core': 3.2.33
+ '@vue/shared': 3.2.33
- /@vue/compiler-sfc/3.2.32:
- resolution: {integrity: sha512-uO6+Gh3AVdWm72lRRCjMr8nMOEqc6ezT9lWs5dPzh1E9TNaJkMYPaRtdY9flUv/fyVQotkfjY/ponjfR+trPSg==}
+ /@vue/compiler-sfc/3.2.33:
+ resolution: {integrity: sha512-H8D0WqagCr295pQjUYyO8P3IejM3vEzeCO1apzByAEaAR/WimhMYczHfZVvlCE/9yBaEu/eu9RdiWr0kF8b71Q==}
dependencies:
'@babel/parser': 7.16.7
- '@vue/compiler-core': 3.2.32
- '@vue/compiler-dom': 3.2.32
- '@vue/compiler-ssr': 3.2.32
- '@vue/reactivity-transform': 3.2.32
- '@vue/shared': 3.2.32
+ '@vue/compiler-core': 3.2.33
+ '@vue/compiler-dom': 3.2.33
+ '@vue/compiler-ssr': 3.2.33
+ '@vue/reactivity-transform': 3.2.33
+ '@vue/shared': 3.2.33
estree-walker: 2.0.2
magic-string: 0.25.7
postcss: 8.4.12
source-map: 0.6.1
- /@vue/compiler-ssr/3.2.32:
- resolution: {integrity: sha512-ZklVUF/SgTx6yrDUkaTaBL/JMVOtSocP+z5Xz/qIqqLdW/hWL90P+ob/jOQ0Xc/om57892Q7sRSrex0wujOL2Q==}
+ /@vue/compiler-ssr/3.2.33:
+ resolution: {integrity: sha512-XQh1Xdk3VquDpXsnoCd7JnMoWec9CfAzQDQsaMcSU79OrrO2PNR0ErlIjm/mGq3GmBfkQjzZACV+7GhfRB8xMQ==}
dependencies:
- '@vue/compiler-dom': 3.2.32
- '@vue/shared': 3.2.32
+ '@vue/compiler-dom': 3.2.33
+ '@vue/shared': 3.2.33
/@vue/devtools-api/6.0.12:
resolution: {integrity: sha512-iO/4FIezHKXhiDBdKySCvJVh8/mZPxHpiQrTy+PXVqJZgpTPTdHy4q8GXulaY+UKEagdkBb0onxNQZ0LNiqVhw==}
@@ -1067,12 +1060,12 @@ packages:
- typescript
dev: true
- /@vue/reactivity-transform/3.2.32:
- resolution: {integrity: sha512-CW1W9zaJtE275tZSWIfQKiPG0iHpdtSlmTqYBu7Y62qvtMgKG5yOxtvBs4RlrZHlaqFSE26avLAgQiTp4YHozw==}
+ /@vue/reactivity-transform/3.2.33:
+ resolution: {integrity: sha512-4UL5KOIvSQb254aqenW4q34qMXbfZcmEsV/yVidLUgvwYQQ/D21bGX3DlgPUGI3c4C+iOnNmDCkIxkILoX/Pyw==}
dependencies:
'@babel/parser': 7.16.7
- '@vue/compiler-core': 3.2.32
- '@vue/shared': 3.2.32
+ '@vue/compiler-core': 3.2.33
+ '@vue/shared': 3.2.33
estree-walker: 2.0.2
magic-string: 0.25.7
@@ -1080,36 +1073,47 @@ packages:
resolution: {integrity: sha512-4zaDumuyDqkuhbb63hRd+YHFGopW7srFIWesLUQ2su/rJfWrSq3YUvoKAJE8Eu1EhZ2Q4c1NuwnEreKj1FkDxA==}
dependencies:
'@vue/shared': 3.2.32
+ dev: true
- /@vue/runtime-core/3.2.32:
- resolution: {integrity: sha512-uKKzK6LaCnbCJ7rcHvsK0azHLGpqs+Vi9B28CV1mfWVq1F3Bj8Okk3cX+5DtD06aUh4V2bYhS2UjjWiUUKUF0w==}
+ /@vue/reactivity/3.2.33:
+ resolution: {integrity: sha512-62Sq0mp9/0bLmDuxuLD5CIaMG2susFAGARLuZ/5jkU1FCf9EDbwUuF+BO8Ub3Rbodx0ziIecM/NsmyjardBxfQ==}
dependencies:
- '@vue/reactivity': 3.2.32
- '@vue/shared': 3.2.32
+ '@vue/shared': 3.2.33
dev: false
- /@vue/runtime-dom/3.2.32:
- resolution: {integrity: sha512-AmlIg+GPqjkNoADLjHojEX5RGcAg+TsgXOOcUrtDHwKvA8mO26EnLQLB8nylDjU6AMJh2CIYn8NEgyOV5ZIScQ==}
+ /@vue/runtime-core/3.2.33:
+ resolution: {integrity: sha512-N2D2vfaXsBPhzCV3JsXQa2NECjxP3eXgZlFqKh4tgakp3iX6LCGv76DLlc+IfFZq+TW10Y8QUfeihXOupJ1dGw==}
dependencies:
- '@vue/runtime-core': 3.2.32
- '@vue/shared': 3.2.32
+ '@vue/reactivity': 3.2.33
+ '@vue/shared': 3.2.33
+ dev: false
+
+ /@vue/runtime-dom/3.2.33:
+ resolution: {integrity: sha512-LSrJ6W7CZTSUygX5s8aFkraDWlO6K4geOwA3quFF2O+hC3QuAMZt/0Xb7JKE3C4JD4pFwCSO7oCrZmZ0BIJUnw==}
+ dependencies:
+ '@vue/runtime-core': 3.2.33
+ '@vue/shared': 3.2.33
csstype: 2.6.19
dev: false
- /@vue/server-renderer/3.2.32_vue@3.2.32:
- resolution: {integrity: sha512-TYKpZZfRJpGTTiy/s6bVYwQJpAUx3G03z4G7/3O18M11oacrMTVHaHjiPuPqf3xQtY8R4LKmQ3EOT/DRCA/7Wg==}
+ /@vue/server-renderer/3.2.33_vue@3.2.33:
+ resolution: {integrity: sha512-4jpJHRD4ORv8PlbYi+/MfP8ec1okz6rybe36MdpkDrGIdEItHEUyaHSKvz+ptNEyQpALmmVfRteHkU9F8vxOew==}
peerDependencies:
- vue: 3.2.32
+ vue: 3.2.33
dependencies:
- '@vue/compiler-ssr': 3.2.32
- '@vue/shared': 3.2.32
- vue: 3.2.32
+ '@vue/compiler-ssr': 3.2.33
+ '@vue/shared': 3.2.33
+ vue: 3.2.33
dev: false
/@vue/shared/3.2.32:
resolution: {integrity: sha512-bjcixPErUsAnTQRQX4Z5IQnICYjIfNCyCl8p29v1M6kfVzvwOICPw+dz48nNuWlTOOx2RHhzHdazJibE8GSnsw==}
+ dev: true
+
+ /@vue/shared/3.2.33:
+ resolution: {integrity: sha512-UBc1Pg1T3yZ97vsA2ueER0F6GbJebLHYlEi4ou1H5YL4KWvMOOWwpYo9/QpWq93wxKG6Wo13IY74Hcn/f7c7Bg==}
- /@vue/tsconfig/0.1.3_@types+node@17.0.23:
+ /@vue/tsconfig/0.1.3_@types+node@17.0.24:
resolution: {integrity: sha512-kQVsh8yyWPvHpb8gIc9l/HIDiiVUy1amynLNpCy8p+FoCiZXCo6fQos5/097MmnNZc9AtseDsCrfkhqCrJ8Olg==}
peerDependencies:
'@types/node': '*'
@@ -1117,11 +1121,11 @@ packages:
'@types/node':
optional: true
dependencies:
- '@types/node': 17.0.23
+ '@types/node': 17.0.24
dev: true
- /@vueuse/core/8.2.5_vue@3.2.32:
- resolution: {integrity: sha512-5prZAA1Ji2ltwNUnzreu6WIXYqHYP/9U2BiY5mD/650VYLpVcwVlYznJDFcLCmEWI3o3Vd34oS1FUf+6Mh68GQ==}
+ /@vueuse/core/8.2.6_vue@3.2.33:
+ resolution: {integrity: sha512-fzlpM3B5oVe+UhCT1mXlhG1Zxdq2lq1Z2AvddSB8+RxrsSFzII7DKfsQEz8Vop7Lzc++4m8drTNbhPovYoFqHw==}
peerDependencies:
'@vue/composition-api': ^1.1.0
vue: ^2.6.0 || ^3.2.0
@@ -1131,18 +1135,18 @@ packages:
vue:
optional: true
dependencies:
- '@vueuse/metadata': 8.2.5
- '@vueuse/shared': 8.2.5_vue@3.2.32
- vue: 3.2.32
- vue-demi: 0.12.1_vue@3.2.32
+ '@vueuse/metadata': 8.2.6
+ '@vueuse/shared': 8.2.6_vue@3.2.33
+ vue: 3.2.33
+ vue-demi: 0.12.1_vue@3.2.33
dev: false
- /@vueuse/metadata/8.2.5:
- resolution: {integrity: sha512-Lk9plJjh9cIdiRdcj16dau+2LANxIdFCiTgdfzwYXbflxq0QnMBeOD2qHgKDE7fuVrtPcVWj8VSuZEx1HRfNQA==}
+ /@vueuse/metadata/8.2.6:
+ resolution: {integrity: sha512-OBKtafCt+4RcEJlYDCjp1vl65pBCL2g4TmipEtdZ8/qphKlW6nakJbkY7XRN5grPmjqU99/ahJGtyGk5NHS2hw==}
dev: false
- /@vueuse/shared/8.2.5_vue@3.2.32:
- resolution: {integrity: sha512-lNWo+7sk6JCuOj4AiYM+6HZ6fq4xAuVq1sVckMQKgfCJZpZRe4i8es+ZULO5bYTKP+VrOCtqrLR2GzEfrbr3YQ==}
+ /@vueuse/shared/8.2.6_vue@3.2.33:
+ resolution: {integrity: sha512-J/W4CMfdL8TahELuSOgtfVO4eQXTjhigp7dVWIBsLUVFCeY9d49gvHUcQN3y5xYLZ6iNP57TjTQjMMT/zhklkw==}
peerDependencies:
'@vue/composition-api': ^1.1.0
vue: ^2.6.0 || ^3.2.0
@@ -1152,8 +1156,8 @@ packages:
vue:
optional: true
dependencies:
- vue: 3.2.32
- vue-demi: 0.12.1_vue@3.2.32
+ vue: 3.2.33
+ vue-demi: 0.12.1_vue@3.2.33
dev: false
/@windicss/config/1.8.4:
@@ -1700,16 +1704,16 @@ packages:
requiresBuild: true
dev: false
- /cosmiconfig-typescript-loader/1.0.2_ee885bc7281b682b6adbed6ae09ee090:
+ /cosmiconfig-typescript-loader/1.0.2_17a82b5ac88a5de7094eac76b4edda13:
resolution: {integrity: sha512-27ZehvijYqAKVzta5xtZBS3PAliC8CmnWkGXN0vgxAZz7yqxpMjf3aG7flxF5rEiu8FAD7nZZXtOI+xUGn+bVg==}
engines: {node: '>=12', npm: '>=6'}
peerDependencies:
'@types/node': '*'
typescript: '>=3'
dependencies:
- '@types/node': 17.0.23
+ '@types/node': 17.0.24
cosmiconfig: 7.0.1
- ts-node: 10.4.0_ee885bc7281b682b6adbed6ae09ee090
+ ts-node: 10.4.0_17a82b5ac88a5de7094eac76b4edda13
typescript: 4.6.3
transitivePeerDependencies:
- '@swc/core'
@@ -1750,14 +1754,14 @@ packages:
'@emotion/hash': 0.8.0
'@types/node': 14.14.45
csstype: 3.0.10
+ dev: false
/css-render/0.15.9:
resolution: {integrity: sha512-FMVcWsVipKEBR/mVf1+pIjCRQdztILVKxbp8TN5/Vf0Q/fdTq0OIb8JRW/pk7PP1eeWnB/ejQ0MNBe7ELjLblg==}
dependencies:
'@emotion/hash': 0.8.0
- '@types/node': 17.0.23
+ '@types/node': 17.0.24
csstype: 3.0.10
- dev: false
/css-select/4.2.1:
resolution: {integrity: sha512-/aUslKhzkTNCQUB2qTX84lVmfia9NyjP3WpDGtj/WxhwBzWBYUV3DgUpurHTme8UTPcPlAD1DJ+b0nN/t50zDQ==}
@@ -1850,8 +1854,8 @@ packages:
engines: {node: '>=0.11'}
dev: false
- /dayjs/1.11.0:
- resolution: {integrity: sha512-JLC809s6Y948/FuCZPm5IX8rRhQwOiyMb2TfVVQEixG7P8Lm/gt5S7yoQZmC8x1UehI9Pb7sksEt4xx14m+7Ug==}
+ /dayjs/1.11.1:
+ resolution: {integrity: sha512-ER7EjqVAMkRRsxNCC5YqJ9d9VQYuWdGt7aiH2qA5R5wt8ZmWaP2dLUSIK6y/kVzLMlmh1Tvu5xUf4M/wdGJ5KA==}
dev: false
/debug/2.6.9:
@@ -2717,7 +2721,7 @@ packages:
dependencies:
detect-file: registry.nlark.com/detect-file/1.0.0
is-glob: 4.0.3
- micromatch: 4.0.4
+ micromatch: 4.0.5
resolve-dir: registry.nlark.com/resolve-dir/1.0.1
dev: true
@@ -3344,8 +3348,8 @@ packages:
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
dev: true
- /lint-staged/12.3.7:
- resolution: {integrity: sha512-/S4D726e2GIsDVWIk1XGvheCaDm1SJRQp8efamZFWJxQMVEbOwSysp7xb49Oo73KYCdy97mIWinhlxcoNqIfIQ==}
+ /lint-staged/12.3.8:
+ resolution: {integrity: sha512-0+UpNaqIwKRSGAFOCcpuYNIv/j5QGVC+xUVvmSdxHO+IfIGoHbFLo3XcPmV/LLnsVj5EAncNHVtlITSoY5qWGQ==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
hasBin: true
dependencies:
@@ -3356,7 +3360,7 @@ packages:
execa: 5.1.1
lilconfig: 2.0.4
listr2: 4.0.1
- micromatch: 4.0.4
+ micromatch: 4.0.5
normalize-path: 3.0.0
object-inspect: 1.12.0
pidtree: 0.5.0
@@ -3602,13 +3606,13 @@ packages:
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
dev: true
- /naive-ui/2.28.0_vue@3.2.32:
+ /naive-ui/2.28.0_vue@3.2.33:
resolution: {integrity: sha512-/yXMF0nrciLrs5Os88omN4dbKlLU7D51lU60+di/o2dx7faJM7wsiXa0nS1fwTGTF9L19x6GBGSvBTxYtvx+lg==}
peerDependencies:
vue: ^3.0.0
dependencies:
'@css-render/plugin-bem': 0.15.9_css-render@0.15.9
- '@css-render/vue3-ssr': 0.15.9_vue@3.2.32
+ '@css-render/vue3-ssr': 0.15.9_vue@3.2.33
'@types/lodash': 4.14.181
'@types/lodash-es': 4.17.6
async-validator: 4.0.7
@@ -3621,11 +3625,11 @@ packages:
lodash-es: 4.17.21
seemly: 0.3.3
treemate: 0.3.11
- vdirs: 0.1.8_vue@3.2.32
+ vdirs: 0.1.8_vue@3.2.33
vfonts: 0.0.3
- vooks: 0.2.12_vue@3.2.32
- vue: 3.2.32
- vueuc: 0.4.28_vue@3.2.32
+ vooks: 0.2.12_vue@3.2.33
+ vue: 3.2.33
+ vueuc: 0.4.29_vue@3.2.33
dev: false
/nanoid/3.2.0:
@@ -3932,7 +3936,7 @@ packages:
hasBin: true
dev: true
- /pinia/2.0.13_typescript@4.6.3+vue@3.2.32:
+ /pinia/2.0.13_typescript@4.6.3+vue@3.2.33:
resolution: {integrity: sha512-B7rSqm1xNpwcPMnqns8/gVBfbbi7lWTByzS6aPZ4JOXSJD4Y531rZHDCoYWBwLyHY/8hWnXljgiXp6rRyrofcw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npm.taobao.org/pinia/-/pinia-2.0.13.tgz}
peerDependencies:
'@vue/composition-api': ^1.4.0
@@ -3946,8 +3950,8 @@ packages:
dependencies:
'@vue/devtools-api': 6.1.4
typescript: 4.6.3
- vue: 3.2.32
- vue-demi: 0.12.1_vue@3.2.32
+ vue: 3.2.33
+ vue-demi: 0.12.1_vue@3.2.33
dev: false
/postcss/8.4.12:
@@ -4403,7 +4407,7 @@ packages:
/sourcemap-codec/1.4.8:
resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==}
- /soybean-admin-layout/1.0.4_vue@3.2.32:
+ /soybean-admin-layout/1.0.4_vue@3.2.33:
resolution: {integrity: sha512-kBfRnzPBZt+jUVO0ZEnfOWbNbenAdwdscie0GgAxZsY70faxbjhTcSH/HXHFlW8f4G4vMge+vNuux+GIGMa4/g==}
peerDependencies:
'@vue/composition-api': ^1.4.6
@@ -4413,11 +4417,11 @@ packages:
optional: true
dependencies:
css-render: 0.15.8
- vue: 3.2.32
- vue-demi: 0.12.1_vue@3.2.32
+ vue: 3.2.33
+ vue-demi: 0.12.1_vue@3.2.33
dev: false
- /soybean-admin-tab/1.2.3_vue@3.2.32:
+ /soybean-admin-tab/1.2.3_vue@3.2.33:
resolution: {integrity: sha512-jxAJzX15+eQQkZCJM6tG9HO697SiVEU4BfAwXC6q1W0R1Ys9xyOvT33c9fqxpUwQXxKn5HcJzF4q1ZxTrfWsog==}
peerDependencies:
'@vue/composition-api': ^1.4.6
@@ -4428,8 +4432,8 @@ packages:
dependencies:
colord: 2.9.2
css-render: 0.15.8
- vue: 3.2.32
- vue-demi: 0.12.1_vue@3.2.32
+ vue: 3.2.33
+ vue-demi: 0.12.1_vue@3.2.33
dev: false
/spdx-correct/3.1.1:
@@ -4573,7 +4577,7 @@ packages:
dev: false
/supports-color/5.5.0:
- resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==, registry: http://registry.npm.taobao.org/, tarball: http://registry.npm.taobao.org/supports-color/-/supports-color-5.5.0.tgz}
+ resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==}
engines: {node: '>=4'}
dependencies:
has-flag: 3.0.0
@@ -4594,8 +4598,8 @@ packages:
engines: {node: '>= 0.4'}
dev: true
- /swiper/8.1.0:
- resolution: {integrity: sha512-Py2vuk7Nb3xlZMB2e201DQkjslTb6Uaju6wvr4BB7VjWrouSZegA0QjbxDVheJOsbKMUV092iDL3kymPBbuVzw==}
+ /swiper/8.1.1:
+ resolution: {integrity: sha512-Ypx0K79en1Y5EcTy4ArR6E9EP/OwMMY2K0gawl/P27B5PYRiHedFdbdgfyuOFuxSUKsMoSVqFdmKs3DPXYHTdQ==}
engines: {node: '>= 4.7.0'}
requiresBuild: true
dependencies:
@@ -4677,7 +4681,7 @@ packages:
engines: {node: '>=8'}
dev: true
- /ts-node/10.4.0_ee885bc7281b682b6adbed6ae09ee090:
+ /ts-node/10.4.0_17a82b5ac88a5de7094eac76b4edda13:
resolution: {integrity: sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==}
hasBin: true
peerDependencies:
@@ -4696,7 +4700,7 @@ packages:
'@tsconfig/node12': 1.0.9
'@tsconfig/node14': 1.0.1
'@tsconfig/node16': 1.0.2
- '@types/node': 17.0.23
+ '@types/node': 17.0.24
acorn: 8.7.0
acorn-walk: 8.2.0
arg: 4.1.3
@@ -4821,7 +4825,7 @@ packages:
engines: {node: '>= 10.0.0'}
dev: true
- /unplugin-icons/0.14.1_vite@2.9.2:
+ /unplugin-icons/0.14.1_vite@2.9.5:
resolution: {integrity: sha512-drZFbMctvT3ZJPfdCgBv5+LKO8hGbZApRCoBRAUhQFRJQVNGUhGThrOKs+CvWq3XDBPptGNBmst8WyObbr4xiQ==}
peerDependencies:
'@svgr/core': '>=5.5.0'
@@ -4844,7 +4848,7 @@ packages:
debug: 4.3.4
kolorist: 1.5.1
local-pkg: 0.4.1
- unplugin: 0.5.2_vite@2.9.2
+ unplugin: 0.5.2_vite@2.9.5
transitivePeerDependencies:
- esbuild
- rollup
@@ -4853,7 +4857,7 @@ packages:
- webpack
dev: true
- /unplugin-vue-components/0.18.5_vite@2.9.2+vue@3.2.32:
+ /unplugin-vue-components/0.18.5_vite@2.9.5+vue@3.2.33:
resolution: {integrity: sha512-VPA6z/4pcKRDYtWu1H+FIpV0MADlFKG3q7YMVFzNFC3EhMVZ4WuBJ76490oKyauguNw1T1obLCuxNU9JzJ0oAQ==}
engines: {node: '>=14'}
peerDependencies:
@@ -4875,8 +4879,8 @@ packages:
magic-string: 0.26.1
minimatch: 5.0.1
resolve: 1.22.0
- unplugin: 0.4.0_vite@2.9.2
- vue: 3.2.32
+ unplugin: 0.4.0_vite@2.9.5
+ vue: 3.2.33
transitivePeerDependencies:
- esbuild
- rollup
@@ -4885,7 +4889,7 @@ packages:
- webpack
dev: true
- /unplugin/0.4.0_vite@2.9.2:
+ /unplugin/0.4.0_vite@2.9.5:
resolution: {integrity: sha512-4ScITEmzlz1iZW3tkz+3L1V5k/xMQ6kjgm4lEXKxH0ozd8/OUWfiSA7RMRyrawsvq/t50JIzPpp1UyuSL/AXkA==}
peerDependencies:
esbuild: '>=0.13'
@@ -4903,11 +4907,11 @@ packages:
optional: true
dependencies:
chokidar: 3.5.3
- vite: 2.9.2_sass@1.50.0
+ vite: 2.9.5_sass@1.50.0
webpack-virtual-modules: 0.4.3
dev: true
- /unplugin/0.5.2_vite@2.9.2:
+ /unplugin/0.5.2_vite@2.9.5:
resolution: {integrity: sha512-3SPYtus/56cxyD4jfjrnqCvb6jPxvdqJNaRXnEaG2BhNEMaoygu/39AG+LwKmiIUzj4XHyitcfZ7scGlWfEigA==}
peerDependencies:
esbuild: '>=0.13'
@@ -4925,7 +4929,7 @@ packages:
optional: true
dependencies:
chokidar: 3.5.3
- vite: 2.9.2_sass@1.50.0
+ vite: 2.9.5_sass@1.50.0
webpack-sources: 3.2.3
webpack-virtual-modules: 0.4.3
dev: true
@@ -4958,22 +4962,13 @@ packages:
spdx-expression-parse: 3.0.1
dev: true
- /vdirs/0.1.7_vue@3.2.32:
- resolution: {integrity: sha512-MEUaLhV1jJyUqA2Ar4DfvlQx8jWs+PpCZ2dbM0ILelpMWGOybzt8ddL456VxeIbY/tkuDGT/Wzb8GG4LCuLuHw==}
- peerDependencies:
- vue: ^3.0.11
- dependencies:
- evtd: 0.2.3
- vue: 3.2.32
-
- /vdirs/0.1.8_vue@3.2.32:
+ /vdirs/0.1.8_vue@3.2.33:
resolution: {integrity: sha512-H9V1zGRLQZg9b+GdMk8MXDN2Lva0zx72MPahDKc30v+DtwKjfyOSXWRIX4t2mhDubM1H09gPhWeth/BJWPHGUw==}
peerDependencies:
vue: ^3.0.11
dependencies:
evtd: 0.2.3
- vue: 3.2.32
- dev: false
+ vue: 3.2.33
/vditor/3.8.13:
resolution: {integrity: sha512-vp6OF1n9wIduKtLvvTYtn+7Gr1Az6MqDIEBpLzik+PTQ208YjrcQ+Ba4AHXMMvJgDtbYP3PdY8OixWKecFzo2A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npm.taobao.org/vditor/-/vditor-3.8.13.tgz}
@@ -4991,7 +4986,7 @@ packages:
shelljs: 0.8.4
dev: true
- /vite-plugin-html/3.2.0_vite@2.9.2:
+ /vite-plugin-html/3.2.0_vite@2.9.5:
resolution: {integrity: sha512-2VLCeDiHmV/BqqNn5h2V+4280KRgQzCFN47cst3WiNK848klESPQnzuC3okH5XHtgwHH/6s1Ho/YV6yIO0pgoQ==}
peerDependencies:
vite: '>=2.0.0'
@@ -5008,12 +5003,12 @@ packages:
html-minifier-terser: 6.1.0
node-html-parser: 5.3.3
pathe: 0.2.0
- vite: 2.9.2_sass@1.50.0
+ vite: 2.9.5_sass@1.50.0
transitivePeerDependencies:
- acorn
dev: true
- /vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@2.9.2:
+ /vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@2.9.5:
resolution: {integrity: sha1-BN0j3muqBS+qW5rTF1FMkNYgXiU=, registry: http://registry.npm.taobao.org/, tarball: http://registry.npm.taobao.org/vite-plugin-mock/download/vite-plugin-mock-2.9.6.tgz}
engines: {node: '>=12.0.0'}
peerDependencies:
@@ -5030,13 +5025,13 @@ packages:
fast-glob: registry.nlark.com/fast-glob/3.2.7
mockjs: 1.1.0
path-to-regexp: registry.nlark.com/path-to-regexp/6.2.0
- vite: 2.9.2_sass@1.50.0
+ vite: 2.9.5_sass@1.50.0
transitivePeerDependencies:
- rollup
- supports-color
dev: true
- /vite-plugin-windicss/1.8.4_vite@2.9.2:
+ /vite-plugin-windicss/1.8.4_vite@2.9.5:
resolution: {integrity: sha512-LSZAO8BZn3x406GRbYX5t5ONXXJVdqiQtN1qrznLA/Dy5/NzZVhfcrL6N1qEYYO7HsCDT4pLAjTzObvDnM9Y8A==}
peerDependencies:
vite: ^2.0.1
@@ -5044,14 +5039,14 @@ packages:
'@windicss/plugin-utils': 1.8.4
debug: 4.3.4
kolorist: 1.5.1
- vite: 2.9.2_sass@1.50.0
+ vite: 2.9.5_sass@1.50.0
windicss: 3.5.1
transitivePeerDependencies:
- supports-color
dev: true
- /vite/2.9.2_sass@1.50.0:
- resolution: {integrity: sha512-ScbfYsiG1N/xE2TnZWYWJ8aOFBQovEl4VLU+0dktxqXvqdAvcTOEUM5YqwaBkmNHSHUGHLPd92tuXFQ35wDkVw==}
+ /vite/2.9.5_sass@1.50.0:
+ resolution: {integrity: sha512-dvMN64X2YEQgSXF1lYabKXw3BbN6e+BL67+P3Vy4MacnY+UzT1AfkHiioFSi9+uiDUiaDy7Ax/LQqivk6orilg==}
engines: {node: '>=12.2.0'}
hasBin: true
peerDependencies:
@@ -5075,15 +5070,15 @@ packages:
fsevents: 2.3.2
dev: true
- /vooks/0.2.12_vue@3.2.32:
+ /vooks/0.2.12_vue@3.2.33:
resolution: {integrity: sha512-iox0I3RZzxtKlcgYaStQYKEzWWGAduMmq+jS7OrNdQo1FgGfPMubGL3uGHOU9n97NIvfFDBGnpSvkWyb/NSn/Q==}
peerDependencies:
vue: ^3.0.0
dependencies:
evtd: 0.2.3
- vue: 3.2.32
+ vue: 3.2.33
- /vue-demi/0.12.1_vue@3.2.32:
+ /vue-demi/0.12.1_vue@3.2.33:
resolution: {integrity: sha512-QL3ny+wX8c6Xm1/EZylbgzdoDolye+VpCXRhI2hug9dJTP3OUJ3lmiKN3CsVV3mOJKwFi0nsstbgob0vG7aoIw==}
engines: {node: '>=12'}
hasBin: true
@@ -5095,7 +5090,7 @@ packages:
'@vue/composition-api':
optional: true
dependencies:
- vue: 3.2.32
+ vue: 3.2.33
dev: false
/vue-eslint-parser/8.0.1_eslint@8.13.0:
@@ -5116,48 +5111,48 @@ packages:
- supports-color
dev: true
- /vue-router/4.0.14_vue@3.2.32:
+ /vue-router/4.0.14_vue@3.2.33:
resolution: {integrity: sha512-wAO6zF9zxA3u+7AkMPqw9LjoUCjSxfFvINQj3E/DceTt6uEz1XZLraDhdg2EYmvVwTBSGlLYsUw8bDmx0754Mw==}
peerDependencies:
vue: ^3.2.0
dependencies:
'@vue/devtools-api': 6.0.12
- vue: 3.2.32
+ vue: 3.2.33
dev: false
- /vue-tsc/0.34.6_typescript@4.6.3:
- resolution: {integrity: sha512-rEr8/BrpSN2QmnTw6MuT0WJA/qx54xDqSXG6EBGt37fn7jLCrKYF37GW3xZCdktO0V53l1XF2ssBtmLL+OI2ww==}
+ /vue-tsc/0.34.7_typescript@4.6.3:
+ resolution: {integrity: sha512-GcdwGuddEakVBHKw7uiZUfHqobGD4Ym2XExGuwYuxw7rT50ZnRZvYQ3IB7zyPLa7UZEmiy6HTJiTrArw7ZOu+w==}
hasBin: true
peerDependencies:
typescript: '*'
dependencies:
- '@volar/vue-typescript': 0.34.6
+ '@volar/vue-typescript': 0.34.7
typescript: 4.6.3
dev: true
- /vue/3.2.32:
- resolution: {integrity: sha512-6L3jKZApF042OgbCkh+HcFeAkiYi3Lovi8wNhWqIK98Pi5efAMLZzRHgi91v+60oIRxdJsGS9sTMsb+yDpY8Eg==}
+ /vue/3.2.33:
+ resolution: {integrity: sha512-si1ExAlDUrLSIg/V7D/GgA4twJwfsfgG+t9w10z38HhL/HA07132pUQ2KuwAo8qbCyMJ9e6OqrmWrOCr+jW7ZQ==}
dependencies:
- '@vue/compiler-dom': 3.2.32
- '@vue/compiler-sfc': 3.2.32
- '@vue/runtime-dom': 3.2.32
- '@vue/server-renderer': 3.2.32_vue@3.2.32
- '@vue/shared': 3.2.32
+ '@vue/compiler-dom': 3.2.33
+ '@vue/compiler-sfc': 3.2.33
+ '@vue/runtime-dom': 3.2.33
+ '@vue/server-renderer': 3.2.33_vue@3.2.33
+ '@vue/shared': 3.2.33
dev: false
- /vueuc/0.4.28_vue@3.2.32:
- resolution: {integrity: sha512-Udr1ROwJocHIThA5G+H5qN1QEFI4pskDvl+w/2Ul2XIjaAeIuQ6ygEOKHOXRJqKX5PxcTi1QQUpb7yQWsDw7ww==}
+ /vueuc/0.4.29_vue@3.2.33:
+ resolution: {integrity: sha512-OlypOEll6YoTKnZx2aPml6orygNuzv+kwIztERzYiXPhCOE7/QMGQQek8NI/mDkb25vlglvm54n91ypYPMx8UQ==}
peerDependencies:
vue: ^3.0.11
dependencies:
- '@css-render/vue3-ssr': 0.15.8_vue@3.2.32
- css-render: 0.15.8
+ '@css-render/vue3-ssr': 0.15.9_vue@3.2.33
+ css-render: 0.15.9
evtd: 0.2.3
resize-observer-polyfill: 1.5.1
seemly: 0.3.3
- vdirs: 0.1.7_vue@3.2.32
- vooks: 0.2.12_vue@3.2.32
- vue: 3.2.32
+ vdirs: 0.1.8_vue@3.2.33
+ vooks: 0.2.12_vue@3.2.33
+ vue: 3.2.33
/wangeditor/4.7.15:
resolution: {integrity: sha512-aPTdREd8BxXVyJ5MI+LU83FQ7u1EPd341iXIorRNYSOvoimNoZ4nPg+yn3FGbB93/owEa6buLw8wdhYnMCJQLg==}
diff --git a/src/views/about/components/ProjectInfo.vue b/src/views/about/components/ProjectInfo.vue
index 18eeb8110..085824cd9 100644
--- a/src/views/about/components/ProjectInfo.vue
+++ b/src/views/about/components/ProjectInfo.vue
@@ -5,7 +5,7 @@
{{ version }}
- {{ lastestBuildTime }}
+ {{ latestBuildTime }}
Github地址
@@ -21,6 +21,6 @@
import { pkgJson } from '../model';
const { version } = pkgJson;
-const lastestBuildTime = PROJECT_BUILD_TIME;
+const latestBuildTime = PROJECT_BUILD_TIME;