Skip to content

Commit

Permalink
chore(deps): bump vitepress to v2-alpha (#3160)
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd authored Jan 22, 2025
1 parent a8c26ae commit cfeb41f
Show file tree
Hide file tree
Showing 4 changed files with 367 additions and 632 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ dist/
# vitepress build output
.vitepress/dist
.vitepress/cache
.vitepress/.temp

# Serverless directories
.serverless/
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/theme/components/SponsorsGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function track(interest?: boolean) {
}
function resolveList(data: SponsorData) {
let currentTier = data[props.tier]
let currentTier = data[props.tier] || []
// in aside, treat platinum+priority as special
if (props.placement === 'aside') {
if (props.tier === 'platinum') {
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"type": "vue-tsc --noEmit"
},
"dependencies": {
"@vue/repl": "^4.4.2",
"@vue/repl": "^4.4.3",
"@vue/theme": "^2.3.0",
"dynamics.js": "^1.1.5",
"gsap": "^3.12.5",
"vitepress": "^1.4.3",
"vue": "^3.5.12"
"gsap": "^3.12.7",
"vitepress": "^2.0.0-alpha.1",
"vue": "^3.5.13"
},
"devDependencies": {
"@types/body-scroll-lock": "^3.1.2",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.7.5",
"typescript": "^5.6.3",
"vue-tsc": "^2.1.6"
"@types/node": "^22.10.7",
"typescript": "^5.7.3",
"vue-tsc": "^2.2.0"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit cfeb41f

Please sign in to comment.