chore: pin vitepress to 2.0.0 and add sponsor link
This commit is contained in:
parent
bc3fc5ec5d
commit
361bc493c0
3 changed files with 428 additions and 692 deletions
12
package.json
12
package.json
|
|
@ -81,7 +81,7 @@
|
|||
"typescript": "^5.8.3",
|
||||
"vite": "^6.3.5",
|
||||
"vite-tsconfig-paths": "^5.1.4",
|
||||
"vitepress": "^1.6.4",
|
||||
"vitepress": "next",
|
||||
"vitest": "^3.1.3"
|
||||
},
|
||||
"packageManager": "pnpm@10.4.0",
|
||||
|
|
@ -94,14 +94,8 @@
|
|||
"react-router-hono-server": "patches/react-router-hono-server.patch"
|
||||
},
|
||||
"supportedArchitectures": {
|
||||
"os": [
|
||||
"current",
|
||||
"linux"
|
||||
],
|
||||
"cpu": [
|
||||
"x64",
|
||||
"arm64"
|
||||
]
|
||||
"os": ["current", "linux"],
|
||||
"cpu": ["x64", "arm64"]
|
||||
},
|
||||
"onlyBuiltDependencies": [
|
||||
"@biomejs/biome",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue