Browse Source

更新依赖

ZaiZai 6 months ago
parent
commit
890da8b4b5

+ 4 - 4
package.json

@@ -24,8 +24,8 @@
         "crypto-js": "^4.2.0",
         "dayjs": "^1.11.13",
         "echarts": "^5.5.1",
-        "element-plus": "^2.8.1",
-        "hc-vue3-ui": "^4.3.2",
+        "element-plus": "^2.8.2",
+        "hc-vue3-ui": "^4.3.3",
         "js-base64": "^3.7.7",
         "js-fast-way": "^0.5.6",
         "js-md5": "^0.8.3",
@@ -33,14 +33,14 @@
         "nprogress": "^0.2.0",
         "pinia": "^2.2.2",
         "split.js": "^1.6.5",
-        "vue": "3.5.1",
+        "vue": "3.5.3",
         "vue-router": "^4.4.3",
         "vuedraggable": "^4.1.0"
     },
     "devDependencies": {
         "@unocss/eslint-config": "^0.58.9",
         "@vitejs/plugin-vue": "^5.1.3",
-        "@vue/compiler-sfc": "^3.5.1",
+        "@vue/compiler-sfc": "^3.5.3",
         "archiver": "^7.0.1",
         "autoprefixer": "^10.4.20",
         "eslint": "^8.56.0",

File diff suppressed because it is too large
+ 0 - 0
public/plugins/element-plus/index.css


File diff suppressed because it is too large
+ 0 - 1
public/plugins/element-plus/theme-chalk/el-check-tag.css


File diff suppressed because it is too large
+ 0 - 0
public/plugins/element-plus/theme-chalk/el-select-v2.css


File diff suppressed because it is too large
+ 0 - 0
public/plugins/element-plus/theme-chalk/el-select.css


File diff suppressed because it is too large
+ 0 - 0
public/plugins/element-plus/theme-chalk/el-table-v2.css


File diff suppressed because it is too large
+ 0 - 0
public/plugins/element-plus/theme-chalk/index.css


+ 31 - 3
public/plugins/element-plus/theme-chalk/src/check-tag.scss

@@ -17,15 +17,43 @@
     background-color: getCssVar('color', 'info', 'light-7');
   }
 
-  @include when(checked) {
-    @each $type in $types {
-      &.#{bem('check-tag', '', $type)} {
+  @each $type in $types {
+    &.#{bem('check-tag', '', $type)} {
+      @include when(checked) {
         background-color: getCssVar('color', $type, 'light-8');
         color: getCssVar('color', $type);
 
         &:hover {
           background-color: getCssVar('color', $type, 'light-7');
         }
+
+        @include when(disabled) {
+          background-color: getCssVar('color', $type, 'light-8');
+          color: getCssVar('disabled-text-color');
+          cursor: not-allowed;
+
+          &:hover {
+            background-color: getCssVar('color', $type, 'light-8');
+          }
+        }
+      }
+
+      @include when(disabled) {
+        @if $type == 'primary' {
+          background-color: getCssVar('color', 'info', 'light-9');
+        } @else {
+          background-color: getCssVar('color', $type, 'light-9');
+        }
+        color: getCssVar('disabled-text-color');
+        cursor: not-allowed;
+
+        &:hover {
+          @if $type == 'primary' {
+            background-color: getCssVar('color', 'info', 'light-9');
+          } @else {
+            background-color: getCssVar('color', $type, 'light-9');
+          }
+        }
       }
     }
   }

+ 1 - 1
public/plugins/element-plus/theme-chalk/src/date-picker/month-table.scss

@@ -109,4 +109,4 @@
       }
     }
   }
-}
+}

+ 1 - 1
public/plugins/element-plus/theme-chalk/src/date-picker/picker.scss

@@ -153,7 +153,7 @@
     display: inline-flex;
     align-items: center;
     padding: 0 10px;
-    vertical-align: middle
+    vertical-align: middle;
   }
 
   @include when(active) {

+ 1 - 1
public/plugins/element-plus/theme-chalk/src/date-picker/year-table.scss

@@ -105,4 +105,4 @@
       }
     }
   }
-}
+}

+ 1 - 3
public/plugins/element-plus/theme-chalk/src/mention.scss

@@ -15,11 +15,9 @@
       map.get($mention, 'shadow')
     );
   }
-
 }
 
 @include b(mention-dropdown) {
-
   @include set-component-css-var('mention', $mention);
 
   @include e(item) {
@@ -87,4 +85,4 @@
 @include b(mention-dropdown__footer) {
   padding: getCssVar('mention-footer-padding');
   border-top: getCssVar('mention-border');
-}
+}

+ 1 - 3
public/plugins/element-plus/theme-chalk/src/menu.scss

@@ -60,9 +60,7 @@
   box-sizing: border-box;
 
   @include m(vertical) {
-    &:not(.#{$namespace}-menu--collapse):not(
-        .#{$namespace}-menu--popup-container
-      ) {
+    &:not(.#{$namespace}-menu--collapse):not(.#{$namespace}-menu--popup-container) {
       & .#{$namespace}-menu-item,
       & .#{$namespace}-sub-menu__title,
       & .#{$namespace}-menu-item-group__title {

+ 1 - 4
public/plugins/element-plus/theme-chalk/src/select.scss

@@ -37,12 +37,9 @@
     border-radius: getCssVar('border-radius-base');
     background-color: getCssVar('fill-color', 'blank');
     transition: getCssVar('transition', 'duration');
+    transform: translate3d(0, 0, 0);
     @include mixed-input-border(#{getCssVar('border-color')});
 
-    &:hover {
-      @include mixed-input-border(#{getCssVar('text-color')});
-    }
-
     @include when(filterable) {
       cursor: text;
     }

+ 2 - 0
public/plugins/element-plus/theme-chalk/src/table-v2.scss

@@ -86,9 +86,11 @@
     left: 0;
     box-shadow: 2px 0 4px 0 rgb(0 0 0 / 6%);
     @include hidden-scrollbar;
+    z-index: 1;
   }
 
   @include e('right') {
+    z-index: 1;
     @include table-root;
     right: 0;
     box-shadow: -2px 0 4px 0 rgb(0 0 0 / 6%);

+ 4 - 4
public/plugins/element-plus/theme-chalk/src/upload.scss

@@ -29,12 +29,12 @@
   cursor: pointer;
   outline: none;
 
-  @include when(disabled){
+  @include when(disabled) {
     cursor: not-allowed;
-    &:focus{
+    &:focus {
       border-color: getCssVar('border-color', 'darker');
       color: inherit;
-      .#{$namespace}-upload-dragger{
+      .#{$namespace}-upload-dragger {
         border-color: getCssVar('border-color', 'darker');
       }
     }
@@ -50,7 +50,7 @@
         }
       }
 
-      &:hover{
+      &:hover {
         border-color: getCssVar('border-color', 'darker');
       }
     }

+ 0 - 0
public/plugins/element-plus/v2.8.1 → public/plugins/element-plus/v2.8.2


+ 2 - 2
src/config/index.js

@@ -23,8 +23,8 @@ export default {
     //其它地址
     ossUrl: 'https://bladex-chongqing-info.oss-cn-hangzhou.aliyuncs.com', //oss地址
     //线上还没有,先关掉,防止控制他一直连接失败
-    socketLimit: 10, //连接失败后,最大重连次数
-    socketInterval: 10000, //连接失败后,每次重连的间隔时间,单位毫秒。
+    socketLimit: 15, //连接失败后,最大重连次数
+    socketInterval: 30000, //连接失败后,每次重连的间隔时间,单位毫秒。
     ...config,
     //这里不再支持配置请求地址,请在 src/config/index.json 文件中配置。
     //相关参数,可查阅 src/config/index.md 文件说明

+ 1 - 6
src/plugins/HcSocket.js

@@ -91,7 +91,7 @@ class HcSocket {
         while (attempts < this.limit && !this.isSocket() && !this.isManualClosed) {
             console.log(`重新链接中... (${attempts + 1}/${this.limit})`)
             this.create()
-            await new Promise(resolve => setTimeout(resolve, this.getReconnectInterval(attempts)))
+            await new Promise(resolve => setTimeout(resolve, this.interval))
             attempts++
         }
 
@@ -101,11 +101,6 @@ class HcSocket {
         }
     }
 
-    // 指数退避策略
-    getReconnectInterval(attempt) {
-        return Math.min(1000 * Math.pow(2, attempt), this.interval)
-    }
-
     handleMultipleTabs() {
         document.addEventListener('visibilitychange', this.handleVisibilityChange.bind(this))
     }

+ 71 - 71
yarn.lock

@@ -986,90 +986,90 @@
   resolved "http://39.108.216.210:9000/@vitejs/plugin-vue/-/plugin-vue-5.1.3.tgz#42b55c1a4d6f329aea25c5a24db51a31db31c693"
   integrity sha512-3xbWsKEKXYlmX82aOHufFQVnkbMC/v8fLpWwh6hWOUrK5fbbtBh9Q/WWse27BFgSy2/e2c0fz5Scgya9h2GLhw==
 
-"@vue/compiler-core@3.5.1":
-  version "3.5.1"
-  resolved "http://39.108.216.210:9000/@vue/compiler-core/-/compiler-core-3.5.1.tgz#995fc62dc3887a6c5ee2313b4e5472f3c11c0468"
-  integrity sha512-WdjF+NSgFYdWttHevHw5uaJFtKPalhmxhlu2uREj8cLP0uyKKIR60/JvSZNTp0x+NSd63iTiORQTx3+tt55NWQ==
+"@vue/compiler-core@3.5.3":
+  version "3.5.3"
+  resolved "http://39.108.216.210:9000/@vue/compiler-core/-/compiler-core-3.5.3.tgz#93476cc858c8a4e5e9670c9a9185661026136dee"
+  integrity sha512-adAfy9boPkP233NTyvLbGEqVuIfK/R0ZsBsIOW4BZNfb4BRpRW41Do1u+ozJpsb+mdoy80O20IzAsHaihRb5qA==
   dependencies:
     "@babel/parser" "^7.25.3"
-    "@vue/shared" "3.5.1"
+    "@vue/shared" "3.5.3"
     entities "^4.5.0"
     estree-walker "^2.0.2"
     source-map-js "^1.2.0"
 
-"@vue/compiler-dom@3.5.1":
-  version "3.5.1"
-  resolved "http://39.108.216.210:9000/@vue/compiler-dom/-/compiler-dom-3.5.1.tgz#016d468ba4c7b736df9c38d8cb81731aeaae95dd"
-  integrity sha512-Ao23fB1lINo18HLCbJVApvzd9OQe8MgmQSgyY5+umbWj2w92w9KykVmJ4Iv2US5nak3ixc2B+7Km7JTNhQ8kSQ==
+"@vue/compiler-dom@3.5.3":
+  version "3.5.3"
+  resolved "http://39.108.216.210:9000/@vue/compiler-dom/-/compiler-dom-3.5.3.tgz#195f21b2c700477e4c3e21f4c98edc7032aedca3"
+  integrity sha512-wnzFArg9zpvk/811CDOZOadJRugf1Bgl/TQ3RfV4nKfSPok4hi0w10ziYUQR6LnnBAUlEXYLUfZ71Oj9ds/+QA==
   dependencies:
-    "@vue/compiler-core" "3.5.1"
-    "@vue/shared" "3.5.1"
+    "@vue/compiler-core" "3.5.3"
+    "@vue/shared" "3.5.3"
 
-"@vue/compiler-sfc@3.5.1", "@vue/compiler-sfc@^3.5.1":
-  version "3.5.1"
-  resolved "http://39.108.216.210:9000/@vue/compiler-sfc/-/compiler-sfc-3.5.1.tgz#457a7309fa5006d490450c3d5410b9caf37949c2"
-  integrity sha512-DFizMNH8eDglLhlfwJ0+ciBsztaYe3fY/zcZjrqL1ljXvUw/UpC84M1d7HpBTCW68SNqZyIxrs1XWmf+73Y65w==
+"@vue/compiler-sfc@3.5.3", "@vue/compiler-sfc@^3.5.3":
+  version "3.5.3"
+  resolved "http://39.108.216.210:9000/@vue/compiler-sfc/-/compiler-sfc-3.5.3.tgz#d44c1cafe94d26f74fa4864cabc948c3908a27de"
+  integrity sha512-P3uATLny2tfyvMB04OQFe7Sczteno7SLFxwrOA/dw01pBWQHB5HL15a8PosoNX2aG/EAMGqnXTu+1LnmzFhpTQ==
   dependencies:
     "@babel/parser" "^7.25.3"
-    "@vue/compiler-core" "3.5.1"
-    "@vue/compiler-dom" "3.5.1"
-    "@vue/compiler-ssr" "3.5.1"
-    "@vue/shared" "3.5.1"
+    "@vue/compiler-core" "3.5.3"
+    "@vue/compiler-dom" "3.5.3"
+    "@vue/compiler-ssr" "3.5.3"
+    "@vue/shared" "3.5.3"
     estree-walker "^2.0.2"
     magic-string "^0.30.11"
     postcss "^8.4.44"
     source-map-js "^1.2.0"
 
-"@vue/compiler-ssr@3.5.1":
-  version "3.5.1"
-  resolved "http://39.108.216.210:9000/@vue/compiler-ssr/-/compiler-ssr-3.5.1.tgz#a4dd4d1b47d60b80a529c46a847c7519401c1ba8"
-  integrity sha512-C1hpSHQgRM8bg+5XWWD7CkFaVpSn9wZHCLRd10AmxqrH17d4EMP6+XcZpwBOM7H1jeStU5naEapZZWX0kso1tQ==
+"@vue/compiler-ssr@3.5.3":
+  version "3.5.3"
+  resolved "http://39.108.216.210:9000/@vue/compiler-ssr/-/compiler-ssr-3.5.3.tgz#ef8a98385f571e36798a82d783ac369a06d24f5c"
+  integrity sha512-F/5f+r2WzL/2YAPl7UlKcJWHrvoZN8XwEBLnT7S4BXwncH25iDOabhO2M2DWioyTguJAGavDOawejkFXj8EM1w==
   dependencies:
-    "@vue/compiler-dom" "3.5.1"
-    "@vue/shared" "3.5.1"
+    "@vue/compiler-dom" "3.5.3"
+    "@vue/shared" "3.5.3"
 
 "@vue/devtools-api@^6.6.3":
   version "6.6.3"
   resolved "http://39.108.216.210:9000/@vue/devtools-api/-/devtools-api-6.6.3.tgz#b23a588154cba8986bba82b6e1d0248bde3fd1a0"
   integrity sha512-0MiMsFma/HqA6g3KLKn+AGpL1kgKhFWszC9U29NfpWK5LE7bjeXxySWJrOJ77hBz+TBrBQ7o4QJqbPbqbs8rJw==
 
-"@vue/reactivity@3.5.1":
-  version "3.5.1"
-  resolved "http://39.108.216.210:9000/@vue/reactivity/-/reactivity-3.5.1.tgz#e4a57a038e3caaa9669de529533fcb16288a1736"
-  integrity sha512-aFE1nMDfbG7V+U5vdOk/NXxH/WX78XuAfX59vWmCM7Ao4lieoc83RkzOAWun61sQXlzNZ4IgROovFBHg+Iz1+Q==
+"@vue/reactivity@3.5.3":
+  version "3.5.3"
+  resolved "http://39.108.216.210:9000/@vue/reactivity/-/reactivity-3.5.3.tgz#0bdc6031d5be973ee0f807f82259d5579fb46fb6"
+  integrity sha512-2w61UnRWTP7+rj1H/j6FH706gRBHdFVpIqEkSDAyIpafBXYH8xt4gttstbbCWdU3OlcSWO8/3mbKl/93/HSMpw==
   dependencies:
-    "@vue/shared" "3.5.1"
+    "@vue/shared" "3.5.3"
 
-"@vue/runtime-core@3.5.1":
-  version "3.5.1"
-  resolved "http://39.108.216.210:9000/@vue/runtime-core/-/runtime-core-3.5.1.tgz#a1208d91e9c1b900aa6cfc9dbfec76a5277393c3"
-  integrity sha512-Ce92CCholNRHR3ZtzpRp/7CDGIPFxQ7ElXt9iH91ilK5eOrUv3Z582NWJesuM3aYX71BujVG5/4ypUxigGNxjA==
+"@vue/runtime-core@3.5.3":
+  version "3.5.3"
+  resolved "http://39.108.216.210:9000/@vue/runtime-core/-/runtime-core-3.5.3.tgz#8126927e4b0cf87a8a7d32822abe8170b8c99edf"
+  integrity sha512-5b2AQw5OZlmCzSsSBWYoZOsy75N4UdMWenTfDdI5bAzXnuVR7iR8Q4AOzQm2OGoA41xjk53VQKrqQhOz2ktWaw==
   dependencies:
-    "@vue/reactivity" "3.5.1"
-    "@vue/shared" "3.5.1"
+    "@vue/reactivity" "3.5.3"
+    "@vue/shared" "3.5.3"
 
-"@vue/runtime-dom@3.5.1":
-  version "3.5.1"
-  resolved "http://39.108.216.210:9000/@vue/runtime-dom/-/runtime-dom-3.5.1.tgz#24f506b827ef7799fe68f0eb045918808080d961"
-  integrity sha512-B/fUJfBLp5PwE0EWNfBYnA4JUea8Yufb3wN8fN0/HzaqBdkiRHh4sFHOjWqIY8GS75gj//8VqeEqhcU6yUjIkA==
+"@vue/runtime-dom@3.5.3":
+  version "3.5.3"
+  resolved "http://39.108.216.210:9000/@vue/runtime-dom/-/runtime-dom-3.5.3.tgz#f07ba3faecfd39feb54c4d13d8cc4416ca28f111"
+  integrity sha512-wPR1DEGc3XnQ7yHbmkTt3GoY0cEnVGQnARRdAkDzZ8MbUKEs26gogCQo6AOvvgahfjIcnvWJzkZArQ1fmWjcSg==
   dependencies:
-    "@vue/reactivity" "3.5.1"
-    "@vue/runtime-core" "3.5.1"
-    "@vue/shared" "3.5.1"
+    "@vue/reactivity" "3.5.3"
+    "@vue/runtime-core" "3.5.3"
+    "@vue/shared" "3.5.3"
     csstype "^3.1.3"
 
-"@vue/server-renderer@3.5.1":
-  version "3.5.1"
-  resolved "http://39.108.216.210:9000/@vue/server-renderer/-/server-renderer-3.5.1.tgz#e741418a267a645a88e0cd80f1cf24dfa9c5cc73"
-  integrity sha512-C5V/fjQTitgVaRNH5wCoHynaWysjZ+VH68drNsAvQYg4ArHsZUQNz0nHoEWRj41nzqkVn2RUlnWaEOTl2o1Ppg==
+"@vue/server-renderer@3.5.3":
+  version "3.5.3"
+  resolved "http://39.108.216.210:9000/@vue/server-renderer/-/server-renderer-3.5.3.tgz#1cbf7bb83cf1a6c7cdcea4ae3afca65c3cf6cf29"
+  integrity sha512-28volmaZVG2PGO3V3+gBPKoSHvLlE8FGfG/GKXKkjjfxLuj/50B/0OQGakM/g6ehQeqCrZYM4eHC4Ks48eig1Q==
   dependencies:
-    "@vue/compiler-ssr" "3.5.1"
-    "@vue/shared" "3.5.1"
+    "@vue/compiler-ssr" "3.5.3"
+    "@vue/shared" "3.5.3"
 
-"@vue/shared@3.5.1":
-  version "3.5.1"
-  resolved "http://39.108.216.210:9000/@vue/shared/-/shared-3.5.1.tgz#f9418dae5ac194a4f19023d812978c21a15412a1"
-  integrity sha512-NdcTRoO4KuW2RSFgpE2c+E/R/ZHaRzWPxAGxhmxZaaqLh6nYCXx7lc9a88ioqOCxCaV2SFJmujkxbUScW7dNsQ==
+"@vue/shared@3.5.3":
+  version "3.5.3"
+  resolved "http://39.108.216.210:9000/@vue/shared/-/shared-3.5.3.tgz#fb7149372cf5768b9a9f980067c5d0ebac8dc833"
+  integrity sha512-Jp2v8nylKBT+PlOUjun2Wp/f++TfJVFjshLzNtJDdmFJabJa7noGMncqXRM1vXGX+Yo2V7WykQFNxusSim8SCA==
 
 "@vueuse/core@^9.1.0":
   version "9.13.0"
@@ -1574,10 +1574,10 @@ electron-to-chromium@^1.5.4:
   resolved "http://39.108.216.210:9000/electron-to-chromium/-/electron-to-chromium-1.5.4.tgz#cd477c830dd6fca41fbd5465c1ff6ce08ac22343"
   integrity sha512-orzA81VqLyIGUEA77YkVA1D+N+nNfl2isJVjjmOyrlxuooZ19ynb+dOlaDTqd/idKRS9lDCSBmtzM+kyCsMnkA==
 
-element-plus@^2.8.1:
-  version "2.8.1"
-  resolved "http://39.108.216.210:9000/element-plus/-/element-plus-2.8.1.tgz#e219f6de1e99bd064284811c3c285688939bf8e6"
-  integrity sha512-p11/6w/O0+hGvPhiN3jrcgh+XG+eg5jZlLdQVYvcPHZYhhCh3J3YeZWW1JO/REPES1vevkboT6VAi+9wHA8Dsg==
+element-plus@^2.8.2:
+  version "2.8.2"
+  resolved "http://39.108.216.210:9000/element-plus/-/element-plus-2.8.2.tgz#3d6fc935923fdb06095985a26375bfcfe11b3bb3"
+  integrity sha512-pqoQlaUmzUFCjjTHyxGO7Cd0CizsQpIaad1ozV9PCaYjh2T4MIMnjfifqiYs2lWoZ/8GVwrRG1WTCfnZEjwfcg==
   dependencies:
     "@ctrl/tinycolor" "^3.4.1"
     "@element-plus/icons-vue" "^2.3.1"
@@ -2003,10 +2003,10 @@ has-flag@^4.0.0:
   resolved "http://39.108.216.210:9000/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
   integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
 
-hc-vue3-ui@^4.3.2:
-  version "4.3.2"
-  resolved "http://39.108.216.210:9000/hc-vue3-ui/-/hc-vue3-ui-4.3.2.tgz#6c89b3e0d2f040774a1861cc8b70a6894b560a54"
-  integrity sha512-APxIOoDhEzqRl9zNdlVdcguf7o/789DRbR5UEOCQhQD4z/QzI76OmVrVs+HLrVwyMLAiht09oZIuf0RQ52bX6w==
+hc-vue3-ui@^4.3.3:
+  version "4.3.3"
+  resolved "http://39.108.216.210:9000/hc-vue3-ui/-/hc-vue3-ui-4.3.3.tgz#92819968d424ddf39538b5ba85125ea93d5cabc2"
+  integrity sha512-/oqumq7f3CP/x60WQSztCVdGQImiPAX7HQggN2scqDUrGIa0USZspCX4OQ5aWoRpOhknW/FcpWCMjRqkCtBPmw==
   dependencies:
     axios "^1.7.7"
     dayjs "^1.11.13"
@@ -2015,7 +2015,7 @@ hc-vue3-ui@^4.3.2:
     js-md5 "^0.8.3"
     sortablejs "^1.15.3"
     split.js "^1.6.5"
-    vue "3.5.1"
+    vue "3.5.3"
 
 html2canvas@1.4.1:
   version "1.4.1"
@@ -3075,16 +3075,16 @@ vue-router@^4.4.3:
   dependencies:
     "@vue/devtools-api" "^6.6.3"
 
-vue@3.5.1:
-  version "3.5.1"
-  resolved "http://39.108.216.210:9000/vue/-/vue-3.5.1.tgz#507eb4ab010a2ad894f8d7765f32e68be1604815"
-  integrity sha512-k4UNnbPOEskodSxMtv+B9GljdB0C9ubZDOmW6vnXVGIfMqmEsY2+ohasjGguhGkMkrcP/oOrbH0dSD41x5JQFw==
+vue@3.5.3:
+  version "3.5.3"
+  resolved "http://39.108.216.210:9000/vue/-/vue-3.5.3.tgz#1f621023b123341ab5f427e2a6d7320d0e47d72b"
+  integrity sha512-xvRbd0HpuLovYbOHXRHlSBsSvmUJbo0pzbkKTApWnQGf3/cu5Z39mQeA5cZdLRVIoNf3zI6MSoOgHUT5i2jO+Q==
   dependencies:
-    "@vue/compiler-dom" "3.5.1"
-    "@vue/compiler-sfc" "3.5.1"
-    "@vue/runtime-dom" "3.5.1"
-    "@vue/server-renderer" "3.5.1"
-    "@vue/shared" "3.5.1"
+    "@vue/compiler-dom" "3.5.3"
+    "@vue/compiler-sfc" "3.5.3"
+    "@vue/runtime-dom" "3.5.3"
+    "@vue/server-renderer" "3.5.3"
+    "@vue/shared" "3.5.3"
 
 vuedraggable@^4.1.0:
   version "4.1.0"

Some files were not shown because too many files changed in this diff