Skip to content

Commit

Permalink
chore: upgrade vitepress to 1.0 RC
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Sep 12, 2023
1 parent f5e371f commit daffd75
Show file tree
Hide file tree
Showing 13 changed files with 769 additions and 659 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
dist/
cache/
3 changes: 2 additions & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
"name": "private-vue-apollo-docs",
"version": "4.0.0-alpha.16",
"private": true,
"type": "module",
"scripts": {
"dev": "vitepress dev src",
"build": "vitepress build src"
},
"devDependencies": {
"vitepress": "^0.22.4"
"vitepress": "^1.0.0-rc.12"
},
"dependencies": {
"vue-github-button": "^3.0.3"
Expand Down
Loading

0 comments on commit daffd75

Please sign in to comment.