diff options
author | 2024-04-20 00:11:20 +0800 | |
---|---|---|
committer | 2024-04-20 00:11:20 +0800 | |
commit | 237e17c8feea244b06b00ceaed08cb16d3d6baeb (patch) | |
tree | f4071628b0c5df058e7da60ad0fd505887023e7c /packages/markdown/remark | |
parent | 91219a5cf84061a36fd08f86012e9b728a3f3ccb (diff) | |
download | astro-237e17c8feea244b06b00ceaed08cb16d3d6baeb.tar.gz astro-237e17c8feea244b06b00ceaed08cb16d3d6baeb.tar.zst astro-237e17c8feea244b06b00ceaed08cb16d3d6baeb.zip |
Update major deps (#10823)
Diffstat (limited to 'packages/markdown/remark')
-rw-r--r-- | packages/markdown/remark/package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 5e2c8975c..0a75470f2 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -45,7 +45,7 @@ "remark-gfm": "^4.0.0", "remark-parse": "^11.0.0", "remark-rehype": "^11.0.0", - "remark-smartypants": "^2.0.0", + "remark-smartypants": "^3.0.0", "shiki": "^1.1.2", "unified": "^11.0.4", "unist-util-remove-position": "^5.0.0", @@ -54,7 +54,6 @@ "vfile": "^6.0.1" }, "devDependencies": { - "@types/chai": "^4.3.10", "@types/estree": "^1.0.5", "@types/hast": "^3.0.3", "@types/mdast": "^4.0.3", |