From 96497a311c8077bff2b7553d2e8c3bfce948e2f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:11:44 -0700 Subject: [PATCH] Bump vue from 2.6.10 to 3.0.0 in /visualization-vue/djl-training-ui (#518) Bumps [vue](https://github.com/vuejs/core) from 2.6.10 to 3.0.0. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/v3.0.0/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits/v3.0.0) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- visualization-vue/djl-training-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visualization-vue/djl-training-ui/package.json b/visualization-vue/djl-training-ui/package.json index ebbb80a2..d8acb3e6 100644 --- a/visualization-vue/djl-training-ui/package.json +++ b/visualization-vue/djl-training-ui/package.json @@ -23,7 +23,7 @@ "nprogress": "0.2.0", "path-to-regexp": "8.0.0", "vertx3-eventbus-client": "^3.9.4", - "vue": "2.6.10", + "vue": "3.0.0", "vue-count-to": "^1.0.13", "vue-router": "3.0.6", "vuex": "3.1.0"