Skip to content

Commit cedcb61

Browse files
committed
chore: update dependencies
1 parent 7650af1 commit cedcb61

File tree

3 files changed

+266
-273
lines changed

3 files changed

+266
-273
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ updates:
99
directory: "/app"
1010
target-branch: "dev"
1111
schedule:
12-
interval: "daily"
12+
interval: "weekly"
1313

1414
- package-ecosystem: "gomod"
1515
directory: "/"
1616
target-branch: "dev"
1717
schedule:
18-
interval: "daily"
18+
interval: "weekly"

app/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"@0xjacky/vue-github-button": "^3.1.1",
1515
"@ant-design/icons-vue": "^7.0.1",
1616
"@formkit/auto-animate": "^0.8.2",
17-
"@vue/reactivity": "^3.4.34",
18-
"@vue/shared": "^3.4.34",
17+
"@vue/reactivity": "^3.4.35",
18+
"@vue/shared": "^3.4.35",
1919
"@vueuse/components": "^10.11.0",
2020
"@vueuse/core": "^10.11.0",
2121
"@vueuse/integrations": "^10.11.0",
@@ -35,11 +35,11 @@
3535
"reconnecting-websocket": "^4.4.0",
3636
"sortablejs": "^1.15.2",
3737
"universal-cookie": "^7.2.0",
38-
"vite-plugin-build-id": "^0.3.3",
39-
"vue": "^3.4.34",
40-
"vue-router": "^4.4.0",
38+
"vite-plugin-build-id": "^0.3.4",
39+
"vue": "^3.4.35",
40+
"vue-router": "^4.4.1",
4141
"vue3-ace-editor": "2.2.4",
42-
"vue3-apexcharts": "1.4.4",
42+
"vue3-apexcharts": "1.5.3",
4343
"vue3-gettext": "3.0.0-beta.5",
4444
"vue3-otp-input": "^0.5.21",
4545
"vuedraggable": "^4.1.0"
@@ -53,7 +53,7 @@
5353
"@typescript-eslint/parser": "^6.21.0",
5454
"@vitejs/plugin-vue": "^5.1.1",
5555
"@vitejs/plugin-vue-jsx": "^4.0.0",
56-
"@vue/compiler-sfc": "^3.4.34",
56+
"@vue/compiler-sfc": "^3.4.35",
5757
"@vue/tsconfig": "^0.5.1",
5858
"ace-builds": "^1.35.4",
5959
"autoprefixer": "^10.4.19",

0 commit comments

Comments
 (0)