Skip to content

Commit

Permalink
docs: add taze and update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnth committed Apr 2, 2024
1 parent 5dfc233 commit e941ac6
Show file tree
Hide file tree
Showing 2 changed files with 1,770 additions and 419 deletions.
10 changes: 7 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
"docs:preview": "vitepress preview",
"deps:update": "taze -I major"
},
"devDependencies": {
"vitepress": "^1.0.0-rc.29",
"vue": "^3.3.8"
"vitepress": "^1.0.2",
"vue": "^3.4.21"
},
"dependencies": {
"taze": "^0.13.3"
}
}
Loading

0 comments on commit e941ac6

Please sign in to comment.