Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
skirtles-code committed Oct 5, 2024
1 parent d3c95e2 commit bddd82c
Show file tree
Hide file tree
Showing 2 changed files with 1,464 additions and 729 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
"version": "0.0.0",
"private": true,
"scripts": {
"clean": "rimraf dist && rimraf docs/.vitepress/cache",
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"preview": "vitepress preview docs"
},
"dependencies": {
"core-js": "^3.6.5",
"vue": "^3.2.47"
},
"devDependencies": {
"vitepress": "^1.0.0-rc.25"
"rimraf": "^6.0.1",
"vitepress": "^1.3.4"
}
}
Loading

0 comments on commit bddd82c

Please sign in to comment.