Skip to content

Commit

Permalink
docs: update aside
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Apr 16, 2024
1 parent 187e7d0 commit 8e5f04f
Show file tree
Hide file tree
Showing 5 changed files with 456 additions and 600 deletions.
4 changes: 2 additions & 2 deletions packages/docs/.vitepress/theme/components/AsideSponsors.vue
@@ -1,7 +1,7 @@
<template>
<a
class="banner mp"
href="https://masteringpinia.com?utm=pinia-sidebar"
href="https://masteringpinia.com/?utm_source=affiliate&utm_medium=vuerouter&utm_campaign=VueRouter_MP&utm_content=sidebar"
target="_blank"
>
<img width="22" height="22" src="/mp-pinia-logo.svg" />
Expand All @@ -14,7 +14,7 @@

<a
class="banner cert"
href="https://certificates.dev/vuejs/?friend=VUEROUTER&utm_source=pinia_vuejs&utm_medium=link&utm_campaign=pinia_vuejs_links&utm_content=sidebar"
href="https://certificates.dev/vuejs/?friend=VUEROUTER&utm_source=router_vuejs&utm_medium=link&utm_campaign=router_vuejs_links&utm_content=sidebar"
target="_blank"
>
<img width="22" height="22" src="/vue-cert-logo.svg" />
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/package.json
Expand Up @@ -13,9 +13,9 @@
"docs:preview": "vitepress preview ."
},
"dependencies": {
"simple-git": "^3.22.0",
"vitepress": "1.0.0-rc.44",
"vitepress-translation-helper": "^0.1.3",
"simple-git": "^3.24.0",
"vitepress": "1.1.0",
"vitepress-translation-helper": "^0.2.1",
"vue-router": "workspace:*"
}
}
8 changes: 4 additions & 4 deletions packages/playground/package.json
Expand Up @@ -9,15 +9,15 @@
"preview": "vite preview --port 4173"
},
"dependencies": {
"vue": "^3.4.19"
"vue": "^3.4.23"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/node": "^20.12.7",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.19",
"@vue/compiler-sfc": "^3.4.23",
"@vue/tsconfig": "^0.5.1",
"typescript": "~5.3.3",
"vite": "^5.1.1",
"vite": "^5.2.9",
"vue-router": "workspace:*",
"vue-tsc": "^1.8.27"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/router/package.json
Expand Up @@ -129,8 +129,8 @@
"@types/jsdom": "^21.1.6",
"@types/nightwatch": "^2.3.30",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.19",
"@vue/server-renderer": "^3.4.19",
"@vue/compiler-sfc": "^3.4.23",
"@vue/server-renderer": "^3.4.23",
"@vue/test-utils": "^2.4.4",
"browserstack-local": "^1.5.5",
"chromedriver": "^121.0.2",
Expand All @@ -150,7 +150,7 @@
"rollup-plugin-typescript2": "^0.36.0",
"sucrase": "^3.34.0",
"typescript": "~5.3.3",
"vite": "^5.1.1",
"vue": "^3.4.19"
"vite": "^5.2.9",
"vue": "^3.4.23"
}
}

0 comments on commit 8e5f04f

Please sign in to comment.