Skip to content

Commit

Permalink
chore: update deps (#1065)
Browse files Browse the repository at this point in the history
  • Loading branch information
odinr committed Jul 20, 2023
1 parent ef21a2d commit 5f30afb
Show file tree
Hide file tree
Showing 13 changed files with 2,553 additions and 1,665 deletions.
8 changes: 4 additions & 4 deletions vue-press/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"license": "MIT",
"devDependencies": {
"@vuepress/plugin-register-components": "^2.0.0-beta.53",
"typescript": "^4.8.2",
"vuepress": "2.0.0-beta.53",
"vuepress-theme-hope": "^2.0.0-beta.122"
"@vuepress/plugin-register-components": "^2.0.0-beta.66",
"typescript": "^5.1.6",
"vuepress": "^2.0.0-beta.66",
"vuepress-theme-hope": "^2.0.0-beta.233"
}
}
7 changes: 4 additions & 3 deletions vue-press/src/.vuepress/theme.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { hopeTheme, HopeThemeNavbarConfig } from "vuepress-theme-hope";
import { hopeTheme, NavbarOptions } from "vuepress-theme-hope";

import sidebar from './sidebar';

const navbar: HopeThemeNavbarConfig = [
const navbar: NavbarOptions = [
{
text: 'Guide',
link: '/guide/app'
Expand All @@ -26,13 +26,14 @@ export default hopeTheme({
navbar,
sidebar,
plugins:{
blog: true,
mdEnhance: {
mermaid: true,
codetabs: true,
tabs: true,
tasklist: true,
container: true,
imageSize: true,
imgSize: true,
align: true,
},
comment: {
Expand Down
2 changes: 1 addition & 1 deletion vue-press/src/guide/app/ag-grid.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: AG-Grid
category: Guide
tags:
tag:
- how to
- basic
- app
Expand Down
2 changes: 1 addition & 1 deletion vue-press/src/guide/app/authentication.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Authentication
category: Guide
tags:
tag:
- how to
- basic
- app
Expand Down
2 changes: 1 addition & 1 deletion vue-press/src/guide/app/cli.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Framework CLI
category: Guide
tags:
tag:
- how to
- basic
- app
Expand Down
2 changes: 1 addition & 1 deletion vue-press/src/guide/app/cookbooks.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Cookbooks
category: Guide
tags:
tag:
- how to
- basic
- app
Expand Down
2 changes: 1 addition & 1 deletion vue-press/src/guide/app/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Getting started
category: Guide
tags:
tag:
- how to
- basic
- app
Expand Down
2 changes: 1 addition & 1 deletion vue-press/src/guide/app/legacy.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Legacy
category: Guide
tags:
tag:
- guide
- legacy
- routing
Expand Down
2 changes: 1 addition & 1 deletion vue-press/src/guide/app/tips_and_tricks.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Tips and Tricks
category: Guide
tags:
tag:
- how to
- basic
- app
Expand Down
2 changes: 1 addition & 1 deletion vue-press/src/modules/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Intro
category: Module
tags:
tag:
- core
---

Expand Down
2 changes: 1 addition & 1 deletion vue-press/src/modules/msal/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: MSAL
category: Module
tags:
tag:
- auth
- msal
- core
Expand Down
2 changes: 1 addition & 1 deletion vue-press/src/modules/navigation/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Navigation
category: Module
tags:
tag:
- navigation
- routing
- react-router
Expand Down
Loading

0 comments on commit 5f30afb

Please sign in to comment.