From: Eduardo San Martin Morote Date: Tue, 24 Jan 2023 15:02:57 +0000 (+0100) Subject: docs: update sponsors X-Git-Tag: v4.2.0~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0c0271466323dd8da87f1f730f8ed8a2369ecee;p=thirdparty%2Fvuejs%2Frouter.git docs: update sponsors --- diff --git a/package.json b/package.json index 1348e2ca..227fd55a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vue/router-root", "private": true, - "packageManager": "pnpm@7.1.7", + "packageManager": "pnpm@7.26.0", "engines": { "node": ">=16.5.0" }, diff --git a/packages/docs/.vitepress/components/sponsors.json b/packages/docs/.vitepress/components/sponsors.json index 8658eb45..e9c704b3 100644 --- a/packages/docs/.vitepress/components/sponsors.json +++ b/packages/docs/.vitepress/components/sponsors.json @@ -1,13 +1,6 @@ { "platinum": [], - "gold": [ - { - "href": "https://vuejobs.com/?utm_source=vuerouter&utm_campaign=sponsor", - "alt": "VueJobs", - "imgSrcLight": "https://posva-sponsors.pages.dev/logos/vuejobs.svg", - "imgSrcDark": "https://posva-sponsors.pages.dev/logos/vuejobs.svg" - } - ], + "gold": [], "silver": [ { "href": "https://www.vuemastery.com/", @@ -36,16 +29,16 @@ "imgSrcLight": "https://avatars.githubusercontent.com/u/4183726?u=6b50a8ea16de29d2982f43c5640b1db9299ebcd1&v=4" }, { - "alt": "Storyblok", - "href": "https://www.storyblok.com", - "imgSrcDark": "https://avatars.githubusercontent.com/u/13880908?v=4", - "imgSrcLight": "https://avatars.githubusercontent.com/u/13880908?v=4" + "href": "https://storyblok.com", + "imgSrcLight": "https://posva-sponsors.pages.dev/logos/storyblok.png", + "imgSrcDark": "https://posva-sponsors.pages.dev/logos/storyblok.png", + "alt": "Storyblok" }, { "href": "https://nuxtjs.org", "imgSrcLight": "https://posva-sponsors.pages.dev/logos/nuxt-light.svg", "imgSrcDark": "https://posva-sponsors.pages.dev/logos/nuxt-dark.svg", - "alt": "NuxtJS" + "alt": "Nuxt Labs" } ] }