From 92a02b492142f4332e111ce793bac772797e6957 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 03:10:02 +0000 Subject: [PATCH] Update vue requirement from ^3.0.4 to ^3.2.45 Updates the requirements on [vue](https://github.com/vuejs/core) to permit the latest version. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/compare/v3.0.4...v3.2.45) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index efac055..bcb26f3 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@tailwindcss/forms": "^0.2.1", "@tailwindcss/typography": "^0.3.1", "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.1", - "vue": "^3.0.4", + "vue": "^3.2.45", "vue-router": "^4.0.1" }, "devDependencies": {