From cffba3374854650a3bbdff29adc201d3c1699283 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 26 Nov 2021 08:34:32 +0000 Subject: [PATCH] chore(deps): update dependency @vitejs/plugin-vue to v1.10.1 (#1091) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@vitejs/plugin-vue](https://github.com/vitejs/vite) | devDependencies | patch | [`1.10.0` -> `1.10.1`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-vue/1.10.0/1.10.1) | --- ### Release Notes
vitejs/vite ### [`v1.10.1`](https://github.com/vitejs/vite/blob/master/packages/plugin-vue/CHANGELOG.md#​1101-httpsgithubcomvitejsvitecompareplugin-vue1100plugin-vue1101-2021-11-26) ##### Bug Fixes - **plugin-vue:** fix hmr issue in vuejs/vue-next[#​4358](https://github.com/vitejs/vite/issues/4358) ([709e4b0](https://github.com/vitejs/vite/commit/709e4b0428d8cdc8299b22898c76e58d66ca92c9))
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1091 Co-authored-by: renovate Co-committed-by: renovate --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 383880be0..4e7571d85 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@typescript-eslint/eslint-plugin": "5.4.0", "@typescript-eslint/parser": "5.4.0", "@vitejs/plugin-legacy": "1.6.3", - "@vitejs/plugin-vue": "1.10.0", + "@vitejs/plugin-vue": "1.10.1", "@vue/eslint-config-typescript": "9.1.0", "autoprefixer": "10.4.0", "axios": "0.24.0", diff --git a/yarn.lock b/yarn.lock index ffc536fda..a2186049e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3506,10 +3506,10 @@ regenerator-runtime "^0.13.9" systemjs "^6.11.0" -"@vitejs/plugin-vue@1.10.0": - version "1.10.0" - resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-1.10.0.tgz#d015c12d905bb7f76274c2bb272c3662151bf3c0" - integrity sha512-XkSN7lduhQ3z/WMXv2spqt9TCS0znCjnvIGmbud2bxViWWWR4JWXE+x/cQZ/klR0Ug4Ts9eubL7LXAysON5Uvg== +"@vitejs/plugin-vue@1.10.1": + version "1.10.1" + resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-1.10.1.tgz#d140e93d574c5eac247a79f5b15df665dcb7635b" + integrity sha512-oL76QETMSpVE9jIScirGB2bYJEVU/+r+g+K7oG+sXPs9TZljqveoVRsmLyXlMZTjpQkLL8gz527cW80NMGVKJg== "@volar/code-gen@0.29.6": version "0.29.6"