From c6b604f1fad01f9ef686fb495f705973760218e4 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 25 Nov 2021 06:09:55 +0000 Subject: [PATCH] fix(deps): update dependency @vueuse/core to v7.1.1 (#1086) 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 | |---|---|---|---| | [@vueuse/core](https://github.com/vueuse/vueuse) | dependencies | patch | [`7.1.0` -> `7.1.1`](https://renovatebot.com/diffs/npm/@vueuse%2fcore/7.1.0/7.1.1) | --- ### Release Notes
vueuse/vueuse ### [`v7.1.1`](https://github.com/vueuse/vueuse/releases/v7.1.1) [Compare Source](https://github.com/vueuse/vueuse/compare/v7.1.0...v7.1.1) ##### Bug Fixes - improve package.json ([0c4e770](https://github.com/vueuse/vueuse/commit/0c4e770)) - **useMemory:** import path ([bd2346b](https://github.com/vueuse/vueuse/commit/bd2346b))
--- ### 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/1086 Co-authored-by: renovate Co-committed-by: renovate --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index a2f84d1c0..73dbd4875 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@sentry/tracing": "6.15.0", "@sentry/vue": "6.15.0", "@vue/compat": "3.2.22", - "@vueuse/core": "7.1.0", + "@vueuse/core": "7.1.1", "bulma-css-variables": "0.9.33", "camel-case": "4.1.2", "codemirror": "5.64.0", diff --git a/yarn.lock b/yarn.lock index f767cc53a..308705427 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3692,18 +3692,18 @@ resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.22.tgz#26dcbe5e530f6c1f2de5ca9aeab92ab00f523b41" integrity sha512-qWVav014mpjEtbWbEgl0q9pEyrrIySKum8UVYjwhC6njrKzknLZPvfuYdQyVbApsqr94tf/3dP4pCuZmmjdCWQ== -"@vueuse/core@7.1.0": - version "7.1.0" - resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-7.1.0.tgz#01aaaf465865d7a152cc0f6fab56c3cd2d9841cc" - integrity sha512-6yNdFR3wNJuEgk+GLXgF53XBEppoeK9yrQpwyRyVYFfatoVO7bL3fH6hzLsHX1IVeaykLZJMdE6Ldg7XHbv3NA== +"@vueuse/core@7.1.1": + version "7.1.1" + resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-7.1.1.tgz#fa25fa8a11346911dbd478f49017e636368f1fa4" + integrity sha512-c1t2uKGARqibJxYBGWsrCF/McDsTXayONBDgDWBpbEjiRX4M1MOHYsWI3Lici4MK6C6XPX2XhUs2vJbKjYPTRw== dependencies: - "@vueuse/shared" "7.1.0" + "@vueuse/shared" "7.1.1" vue-demi "*" -"@vueuse/shared@7.1.0": - version "7.1.0" - resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-7.1.0.tgz#71181ff695dfbdc854478777d6f73e678500fbbf" - integrity sha512-sjbtNL596CHFFf9f/kXFXgCigKcsIYcNTdGeNuTptyGPVvVmLCm8NuzY8aGcn3IKJWBveZi8hKEflNxZovN9cQ== +"@vueuse/shared@7.1.1": + version "7.1.1" + resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-7.1.1.tgz#3b24420e1390a96353cf7596e3148d4a5899538b" + integrity sha512-+FimthLGxGfYUpkBZKhnB8RtwFKSsoXmcWiE/0nCHvYsms6acmWLwQsaVwWZ7Z621a/8v4neo0cmL0z3oO+5fQ== dependencies: vue-demi "*"