Skip to content

Commit

Permalink
chore(Dependencies): Update VitePress
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Dec 12, 2022
1 parent 8051df0 commit 0044776
Show file tree
Hide file tree
Showing 5 changed files with 399 additions and 386 deletions.
1 change: 0 additions & 1 deletion docs/.vitepress/theme/components/blog/Post.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<script setup lang='ts'>
import { defineProps } from 'vue'
import type { Post } from '../../composables/posts.data'
import useAuthors from '../../composables/useAuthors'
import PostIcon from './PostIcon.vue'
Expand Down
1 change: 0 additions & 1 deletion docs/.vitepress/theme/components/blog/PostAuthor.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<script setup lang="ts">
import { defineProps } from 'vue'
import type { Author } from '../../composables/authors.data'
const props = defineProps<{
Expand Down
1 change: 0 additions & 1 deletion docs/.vitepress/theme/components/blog/PostIcon.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<script setup lang="ts">
import { defineProps } from 'vue'
import type { Post } from '../../composables/posts.data'
const props = defineProps<{
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sfxcode/vitepress-blog-starter",
"version": "0.7.1",
"version": "0.7.2",
"description": "Vitepress Starter, UnoCSS, Anu, Blog",
"license": "MIT",
"main": "index.js",
Expand All @@ -24,9 +24,9 @@
"@iconify-json/fluent-emoji": "^1.1.7",
"@iconify-json/heroicons-outline": "^1.1.5",
"@iconify-json/logos": "^1.1.19",
"@types/node": "^18.11.11",
"@unocss/preset-icons": "^0.47.5",
"@unocss/preset-uno": "0.47.5",
"@types/node": "^18.11.13",
"@unocss/preset-icons": "^0.47.6",
"@unocss/preset-uno": "0.47.6",
"@vueuse/core": "^9.6.0",
"anu-vue": "^0.11.0",
"conventional-changelog-cli": "^2.2.2",
Expand All @@ -36,10 +36,10 @@
"fs-extra": "^11.1.0",
"gray-matter": "^4.0.3",
"markdown-it": "^13.0.1",
"typescript": "^4.9.3",
"unocss": "^0.47.5",
"vitepress": "1.0.0-alpha.30",
"vitepress-plugin-search": "1.0.4-alpha.15",
"typescript": "^4.9.4",
"unocss": "^0.47.6",
"vitepress": "1.0.0-alpha.31",
"vitepress-plugin-search": "1.0.4-alpha.16",
"vue": "^3.2.45"
}
}

0 comments on commit 0044776

Please sign in to comment.