Browse Source

chore: update dependencies

Jacky 11 months ago
parent
commit
cedcb61fbd
3 changed files with 231 additions and 238 deletions
  1. 2 2
      .github/dependabot.yml
  2. 7 7
      app/package.json
  3. 222 229
      app/pnpm-lock.yaml

+ 2 - 2
.github/dependabot.yml

@@ -9,10 +9,10 @@ updates:
     directory: "/app"
     target-branch: "dev"
     schedule:
-      interval: "daily"
+      interval: "weekly"
 
   - package-ecosystem: "gomod"
     directory: "/"
     target-branch: "dev"
     schedule:
-      interval: "daily"
+      interval: "weekly"

+ 7 - 7
app/package.json

@@ -14,8 +14,8 @@
     "@0xjacky/vue-github-button": "^3.1.1",
     "@ant-design/icons-vue": "^7.0.1",
     "@formkit/auto-animate": "^0.8.2",
-    "@vue/reactivity": "^3.4.34",
-    "@vue/shared": "^3.4.34",
+    "@vue/reactivity": "^3.4.35",
+    "@vue/shared": "^3.4.35",
     "@vueuse/components": "^10.11.0",
     "@vueuse/core": "^10.11.0",
     "@vueuse/integrations": "^10.11.0",
@@ -35,11 +35,11 @@
     "reconnecting-websocket": "^4.4.0",
     "sortablejs": "^1.15.2",
     "universal-cookie": "^7.2.0",
-    "vite-plugin-build-id": "^0.3.3",
-    "vue": "^3.4.34",
-    "vue-router": "^4.4.0",
+    "vite-plugin-build-id": "^0.3.4",
+    "vue": "^3.4.35",
+    "vue-router": "^4.4.1",
     "vue3-ace-editor": "2.2.4",
-    "vue3-apexcharts": "1.4.4",
+    "vue3-apexcharts": "1.5.3",
     "vue3-gettext": "3.0.0-beta.5",
     "vue3-otp-input": "^0.5.21",
     "vuedraggable": "^4.1.0"
@@ -53,7 +53,7 @@
     "@typescript-eslint/parser": "^6.21.0",
     "@vitejs/plugin-vue": "^5.1.1",
     "@vitejs/plugin-vue-jsx": "^4.0.0",
-    "@vue/compiler-sfc": "^3.4.34",
+    "@vue/compiler-sfc": "^3.4.35",
     "@vue/tsconfig": "^0.5.1",
     "ace-builds": "^1.35.4",
     "autoprefixer": "^10.4.19",

File diff suppressed because it is too large
+ 222 - 229
app/pnpm-lock.yaml


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