From 2ed7d473cd8c745046b2e47f4c48abcd2765e8b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:49:05 +0000 Subject: [PATCH] Bump vue in /samples/vuejs/typescript/00 Custom Validator Bumps [vue](https://github.com/vuejs/core) from 2.2.6 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] --- samples/vuejs/typescript/00 Custom Validator/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/vuejs/typescript/00 Custom Validator/package.json b/samples/vuejs/typescript/00 Custom Validator/package.json index 0ba2570..dae5ab2 100644 --- a/samples/vuejs/typescript/00 Custom Validator/package.json +++ b/samples/vuejs/typescript/00 Custom Validator/package.json @@ -45,7 +45,7 @@ "dependencies": { "bootstrap": "^3.3.7", "lc-form-validation": "file:../../../../lib/", - "vue": "2.2.6", + "vue": "3.0.0", "vue-router": "2.4.0" } }