Skip to content

Commit

Permalink
docs(chore): update dependencies & remove old file
Browse files Browse the repository at this point in the history
  • Loading branch information
fankes committed Sep 23, 2023
1 parent 3c77985 commit 32702e0
Show file tree
Hide file tree
Showing 4 changed files with 844 additions and 1,051 deletions.
7 changes: 4 additions & 3 deletions docs-source/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
src/.vuepress/.cache
src/.vuepress/.temp
/node_modules
/src/.vuepress/.cache
/src/.vuepress/.temp
/dist
Empty file removed docs-source/.nojekyll
Empty file.
11 changes: 6 additions & 5 deletions docs-source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
"license": "MIT",
"devDependencies": {
"@mr-hope/vuepress-plugin-copy-code": "^1.30.0",
"@vuepress/plugin-prismjs": "^2.0.0-beta.51",
"@vuepress/plugin-search": "^2.0.0-beta.51",
"@vuepress/plugin-shiki": "^2.0.0-beta.51",
"vuepress": "^2.0.0-beta.51"
"@vuepress/plugin-prismjs": "2.0.0-beta.67",
"@vuepress/plugin-search": "2.0.0-beta.67",
"@vuepress/plugin-shiki": "2.0.0-beta.67",
"vuepress": "2.0.0-beta.67"
},
"scripts": {
"docs:dev": "vuepress dev src",
"docs:build": "vuepress build src"
"docs:build": "vuepress build src",
"docs:build-gh-pages": "vuepress build src && touch dist/.nojekyll"
}
}
Loading

0 comments on commit 32702e0

Please sign in to comment.