logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: dcc4027482e5747ee28aab7fee091dab6294f335
parent d2bcdc8d5b1cb4a52f72fab8cbd16abc2b53afc8
Author: tusooa <tusooa@kazv.moe>
Date:   Sun, 28 Aug 2022 23:46:12 +0000

Merge branch 'renovate/vue-router-4.x' into 'develop'

Update dependency vue-router to v4.1.5

See merge request pleroma/pleroma-fe!1620

Diffstat:

Mpackage.json2+-
Myarn.lock8++++----
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json @@ -43,7 +43,7 @@ "utf8": "3.0.0", "vue": "3.2.37", "vue-i18n": "9.2.2", - "vue-router": "4.1.3", + "vue-router": "4.1.5", "vue-template-compiler": "2.7.10", "vuex": "4.0.2" }, diff --git a/yarn.lock b/yarn.lock @@ -8276,10 +8276,10 @@ vue-loader@17.0.0: hash-sum "^2.0.0" loader-utils "^2.0.0" -vue-router@4.1.3: - version "4.1.3" - resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.1.3.tgz#f8dc7931a2253cc5aa9b740f8b98969d08ca283c" - integrity sha512-XvK81bcYglKiayT7/vYAg/f36ExPC4t90R/HIpzrZ5x+17BOWptXLCrEPufGgZeuq68ww4ekSIMBZY1qdUdfjA== +vue-router@4.1.5: + version "4.1.5" + resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.1.5.tgz#256f597e3f5a281a23352a6193aa6e342c8d9f9a" + integrity sha512-IsvoF5D2GQ/EGTs/Th4NQms9gd2NSqV+yylxIyp/OYp8xOwxmU8Kj/74E9DTSYAyH5LX7idVUngN3JSj1X4xcQ== dependencies: "@vue/devtools-api" "^6.1.4"