mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
chore: remove unused deps
This commit is contained in:
parent
7ca872b202
commit
c8b78f0008
3 changed files with 6 additions and 15 deletions
|
@ -1,8 +1,7 @@
|
||||||
import { defineConfig } from 'astro/config';
|
import { defineConfig } from 'astro/config';
|
||||||
import markdoc from '@astrojs/markdoc';
|
import markdoc from '@astrojs/markdoc';
|
||||||
import mdx from '@astrojs/mdx';
|
|
||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
integrations: [markdoc(), mdx()],
|
integrations: [markdoc()],
|
||||||
});
|
});
|
||||||
|
|
|
@ -12,11 +12,6 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/markdoc": "^0.0.1",
|
"@astrojs/markdoc": "^0.0.1",
|
||||||
"@astrojs/mdx": "^0.16.0",
|
"astro": "^2.0.6"
|
||||||
"astro": "^2.0.6",
|
|
||||||
"shiki": "^0.11.1"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"@markdoc/markdoc": "^0.2.2"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -288,17 +288,10 @@ importers:
|
||||||
examples/with-markdoc:
|
examples/with-markdoc:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/markdoc': ^0.0.1
|
'@astrojs/markdoc': ^0.0.1
|
||||||
'@astrojs/mdx': ^0.16.0
|
|
||||||
'@markdoc/markdoc': ^0.2.2
|
|
||||||
astro: ^2.0.6
|
astro: ^2.0.6
|
||||||
shiki: ^0.11.1
|
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/markdoc': link:../../packages/integrations/markdoc
|
'@astrojs/markdoc': link:../../packages/integrations/markdoc
|
||||||
'@astrojs/mdx': link:../../packages/integrations/mdx
|
|
||||||
astro: link:../../packages/astro
|
astro: link:../../packages/astro
|
||||||
shiki: 0.11.1
|
|
||||||
devDependencies:
|
|
||||||
'@markdoc/markdoc': 0.2.2
|
|
||||||
|
|
||||||
examples/with-markdown-plugins:
|
examples/with-markdown-plugins:
|
||||||
specifiers:
|
specifiers:
|
||||||
|
@ -6475,6 +6468,7 @@ packages:
|
||||||
optional: true
|
optional: true
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@types/markdown-it': 12.2.3
|
'@types/markdown-it': 12.2.3
|
||||||
|
dev: false
|
||||||
|
|
||||||
/@mdx-js/mdx/2.2.1:
|
/@mdx-js/mdx/2.2.1:
|
||||||
resolution: {integrity: sha512-hZ3ex7exYLJn6FfReq8yTvA6TE53uW9UHJQM9IlSauOuS55J9y8RtA7W+dzp6Yrzr00/U1sd7q+Wf61q6SfiTQ==}
|
resolution: {integrity: sha512-hZ3ex7exYLJn6FfReq8yTvA6TE53uW9UHJQM9IlSauOuS55J9y8RtA7W+dzp6Yrzr00/U1sd7q+Wf61q6SfiTQ==}
|
||||||
|
@ -7282,6 +7276,7 @@ packages:
|
||||||
|
|
||||||
/@types/linkify-it/3.0.2:
|
/@types/linkify-it/3.0.2:
|
||||||
resolution: {integrity: sha512-HZQYqbiFVWufzCwexrvh694SOim8z2d+xJl5UNamcvQFejLY/2YUtzXHYi3cHdI7PMlS8ejH2slRAOJQ32aNbA==}
|
resolution: {integrity: sha512-HZQYqbiFVWufzCwexrvh694SOim8z2d+xJl5UNamcvQFejLY/2YUtzXHYi3cHdI7PMlS8ejH2slRAOJQ32aNbA==}
|
||||||
|
dev: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@types/markdown-it/12.2.3:
|
/@types/markdown-it/12.2.3:
|
||||||
|
@ -7290,6 +7285,7 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/linkify-it': 3.0.2
|
'@types/linkify-it': 3.0.2
|
||||||
'@types/mdurl': 1.0.2
|
'@types/mdurl': 1.0.2
|
||||||
|
dev: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@types/mdast/3.0.10:
|
/@types/mdast/3.0.10:
|
||||||
|
@ -7299,6 +7295,7 @@ packages:
|
||||||
|
|
||||||
/@types/mdurl/1.0.2:
|
/@types/mdurl/1.0.2:
|
||||||
resolution: {integrity: sha512-eC4U9MlIcu2q0KQmXszyn5Akca/0jrQmwDRgpAMJai7qBWq4amIQhZyNau4VYGtCeALvW1/NtjzJJ567aZxfKA==}
|
resolution: {integrity: sha512-eC4U9MlIcu2q0KQmXszyn5Akca/0jrQmwDRgpAMJai7qBWq4amIQhZyNau4VYGtCeALvW1/NtjzJJ567aZxfKA==}
|
||||||
|
dev: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@types/mdx/2.0.3:
|
/@types/mdx/2.0.3:
|
||||||
|
|
Loading…
Reference in a new issue