mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-07-22 03:00:29 +00:00
Merge 438c5363c4 into 9cf87ff1c2
This commit is contained in:
commit
b409105aad
2 changed files with 1077 additions and 574 deletions
1605
package-lock.json
generated
1605
package-lock.json
generated
File diff suppressed because it is too large
Load diff
46
package.json
46
package.json
|
|
@ -37,52 +37,52 @@
|
|||
"quartz": "./quartz/bootstrap-cli.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@clack/prompts": "^0.11.0",
|
||||
"@floating-ui/dom": "^1.7.4",
|
||||
"@myriaddreamin/rehype-typst": "^0.6.0",
|
||||
"@napi-rs/simple-git": "0.1.22",
|
||||
"@clack/prompts": "^1.7.0",
|
||||
"@floating-ui/dom": "^1.8.0",
|
||||
"@myriaddreamin/rehype-typst": "^0.7.0",
|
||||
"@napi-rs/simple-git": "1.1.0",
|
||||
"ansi-truncate": "^1.4.0",
|
||||
"async-mutex": "^0.5.0",
|
||||
"chokidar": "^5.0.0",
|
||||
"esbuild-sass-plugin": "^3.6.0",
|
||||
"esbuild-sass-plugin": "^3.7.0",
|
||||
"github-slugger": "^2.0.0",
|
||||
"globby": "^16.1.0",
|
||||
"globby": "^16.2.2",
|
||||
"hast-util-to-jsx-runtime": "^2.3.6",
|
||||
"isomorphic-git": "^1.36.3",
|
||||
"lightningcss": "^1.31.1",
|
||||
"isomorphic-git": "^1.38.9",
|
||||
"lightningcss": "^1.32.0",
|
||||
"micromorph": "^0.4.5",
|
||||
"minimatch": "^10.1.1",
|
||||
"preact": "^10.28.2",
|
||||
"preact-render-to-string": "^6.6.5",
|
||||
"pretty-bytes": "^7.1.0",
|
||||
"minimatch": "^10.2.5",
|
||||
"preact": "^10.29.7",
|
||||
"preact-render-to-string": "^6.7.0",
|
||||
"pretty-bytes": "^7.1.1",
|
||||
"pretty-time": "^1.1.0",
|
||||
"remark-parse": "^11.0.0",
|
||||
"remark-rehype": "^11.1.2",
|
||||
"rfdc": "^1.4.1",
|
||||
"serve-handler": "^6.1.6",
|
||||
"sharp": "^0.34.5",
|
||||
"serve-handler": "^6.1.7",
|
||||
"sharp": "^0.35.3",
|
||||
"source-map-support": "^0.5.21",
|
||||
"to-vfile": "^8.0.0",
|
||||
"unified": "^11.0.5",
|
||||
"unist-util-visit": "^5.1.0",
|
||||
"vfile": "^6.0.3",
|
||||
"workerpool": "^10.0.1",
|
||||
"ws": "^8.19.0",
|
||||
"yaml": "^2.8.2",
|
||||
"workerpool": "^10.0.3",
|
||||
"ws": "^8.21.1",
|
||||
"yaml": "^2.9.0",
|
||||
"yargs": "^18.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@quartz-community/types": "github:quartz-community/types",
|
||||
"@quartz-community/utils": "github:quartz-community/utils",
|
||||
"@types/hast": "^3.0.4",
|
||||
"@types/node": "^25.0.10",
|
||||
"@types/hast": "^3.0.5",
|
||||
"@types/node": "^26.1.1",
|
||||
"@types/pretty-time": "^1.1.5",
|
||||
"@types/source-map-support": "^0.5.10",
|
||||
"@types/ws": "^8.18.1",
|
||||
"@types/yargs": "^17.0.35",
|
||||
"esbuild": "^0.27.2",
|
||||
"prettier": "^3.8.1",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "^5.9.3"
|
||||
"esbuild": "^0.28.1",
|
||||
"prettier": "^3.9.5",
|
||||
"tsx": "^4.23.1",
|
||||
"typescript": "^7.0.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue