From 8dca65dab711286b901384f0a8d9bc35327a4c54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 13:55:40 +0000 Subject: [PATCH] Bump vue-virtual-scroller from 2.0.0-beta.5 to 2.0.0-beta.7 Bumps [vue-virtual-scroller](https://github.com/Akryum/vue-virtual-scroller) from 2.0.0-beta.5 to 2.0.0-beta.7. - [Release notes](https://github.com/Akryum/vue-virtual-scroller/releases) - [Changelog](https://github.com/Akryum/vue-virtual-scroller/blob/master/CHANGELOG.md) - [Commits](https://github.com/Akryum/vue-virtual-scroller/compare/v2.0.0-beta.5...v2.0.0-beta.7) --- updated-dependencies: - dependency-name: vue-virtual-scroller dependency-type: direct:production update-type: version-update:semver-patch ... 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 dd94dd5a..b1a46c8a 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "vue-popperjs": "^2.3.0", "vue-resize": "^2.0.0-alpha.1", "vue-router": "^4.1.6", - "vue-virtual-scroller": "2.0.0-beta.5", + "vue-virtual-scroller": "2.0.0-beta.7", "vue3-i18next": "^0.2.1", "vuex": "^4.1.0", "vuex-router-sync": "^6.0.0-rc.1" diff --git a/yarn.lock b/yarn.lock index 58a80a13..d086d4aa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12346,10 +12346,10 @@ vue-style-loader@^4.1.3: hash-sum "^1.0.2" loader-utils "^1.0.2" -vue-virtual-scroller@2.0.0-beta.5: - version "2.0.0-beta.5" - resolved "https://registry.yarnpkg.com/vue-virtual-scroller/-/vue-virtual-scroller-2.0.0-beta.5.tgz#183acbede386280d8b128958e3802098609baa63" - integrity sha512-P7m/8D/7bzu45gWqCflQxyZomWL4cy75AZXz73Ri43VYRiSx1hW8QNIGr6PoAR1kZAcEqHZwYlvM76gUDA3wdA== +vue-virtual-scroller@2.0.0-beta.7: + version "2.0.0-beta.7" + resolved "https://registry.yarnpkg.com/vue-virtual-scroller/-/vue-virtual-scroller-2.0.0-beta.7.tgz#4ea8158638c84b2033b001a8b26c5fcb6896b271" + integrity sha512-OrouVj1i2939jaLjVfu8f5fsDlbzhAb4bOsYZYrAkpcVLylAmMoGtIL7eT3hJrdTiaKbwQpRdnv7DKf9Fn+tHg== dependencies: mitt "^2.1.0" vue-observe-visibility "^2.0.0-alpha.1"