0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00

[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]
This commit is contained in:
Chris Swithinbank 2023-01-09 17:06:29 +01:00 committed by GitHub
parent cb5dbcc51f
commit f35411487b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View file

@ -29,9 +29,7 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/prism": "^1.0.0", "@astrojs/prism": "^1.0.0",
"acorn": "^8.7.1",
"github-slugger": "^1.4.0", "github-slugger": "^1.4.0",
"hast-util-to-html": "^8.0.3",
"import-meta-resolve": "^2.1.0", "import-meta-resolve": "^2.1.0",
"rehype-raw": "^6.1.1", "rehype-raw": "^6.1.1",
"rehype-stringify": "^9.0.3", "rehype-stringify": "^9.0.3",

4
pnpm-lock.yaml generated
View file

@ -3479,11 +3479,9 @@ importers:
'@types/mdast': ^3.0.10 '@types/mdast': ^3.0.10
'@types/mocha': ^9.1.1 '@types/mocha': ^9.1.1
'@types/unist': ^2.0.6 '@types/unist': ^2.0.6
acorn: ^8.7.1
astro-scripts: workspace:* astro-scripts: workspace:*
chai: ^4.3.6 chai: ^4.3.6
github-slugger: ^1.4.0 github-slugger: ^1.4.0
hast-util-to-html: ^8.0.3
import-meta-resolve: ^2.1.0 import-meta-resolve: ^2.1.0
mocha: ^9.2.2 mocha: ^9.2.2
rehype-raw: ^6.1.1 rehype-raw: ^6.1.1
@ -3498,9 +3496,7 @@ importers:
vfile: ^5.3.2 vfile: ^5.3.2
dependencies: dependencies:
'@astrojs/prism': link:../../astro-prism '@astrojs/prism': link:../../astro-prism
acorn: 8.8.1
github-slugger: 1.5.0 github-slugger: 1.5.0
hast-util-to-html: 8.0.4
import-meta-resolve: 2.2.1 import-meta-resolve: 2.2.1
rehype-raw: 6.1.1 rehype-raw: 6.1.1
rehype-stringify: 9.0.3 rehype-stringify: 9.0.3