chore: remove unused deps
This commit is contained in:
parent
6858350eb9
commit
2b072101db
3 changed files with 6 additions and 15 deletions
|
@ -1,8 +1,7 @@
|
|||
import { defineConfig } from 'astro/config';
|
||||
import markdoc from '@astrojs/markdoc';
|
||||
import mdx from '@astrojs/mdx';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [markdoc(), mdx()],
|
||||
integrations: [markdoc()],
|
||||
});
|
||||
|
|
|
@ -12,11 +12,6 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@astrojs/markdoc": "^0.0.1",
|
||||
"@astrojs/mdx": "^0.16.0",
|
||||
"astro": "^2.0.6",
|
||||
"shiki": "^0.11.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@markdoc/markdoc": "^0.2.2"
|
||||
"astro": "^2.0.6"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -314,17 +314,10 @@ importers:
|
|||
examples/with-markdoc:
|
||||
specifiers:
|
||||
'@astrojs/markdoc': ^0.0.1
|
||||
'@astrojs/mdx': ^0.16.0
|
||||
'@markdoc/markdoc': ^0.2.2
|
||||
astro: ^2.0.6
|
||||
shiki: ^0.11.1
|
||||
dependencies:
|
||||
'@astrojs/markdoc': link:../../packages/integrations/markdoc
|
||||
'@astrojs/mdx': link:../../packages/integrations/mdx
|
||||
astro: link:../../packages/astro
|
||||
shiki: 0.11.1
|
||||
devDependencies:
|
||||
'@markdoc/markdoc': 0.2.2
|
||||
|
||||
examples/with-markdown-plugins:
|
||||
specifiers:
|
||||
|
@ -6544,6 +6537,7 @@ packages:
|
|||
optional: true
|
||||
optionalDependencies:
|
||||
'@types/markdown-it': 12.2.3
|
||||
dev: false
|
||||
|
||||
/@mdx-js/mdx/2.3.0:
|
||||
resolution: {integrity: sha512-jLuwRlz8DQfQNiUCJR50Y09CGPq3fLtmtUQfVrj79E0JWu3dvsVcxVIcfhR5h0iXu+/z++zDrYeiJqifRynJkA==}
|
||||
|
@ -7351,6 +7345,7 @@ packages:
|
|||
|
||||
/@types/linkify-it/3.0.2:
|
||||
resolution: {integrity: sha512-HZQYqbiFVWufzCwexrvh694SOim8z2d+xJl5UNamcvQFejLY/2YUtzXHYi3cHdI7PMlS8ejH2slRAOJQ32aNbA==}
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@types/markdown-it/12.2.3:
|
||||
|
@ -7359,6 +7354,7 @@ packages:
|
|||
dependencies:
|
||||
'@types/linkify-it': 3.0.2
|
||||
'@types/mdurl': 1.0.2
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@types/mdast/3.0.10:
|
||||
|
@ -7368,6 +7364,7 @@ packages:
|
|||
|
||||
/@types/mdurl/1.0.2:
|
||||
resolution: {integrity: sha512-eC4U9MlIcu2q0KQmXszyn5Akca/0jrQmwDRgpAMJai7qBWq4amIQhZyNau4VYGtCeALvW1/NtjzJJ567aZxfKA==}
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@types/mdx/2.0.3:
|
||||
|
|
Loading…
Reference in a new issue