mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-09 23:27:28 +02:00
chore(v2): update dependencies (#1985)
* chore(v2): update dependencies * use forked ideal image deps. omgg
This commit is contained in:
parent
1c8c8d04e8
commit
cf4037ef91
14 changed files with 105 additions and 83 deletions
|
@ -17,7 +17,7 @@
|
|||
"dependencies": {
|
||||
"@docusaurus/mdx-loader": "^2.0.0-alpha.34",
|
||||
"@docusaurus/utils": "^2.0.0-alpha.34",
|
||||
"execa": "^3.2.0",
|
||||
"execa": "^3.3.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
"globby": "^10.0.1",
|
||||
"import-fresh": "^3.1.0",
|
||||
|
|
|
@ -266,7 +266,7 @@ export default function pluginContentDocs(
|
|||
});
|
||||
},
|
||||
|
||||
configureWebpack(_, isServer, utils) {
|
||||
configureWebpack(_config, isServer, utils) {
|
||||
const {getBabelLoader, getCacheLoader} = utils;
|
||||
const {rehypePlugins, remarkPlugins} = options;
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue