Skip to content

Commit 768b1d0

Browse files
committed
chore: update deps
1 parent 8f08974 commit 768b1d0

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
.vscode
33
dist
44
.astro
5+
cache
56
node_modules
67
tsconfig.tsbuildinfo

package.json

-5
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@
2727
"prepare": "husky",
2828
"docs:dev": "cd docs && pnpm run dev",
2929
"docs:build": "rimraf ./docs/dist && cd docs && pnpm run build",
30-
"book:dev": "vitepress dev book/online-book",
31-
"book:build": "vitepress build book/online-book --base /chibivue/",
32-
"book:preview": "vitepress preview book/online-book",
3330
"demo:dev": "cd demo && pnpm run dev",
3431
"demo:build": "rimraf ./demo/dist && cd demo && pnpm run build",
3532
"core:dev": "rollup --config --environment BUILD:development",
@@ -81,8 +78,6 @@
8178
"prettier-plugin-astro": "^0.14.1",
8279
"prettier-plugin-organize-imports": "^4.0.0",
8380
"rimraf": "^5.0.7",
84-
"vitepress": "^1.3.3",
85-
"vitepress-plugin-mermaid": "^2.0.16",
8681
"rollup": "^4.18.0",
8782
"rollup-plugin-cleanup": "^3.2.1",
8883
"rollup-plugin-typescript2": "^0.36.0",

pnpm-lock.yaml

+12-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
packages:
22
- "demo"
3-
- "docs"
3+
- "docs"
4+
- "online-book"

0 commit comments

Comments
 (0)