Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Dec 15, 2023
1 parent a3b16ac commit 8d2bda4
Show file tree
Hide file tree
Showing 2 changed files with 1,240 additions and 513 deletions.
17 changes: 11 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,23 @@
"private": true,
"type": "module",
"scripts": {
"dev": "vitepress",
"dev": "vitepress --open",
"build": "vitepress build",
"serve": "vitepress serve"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.4",
"@tailwindcss/typography": "^0.5.10",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.7.13",
"@types/node": "^20.10.4",
"feed": "^4.2.1",
"gray-matter": "^4.0.2",
"tailwindcss": "^3.1.8",
"vitepress": "^1.0.0-alpha.75",
"vue": "^3.2.47"
"tailwindcss": "^3.3.6",
"vitepress": "^1.0.0-rc.31",
"vue": "^3.4.0-beta.2"
},
"pnpm": {
"overrides": {
"@vitejs/plugin-vue": "5.0.0-beta.1"
}
}
}
Loading

0 comments on commit 8d2bda4

Please sign in to comment.