From 23b7a9e8182605b4694cfc725df63da626000434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 23:35:12 +0000 Subject: [PATCH] chore(deps): bump vue from 2.6.14 to 3.0.0 in /packages/theme-docs Bumps [vue](https://github.com/vuejs/core) from 2.6.14 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] --- packages/theme-docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/theme-docs/package.json b/packages/theme-docs/package.json index a68fae6..d9d351f 100644 --- a/packages/theme-docs/package.json +++ b/packages/theme-docs/package.json @@ -17,7 +17,7 @@ "sass": "1.32.13", "sass-loader": "10.1.0", "typescript": "4.2.4", - "vue": "2.6.14", + "vue": "3.0.0", "vue-class-component": "^7.2.6", "vue-prism-component": "1.2.0", "vue-property-decorator": "^9.1.2",