From 089a5dc0bf4a7f7758c8d8d376dda41ac5175147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:36:57 +0000 Subject: [PATCH] build(deps-dev): bump @vitejs/plugin-vue from 4.3.3 to 4.4.0 Bumps [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) from 4.3.3 to 4.4.0. - [Release notes](https://github.com/vitejs/vite-plugin-vue/releases) - [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@4.4.0/packages/plugin-vue) --- updated-dependencies: - dependency-name: "@vitejs/plugin-vue" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5125e04..449f960 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@tsconfig/node18": "^18.2.0", "@types/jsdom": "^21.1.1", "@types/node": "^20.5.6", - "@vitejs/plugin-vue": "^4.3.1", + "@vitejs/plugin-vue": "^4.4.0", "@vitejs/plugin-vue-jsx": "^3.0.2", "@vue/eslint-config-prettier": "^8.0.0", "@vue/eslint-config-typescript": "^11.0.3", diff --git a/yarn.lock b/yarn.lock index b4b061e..e59824f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -974,10 +974,10 @@ "@babel/plugin-transform-typescript" "^7.22.10" "@vue/babel-plugin-jsx" "^1.1.5" -"@vitejs/plugin-vue@^4.3.1": - version "4.3.3" - resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-4.3.3.tgz#3b2337f64495f95cfea5b1497d2d3f4a0b3382b2" - integrity sha512-ssxyhIAZqB0TrpUg6R0cBpCuMk9jTIlO1GNSKKQD6S8VjnXi6JXKfUXjSsxey9IwQiaRGsO1WnW9Rkl1L6AJVw== +"@vitejs/plugin-vue@^4.4.0": + version "4.4.0" + resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-4.4.0.tgz#8ae96573236cdb12de6850a6d929b5537ec85390" + integrity sha512-xdguqb+VUwiRpSg+nsc2HtbAUSGak25DXYvpQQi4RVU1Xq1uworyoH/md9Rfd8zMmPR/pSghr309QNcftUVseg== "@vitest/expect@0.34.3": version "0.34.3"