diff options
author | 2023-08-23 19:52:13 +0800 | |
---|---|---|
committer | 2023-08-23 19:52:13 +0800 | |
commit | 353dcb23e8035c0fa93f4a1ae83195e371e757f1 (patch) | |
tree | ec6c569cbc7e13e59d077ae6b8c24177ca9dbfc3 /packages/markdown | |
parent | 632579dc2094cc342929261c89e689f0dd358284 (diff) | |
download | astro-353dcb23e8035c0fa93f4a1ae83195e371e757f1.tar.gz astro-353dcb23e8035c0fa93f4a1ae83195e371e757f1.tar.zst astro-353dcb23e8035c0fa93f4a1ae83195e371e757f1.zip |
Update non-major dependencies (#8199)
Diffstat (limited to 'packages/markdown')
-rw-r--r-- | packages/markdown/remark/package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 9ce516272..893178abc 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -35,12 +35,12 @@ "github-slugger": "^1.5.0", "import-meta-resolve": "^2.2.2", "rehype-raw": "^6.1.1", - "rehype-stringify": "^9.0.3", + "rehype-stringify": "^9.0.4", "remark-gfm": "^3.0.1", "remark-parse": "^10.0.2", "remark-rehype": "^10.1.0", "remark-smartypants": "^2.0.0", - "shiki": "^0.14.1", + "shiki": "^0.14.3", "unified": "^10.1.2", "unist-util-visit": "^4.1.2", "vfile": "^5.3.7" @@ -49,10 +49,10 @@ "@types/chai": "^4.3.5", "@types/estree": "^1.0.1", "@types/github-slugger": "^1.3.0", - "@types/hast": "^2.3.4", - "@types/mdast": "^3.0.11", + "@types/hast": "^2.3.5", + "@types/mdast": "^3.0.12", "@types/mocha": "^9.1.1", - "@types/unist": "^2.0.6", + "@types/unist": "^2.0.7", "astro-scripts": "workspace:*", "chai": "^4.3.7", "mdast-util-mdx-expression": "^1.3.2", |