diff options
author | 2023-01-09 17:06:29 +0100 | |
---|---|---|
committer | 2023-01-09 17:06:29 +0100 | |
commit | f35411487b85b78e9baee566c78ad0c27308d649 (patch) | |
tree | b25355633d868f10c41a1b860905893ab042c5e0 | |
parent | cb5dbcc51fba808115ced5a9b1b937577486516a (diff) | |
download | astro-f35411487b85b78e9baee566c78ad0c27308d649.tar.gz astro-f35411487b85b78e9baee566c78ad0c27308d649.tar.zst astro-f35411487b85b78e9baee566c78ad0c27308d649.zip |
[markdown-remark] Remove unused dependencies (#5804)
* [markdown-remark] Remove unused dependency
Follow up to #5785. Missed one dependency that is no longer used and can be removed.
* [markdown-remark] Remove unused dependency
* Lockfile fix
* Update lockfile [again]
-rw-r--r-- | packages/markdown/remark/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 4 |
2 files changed, 0 insertions, 6 deletions
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 4270e15c3..1cb4f3b09 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -29,9 +29,7 @@ }, "dependencies": { "@astrojs/prism": "^1.0.0", - "acorn": "^8.7.1", "github-slugger": "^1.4.0", - "hast-util-to-html": "^8.0.3", "import-meta-resolve": "^2.1.0", "rehype-raw": "^6.1.1", "rehype-stringify": "^9.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 174d68cc0..854663671 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3479,11 +3479,9 @@ importers: '@types/mdast': ^3.0.10 '@types/mocha': ^9.1.1 '@types/unist': ^2.0.6 - acorn: ^8.7.1 astro-scripts: workspace:* chai: ^4.3.6 github-slugger: ^1.4.0 - hast-util-to-html: ^8.0.3 import-meta-resolve: ^2.1.0 mocha: ^9.2.2 rehype-raw: ^6.1.1 @@ -3498,9 +3496,7 @@ importers: vfile: ^5.3.2 dependencies: '@astrojs/prism': link:../../astro-prism - acorn: 8.8.1 github-slugger: 1.5.0 - hast-util-to-html: 8.0.4 import-meta-resolve: 2.2.1 rehype-raw: 6.1.1 rehype-stringify: 9.0.3 |