Skip to content

Commit

Permalink
chore(Dependencies): New VitePress Version
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Jan 13, 2024
1 parent 5111e18 commit 1970ce2
Show file tree
Hide file tree
Showing 2 changed files with 995 additions and 1,215 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sfxcode/vitepress-blog-starter",
"version": "0.9.0",
"version": "0.9.1",
"description": "Vitepress Starter, UnoCSS, Anu, Blog",
"license": "MIT",
"main": "index.js",
Expand All @@ -18,26 +18,26 @@
"type": "module",
"author": "Tom Lamers",
"devDependencies": {
"@antfu/eslint-config": "2.1.0",
"@antfu/eslint-config": "2.6.2",
"@anu-vue/preset-theme-default": "^0.15.2",
"@iconify-json/bx": "^1.1.7",
"@iconify-json/fluent-emoji": "^1.1.15",
"@iconify-json/heroicons-outline": "^1.1.7",
"@iconify-json/logos": "^1.1.38",
"@types/node": "^20.10.0",
"@unocss/preset-icons": "^0.57.7",
"@unocss/preset-uno": "0.57.7",
"@vueuse/core": "^10.6.1",
"@iconify-json/bx": "^1.1.10",
"@iconify-json/fluent-emoji": "^1.1.18",
"@iconify-json/heroicons-outline": "^1.1.10",
"@iconify-json/logos": "^1.1.42",
"@types/node": "^20.11.0",
"@unocss/preset-icons": "^0.58.3",
"@unocss/preset-uno": "0.58.3",
"@vueuse/core": "^10.7.1",
"anu-vue": "^0.15.2",
"date-fns": "^2.30.0",
"eslint": "^8.54.0",
"flexsearch": "^0.7.31",
"fs-extra": "^11.1.1",
"date-fns": "^3.2.0",
"eslint": "^8.56.0",
"flexsearch": "^0.7.43",
"fs-extra": "^11.2.0",
"gray-matter": "^4.0.3",
"markdown-it": "^13.0.2",
"typescript": "^5.3.2",
"unocss": "^0.57.7",
"vitepress": "1.0.0-rc.31",
"vue": "^3.3.9"
"markdown-it": "^14.0.0",
"typescript": "^5.3.3",
"unocss": "^0.58.3",
"vitepress": "1.0.0-rc.36",
"vue": "^3.4.13"
}
}
Loading

0 comments on commit 1970ce2

Please sign in to comment.